body.cart-drawer-open{overflow:hidden}cart-drawer{display:block;position:relative;z-index:9999}.cart-drawer__container{position:fixed;top:0;right:-100%;width:100%;max-width:480px;height:100%;background:#fff;box-shadow:-8px 0 40px #00000026;transition:right .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease;z-index:10001;display:flex;flex-direction:column}cart-drawer.is-open .cart-drawer__container{right:0;box-shadow:-8px 0 60px #00000040}.cart-drawer__content{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.cart-drawer__scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:16px 24px}.cart-drawer__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 24px}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.cart-drawer__header-left{display:flex;align-items:center;gap:12px;flex:1}.cart-drawer__title{font-size:20px!important;font-weight:600;margin:0!important;color:#111827}.cart-drawer__loyalty-btn{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(109.54deg,#e76f51 24.35% 140.11%);color:#fff;border:none;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cart-drawer__loyalty-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #e76f514d}.cart-drawer__loyalty-btn svg{width:20px;height:20px;flex-shrink:0}.cart-drawer__close{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s ease;color:#6b7280;flex-shrink:0}.cart-drawer__close:hover{background-color:#f3f4f6;color:#111827}.cart-drawer__close svg{width:24px;height:24px}.cart-drawer__items-list{display:flex;flex-direction:column;gap:20px}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center;height:100%}.cart-drawer__empty-icon{width:64px;height:64px;margin-bottom:16px;color:#d1d5db}.cart-drawer__empty-icon svg{width:100%;height:100%}.cart-drawer__empty-text{font-size:16px;color:#6b7280;margin:0 0 24px}.cart-item{display:flex;gap:16px;position:relative}.cart-item__image{flex-shrink:0;width:100px;height:100px;border-radius:8px;overflow:hidden;background:#f9fafb}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:0;min-width:0}.cart-item__title{font-size:14px;font-weight:600;color:#111827;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__title:hover{color:#eb701f}.cart-item__variant{font-size:13px;color:#6b7280}.cart-item__properties{font-size:12px;color:#6b7280}.cart-item__property{margin-top:4px}.cart-item__price-wrapper{display:flex;align-items:center;gap:8px;margin-top:4px}.cart-item__final-price{font-size:16px;font-weight:600;color:#111827}.cart-item__old-price{font-size:14px;color:#9ca3af;text-decoration:line-through}.cart-item__savings-badge{display:inline-block;font-size:12px;font-weight:600;color:#10b981;background:#ecfdf5;padding:4px 8px;border-radius:6px;margin-top:6px}.cart-item__unit-price{font-size:12px;color:#6b7280;margin-top:4px}.cart-item__discounts{display:flex;flex-direction:column;gap:6px;margin-top:8px}.cart-item__discount-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#059669;background:#ecfdf5;padding:6px 10px;border-radius:6px;border:1px solid #d1fae5;width:fit-content}.cart-item__discount-badge svg{width:14px;height:14px;color:#10b981;flex-shrink:0}.cart-item__discount-title{font-weight:500}.cart-item__discount-amount{font-weight:600;margin-left:auto}.cart-item__quantity{display:flex;align-items:center;gap:12px;margin-top:auto}.quantity{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.quantity__button{background:#fff;border:none;padding:8px 12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;color:#374151}.quantity__button:hover{background-color:#f9fafb}.quantity__button:disabled{opacity:.5;cursor:not-allowed}.quantity__input{border:none;width:45px;text-align:center;font-size:14px;font-weight:500;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity__input:focus{outline:none}.cart-item__remove{background:none;border:none;font-size:13px;color:#6b7280;text-decoration:underline;cursor:pointer;padding:0}.cart-item__remove:hover{color:#ef4444}.cart-drawer__footer{padding:10px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}.cart-drawer__recommendations-wrapper{margin-bottom:16px;background:#f9fafb;border-radius:8px;overflow:hidden}.cart-drawer__recommendations-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8pxpx!important;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease}.cart-drawer__recommendations-header:hover{background:#00000008}.cart-drawer__recommendations-title{font-size:16px!important;font-weight:600;margin:0!important;text-align:left}.cart-drawer__recommendations-icon{flex-shrink:0;color:#6b7280;transition:transform .3s ease}.cart-drawer__recommendations-header[aria-expanded=false] .cart-drawer__recommendations-icon{transform:rotate(-180deg)}.cart-drawer__recommendations-content{max-height:1000px;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.cart-drawer__recommendations-header[aria-expanded=false]+.cart-drawer__recommendations-content{max-height:0}.cart-drawer__recommendations-grid{display:flex;flex-direction:column;gap:12px;padding:0 14px 14px}.cart-drawer__recommendation-card{display:flex;align-items:center;gap:12px}.cart-drawer__recommendation-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#fff;display:block}.cart-drawer__recommendation-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer__recommendation-info{flex:1;min-width:0;display:flex;flex-direction:column}.cart-drawer__recommendation-title{font-size:14px;font-weight:600;color:#111827;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer__recommendation-title:hover{color:#eb701f}.cart-drawer__recommendation-price{font-size:16px;font-weight:600;color:#111827;display:flex;align-items:center;gap:8px}.cart-drawer__recommendation-price-current{color:#ef4444}.cart-drawer__recommendation-price-original{font-size:14px;color:#9ca3af;text-decoration:line-through;font-weight:400}.cart-drawer__recommendation-form{margin-top:4px}.cart-drawer__recommendation-add-btn{background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:6px;padding:4px 8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.cart-drawer__recommendation-add-btn:hover:not(:disabled){background:#eb701f;color:#fff;border-color:#eb701f}.cart-drawer__recommendation-add-btn:disabled{opacity:.5;cursor:not-allowed}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:0;flex-wrap:wrap}.cart-drawer__subtotal-label{font-size:16px;font-weight:600;color:#111827}.cart-drawer__subtotal-savings-badge{display:inline-block;font-size:12px;font-weight:600;color:#10b981;background:#ecfdf5;padding:4px 8px;border-radius:6px;white-space:nowrap}.cart-drawer__subtotal-price{font-size:20px;font-weight:700;color:#111827;white-space:nowrap}.cart-drawer__subtotal-original-price{font-size:16px;font-weight:500;color:#9ca3af;text-decoration:line-through;white-space:nowrap}.cart-drawer__payment-terms{margin-bottom:8px;text-align:center}.cart-drawer__payment-terms shopify-payment-terms{display:block}.cart-drawer__free-shipping{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;margin-bottom:16px}.cart-drawer__free-shipping-text{font-size:13px;color:#111827;font-weight:600;margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:6px;text-align:center}.cart-drawer__free-shipping-emoji{display:inline-flex;line-height:1}.cart-drawer__free-shipping-bar{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.cart-drawer__free-shipping-fill{display:block;height:100%;background:linear-gradient(90deg,#eb701f,#f59a56);border-radius:999px;transition:width .3s ease}.cart-drawer__notice{font-size:13px;color:#6b7280;text-align:center;margin-bottom:16px;padding:12px;background:#f9fafb;border-radius:8px}.cart-drawer__actions{display:flex;flex-direction:column;gap:12px}.cart-drawer__checkout{width:100%;background:#eb701f;color:#fff;border:none;border-radius:8px;padding:16px 24px;font-size:16px!important;line-height:1!important;font-weight:600;cursor:pointer;transition:background-color .2s ease}.cart-drawer__checkout:hover{background:#d65a0f}.cart-drawer__checkout:disabled{opacity:.5;cursor:not-allowed}.cart-drawer__view-cart{display:block;text-align:center;font-size:14px;color:#6b7280;text-decoration:underline;padding:8px}.cart-drawer__view-cart:hover{color:#111827}.cart-drawer__payment-badges{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:0!important;flex-wrap:wrap}.payment-badge{height:24px;width:auto;object-fit:contain;opacity:.8;transition:opacity .2s ease}.payment-badge:hover{opacity:1}.loading{opacity:.5;pointer-events:none}.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}@media screen and (max-width:768px){.cart-drawer__container{max-width:100%}.cart-drawer__header{padding:16px 20px}.cart-drawer__items{padding:12px 20px}.cart-drawer__footer{padding:10px}.cart-item{gap:12px}.cart-item__image{width:80px;height:80px}.cart-drawer__recommendations-grid{grid-template-columns:1fr}}.cart-drawer__close:focus-visible,.quantity__button:focus-visible,.cart-item__remove:focus-visible,.cart-drawer__checkout:focus-visible{outline:2px solid #eb701f;outline-offset:2px}@media(prefers-reduced-motion:no-preference){.cart-drawer__container{transition:right .4s cubic-bezier(.4,0,.2,1)}.cart-drawer__overlay{transition:opacity .3s ease,visibility .3s ease}}@media(prefers-reduced-motion:reduce){.cart-drawer__container,.cart-drawer__overlay{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/162/assets/cart-drawer-new.css.map */
