:root{--cart-bg:#fff;--cart-text:#1a1a1a;--cart-border:#e5e5e5;--cart-hover:#f5f5f5;--cart-primary:#000;--cart-primary-text:#fff;--cart-secondary:#82614e;--cart-danger:#dc2626;--cart-danger-hover:#b91c1c;--cart-overlay:rgba(0,0,0,.5);--cart-success:#16a34a;--cart-offer:#ef4444}.cart-overlay{background:var(--cart-overlay);z-index:50;animation:.2s ease-out fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}.cart-drawer{background:var(--cart-bg);z-index:51;flex-direction:column;width:100%;max-width:440px;animation:.3s ease-out slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 24px rgba(0,0,0,.15)}.cart-header{border-bottom:1px solid var(--cart-border);justify-content:space-between;align-items:center;padding:.5rem 1.5rem;display:flex}.cart-title{color:var(--primary-green);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;display:flex}.cart-close{cursor:pointer;color:var(--primary-green);background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:background .2s}.cart-close:hover{background:var(--cart-hover)}.cart-body{flex:1;padding:1rem;overflow-y:auto}.cart-body .product-image{width:120px;height:120px;position:relative}@media screen and (max-width:400px){.cart-body .product-image{width:110px;height:110px}}@media screen and (max-width:350px){.cart-body .product-image{width:100px;height:100px}}.cart-empty{height:100%;color:var(--cart-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.cart-item{border:1px solid var(--cart-border);border-radius:.5rem;gap:1rem;margin-bottom:1rem;padding:1rem;transition:all .2s;display:flex}.cart-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.cart-item-image{-o-object-fit:cover;object-fit:cover;background:var(--cart-hover);border-radius:.375rem;flex-shrink:0;width:90px;height:90px}.cart-item-details{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.cart-item-name{color:var(--cart-text);padding-top:.25rem;font-size:.95rem;font-weight:500;line-height:1.3}.cart-item-meta{color:var(--cart-secondary);flex-wrap:wrap;gap:.5rem;font-size:.85rem;display:flex}.cart-item-color{align-items:center;gap:.25rem;display:flex}.color-dot{border:1px solid var(--cart-border);border-radius:50%;width:14px;height:14px}.cart-item-price-wrapper{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.cart-item-price{color:var(--cart-text);font-size:1rem;font-weight:600}.cart-item-old-price{color:var(--cart-secondary);font-size:.85rem;text-decoration:line-through}.cart-item-offer-badge{background:var(--cart-offer);color:#fff;border-radius:.25rem;align-items:center;gap:.25rem;padding:.125rem .375rem;font-size:.75rem;font-weight:600;display:flex;position:absolute}.cart-item-actions{align-items:center;gap:.75rem;margin-top:auto;display:flex}.quantity-controls{border:1px solid var(--cart-border);border-radius:.375rem;align-items:center;gap:.5rem;padding:.25rem;display:flex}.quantity-btn{cursor:pointer;color:var(--cart-text);background:0 0;border:none;border-radius:.25rem;align-items:center;padding:.25rem;transition:background .2s;display:flex}.quantity-btn:hover:not(:disabled){background:var(--cart-hover)}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-value{text-align:center;min-width:2rem;color:var(--cart-text);font-weight:500}.remove-btn{cursor:pointer;color:var(--cart-danger);background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:background .2s}.remove-btn:hover{background:rgba(220,38,38,.1)}.cart-footer{border-top:1px solid var(--cart-border);background:var(--cart-bg);padding:1.5rem}.cart-summary{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.summary-row{color:var(--secondery-green);justify-content:space-between;font-size:.9rem;display:flex}.summary-row.savings{color:var(--cart-success);font-weight:500}.summary-row.total{color:var(--cart-text);border-top:1px solid var(--cart-border);padding-top:.75rem;font-size:1.125rem;font-weight:600}.summary-row.total>span:first-of-type{color:var(--primary-green)}.checkout-btn{background:var(--primary-green);color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:1rem;font-weight:600;transition:opacity .2s}.checkout-btn:hover{opacity:.9}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-badge{background:var(--cart-danger);color:#fff;border-radius:9999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 .25rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px}
