:root{--drawer-width-desktop: 450px;--drawer-width-tablet: 420px;--drawer-width-mobile: 100vw;--drawer-animation-duration: .3s;--drawer-overlay-bg: rgba(0, 0, 0, .5)}drawer-cart{display:block;pointer-events:none}drawer-cart.active{pointer-events:auto}.drawer-cart__overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:var(--drawer-overlay-bg);opacity:0;visibility:hidden;transition:opacity var(--drawer-animation-duration) ease,visibility 0s var(--drawer-animation-duration);z-index:999999;cursor:pointer;pointer-events:none}drawer-cart.active .drawer-cart__overlay{opacity:1;visibility:visible;transition:opacity var(--drawer-animation-duration) ease;pointer-events:auto}.drawer-cart__container{position:fixed;top:0;right:0;height:100vh;width:var(--drawer-width-mobile);background:rgb(var(--color-background));transform:translate(100%);transition:transform var(--drawer-animation-duration) ease;z-index:9999999;display:flex;flex-direction:column;box-shadow:-2px 0 20px #00000026;pointer-events:none}@media screen and (min-width: 750px){.drawer-cart__container{width:var(--drawer-width-tablet)}}@media screen and (min-width: 990px){.drawer-cart__container{width:var(--drawer-width-desktop)}}drawer-cart.active .drawer-cart__container{transform:translate(0);pointer-events:auto}.drawer-cart__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2rem 1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1);flex-shrink:0}.drawer-cart__title{margin:0;font-size:2rem;font-weight:600}.drawer-cart__close{background:none;border:none;padding:.5rem;cursor:pointer;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;margin:-.5rem -.5rem -.5rem 1rem}.drawer-cart__close:hover{opacity:.7}.drawer-cart__close .icon{width:2rem;height:2rem}.drawer-cart__body{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem;-webkit-overflow-scrolling:touch}.drawer-cart__items{margin-bottom:2rem}.cart-item-drawer{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(var(--color-foreground),.08)}.cart-item-drawer:first-child{padding-top:0}.cart-item-drawer__image{flex-shrink:0;width:8rem;height:8rem;border-radius:.4rem;overflow:hidden;background:rgba(var(--color-foreground),.04)}.cart-item-drawer__image img{width:100%;height:100%;object-fit:cover}.cart-item-drawer__details{flex:1;display:flex;flex-direction:column;min-width:0}.cart-item-drawer__title{font-size:1.4rem;font-weight:600;margin:0 0 .5rem;line-height:1.3}.cart-item-drawer__title a{color:rgb(var(--color-foreground));text-decoration:none}.cart-item-drawer__title a:hover{color:#a61616}.cart-item-drawer__variant{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin-bottom:.8rem}.cart-item-drawer__price{font-size:1.5rem;font-weight:600;margin-bottom:auto}.cart-item-drawer__footer{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.cart-item-drawer__quantity{display:flex;align-items:center;gap:1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:.4rem;padding:.4rem}.cart-item-drawer__quantity-btn{background:none;border:none;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--color-foreground));font-size:1.6rem;transition:background .2s ease;border-radius:.2rem}.cart-item-drawer__quantity-btn:hover{background:rgba(var(--color-foreground),.05)}.cart-item-drawer__quantity-btn:disabled{opacity:.3;cursor:not-allowed}.cart-item-drawer__quantity-value{min-width:3rem;text-align:center;font-size:1.4rem;font-weight:500}.cart-item-drawer__remove{background:none;border:none;color:rgba(var(--color-foreground),.5);font-size:1.2rem;cursor:pointer;padding:.5rem;text-decoration:underline;transition:color .2s ease}.cart-item-drawer__remove:hover{color:#a61616}.drawer-cart__addons{margin-bottom:2rem;padding:2rem;background:rgba(var(--color-foreground),.02);border-radius:.8rem}.drawer-cart__upsells{margin-bottom:2rem}.drawer-cart__upsells-title{font-size:1.6rem;font-weight:600;margin:0 0 1.5rem}.drawer-cart__upsells-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.drawer-cart__addons{padding:1.5rem 2rem;background:#f8f9fa;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}.addon-item-drawer{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:1.2rem;margin-bottom:1rem;transition:all .2s ease}.addon-item-drawer:last-child{margin-bottom:0}.addon-item-drawer:hover{border-color:#adb5bd;box-shadow:0 2px 4px #0000000d}.addon-label-drawer{display:flex;align-items:flex-start;gap:1.2rem;cursor:pointer;margin:0}.addon-checkbox-drawer{margin-top:.2rem;width:1.8rem;height:1.8rem;cursor:pointer;flex-shrink:0}.addon-content-drawer{flex:1;min-width:0}.addon-header-drawer{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem;gap:1rem}.addon-title-drawer{font-size:1.3rem;font-weight:600;line-height:1.3}.addon-price-drawer{font-weight:600;color:#28a745;font-size:1.2rem;white-space:nowrap;flex-shrink:0}.addon-description-drawer{margin:0;font-size:1.1rem;color:#6c757d;line-height:1.4}@media screen and (max-width: 749px){.drawer-cart__upsells-grid{grid-template-columns:1fr}}.drawer-cart__upsells-loading{grid-column:1 / -1;display:flex;justify-content:center;padding:3rem}.loading-spinner{display:inline-block;width:3rem;height:3rem;border:3px solid rgba(var(--color-foreground),.1);border-top-color:#a61616;border-radius:50%;animation:spinner-rotate .8s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.drawer-cart__upsell-card{display:block;text-decoration:none;border:1px solid rgba(var(--color-foreground),.1);border-radius:.8rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.drawer-cart__upsell-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.drawer-cart__upsell-card img{width:100%;aspect-ratio:1;object-fit:cover}.drawer-cart__upsell-card-content{padding:1.2rem}.drawer-cart__upsell-card h4{font-size:1.3rem;font-weight:600;margin:0 0 .5rem;line-height:1.3;color:rgb(var(--color-foreground))}.drawer-cart__upsell-card .price{font-size:1.4rem;font-weight:600;color:#a61616}.drawer-cart__trust-badges{display:flex;flex-wrap:wrap;gap:1rem;padding:2rem;background:rgba(var(--color-foreground),.02);border-radius:.8rem}.trust-badge{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;color:rgba(var(--color-foreground),.8)}.trust-badge__icon{flex-shrink:0;width:2rem;height:2rem;color:rgb(var(--color-foreground))}.drawer-cart__empty{text-align:center;padding:4rem 2rem}.drawer-cart__empty-icon{width:6.4rem;height:6.4rem;margin:0 auto 2rem;color:rgba(var(--color-foreground),.3)}.drawer-cart__empty-text{margin:0 0 2rem;font-size:1.8rem;color:rgba(var(--color-foreground),.6)}.drawer-cart__empty-cta{display:inline-flex;justify-content:center;align-items:center;text-align:center;min-width:20rem}.drawer-cart__footer{flex-shrink:0;padding:2rem;border-top:1px solid rgba(var(--color-foreground),.1);background:rgb(var(--color-background))}.drawer-cart__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.6rem}.drawer-cart__subtotal-label{color:rgba(var(--color-foreground),.7)}.drawer-cart__subtotal-value{font-size:2rem;font-weight:600}.drawer-cart__checkout-form{margin-bottom:1rem}.drawer-cart__checkout-btn{width:100%;min-height:4.5rem;background:#a61616;color:#fff;text-transform:uppercase;font-weight:600;letter-spacing:.05rem;border:none;border-radius:.4rem;cursor:pointer;transition:background .2s ease;font-size:1.4rem}.drawer-cart__checkout-btn:hover{background:#8f1414}.drawer-cart__note{text-align:center;font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin:0;line-height:1.4}body.drawer-cart-open{overflow:hidden}.drawer-cart__items.loading{opacity:.5;pointer-events:none}@media screen and (max-width: 749px){.drawer-cart__header{padding:1.5rem 1.5rem 1rem}.drawer-cart__body,.drawer-cart__footer{padding:1.5rem}.drawer-cart__title{font-size:1.8rem}.cart-item-drawer{gap:1rem}.cart-item-drawer__image{width:6rem;height:6rem}.drawer-cart__addons{padding:1.5rem}.addon-item-drawer{margin-bottom:1rem}.addon-header-drawer{margin-bottom:.3rem}.addon-title-drawer{font-size:1.2rem}.addon-price-drawer{font-size:1.1rem}.addon-description-drawer{font-size:1rem;line-height:1.3}.drawer-cart__trust-badges{padding:1.5rem;gap:.8rem}.trust-badge{font-size:1.1rem}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/component-drawer-cart.css.map */
