.cart-page{padding:2rem 0 4rem;background:#f5f5f5;min-height:calc(100vh - 100px)}.cart-page-header{margin-bottom:2rem}.cart-page-header h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.cart-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#666}.cart-breadcrumb a{color:#666;text-decoration:none;transition:color .3s}.cart-breadcrumb a:hover{color:#ff6b9d}.cart-breadcrumb .separator{color:#999}.cart-breadcrumb .current{color:#1a1a1a;font-weight:500}.cart-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart-multi-item-offer-banner{margin-bottom:1.25rem;padding:14px 18px;border-radius:12px;border:1px solid #fcd34d;background:linear-gradient(135deg,#fffbeb,#fef3c7);color:#78350f;font-size:.95rem;line-height:1.55;max-width:100%}.cart-multi-item-offer-banner strong{color:#92400e}.cart-items-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.cart-items-list{display:flex;flex-direction:column;gap:0}.cart-items-state{text-align:center;padding:clamp(2rem,10vw,3.75rem) clamp(1rem,4vw,1.5rem)}.cart-items-state__text{font-size:clamp(.95rem,3.5vw,1.05rem);color:#666;margin:0;line-height:1.5}.cart-items-state__lead{font-size:clamp(1rem,4vw,1.125rem);font-weight:600;color:#444;margin-bottom:1rem}.cart-items-state--empty .btn-continue-shopping-link{margin-top:.25rem}.cart-items-state__spinner{width:40px;height:40px;margin:0 auto 1rem;border:3px solid #eee;border-top-color:#ff6b9d;border-radius:50%;animation:cart-items-spinner .75s linear infinite}@keyframes cart-items-spinner{to{transform:rotate(360deg)}}.cart-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.cart-items-header h2,.cart-items-header__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3;min-width:0}.btn-remove-all{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:#f44;font-size:.9rem;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:background .3s}.btn-remove-all:hover{background:#fff5f5}.cart-item-card{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #eee}.cart-item-card:last-child{border-bottom:none}.cart-item-image{width:150px;height:150px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f9f9f9}.cart-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.75rem}.cart-item-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4}.cart-item-title-link{text-decoration:none;color:inherit;transition:color .2s ease}.cart-item-title-link:hover{color:#ff6b9d}.cart-item-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.9rem;color:#666}.cart-item-meta--tax{margin-top:.25rem}.cart-item-tax{font-size:.875rem;color:#374151;font-weight:500}.cart-item-meta--sizes .cart-item-sizes,.cart-item-meta--weight .cart-item-weight{font-size:.875rem;color:#4b5563}.cart-item-meta--weight .cart-item-weight__line{color:#111827}.cart-item-meta--size-select{flex-direction:column;align-items:flex-start;gap:.35rem}.cart-item-meta--color-select{margin-top:.35rem}.cart-item-size-pick__label{font-size:.8125rem;font-weight:600;color:#374151}.cart-item-size-required{color:#dc2626}.cart-item-size-select{min-width:8rem;padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;background:#fff;color:#111827}.cart-item-product-discount{margin:.35rem 0 .5rem;font-size:.875rem;color:#c62828;font-weight:600}.cart-item-product-discount__val{text-transform:none;font-weight:600}.cart-item-line-summary{margin-top:.35rem;padding:.5rem 1rem .65rem;background:linear-gradient(180deg,#f9fafb,#fff 55%);border:1px solid #eceef2;border-radius:12px;box-shadow:0 1px 2px #0000000a}.cart-item-line-summary__row{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #eef0f3}.cart-item-line-summary__row:last-child{border-bottom:none;padding-bottom:.35rem}.cart-item-line-summary__row:first-child{padding-top:.5rem}.cart-item-line-summary__step{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#ff7a45,#ff4c6d);color:#fff;font-size:.75rem;font-weight:800;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ff4c6d40}.cart-item-line-summary__row--total .cart-item-line-summary__step{background:linear-gradient(135deg,#1e3a5f,#2563eb);box-shadow:0 2px 8px #2563eb33}.cart-item-line-summary__main{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem}.cart-item-line-summary__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.cart-item-line-summary__pricing{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .65rem;justify-content:flex-end}.cart-item-line-summary__total-block{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;text-align:right}.cart-item-line-summary__hint{font-size:.8125rem;color:#6b7280;font-weight:500}.cart-item-line-summary__row--total .total-price{font-size:1.35rem;font-weight:800;color:#111827;letter-spacing:-.02em}.cart-item-save-note{margin:.4rem 0 0;width:100%;font-size:.75rem;color:#2e7d32;font-weight:600}.cart-item-current-price{font-size:1.15rem;font-weight:800;color:#1a1a1a;letter-spacing:-.02em}.cart-item-old-price{font-size:.9rem;color:#999;text-decoration:line-through}.cart-item-discount{background:#f44;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600}.cart-item-quantity{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #e0e4ea;border-radius:10px;padding:.2rem;background:#fff;box-shadow:0 1px 2px #0000000a}.qty-btn-decrease,.qty-btn-increase{width:36px;height:36px;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;line-height:1;color:#374151;transition:background .2s ease,color .2s ease}.qty-btn-decrease:hover,.qty-btn-increase:hover{background:#e0e0e0}.qty-input{width:44px;text-align:center;border:none;outline:none;font-size:1rem;font-weight:700;background:transparent;color:#111827}.total-price{font-size:1.25rem;font-weight:700;color:#1a1a1a}.cart-item-actions{display:flex;gap:1rem;margin-top:.5rem}.btn-remove-item,.btn-save-later{background:none;border:none;color:#666;font-size:.9rem;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .3s}.btn-remove-item{color:#f44}.btn-remove-item:hover{background:#fff5f5}.btn-save-later:hover{background:#f5f5f5}.continue-shopping{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}.btn-continue-shopping-link{display:inline-flex;align-items:center;gap:.5rem;color:#ff6b9d;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .3s}.btn-continue-shopping-link:hover{color:#c2185b}.btn-continue-shopping-link svg{width:20px;height:20px;flex-shrink:0}.btn-continue-shopping-link--footer{max-width:100%}.order-summary-section{position:sticky;top:100px;height:-moz-fit-content;height:fit-content}.order-summary-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.order-summary-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.order-summary-details{margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.summary-row:last-child{margin-bottom:0}.summary-label{font-size:.95rem;color:#666}.summary-value{font-size:.95rem;font-weight:600;color:#1a1a1a}.summary-value.discount{color:#00b207}.summary-row.total-row{padding-top:1rem;border-top:1px solid #eee;margin-top:.75rem}.summary-value.total{font-size:1.5rem;font-weight:700;color:#1a1a1a}.btn-checkout{width:100%;background:#ff6b35;color:#fff;border:none;padding:1rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;transition:all .3s}.btn-checkout:hover{background:#ff5722;transform:translateY(-2px);box-shadow:0 5px 15px #ff6b354d}.order-notes{margin-bottom:1.5rem;padding:1rem;background:#f9f9f9;border-radius:8px}.note-text{font-size:.85rem;color:#666;margin:0 0 .5rem;line-height:1.5}.note-text:last-child{margin-bottom:0}.safe-payment{margin-bottom:1.5rem;padding:1rem;background:#f0f9ff;border-radius:8px;border:1px solid #00B207}.safe-payment-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.lock-icon{width:20px;height:20px;color:#00b207}.safe-payment-header span{font-size:.9rem;font-weight:600;color:#00b207}.safe-payment-text{font-size:.85rem;color:#666;margin:0;line-height:1.5}.payment-methods{padding-top:1.5rem;border-top:1px solid #eee}.payment-methods-title{font-size:.9rem;color:#666;margin:0 0 .75rem}.payment-icons{display:flex;flex-wrap:wrap;gap:.75rem}.payment-icon{width:40px;height:28px;-o-object-fit:contain;object-fit:contain;opacity:.7;transition:opacity .3s}.payment-icon:hover{opacity:1}@media (max-width: 1024px){.cart-layout{grid-template-columns:1fr}.order-summary-section{position:static}}@media (max-width: 768px){.cart-page{padding:1rem 0 2rem}.cart-page-header h1{font-size:1.5rem}.cart-items-section,.order-summary-card{padding:1rem;border-radius:10px}.cart-items-header{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem}.cart-items-header__title{font-size:1.1rem;text-align:left}.btn-remove-all{width:100%;display:flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem 1rem;border:1px solid rgba(255,68,68,.28);background:#fff8f8;font-weight:600}.btn-remove-all:hover{background:#fee}.cart-items-state{padding:clamp(1.75rem,8vw,2.5rem) .75rem}.continue-shopping{margin-top:1.5rem;padding-top:1.25rem}.btn-continue-shopping-link--footer,.cart-items-list .btn-continue-shopping-link--in-list{width:100%;max-width:100%;justify-content:center;min-height:48px;padding:.75rem 1rem;border-radius:10px;border:2px solid rgba(255,107,157,.35);background:#fff;box-sizing:border-box}.btn-continue-shopping-link--footer:active,.cart-items-list .btn-continue-shopping-link--in-list:active{background:#fff5f8}.cart-item-card{flex-direction:column;gap:1rem}.cart-item-image{width:100%;height:200px}.cart-item-line-summary{padding:.4rem .75rem .5rem;border-radius:10px}.cart-item-line-summary__main{flex-direction:column;align-items:stretch}.cart-item-line-summary__pricing{justify-content:flex-start}.cart-item-line-summary__total-block{align-items:flex-start;text-align:left}.cart-item-line-summary__row--total .total-price{font-size:1.25rem}.cart-item-quantity{align-self:flex-start}.cart-item-actions{flex-direction:column}.btn-remove-item,.btn-save-later{width:100%;text-align:center}}.cart-bazar-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:1.25rem;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.cart-bazar-modal.is-open{pointer-events:auto;opacity:1;visibility:visible}.cart-bazar-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#11182773;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cart-bazar-modal__panel{position:relative;z-index:1;width:100%;max-width:420px;background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000a;padding:2rem 1.75rem 1.75rem;text-align:center;transform:scale(.94) translateY(10px);opacity:0;transition:transform .28s cubic-bezier(.34,1.56,.64,1),opacity .22s ease}.cart-bazar-modal.is-open .cart-bazar-modal__panel{transform:scale(1) translateY(0);opacity:1}.cart-bazar-modal__accent{position:absolute;top:0;left:50%;transform:translate(-50%);width:56px;height:4px;border-radius:0 0 8px 8px;background:linear-gradient(90deg,#ff8a4c,#ff4c6d)}.cart-bazar-modal[data-variant=success] .cart-bazar-modal__accent{background:linear-gradient(90deg,#22c55e,#16a34a)}.cart-bazar-modal[data-variant=danger] .cart-bazar-modal__accent{background:linear-gradient(90deg,#ef4444,#dc2626)}.cart-bazar-modal__logo{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin-bottom:1.25rem}.cart-bazar-modal__logo-icon{display:inline-flex;width:48px;height:48px}.cart-bazar-modal__logo-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-bazar-modal__logo-text{font-size:1.65rem;font-weight:800;letter-spacing:.02em;line-height:1}.cart-bazar-modal__logo-ba{color:#ff6b35}.cart-bazar-modal__logo-zar{color:#1e3a5f}.cart-bazar-modal__title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.3}.cart-bazar-modal__message{font-size:.95rem;color:#4b5563;margin:0 0 1.5rem;line-height:1.55}.cart-bazar-modal__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center}.cart-bazar-modal__btn{min-width:120px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;border-radius:12px;cursor:pointer;border:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.cart-bazar-modal__btn:active{transform:scale(.98)}.cart-bazar-modal__btn--primary{background:linear-gradient(135deg,#ff7a45,#ff4c6d);color:#fff;box-shadow:0 4px 14px #ff4c6d59}.cart-bazar-modal__btn--primary:hover{box-shadow:0 6px 20px #ff4c6d73}.cart-bazar-modal__btn--ghost{background:#f3f4f6;color:#374151}.cart-bazar-modal__btn--ghost:hover{background:#e5e7eb}.cart-bazar-modal[data-variant=success] .cart-bazar-modal__btn--primary{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 14px #22c55e59}.cart-bazar-modal[data-variant=success] .cart-bazar-modal__btn--primary:hover{box-shadow:0 6px 20px #22c55e73}.cart-bazar-modal[data-variant=danger] .cart-bazar-modal__btn--primary{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 14px #ef444459}.cart-bazar-modal.is-single .cart-bazar-modal__btn--ghost{display:none}.cart-bazar-modal.is-single .cart-bazar-modal__actions{justify-content:stretch}.cart-bazar-modal.is-single .cart-bazar-modal__btn--primary{flex:1;min-width:0}
