.cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999999999999999999;visibility:hidden;transition:visibility 0s .3s}.cart-drawer.is-open{visibility:visible;transition:visibility 0s}.cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__content{position:absolute;top:0;right:0;width:100%;max-width:420px;height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.is-open .cart-drawer__content{transform:translate(0)}.cart-drawer__header{padding:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}.cart-drawer__title{margin:0;font-size:1.25rem;font-weight:600}.cart-drawer__close{background:none;border:none;cursor:pointer;padding:5px}.cart-drawer__body{flex:1;overflow-y:auto;padding:20px}.cart-drawer__footer{padding:20px;border-top:1px solid #e5e5e5;background:#f9f9f9}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:600;margin-bottom:15px;margin-top:15px;font-size:1.1em}.cart-drawer__actions{display:flex;flex-direction:column;gap:10px}.cart-drawer-item{display:grid;grid-template-columns:80px 1fr auto;gap:15px;padding:20px 0;border-bottom:1px solid #eee}.cart-drawer-item:first-child{padding-top:0}.cart-drawer-item:last-child{border-bottom:none;padding-bottom:0}.cart-drawer-item__image{width:80px}.cart-drawer-item__image img{width:100%;height:auto;object-fit:cover;border-radius:4px}.cart-drawer-item__info{display:flex;flex-direction:column;gap:4px}.cart-drawer-item__title{font-weight:600;font-size:.95em;text-decoration:none;color:inherit;line-height:1.3}.cart-drawer-item__title:hover{text-decoration:underline}.cart-drawer-item__variant{font-size:.85em;color:#666}.cart-drawer-item__unit-price{display:flex;align-items:center;gap:8px;font-size:.9em;margin-top:2px}.cart-drawer-item__price--regular{color:#333}.cart-drawer-item__price--sale{color:#333;font-weight:500}.cart-drawer-item__price--compare{color:#999;font-size:.9em}.cart-drawer-item__quantity-row{display:flex;align-items:center;gap:10px;margin-top:8px}.cart-drawer-item__quantity{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;width:max-content}.cart-drawer-item__quantity-btn{background:none;border:none;padding:8px 12px;cursor:pointer;font-size:1em;color:#333;transition:background .2s}.cart-drawer-item__quantity-btn:hover{background:#f5f5f5}.cart-drawer-item__quantity-input{width:40px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;padding:8px 0;font-size:.95em;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-drawer-item__quantity-input::-webkit-outer-spin-button,.cart-drawer-item__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer-item__remove{background:none;border:none;cursor:pointer;padding:5px;color:#666;transition:color .2s}.cart-drawer-item__remove:hover{color:#333}.cart-drawer-item__line-total{display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right}.cart-drawer-item__line-compare{color:#999;font-size:.85em}.cart-drawer-item__line-price{font-weight:600;font-size:1em}.cart-drawer-item__line-savings{color:#2e7d32;font-size:.85em;font-weight:500}.hidden{display:none!important}.full-width{width:100%}.cart-drawer__shipping-banner{background:#222;color:#fff;padding:12px 20px;text-align:center;font-size:.95em}.cart-drawer__shipping-banner--free{color:#fff}.cart-drawer__shipping-banner--free strong{text-decoration:underline}.cart-drawer__shipping-banner--paid{display:flex;flex-direction:column;gap:4px}.cart-drawer__shipping-banner--paid small{font-size:.8em;opacity:.8}.cart-drawer__free-shipping-message{background:#e8f5e9;color:#2e7d32;padding:10px;border-radius:4px;text-align:center;margin-bottom:15px;font-size:.9em}.cart-drawer__checkout-btn{background:#2e7d32!important;border:none;color:#fff!important;font-weight:600;padding:15px!important;font-size:1.05em;border-radius:4px}.cart-drawer__checkout-btn:hover{background:#1b5e20!important}.cart-drawer__continue-shopping{display:block;text-align:center;color:#333;text-decoration:underline;font-size:.9em;margin-top:10px}.cart-drawer__payment-icons{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:15px;padding-top:15px;border-top:1px solid #e5e5e5}.cart-drawer__payment-icons img{height:24px;width:auto}@media (max-width: 480px){.cart-drawer-item{grid-template-columns:70px 1fr;grid-template-rows:auto auto}.cart-drawer-item__line-total{grid-column:2;flex-direction:row;align-items:center;gap:8px;margin-top:8px}}.cart-drawer__empty-state{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}
/*# sourceMappingURL=/cdn/shop/t/151/assets/cart-drawer.css.map */
