@import"https://fonts.googleapis.com/css2?family=Prata&display=swap";body{font-family:prata;background-color:#0e0303;color:#fff;min-height:100vh}h1{font-weight:500;margin-bottom:1.5rem;font-size:2rem;color:#fff}.cart-page{padding:2rem 6%;min-height:100vh}.cart-container{display:flex;flex-direction:column;max-width:1400px;margin:0 auto}.cart-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background-color:#1a1414;border-radius:8px;border:1px solid #3A3B3F}.selected-items{display:flex;align-items:center;gap:.75rem}.selected-items input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#efab98}.selected-items span{font-weight:500;color:#ddd}.cart-actions{display:flex;gap:1rem;align-items:center}.delete-btn{background-color:#2a1f1f;border:1px solid #ef9898;color:#ef9898;padding:.6em 1em;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:1rem}.delete-btn:hover{background-color:#ef9898;color:#0e0303;transform:translateY(-2px)}.wishlist-btn{background-color:#efab98;border:none;padding:.8em 1.5em;font-weight:600;cursor:pointer;border-radius:6px;color:#1a0e0a;transition:all .3s ease;font-size:.9rem;letter-spacing:.5px}.wishlist-btn:hover{background-color:#f7c4b0;transform:translateY(-2px);box-shadow:0 4px 12px #efab984d}.cart-content{display:flex;gap:2rem;flex-wrap:wrap}.cart-items{flex:2;min-width:300px;display:flex;flex-direction:column;gap:1.5rem}.cart-item{background:linear-gradient(135deg,#1a1414,#0e0303);display:flex;gap:1.5rem;padding:1.5rem;border:1px solid #3A3B3F;border-radius:12px;position:relative;transition:all .3s ease;align-items:flex-start}.cart-item:hover{border-color:#efab98;box-shadow:0 4px 20px #efab981a;transform:translateY(-2px)}.item-checkbox{width:18px;height:18px;cursor:pointer;margin-top:.5rem;accent-color:#efab98;flex-shrink:0}.cart-item .item-img{flex-shrink:0;background-color:#2a2020;padding:1rem;border-radius:8px;transition:transform .3s ease}.cart-item:hover .item-img{transform:scale(1.05)}.cart-item .item-img img{width:120px;height:120px;object-fit:contain;display:block}.item-details{flex:1;display:flex;flex-direction:column;gap:.75rem}.item-details h2{font-size:1.2rem;font-weight:500;margin:0;color:#fff;line-height:1.4}.cart-item .price{display:flex;align-items:center;gap:.75rem;margin:.25rem 0}.cart-item .price .current{font-size:1.5rem;font-weight:600;color:#efab98}.cart-item .price .old{text-decoration:line-through;color:#fff;font-size:1.1rem}.item-details>p{color:#aaa;margin:0;font-size:.95rem}.qty-row{display:flex;align-items:center;gap:.75rem;margin:.5rem 0}.qty-row label{color:#ccc;font-weight:500}.qty-row select{padding:.5em 1em;background-color:#2a2020;border:1px solid #3A3B3F;color:#fff;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .3s ease}.qty-row select:hover,.qty-row select:focus{border-color:#efab98;outline:none}.delivery-info{margin-top:.5rem;padding-top:.75rem;border-top:1px solid #3A3B3F}.delivery-info p{margin:.25rem 0;font-size:.9rem;color:#999}.delivery-info strong{color:#efab98}.cart-item .remove-item{position:absolute;top:15px;right:15px;background:#2a1f1f;border:1px solid #3A3B3F;width:32px;height:32px;border-radius:50%;font-size:1.5rem;color:#ef9898;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1}.cart-item .remove-item:hover{background-color:#ef9898;color:#0e0303;transform:rotate(90deg) scale(1.1)}.cart-summary{flex:1;min-width:300px;background:linear-gradient(135deg,#1a1414,#0e0303);padding:2rem;border:1px solid #3A3B3F;border-radius:12px;height:fit-content;position:sticky;top:2rem}.cart-summary h3{font-size:1.5rem;font-weight:500;margin:0 0 1.5rem;color:#fff;border-bottom:2px solid #3A3B3F;padding-bottom:1rem}.cart-summary ul{list-style:none;padding:0;margin:0}.cart-summary li{display:flex;justify-content:space-between;margin-bottom:1rem;color:#ccc;font-size:.95rem}.cart-summary li.discount{flex-direction:column;gap:.5rem;padding:1rem 0;border-top:1px solid #3A3B3F;border-bottom:1px solid #3A3B3F}.cart-summary li.discount label{color:#aaa;font-size:.9rem}.discount-input{display:flex;gap:.5rem}.discount-input input{flex:1;padding:.6em;background-color:#2a2020;border:1px solid #3A3B3F;color:#fff;border-radius:6px;font-size:.95rem;transition:all .3s ease}.discount-input input:focus{outline:none;border-color:#efab98}.discount-input input::placeholder{color:#666}.apply-btn{background-color:#efab98;border:none;padding:.6em 1.2em;cursor:pointer;border-radius:6px;color:#1a0e0a;font-weight:600;transition:all .3s ease;font-size:.9rem}.apply-btn:hover{background-color:#f7c4b0;transform:translateY(-2px)}.apply-btn:disabled{opacity:.6;cursor:not-allowed}.cart-summary li.total{margin-top:1rem;padding-top:1rem;border-top:2px solid #3A3B3F;font-size:1.2rem;color:#fff}.cart-summary li.total strong{color:#efab98}.checkout-btn{background:linear-gradient(135deg,#efab98,#f7c4b0);color:#1a0e0a;border:none;width:100%;padding:1.2em;font-weight:700;border-radius:8px;margin-top:1.5rem;cursor:pointer;font-size:1rem;letter-spacing:1px;transition:all .3s ease;text-transform:uppercase}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #efab9866}.free{color:#9fffa2;font-weight:600}.remove-anim{opacity:0;transform:scale(.95) translate(-20px);transition:all .3s ease}.empty-cart{text-align:center;padding:4rem 2rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;background:linear-gradient(135deg,#1a1414,#0e0303);border:1px solid #3A3B3F;border-radius:12px}.empty-cart h2{color:#efab98;margin:0}.empty-cart p{color:#999;margin:0}.empty-cart i{font-size:4rem;color:#666;margin-bottom:1rem}.toast{position:fixed;bottom:2rem;right:2rem;background:#1a1414;color:#fff;padding:1rem 1.5rem;border-radius:8px;border:1px solid #3A3B3F;opacity:0;transform:translateY(20px);transition:all .3s ease;pointer-events:none;z-index:10000;box-shadow:0 4px 12px #0000004d}.toast.show{opacity:1;transform:translateY(0)}.toast.success{border-color:#9fffa2}.toast.error{border-color:#ef9898}@media(max-width:968px){.cart-page{padding:1.5rem 4%}.cart-content{flex-direction:column}.cart-summary{position:static;width:100%}.cart-item{flex-direction:column;gap:1rem}.cart-item .item-img img{width:100px;height:100px}.item-checkbox{position:absolute;top:1rem;left:1rem}.cart-item .remove-item{top:1rem;right:1rem}}@media(max-width:576px){.cart-top{flex-direction:column;gap:1rem;align-items:stretch}.cart-actions{justify-content:space-between}h1{font-size:1.5rem}.item-details h2{font-size:1rem}.cart-item .price .current{font-size:1.2rem}.wishlist-btn{flex:1;text-align:center}.delete-btn{flex:1}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/custom-cart.css.map */
