@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap";.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:50rem;max-width:calc(100vw - 3rem);padding:0 1.5rem;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease;background:#fff}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}.drawer__heading{margin:0 0 1rem}.drawer__close{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:10px;right:-10px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.drawer__close .svg-wrapper{height:2rem;width:2rem}cart-drawer-items{overflow:auto;flex:1}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:none}.drawer__inner-empty{height:100%;padding:0 1.5rem;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center}.cart-drawer .cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:15px;border-bottom:1px solid #e0e0e0;padding-bottom:15px;margin-bottom:15px;position:relative}.cart-drawer .cart-item__media{grid-row:1 / 3;width:90px}.cart-drawer .cart-item__image{max-width:100%;height:auto;object-fit:cover;aspect-ratio:1 / 1.3}.cart-drawer .cart-item__details{width:auto;grid-column:2;padding-right:20px}.cart-item__name{font-family:Montserrat,sans-serif!important;font-weight:600!important;font-size:14px!important;text-decoration:none;display:block;line-height:1.3;margin-bottom:4px;word-break:break-word}.product-option{font-size:12px;color:#666}.cart-drawer cart-remove-button{position:absolute;top:0;right:0;z-index:5}.cart-drawer cart-remove-button .button{min-width:unset;min-height:unset;padding:5px;background:transparent;border:none}.cart-drawer cart-remove-button .icon{width:18px;height:18px}.cart-drawer .cart-item__totals{display:flex;align-items:flex-start;justify-content:flex-end;grid-column:3}.cart-item__price-wrapper{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.cart-item__old-price-custom{color:#999;text-decoration:line-through;font-size:12px;display:block}.cart-item__final-price-custom{font-weight:700;color:#000;font-size:15px;display:block}.cart-item__savings-text{color:#008a00;font-size:11px;font-weight:700;display:block;margin-top:2px}.cart-drawer .cart-item__quantity{padding-top:0;grid-column:2;margin-top:10px}.cart-drawer .quantity,.cart-drawer .quantity__button,.cart-drawer .quantity__input{border-radius:0!important}.cart-drawer .quantity{border:1px solid #ddd;height:32px;width:90px;min-height:32px}.cart-drawer .quantity__button{width:28px;background:transparent;color:#000;border:none}.cart-drawer .quantity__input{font-weight:600;color:#000;font-size:13px}.cart-drawer .quantity__button[name=minus]{border-right:1px solid #ddd}.cart-drawer .quantity__button[name=plus]{border-left:1px solid #ddd}.drawer__footer{border-top:1px solid #eee;padding:1.5rem 0;margin-top:auto}.cart-drawer__footer{margin-bottom:10px}.totals{display:flex;justify-content:space-between;align-items:center}.totals__total,.totals__total-value{font-weight:700;font-size:18px}#cart-drawer-discounts{margin-bottom:15px;text-align:right;border-bottom:1px dashed #eee;padding-bottom:10px}.discounts__discount{font-size:13px;color:#555;display:inline-flex;align-items:center;gap:5px;justify-content:flex-end}.cart__ctas{display:flex;justify-content:center;width:100%}.cart__checkout-button{width:100%;background:#38b26b!important;color:#fff!important;padding:15px;font-weight:700;font-size:16px;border-radius:4px;margin-top:10px}.cart-drawer__payment-icons{margin-top:15px;padding-top:10px;border-top:1px solid #f0f0f0;width:100%}.list-payment--horizontal{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:8px!important;list-style:none!important;padding:0!important;margin:0!important}.list-payment__item .icon{height:24px!important;width:auto!important}@media screen and (max-width: 749px){.drawer__inner{width:100%!important;max-width:100vw!important;padding:0 15px}#cart-drawer-discounts{text-align:center!important}.discounts__discount{justify-content:center!important}.cart-drawer .cart-item{display:grid!important;grid-template-columns:90px 1fr!important;grid-template-rows:auto auto!important;gap:10px 15px!important;border-bottom:1px solid #EDE8E8!important;padding-bottom:20px!important;margin-bottom:20px!important;position:relative}.cart-drawer td{display:block!important;border:none!important;padding:0!important;width:auto!important}.cart-drawer td.cart-item__media{grid-column:1;grid-row:1 / span 2;width:100%!important}.cart-drawer td.cart-item__details{grid-column:2;grid-row:1;padding-right:30px!important}.cart-item__name{width:100%;white-space:normal!important;word-break:break-word!important;font-size:14px!important}.cart-drawer td.cart-item__quantity{grid-column:2;grid-row:2;justify-self:start!important;margin-top:auto!important;width:auto!important}.cart-drawer td.cart-item__totals{grid-column:2;grid-row:2;justify-self:end!important;margin-top:auto!important;width:auto!important;text-align:right!important}.cart-item__price-wrapper,.cart-item__discounted-prices{align-items:flex-end!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-cart-drawer.css.map */
