/* Compact cart drawer - V13 backup */
cart-drawer .drawer{background:rgba(18,24,21,.44);backdrop-filter:blur(2px)}
cart-drawer .drawer__inner{width:min(40rem,calc(100vw - 32px));max-width:40rem;background:#fff!important;color:#1f2933;border:0;border-radius:16px 0 0 16px;box-shadow:-16px 0 44px rgba(15,23,18,.17);padding:0;overflow:hidden;height:min(84vh,720px)!important;top:8vh!important;bottom:auto!important}
cart-drawer .drawer__header{min-height:54px;padding:13px 18px 10px;border-bottom:1px solid #edf0ee;background:#fff;position:sticky;top:0;z-index:3}
cart-drawer .drawer__heading{margin:0!important;font-size:18px;line-height:1.2;font-weight:800;color:#17231c;letter-spacing:-.02em}
cart-drawer .drawer__close{top:7px;right:8px;width:38px;height:38px;min-width:38px;min-height:38px;border-radius:50%;background:#f4f6f5;color:#27352d;display:grid;place-items:center}
cart-drawer cart-drawer-items{padding:0 16px;scrollbar-width:thin;overflow:auto}
cart-drawer .drawer__cart-items-wrapper{padding-top:3px}
cart-drawer .cart-items thead{display:none!important}
cart-drawer .cart-item{position:relative;display:grid!important;grid-template-columns:70px minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:10px!important;row-gap:5px!important;padding:10px 0!important;border-bottom:1px solid #edf0ee;margin:0!important}
cart-drawer .cart-item__media{grid-column:1!important;grid-row:1/3!important;width:70px!important;padding:0!important}
cart-drawer .cart-item__image-container,cart-drawer .cart-item__image{width:70px!important;max-width:70px!important}
cart-drawer .cart-item__image{height:70px!important;object-fit:contain;background:#f7f8f7;border:1px solid #edf0ee;border-radius:10px;padding:4px}
cart-drawer .cart-item__details{grid-column:2!important;grid-row:1!important;width:auto!important;padding:0!important;min-width:0}
cart-drawer .cart-item__name{font-size:13px!important;line-height:1.25!important;font-weight:750;color:#1d2922;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
cart-drawer .cart-item__details .product-option{font-size:10.5px!important;line-height:1.25;color:#69736d;margin-top:2px!important}
cart-drawer .cart-item__totals{grid-column:3!important;grid-row:1!important;padding:1px 0 0!important;align-items:flex-start!important;white-space:nowrap}
cart-drawer .cart-item__totals .price{font-size:13px!important;font-weight:800!important;color:#17231c}
cart-drawer .cart-item__quantity{grid-column:2/4!important;grid-row:2!important;padding:0!important;align-self:end}
cart-drawer .cart-item__quantity-wrapper{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:7px}
cart-drawer .quantity{min-height:30px!important;width:94px!important;border:1px solid #dfe5e1!important;border-radius:8px!important;background:#fff}
cart-drawer .quantity:after,cart-drawer .quantity:before{display:none!important}
cart-drawer .quantity__button{width:30px!important;min-width:30px!important;height:30px!important;color:#24372b}
cart-drawer .quantity__input{height:30px!important;font-size:12px!important;font-weight:700!important}
cart-drawer cart-remove-button .button{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;border-radius:8px!important;background:#f7f8f7!important;color:#68736c!important}
cart-drawer .drawer__footer{padding:5px 12px 7px!important;border-top:1px solid #e7ece9!important;background:#fff;box-shadow:0 -8px 22px rgba(24,42,31,.05);position:sticky;bottom:0;z-index:3}
cart-drawer .drawer__footer .cart-drawer__footer{padding:0!important;border:0!important;box-shadow:none!important;position:static!important}
cart-drawer .cart-drawer__footer>*+*{margin-top:3px}
cart-drawer .totals{align-items:center!important;justify-content:space-between!important;gap:8px}
cart-drawer .totals__total{font-size:11px!important;font-weight:700!important;color:#58645d}
cart-drawer .totals__total-value{font-size:15px!important;font-weight:900!important;color:#17231c}
cart-drawer .tax-note{margin:2px 0 4px!important;text-align:left!important;font-size:9px!important;line-height:1.15!important;color:#77817b}
cart-drawer .cart__ctas{margin-top:0!important}
cart-drawer .cart__checkout-button{width:100%!important;min-height:38px!important;height:38px!important;border-radius:8px!important;background:#2f7d45!important;color:#fff!important;font-size:13px!important;font-weight:850!important;letter-spacing:0!important;padding:0 14px!important;box-shadow:none!important}
cart-drawer .cart__checkout-button:before,cart-drawer .cart__checkout-button:after{display:none!important}
cart-drawer .cart__checkout-button:hover{background:#276d3b!important}
cart-drawer .cart-drawer__empty-content{padding:22px 18px}
cart-drawer .cart__empty-text{font-size:19px;font-weight:800;color:#17231c}
@media(max-width:749px){cart-drawer .drawer{align-items:flex-end;justify-content:center;background:rgba(18,24,21,.46)}cart-drawer .drawer__inner{width:100vw!important;max-width:100vw!important;height:min(68vh,560px)!important;top:auto!important;bottom:0!important;border-radius:16px 16px 0 0!important;transform:translateY(100%)!important;transition:transform var(--duration-default) ease!important}cart-drawer.active .drawer__inner{transform:translateY(0)!important}cart-drawer .drawer__header{min-height:50px;padding:11px 14px 8px}cart-drawer .drawer__heading{font-size:16px}cart-drawer .drawer__close{top:5px;right:7px;width:36px;height:36px;min-width:36px;min-height:36px}cart-drawer cart-drawer-items{padding:0 12px}cart-drawer .cart-item{grid-template-columns:58px minmax(0,1fr) auto!important;column-gap:8px!important;padding:8px 0!important;row-gap:4px!important}cart-drawer .cart-item__media{width:58px!important}cart-drawer .cart-item__image-container,cart-drawer .cart-item__image{width:58px!important;max-width:58px!important}cart-drawer .cart-item__image{height:58px!important;border-radius:8px}cart-drawer .cart-item__name{font-size:12px!important;line-height:1.2!important}cart-drawer .cart-item__details .product-option{font-size:9.5px!important}cart-drawer .cart-item__totals .price{font-size:12px!important}cart-drawer .quantity{width:88px!important;min-height:28px!important}cart-drawer .quantity__button{width:28px!important;min-width:28px!important;height:28px!important}cart-drawer .quantity__input{height:28px!important;font-size:11px!important}cart-drawer cart-remove-button .button{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important}cart-drawer .drawer__footer{padding:5px 10px calc(6px + env(safe-area-inset-bottom))!important}cart-drawer .totals__total-value{font-size:14px!important}cart-drawer .tax-note{display:none!important}cart-drawer .cart__checkout-button{min-height:38px!important;height:38px!important;font-size:13px!important}}
