.cart-module__wzgjmq__cartLayout{flex-direction:column;padding-top:2rem;padding-bottom:2rem;display:flex}.cart-module__wzgjmq__header{margin-bottom:2rem}.cart-module__wzgjmq__backLink{color:var(--text-brand);align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.cart-module__wzgjmq__backLink:hover{color:var(--accent-red)}.cart-module__wzgjmq__title{color:var(--text-brand);font-size:2rem}.cart-module__wzgjmq__content{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (min-width:1024px){.cart-module__wzgjmq__content{grid-template-columns:1fr 350px}}.cart-module__wzgjmq__itemsList{flex-direction:column;gap:1rem;display:flex}.cart-module__wzgjmq__sectionHeading{color:var(--text-brand);border-bottom:2px solid #1c5a8b1a;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.cart-module__wzgjmq__cartItem{border-radius:var(--radius-lg);background-color:var(--card-bg);box-shadow:var(--shadow-sm);align-items:center;gap:1.5rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.cart-module__wzgjmq__backorderItem{background:#e6510005;border-left:4px solid #e65100}@media (max-width:640px){.cart-module__wzgjmq__cartItem{grid-template-rows:auto auto auto;grid-template-columns:80px 1fr;gap:1rem;padding:1rem;display:grid}.cart-module__wzgjmq__itemImage{grid-row:1/span 2;align-self:center}.cart-module__wzgjmq__itemInfo{grid-column:2}.cart-module__wzgjmq__itemActions{grid-column:2;justify-content:space-between}.cart-module__wzgjmq__itemTotal{text-align:right;grid-column:2}.cart-module__wzgjmq__summaryCard{border-radius:var(--radius-md);padding:1.25rem}}.cart-module__wzgjmq__itemImage{border-radius:var(--radius-sm);background-color:var(--primary-blue);width:80px;height:80px;overflow:hidden}.cart-module__wzgjmq__itemImage img{object-fit:cover;width:100%;height:100%}.cart-module__wzgjmq__placeholder{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cart-module__wzgjmq__miniMoon{opacity:.2;border-radius:50%;width:30px;height:30px;box-shadow:inset -5px 0 #fff}.cart-module__wzgjmq__itemInfo{flex-grow:1;min-width:0}.cart-module__wzgjmq__itemName{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem}.cart-module__wzgjmq__itemSpecs{flex-direction:column;gap:.2rem;margin-bottom:.5rem;display:flex}.cart-module__wzgjmq__itemColor,.cart-module__wzgjmq__itemModel{color:var(--text-secondary);margin:0;font-size:.9rem}.cart-module__wzgjmq__itemColor span,.cart-module__wzgjmq__itemModel span{color:var(--text-primary);font-weight:600}.cart-module__wzgjmq__itemPrice{color:var(--text-secondary);font-weight:500}.cart-module__wzgjmq__itemActions{align-items:center;gap:1.5rem;display:flex}.cart-module__wzgjmq__quantityControls{background-color:var(--border-color);border-radius:var(--radius-sm);align-items:center;padding:.25rem;display:flex}.cart-module__wzgjmq__actionBtn{background-color:var(--card-bg);border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.cart-module__wzgjmq__actionBtn:hover{background-color:var(--secondary-blue);color:#fff}.cart-module__wzgjmq__quantity{text-align:center;min-width:20px;margin:0 1rem;font-weight:600}.cart-module__wzgjmq__removeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;transition:color .2s;display:flex}.cart-module__wzgjmq__removeBtn:hover{color:var(--accent-red)}.cart-module__wzgjmq__itemTotal{color:var(--text-brand);text-align:right;min-width:80px;font-size:1.1rem;font-weight:700}.cart-module__wzgjmq__clearBtn{border:1px solid var(--border-color);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-self:flex-start;margin-top:1rem;padding:.5rem 1rem;font-size:.9rem}.cart-module__wzgjmq__clearBtn:hover{border-color:var(--accent-red);color:var(--accent-red)}.cart-module__wzgjmq__summaryCard{background-color:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem}.cart-module__wzgjmq__summaryCard h2{color:var(--text-brand);margin-bottom:1.5rem;font-size:1.5rem}.cart-module__wzgjmq__summaryRow{color:var(--text-secondary);justify-content:space-between;margin-bottom:1rem;display:flex}.cart-module__wzgjmq__free{color:#2e7d32;font-weight:600}.cart-module__wzgjmq__divider{background-color:var(--border-color);height:1px;margin:1.5rem 0}.cart-module__wzgjmq__total{color:var(--text-primary);font-size:1.3rem;font-weight:700}.cart-module__wzgjmq__checkoutBtn{background-color:var(--accent-blue);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;margin-top:2rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .2s}.cart-module__wzgjmq__checkoutBtn:hover{background-color:var(--accent-red);transform:translateY(-2px);box-shadow:0 4px 12px #ea4c3b4d}.cart-module__wzgjmq__footerNote{color:var(--text-secondary);text-align:center;margin-top:1.5rem;font-size:.8rem;font-style:italic}.cart-module__wzgjmq__emptyContainer{justify-content:center;align-items:center;min-height:60vh;display:flex}.cart-module__wzgjmq__emptyCard{text-align:center;background-color:var(--card-bg);border-radius:var(--radius-lg);max-width:500px;padding:4rem}.cart-module__wzgjmq__emptyIcon{color:var(--border-color);margin-bottom:1.5rem}.cart-module__wzgjmq__emptyCard h1{color:var(--text-brand);margin-bottom:1rem}.cart-module__wzgjmq__emptyCard p{color:var(--text-secondary);margin-bottom:2rem}.cart-module__wzgjmq__backBtn{background-color:var(--accent-blue);color:#fff;border-radius:var(--radius-sm);padding:.8rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.cart-module__wzgjmq__backBtn:hover{background-color:var(--secondary-blue);transform:translateY(-2px)}.cart-module__wzgjmq__itemCustomizations{border-left:2px solid var(--border-color);border-radius:0 var(--radius-sm) var(--radius-sm) 0;overflow-wrap:break-word;word-wrap:break-word;word-break:normal;background-color:#ffffff05;flex-direction:column;gap:.25rem;margin-top:.5rem;padding:.5rem .75rem;display:flex}.cart-module__wzgjmq__customField{color:var(--text-secondary);overflow-wrap:break-word;word-wrap:break-word;word-break:normal;margin:0;font-size:.85rem}.cart-module__wzgjmq__customField span{color:var(--text-primary);font-weight:500}.cart-module__wzgjmq__progressBarContainer{border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:#ffffff08;margin-bottom:1.5rem;padding:1rem}.cart-module__wzgjmq__progressBarText{color:var(--text-primary);margin:0 0 .5rem;font-size:.85rem}.cart-module__wzgjmq__progressBg{background-color:var(--border-color);border-radius:4px;width:100%;height:8px;overflow:hidden}.cart-module__wzgjmq__progressFill{background:linear-gradient(90deg,#d97706,#22c55e);border-radius:4px;height:100%;transition:width .3s}.cart-module__wzgjmq__progressSuccess{color:#2e7d32;border-radius:var(--radius-sm);background-color:#2e7d321a;border-left:3px solid #2e7d32;margin-top:.5rem;padding:.6rem;font-size:.85rem}
