.cart-drawer{position:fixed;top:var(--tgl-header-height, 0px);left:0;right:0;height:calc(100vh - var(--tgl-header-height, 0px));height:calc(100dvh - var(--tgl-header-height, 0px));z-index:999;pointer-events:none}.cart-drawer.active{pointer-events:auto}.cart-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;transition:opacity .3s ease}.cart-drawer.active .cart-drawer-overlay{opacity:1}.cart-drawer-panel{position:absolute;top:0;right:0;width:min(420px,100%);height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-12px 0 32px #0000001f;box-sizing:border-box}.cart-drawer.active .cart-drawer-panel{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;gap:8px;padding:20px 24px;border-bottom:1px solid #e5e5e5}.cart-drawer-title{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#543b25;margin:0}.cart-drawer-count{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#543b25}.cart-drawer-content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.cart-drawer-items{flex:1;min-height:0;overflow-y:auto;padding:8px 24px 16px}.cart-drawer-summary{padding:16px 24px calc(20px + env(safe-area-inset-bottom));border-top:1px solid #e5e5e5;background:#f9f2d7}.cart-drawer-empty{padding:24px}.cart-drawer .cart-item{display:grid;grid-template-columns:1fr;gap:12px;padding:16px 0;border-bottom:1px solid #e5e5e5}.cart-drawer .item-product{display:flex;gap:16px}.cart-drawer .item-image{width:80px;height:110px;flex-shrink:0;overflow:hidden;background:#f5f5f5}.cart-drawer .item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer .item-details{display:flex;flex-direction:column;gap:8px;flex:1}.cart-drawer .item-title{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#543b25;margin:0}.cart-drawer .item-title a{color:inherit;text-decoration:none}.cart-drawer .item-variant{display:flex;flex-direction:column;gap:4px}.cart-drawer .variant-option{font-family:Inter,sans-serif;font-size:13px;color:#666}.cart-drawer .item-actions{display:flex;flex-direction:column;gap:6px}.cart-drawer .item-actions-row{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}.cart-drawer .item-price{font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:#543b25}.cart-drawer .quantity-selector{display:flex;align-items:center;border:1px solid #543b25;width:fit-content}.cart-drawer .quantity-btn{width:28px;height:28px;background:transparent;border:none;font-size:16px;font-weight:600;color:#543b25;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-drawer .quantity-input{width:26px;height:28px;text-align:center;border:none;border-left:1px solid #543b25;border-right:1px solid #543b25;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:#543b25}.cart-drawer .quantity-input::-webkit-inner-spin-button,.cart-drawer .quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-drawer .item-remove{background:none;border:none;color:#543b25;font-family:Inter,sans-serif;font-size:12px;text-decoration:underline;cursor:pointer;align-self:flex-start}.cart-drawer .cart-discount{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.cart-drawer .cart-discount-form{display:flex;gap:8px}.cart-drawer .discount-input{flex:1;padding:6px 8px;border:1px solid #543b25;font-family:Inter,sans-serif;font-size:13px;color:#543b25;background:#fff}.cart-drawer .discount-apply-btn{padding:6px 10px;border:2px solid #543b25;background:transparent;color:#543b25;font-family:Inter,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer}.cart-drawer .summary-discount{font-size:13px}.cart-drawer .summary-total{display:flex;justify-content:space-between;font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#543b25;margin:0 0 12px}.cart-drawer .cart-actions{display:flex;flex-direction:column;gap:8px;margin-top:0}.cart-drawer .checkout-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:10px 12px;background:#000;border:2px solid #000000;color:#f9f2d7;font-family:Inter,sans-serif;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;cursor:pointer;transition:all .3s}.cart-drawer .checkout-btn:hover{background:#1a1a1a;border-color:#1a1a1a}.cart-drawer .continue-shopping{display:block;text-align:center;font-family:Inter,sans-serif;font-size:13px;color:#543b25;text-decoration:underline}.cart-drawer .empty-message{font-family:Inter,sans-serif;font-size:16px;color:#543b25;margin-bottom:16px}.cart-drawer .start-shopping-btn{display:inline-block;padding:12px 24px;background:#543b25;border:2px solid #543b25;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;text-decoration:none;letter-spacing:.5px}html.tgl-cart-open,body.tgl-cart-open{overflow:hidden}@media screen and (max-width: 768px){.cart-drawer-panel{width:calc(100% - 48px)}.cart-drawer-header,.cart-drawer-items,.cart-drawer-summary{padding-left:16px;padding-right:16px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/cart-drawer.css.map */
