cart-drawer.drawer{background:transparent!important;visibility:hidden;pointer-events:none;z-index:1000}cart-drawer.drawer.active{visibility:visible;pointer-events:auto}cart-drawer .drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;z-index:9998}cart-drawer.active .drawer__overlay{opacity:1;visibility:visible;pointer-events:auto}cart-drawer .drawer__inner{position:fixed;top:0;right:0;height:100vh;width:min(420px,92vw);background:#fbf6e9;border-left:2px solid #000;border-top:2px solid #000;border-bottom:2px solid #000;transform:translate(100%);transition:transform .22s ease;display:flex;flex-direction:column;z-index:9999}cart-drawer.active .drawer__inner{transform:translate(0)}.cart-header{background:#558b46;color:#fff;padding:18px;display:flex;align-items:center;justify-content:space-between}.cart-title{font-family:Georgia,Times New Roman,Times,serif;font-weight:700;font-size:28px;letter-spacing:.5px;margin:0;color:#fff!important}.close-btn{background:none;border:0;color:#fff;font-size:38px;line-height:1;cursor:pointer;padding:0}.cart-body{flex:1;padding:20px;overflow:auto}.empty-wrap{height:100%;display:flex;align-items:center;justify-content:center}.empty-text{color:#c3d6b9;font-size:48px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.cart-item{display:flex;gap:15px;padding:10px 0}.item-image{width:80px;height:80px;background:#fff;border:1px solid #ddd;border-radius:4px;overflow:hidden;flex:0 0 auto}.item-image img{width:100%;height:100%;object-fit:cover;display:block}.item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.item-title{font-weight:800;font-size:16px;color:#000}.item-price-unit{font-size:13px;color:#555;margin-top:4px}.quantity-selector{display:flex;align-items:center;border:1px solid #ccc;background:#fff;width:fit-content;border-radius:4px;padding:2px 5px;margin-top:8px}.qty-btn{background:none;border:0;font-size:18px;font-weight:800;cursor:pointer;padding:0 10px;line-height:1}.qty-val{width:36px;text-align:center;font-size:14px;font-weight:800;border:0;outline:none;background:transparent}.item-total-group{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.item-total-price{color:#4d8a4f;font-weight:800;font-size:15px}.delete-btn{background:none;border:0;cursor:pointer;color:#000;padding:0}.delete-btn svg{display:block}.cart-footer{background:#fff;padding:18px;border-top:1px solid #eee}.subtotal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.subtotal-label{font-weight:900;font-size:18px;color:#000}.subtotal-amount{font-weight:900;font-size:20px;color:#4d8a4f}.shipping-note{font-size:12px;color:#666;text-align:center;margin-bottom:14px}.checkout-btn{display:block;width:100%;text-align:center;background:#fca454;color:#fff;font-size:24px;font-weight:900;padding:14px 12px;border:2px solid #000;border-radius:10px;text-transform:uppercase;text-decoration:none;font-family:Georgia,Times New Roman,Times,serif;letter-spacing:1px}.checkout-btn:hover{filter:brightness(.95)}cart-drawer .cart-header{position:sticky;top:0;z-index:2}cart-drawer .cart-footer{position:sticky;bottom:0;z-index:2}cart-drawer #CartDrawer-Overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important}cart-drawer #CartDrawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;height:100vh!important;width:min(420px,92vw)!important;transform:translate(100%)!important;margin:0!important;padding:0!important;overflow:hidden!important}cart-drawer.active #CartDrawer{transform:translate(0)!important}cart-drawer.drawer{transform:none!important;inset:auto!important;top:auto!important}cart-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:transparent!important;pointer-events:none;visibility:hidden;z-index:9999}cart-drawer.active{pointer-events:auto;visibility:visible}cart-drawer .drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073}cart-drawer #CartDrawer{position:fixed!important;top:0!important;right:0!important;height:100vh!important;width:min(420px,92vw)!important;transform:translate(100%);transition:transform .22s ease}cart-drawer.active #CartDrawer{transform:translate(0)}cart-drawer #CartDrawer{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;height:100vh!important}cart-drawer #CartDrawer .cart-header{flex:0 0 auto!important;margin:0!important}cart-drawer #CartDrawer .cart-body{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;display:flex!important;flex-direction:column!important}cart-drawer #CartDrawer .empty-wrap{flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:center!important}cart-drawer #CartDrawer .cart-footer{flex:0 0 auto!important;margin-top:auto!important}cart-drawer.active .drawer__inner{z-index:2147483647}cart-drawer .cart-footer{position:sticky;bottom:0;z-index:5}cart-drawer .drawer__overlay{z-index:1}cart-drawer .drawer__inner{z-index:2}cart-drawer .drawer__inner,cart-drawer #CartDrawer{max-height:100vh}@supports (height: 100dvh){cart-drawer .drawer__inner,cart-drawer #CartDrawer{height:100dvh!important;max-height:100dvh!important}}@media (max-width: 768px){cart-drawer .drawer__inner,cart-drawer #CartDrawer{width:100vw!important;max-width:100vw!important;border-left:0!important;border-right:0!important;border-radius:0!important}cart-drawer .cart-header{padding:14px!important}cart-drawer .cart-title{font-size:22px!important;line-height:1.1!important}cart-drawer .close-btn{font-size:34px!important}cart-drawer .cart-body{padding:14px!important}cart-drawer .empty-text{font-size:34px!important;letter-spacing:.8px!important}cart-drawer .cart-item{gap:12px!important;padding:12px 0!important}cart-drawer .item-image{width:70px!important;height:70px!important}cart-drawer .item-title{font-size:14px!important;line-height:1.2!important}cart-drawer .item-price-unit{font-size:12px!important}cart-drawer .quantity-selector{padding:2px 4px!important;border-radius:6px!important}cart-drawer .qty-btn{font-size:18px!important;padding:0 9px!important}cart-drawer .qty-val{width:32px!important;font-size:13px!important}cart-drawer .item-total-price{font-size:14px!important}cart-drawer .cart-footer{padding:14px!important}cart-drawer .subtotal-label{font-size:16px!important}cart-drawer .subtotal-amount{font-size:18px!important}cart-drawer .shipping-note{font-size:11px!important;margin-bottom:10px!important}cart-drawer .checkout-btn{font-size:20px!important;padding:12px!important;border-radius:10px!important}cart-drawer .cart-footer{padding-bottom:calc(14px + env(safe-area-inset-bottom,0px))!important}}@media (max-width: 390px){cart-drawer .cart-title{font-size:20px!important}cart-drawer .empty-text{font-size:30px!important}cart-drawer .item-image{width:62px!important;height:62px!important}cart-drawer .checkout-btn{font-size:18px!important;padding:11px 12px!important}}@media (min-width: 769px) and (max-width: 1024px){cart-drawer .drawer__inner,cart-drawer #CartDrawer{width:min(420px,92vw)!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/abs-cart-drawer.css.map */
