.cart-wrapper{max-width:1200px;margin:0 auto;padding:2rem 1rem}.cart-items{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1.5rem;padding:1.5rem;border-bottom:1px solid #e5e7eb;align-items:center}.cart-item:last-child{border-bottom:none}.cart-item__image{width:100px;height:100px;border-radius:8px;overflow:hidden;background:#f5f5f5}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;gap:.5rem}.cart-item__name{font-size:1rem;font-weight:600;color:#1f2937;text-decoration:none;transition:color .2s}.cart-item__name:hover{color:#4caf50}.cart-item__variant,.cart-item__price{font-size:.875rem;color:#6b7280}.cart-item__quantity{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:6px;overflow:hidden;background:#fff;height:38px}.cart-item__quantity-button{width:36px;height:36px;border:none;background:#fff;color:#6b7280;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.cart-item__quantity-button:hover{background:#f3f4f6;color:#374151}.cart-item__quantity-input{width:48px;height:36px;border:none;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;text-align:center;font-size:1rem;color:#1f2937;background:#fff}.cart-item__quantity-input:focus{outline:none;background:#f9fafb}.cart-item__total{text-align:right;min-width:100px}.cart-item__total-price{font-size:1.125rem;font-weight:600;color:#1f2937}.cart-item__remove{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;transition:color .2s}.cart-item__remove:hover{color:#ef4444}.cart-summary{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;position:sticky;top:2rem}.cart-summary__title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.cart-summary__item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem}.cart-summary__item--subtotal{color:#6b7280}.cart-summary__item--total{font-size:1.25rem;font-weight:700;color:#1f2937;border-top:2px solid #e5e7eb;padding-top:1rem;margin-top:.5rem}.cart-summary__item--total .cart-summary__label,.cart-summary__item--total .cart-summary__value{display:inline-flex;align-items:baseline;gap:.5rem}.cart-summary__value{display:flex;align-items:baseline;gap:.25rem}.cart-summary__price{font-size:inherit;font-weight:inherit}.cart-summary__currency{font-size:.875em;font-weight:500;color:#6b7280}.cart-note{background:#f9fafb;border-radius:8px;padding:1rem;margin:1rem 0}.cart-note__label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem;display:block}.cart-note__input{width:100%;min-height:80px;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;resize:vertical;transition:border-color .15s}.cart-note__input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.cart-checkout-button{width:100%;background:#4caf50;color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.cart-checkout-button:hover{background:#45a049;transform:translateY(-1px);box-shadow:0 4px 12px #4caf5040}.cart-checkout-button:active{transform:translateY(0)}.cart-checkout-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.cart-paypal-button{width:100%;margin-top:1rem}.cart-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.cart-empty__icon{width:80px;height:80px;margin:0 auto 1.5rem;opacity:.3}.cart-empty__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.cart-empty__message{font-size:1rem;color:#6b7280;margin-bottom:2rem}.cart-empty__button{display:inline-flex;align-items:center;gap:.5rem;background:#4caf50;color:#fff;padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease}.cart-empty__button:hover{background:#45a049;transform:translateY(-1px);box-shadow:0 4px 12px #4caf5040}@media (max-width: 768px){.cart-wrapper{padding:1rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem;padding:1rem}.cart-item__quantity,.cart-item__total{grid-column:span 2}.cart-item__image{width:80px;height:80px}.cart-summary{position:static;margin-top:1.5rem}}.cart-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}@media (max-width: 1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{max-width:500px;margin:0 auto}}.price,.price__regular,.price-item--regular{display:inline-flex;align-items:baseline;gap:.25rem}.totals{display:block}.totals__subtotal,.totals__total{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.totals__subtotal-label,.totals__total-label{font-weight:600;color:#374151}.totals__subtotal-value,.totals__total-value{display:inline-flex;align-items:baseline;gap:.25rem;font-weight:700;color:#1f2937}.totals__total{font-size:1.25rem;border-top:2px solid #e5e7eb;padding-top:1rem;margin-top:.5rem}.money{display:inline-flex;align-items:baseline;gap:.25rem}.cart__dynamic-checkout-buttons{margin-top:1rem}.cart__ctas{display:flex;flex-direction:column;gap:1rem}.cart h1,.cart h2{margin:0 0 1.5rem}.tax-note{font-size:.875rem;color:#6b7280;text-align:right;margin-top:.5rem}.cart-item--loading{opacity:.5;pointer-events:none}.cart-item__quantity-button:disabled{opacity:.5;cursor:not-allowed}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cart-item{animation:slideIn .3s ease}.cart__footer .totals__total{display:flex;justify-content:space-between;align-items:baseline}.cart__footer .totals__total-label{display:inline-block}.cart__footer .totals__total-value,.cart__footer .totals__total-value .price{display:inline-flex;align-items:baseline;gap:.25rem}.cart__footer .totals__total-value span:first-child{font-size:1.25rem;font-weight:700}.cart__footer .totals__total-value span:last-child{font-size:1rem;font-weight:500;color:#6b7280}
/*# sourceMappingURL=/cdn/shop/t/24/assets/cart-page-custom.css.map */
