.cart-page-section{min-height:80vh;padding-top:140px;padding-bottom:5rem;position:relative}.cart-header-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;margin-bottom:2rem;display:flex}.cart-main-heading{color:#fff;letter-spacing:-.03em;align-items:center;gap:.85rem;margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;display:flex}.cart-count-badge{color:#ff6570;background:#f1112226;border:1px solid #f1112259;border-radius:9999px;justify-content:center;align-items:center;padding:.25rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.cart-clear-btn{color:#8fa0b6;border-radius:var(--radius-md);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:.4rem;min-height:40px;padding:.5rem .9rem;font-size:.85rem;transition:all .2s;display:inline-flex}.cart-clear-btn:hover{color:#ef4444;background-color:#ef44441f;border-color:#ef444480}.cart-clear-btn svg{width:1rem;height:1rem}.cart-layout-grid{grid-template-columns:1fr 420px;align-items:start;gap:2rem;display:grid}.cart-items-container{flex-direction:column;gap:1rem;display:flex}.cart-item-card{border-radius:var(--radius-lg);background:linear-gradient(145deg,#101a28f2,#07101afa);border:1px solid #ffffff14;grid-template-columns:90px 1fr auto auto;align-items:center;gap:1.25rem;padding:1.25rem;transition:border-color .2s,box-shadow .2s;display:grid;box-shadow:0 8px 24px #00000040}.cart-item-card:hover{border-color:#f1112266;box-shadow:0 12px 30px #00000059}.cart-item-image-wrap{background:#030c15d9;border:1px solid #ffffff0d;border-radius:.6rem;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:relative;overflow:hidden}.cart-item-image-wrap img{object-fit:contain;width:100%;height:100%;padding:.4rem}.cart-item-details{flex-direction:column;gap:.4rem;min-width:0;display:flex}.cart-item-meta{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.cart-item-brand{color:#ff6570;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.cart-item-sku{font-family:var(--font-family-mono,monospace);color:#8fa0b6;background:#00000059;border:1px solid #ffffff0d;border-radius:.3rem;padding:.15rem .45rem;font-size:.75rem}.cart-item-title{color:#f7f9fc;margin:0;font-size:1.02rem;font-weight:700;line-height:1.35}.cart-item-title a{color:inherit;text-decoration:none;transition:color .18s}.cart-item-title a:hover{color:#ff6671;text-decoration:none}.cart-item-tags{flex-wrap:wrap;gap:.35rem;display:flex}.cart-item-chip{color:#b0becd;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff14;border-radius:.35rem;padding:.18rem .5rem;font-size:.72rem;line-height:1.2}.cart-item-quantity-wrapper{border-radius:var(--radius-md);background:#030c15b3;border:1px solid #ffffff26;align-items:center;padding:2px;display:flex}.qty-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;min-height:34px;transition:background-color .15s,color .15s;display:inline-flex}.qty-btn:hover{color:#ff6570;background-color:#ffffff1f}.qty-btn svg{width:1rem;height:1rem}.qty-input{text-align:center;color:#fff;-moz-appearance:textfield;background:0 0;border:none;width:44px;height:34px;padding:0;font-size:.95rem;font-weight:700}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-actions{justify-content:flex-end;align-items:center;display:flex}.cart-item-remove-btn{color:#8fa0b6;border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;transition:all .2s;display:inline-flex}.cart-item-remove-btn:hover{color:#ff5663;background-color:#f1112226}.cart-item-remove-btn svg{width:1.25rem;height:1.25rem}.cart-empty-box{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(145deg,#101a28f2,#07101afa);border:1px dashed #ffffff26;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;padding:4.5rem 2rem;display:flex}.cart-empty-icon-wrap{color:#ff6570;background:#f1112226;border:1px solid #f111224d;border-radius:9999px;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;display:flex}.cart-empty-icon-wrap svg{width:2.25rem;height:2.25rem}.cart-empty-box h2{color:#fff;margin:0;font-size:1.6rem;font-weight:750}.cart-empty-box p{color:#8fa0b6;max-width:460px;margin:0;line-height:1.6}.cart-sidebar-sticky{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:100px}.cart-summary-card{border-radius:var(--radius-lg);background:linear-gradient(145deg,#142030f5,#09131ffa);border:1px solid #f1112259;padding:1.5rem;box-shadow:0 16px 40px #0006}.cart-summary-header{color:#fff;border-bottom:1px solid #ffffff14;margin-bottom:1.25rem;padding-bottom:.85rem;font-size:1.25rem;font-weight:750}.cart-summary-rows{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.cart-summary-row{color:#8fa0b6;justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.cart-summary-row strong{color:#f1f5f9;font-weight:600}.cart-summary-row.total-row{color:#fff;border-top:1px dashed #ffffff1f;padding-top:.85rem;font-size:1.05rem;font-weight:700}.cart-summary-row.total-row .price-badge{color:#ff6570;font-size:1.2rem;font-weight:800}.cart-form-container{margin-top:1rem}.cart-guarantees-grid{border-top:1px solid #ffffff14;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3.5rem;padding-top:2.5rem;display:grid}.cart-guarantee-card{border-radius:var(--radius-md);background:#101c2bd9;border:1px solid #ffffff14;align-items:flex-start;gap:.875rem;padding:1.25rem;display:flex}.cart-guarantee-icon{color:#ff6570;background:#f1112226;border-radius:6px;justify-content:center;align-items:center;width:2.25rem;min-width:2.25rem;height:2.25rem;display:flex}.cart-guarantee-icon svg{width:1.25rem;height:1.25rem}.cart-guarantee-content h4{color:#fff;margin-bottom:.25rem;font-size:.9375rem;font-weight:650}.cart-guarantee-content p{color:#8fa0b6;margin:0;font-size:.8125rem;line-height:1.45}@media (width<=1024px){.cart-page-section{padding-top:120px}.cart-layout-grid{grid-template-columns:1fr 380px;gap:1.5rem}.cart-guarantees-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.cart-page-section{padding-top:110px}.cart-layout-grid{grid-template-columns:1fr}.cart-sidebar-sticky{position:static}.cart-item-card{grid-template-columns:80px 1fr;grid-template-areas:"image details""qty actions";gap:1rem}.cart-item-image-wrap{grid-area:image;width:80px;height:80px}.cart-item-details{grid-area:details}.cart-item-quantity-wrapper{grid-area:qty;justify-self:start}.cart-item-actions{grid-area:actions;justify-self:end}}@media (width<=560px){.cart-page-section{padding-top:100px}.cart-header-title-row{flex-direction:column;align-items:flex-start;gap:.75rem}.cart-clear-btn{justify-content:center;width:100%}.cart-guarantees-grid{grid-template-columns:1fr;gap:.875rem}.cart-item-card{padding:1rem}.cart-summary-card{padding:1.25rem}}.cart-header-btn{justify-content:center;align-items:center;display:inline-flex;position:relative}.cart-header-badge{color:#fff;text-align:center;background-color:#f12;border-radius:9999px;min-width:18px;height:18px;padding:0 4px;font-size:.6875rem;font-weight:700;line-height:18px;position:absolute;top:-4px;right:-6px;box-shadow:0 2px 6px #f1112280}
