.cart-trigger{color:#2c1810;cursor:pointer;background:0 0;border:1px solid #2c1810;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:.5rem;transition:background .15s,color .15s;display:inline-flex;position:relative}.cart-trigger:hover{color:#f7efe0;background:#2c1810}.cart-trigger-badge{color:#f7efe0;text-align:center;background:#dc7f27;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:10px;font-weight:700;line-height:18px;position:absolute;top:-4px;right:-4px}.cart-overlay{z-index:9998;background:#2c181073;animation:.2s cart-fade-in;position:fixed;inset:0}@keyframes cart-fade-in{0%{opacity:0}to{opacity:1}}.cart-drawer{z-index:9999;background:#f7efe0;flex-direction:column;width:100%;max-width:420px;height:100vh;font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #2c181026}.cart-drawer.is-open{transform:translate(0)}.cart-header{border-bottom:1px solid #2c181026;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-title{color:#2c1810;letter-spacing:.01em;margin:0;font-size:1.25rem;font-weight:700}.cart-close{color:#2c1810;cursor:pointer;background:0 0;border:0;padding:0 .25rem;font-size:2rem;line-height:1}.cart-close:hover{color:#dc7f27}.cart-body{flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-empty{text-align:center;padding:3rem 1rem}.cart-empty-title{color:#2c1810;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.cart-empty-sub{color:#2c1810a6;margin:0 0 1.5rem;font-size:.875rem}.cart-empty-cta{color:#f7efe0;background:#2c1810;border-radius:999px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-block}.cart-empty-cta:hover{background:#dc7f27}.cart-items{margin:0;padding:0;list-style:none}.cart-item{border-bottom:1px solid #2c18101a;grid-template-columns:64px 1fr auto;align-items:start;gap:.875rem;padding:1rem 0;display:grid}.cart-item-image{background:#2c18100f;border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.cart-item-image img{object-fit:contain;width:100%;height:100%}.cart-item-body{flex-direction:column;gap:.25rem;min-width:0;display:flex}.cart-item-title{color:#2c1810;font-size:.9375rem;font-weight:600;line-height:1.3}.cart-item-variant{color:#2c181099;font-size:.75rem}.cart-item-price{color:#2c1810;margin-top:.25rem;font-weight:600}.cart-item-qty{align-items:center;gap:.5rem;margin-top:.5rem;display:inline-flex}.cart-qty-btn{color:#2c1810;cursor:pointer;background:0 0;border:1px solid #2c18104d;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;line-height:1;display:inline-flex}.cart-qty-btn:hover:not(:disabled){color:#f7efe0;background:#2c1810}.cart-qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-qty-value{text-align:center;color:#2c1810;min-width:1.5rem;font-size:.875rem;font-weight:600}.cart-item-remove{color:#2c18108c;cursor:pointer;background:0 0;border:0;align-self:start;margin-top:2px;padding:0;font-size:.75rem;text-decoration:underline}.cart-item-remove:hover:not(:disabled){color:#dc7f27}.cart-footer{background:#f7efe0;border-top:1px solid #2c181026;padding:1.25rem 1.5rem 1.5rem}.cart-total{color:#2c1810;justify-content:space-between;align-items:baseline;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.cart-total-amount{font-size:1.25rem;font-weight:700}.cart-checkout-btn{color:#f7efe0;letter-spacing:.02em;cursor:pointer;background:#2c1810;border:0;border-radius:999px;width:100%;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;transition:background .15s}.cart-checkout-btn:hover:not(:disabled){background:#dc7f27}.cart-checkout-btn:disabled{opacity:.6;cursor:not-allowed}.cart-footer-note{text-align:center;color:#2c18108c;margin:.75rem 0 0;font-size:.75rem}
