.m-cart-drawer{--m-bg-color: 0,0,0;position:fixed;bottom:0;left:0;right:0;top:0;transition:background-color var(--m-duration-default, .25s) cubic-bezier(.4,0,.2,1);background:rgba(var(--m-bg-color),var(--m-bg-opacity));display:none;touch-action:none;z-index:1000}.m-cart-drawer--active{display:block}.m-cart-drawer__inner{background-color:rgb(var(--color-background));min-height:100%;transition:transform var(--m-duration-default, .25s) cubic-bezier(.4,0,.2,1);transform:translate3d(var(--translate-x, 100%),0,0);margin-left:auto}@media screen and (min-width:768px){.m-cart-drawer__inner{width:460px}}@media screen and (max-width:767px){.m-cart-drawer__inner{width:calc(100% - 40px)}}.m-cart-drawer__title{color:rgb(var(--color-foreground))}.m-cart-drawer__header{padding:0 20px 16px}@media screen and (min-width:768px){.m-cart-drawer__header{padding-top:20px}}@media screen and (max-width:639px){.m-cart-drawer__header{padding:16px}}.m-cart-drawer__body{overscroll-behavior:contain;padding:0 20px 16px}@media screen and (max-width:639px){.m-cart-drawer__body{padding:0 16px 16px}}.m-cart-drawer__footer--wrapper{padding:20px 20px 16px;box-shadow:0 4px 24px #0000001f}.m-cart-drawer__footer--wrapper .m-terms-conditons{margin:0 0 15px}@media screen and (max-width:639px){.m-cart-drawer__footer--wrapper{padding:20px 12px 16px}}.m-cart-drawer__close{position:absolute;top:5px;right:5px;cursor:pointer;padding:8px}.m-cart-drawer__close *{pointer-events:none}.m-cart-drawer__link-to-cart{--btn-link-border: 1px;color:rgb(var(--color-foreground-secondary));margin-top:8px}.m-cart-drawer__link-to-cart:hover{color:rgb(var(--color-foreground))}.m-cart-drawer__link-to-cart:after,.m-cart-drawer__link-to-cart:before{bottom:3px}.m-cart-drawer foxkit-cart-goal{margin-bottom:0}.m-cart-drawer .foxkit-cart-countdown-hook{margin-top:8px}.m-cart-drawer foxkit-visible-check h1,.m-cart-drawer foxkit-visible-check h2,.m-cart-drawer foxkit-visible-check h3,.m-cart-drawer foxkit-visible-check h4,.m-cart-drawer foxkit-visible-check h5,.m-cart-drawer foxkit-visible-check a,.m-cart-drawer foxkit-visible-check .foxkit-card__prices,.m-cart-drawer foxkit-visible-check .foxkit-product-card__price{--foxkit-prices-color: rgb(var(--color-foreground));color:rgb(var(--color-foreground))}@media screen and (min-width:768px){.m-cart-drawer .m-cart-addon__header button{flex-direction:row;justify-content:center}.m-cart-drawer .m-cart-addon__header button>svg{flex:0 0 auto}.m-cart-drawer .m-cart-addon__header button .m-cart-addon__text{margin-left:6px}}.m-cart{display:block;margin-bottom:40px}.m-cart__wrapper{flex:1}.m-cart__header{font-weight:500;border-bottom:1px solid rgb(var(--color-border));margin-bottom:4px}.m-cart__column{width:40%;flex:0 0 auto;padding:8px 10px}.m-cart__column:first-child{padding-left:0}.m-cart__column:last-child{padding-right:0}.m-cart__column--product{flex:1;width:auto}@media screen and (min-width:768px){.m-cart__column{width:20%;padding:16px 24px}.m-cart__column--subtotal{padding-right:0;width:12%}.m-cart__column--price{width:25%}}@media screen and (max-width:767px){.m-cart__column--price{padding-right:0;text-align:right}.m-cart__column--quantity{padding:0}}.m-cart__trust-badge{margin-top:12px}.m-cart__checkout{margin-top:20px}.m-cart__checkout .show-terms-conditions{margin-top:12px}.m-cart__footer--wrapper{width:420px;padding:3rem 0 0;position:relative}@media screen and (max-width:639px){.m-cart__footer--wrapper{width:100%;padding:2rem 0;margin:0}}.m-cart__footer .m-cart__discount--item{font-size:14px}.m-cart__summary{margin:16px 0}.m-cart__discount--item{font-size:12px;color:#c74230;display:flex;text-transform:uppercase}.m-cart__discount--item svg{width:12px;margin-right:5px}.m-cart__subtotal--label,.m-cart__subtotal--price{font-size:18px}.m-cart__overlay{background:rgba(var(--color-background),.9);position:absolute;opacity:0;visibility:hidden;transition:var(--m-duration-default, .25s) all;top:0;right:0;left:0;bottom:0}.m-cart__overlay.open{visibility:visible;opacity:1}.m-cart .m-cart-addon__header{position:relative;z-index:1;margin-bottom:16px}.m-cart .m-cart-addon__body{box-shadow:0 4px 24px #0000001f;border-radius:var(--medium-blocks-radius);position:relative;transform:none;display:none;padding:24px 20px}.m-cart .m-cart-addon__body.open{display:block}.m-cart .m-gift-wrapping--label{margin-top:20px;padding-bottom:20px}.m-cart__empty{margin:100px 0;padding:0 16px}@media screen and (min-width:1280px){.m-cart{margin-bottom:100px}}@media screen and (max-width:767px){.m-cart .foxkit-incart-items{margin-top:15px}}.m-cart-addon__header{display:flex;column-gap:5px}.m-cart-addon__header button{background:none;border:none;margin-bottom:0;outline:none;box-shadow:none;display:inline-flex;align-items:center;font-size:15px;font-weight:500;position:relative;background-color:rgb(var(--color-background-secondary));border-radius:var(--btn-border-radius);padding:8px 10px;transition:all var(--m-duration-default) cubic-bezier(.104,.204,.492,1)}.m-cart-addon__header button *{pointer-events:none}.m-cart-addon__header button .m-cart-addon__text{margin-left:6px}@media screen and (min-width:768px){.m-cart-addon__header button{flex-flow:column;flex:1}.m-cart-addon__header button .m-cart-addon__text{margin:0}.m-cart-addon__header button svg{flex:1}}@media screen and (max-width:767px){.m-cart-addon__header button{width:auto}.m-cart-addon__header button .m-cart-addon__text{max-width:0;width:0;overflow:hidden;margin-left:0}}.m-cart-addon__header button:hover,.m-cart-addon__header button.active{background-color:rgb(var(--color-button-hover));color:rgb(var(--color-button-text-hover))}@media screen and (max-width:767px){.m-cart-addon__header button:hover .m-cart-addon__text,.m-cart-addon__header button.active .m-cart-addon__text{width:auto;max-width:100%;overflow:visible;margin-left:6px}}@media screen and (max-width:767px){.m-cart-addon__header button{font-size:13px}.m-cart-addon__header button svg{max-width:20px;margin-bottom:0}.m-cart-addon__header button:after{top:8px}}.m-cart-addon__icon--shipping,.m-cart-addon__icon--discount{width:22px;height:22px}.m-cart-addon__icon--noti{position:absolute;border:2px solid rgba(var(--bg-white),1);width:16px;height:16px;top:-8px;left:50%;transform:translate3d(50%,0,0);box-shadow:0 0 #0000,0 0 #0000,0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;background:#334bfa}.m-cart-addon__body{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem 1rem 4rem;background:rgb(var(--color-background));box-shadow:20px 0 20px #0000001f;z-index:1;transition:var(--m-duration-default, .25s) ease-in-out;pointer-events:none;transform:translate3d(0,100%,0)}.m-cart-addon__body.open{pointer-events:auto;transform:translateZ(0)}.m-cart-addon__title{display:flex;align-items:center;padding-bottom:10px;font-size:18px}.m-cart-addon__title svg{margin-right:8px}.m-cart-addon__content{margin-bottom:20px}.m-cart-addon__action{column-gap:12px}.m-cart-addon__action button{flex:1}.m-cart-addon__shipping-rate:not(:empty){padding:20px 0}.m-cart-addon__shipping-rate--label{font-weight:500;margin-bottom:12px}.m-cart-addon__shipping-rate--item{color:rgb(var(--color-foreground-secondary));margin-bottom:2px}.m-cart-addon__shipping-rate--item:last-child{margin-bottom:0}.m-cart-item__remove,.tcustomizer-btn--edit-option{--btn-link-border: 1px;margin-top:8px;cursor:pointer;font-size:14px;color:rgba(var(--color-foreground),.75);text-transform:capitalize}.m-cart-item__remove:hover,.tcustomizer-btn--edit-option:hover{color:rgb(var(--color-foreground))}.m-cart-item__remove:after,.m-cart-item__remove:before,.tcustomizer-btn--edit-option:after,.tcustomizer-btn--edit-option:before{bottom:3px}.m-cart-item{flex-wrap:wrap;align-items:center;border-bottom:1px solid rgb(var(--color-border));padding:12px 0}.m-cart-item__product{display:flex;align-items:flex-start}.m-cart-item__image{width:110px;overflow:hidden;min-width:110px}.m-cart-item__image.m-cart-drawer-item__image{border:1px solid rgb(var(--color-border))}@media screen and (max-width:767px){.m-cart-item__image{width:65px;min-width:65px}}@media screen and (max-width:639px){.m-cart-item__image{width:60px;min-width:60px}}.m-cart-item__info{padding-left:24px}@media screen and (min-width:640px){.m-cart-item__info.m-cart-drawer-item__info{padding-left:16px}}@media screen and (max-width:639px){.m-cart-item__info{padding-left:12px}}.m-cart-item__title{font-weight:500;display:block}.m-cart-item__title:hover{color:rgb(var(--color-foreground));text-decoration:underline}.m-cart-item__property a{text-decoration:underline}.m-cart-item__property a:hover{color:rgb(var(--color-foreground))}.m-cart-item__price-discounted:not(.m\:hidden){display:flex;flex-wrap:wrap}.m-cart-item__price-discounted:not(.m\:hidden) .m-cart-item__price--final{margin-left:8px}.m-cart-item__price-discounted .m-cart-item__price--regular{color:rgb(var(--color-foreground-secondary))}.m-cart-item__price+.m-cart__discount{margin-bottom:4px}.m-cart-item__option,.m-cart-item__property{word-break:break-all}.m-cart-item+.notification.show{margin-top:20px}.m-cart-item .m-quantity{max-width:120px;min-height:42px}.m-quantity__input{text-align:center}@media screen and (max-width:767px){.m-cart-item .m-quantity{min-height:36px;width:100%}.m-cart-item .m-quantity .m-quantity__button,.m-cart-item .m-quantity .m-quantity__input{width:100%;max-width:40px}}.m-cart-drawer-item{border-bottom:0}.m-cart-drawer-item__variant{margin-bottom:4px}.m-cart-drawer-item__quantity{margin-top:10px}.m-cart-drawer-item .m-cart-item__remove{margin-left:8px;margin-right:10px}.m-cart-drawer-item .m-quantity{margin-top:0;background-color:rgb(var(--color-form-field));color:rgb(var(--color-form-field-text));min-height:36px;width:110px}.m-cart-drawer-item .m-quantity input{background-color:#0000}.m-cart-drawer-item .f-incart{margin-top:15px}.additional-checkout-buttons{margin-top:10px}.additional-checkout-buttons .dynamic-checkout__content ul{column-gap:10px;row-gap:10px}.additional-checkout-buttons .dynamic-checkout__content ul li{margin-top:0!important}.template-cart #MainContent{background:#f7f7f7;min-height:75vh;padding-top:40px;padding-bottom:40px}@media screen and (max-width:767px){.template-cart #MainContent{padding-top:24px;padding-bottom:24px}}.template-cart .m-cart{margin-bottom:0}.template-cart #MinimogCart .m-cart__header{display:none!important}.template-cart #MinimogCart .m-cart__wrapper{background:#fff;border:1px solid rgb(var(--color-border));padding:24px}@media screen and (max-width:767px){.template-cart #MinimogCart .m-cart__wrapper{padding:16px}}.template-cart #MinimogCart .m-cart__page-title{margin:0 0 18px;text-align:left;font-size:1rem;line-height:1.4;font-weight:600}.template-cart #MinimogCart .m-cart__items{display:flex;flex-direction:column;gap:0}@media screen and (min-width:768px){.template-cart #MinimogCart .m-cart__items{border:0}}.template-cart #MinimogCart .m-cart-item{display:flex;align-items:stretch;border:0;border-bottom:1px solid rgb(var(--color-border));padding:22px 0 24px;gap:16px}.template-cart #MinimogCart .m-cart-item:first-child{padding-top:0}.template-cart #MinimogCart .m-cart-item:last-child{border-bottom:0;padding-bottom:0}@media screen and (min-width:768px){.template-cart #MinimogCart .m-cart__column--subtotal{display:none}}.template-cart #MinimogCart .m-cart-item__product{gap:16px}.template-cart #MinimogCart .m-cart-item__info{min-width:0}.template-cart #MinimogCart .m-cart-item__title{font-size:1.1rem;font-weight:var(--font-weight-body);margin-bottom:4px;line-height:1.3;white-space:normal;overflow:visible;text-overflow:unset}.template-cart #MinimogCart .m-cart-item__option,.template-cart #MinimogCart .m-cart-item__property{display:block;line-height:1.5;margin-bottom:2px;font-size:.9rem;color:rgb(var(--color-foreground));word-break:normal;overflow-wrap:break-word;white-space:normal}.template-cart #MinimogCart .m-cart-item__property [data-cart-item-property-value]{overflow-wrap:anywhere}.template-cart #MinimogCart .m-cart__column--price,.template-cart #MinimogCart .m-cart-item__price,.template-cart #MinimogCart .m-cart-item__price--regular,.template-cart #MinimogCart .m-cart-item__price--final,.template-cart #MinimogCart [data-cart-item-original-price],.template-cart #MinimogCart [data-cart-item-final-price]{white-space:nowrap}.template-cart #MinimogCart [data-cart-item-original-price] *,.template-cart #MinimogCart [data-cart-item-final-price] *{display:inline;white-space:nowrap}.template-cart #MinimogCart .m-cart-item__price{font-size:1.05rem;font-weight:600}.template-cart #MinimogCart .m-cart-item__image{border-radius:0}.template-cart #MinimogCart .m-cart-item__remove-wrapper{line-height:normal;display:flex;align-items:flex-end;padding-top:8px}.template-cart #MinimogCart .m-cart-item__remove{text-decoration:none;border-bottom:1px solid currentColor;font-size:.85rem;cursor:pointer;line-height:1.2;transition:all .2s}.template-cart #MinimogCart .m-cart-item__remove:after,.template-cart #MinimogCart .m-cart-item__remove:before{display:none;content:none}.template-cart #MinimogCart .m-cart-item__remove:hover{border-color:transparent}.template-cart #MinimogCart .m-product-quantity{display:flex;align-items:center;background-color:#fff;border:1px solid #e2e2e2;border-radius:50px;padding:1px 3px;height:36px;width:auto;box-shadow:0 1px 2px #00000008;gap:0}.template-cart #MinimogCart .m-product-quantity:hover{border-color:#cdcdcd}.template-cart #MinimogCart .m-product-quantity__input{background:transparent;border:none;font-weight:600;width:28px;text-align:center;padding:0;color:#000;font-size:.9rem}.template-cart #MinimogCart .m-product-quantity__button{border:none;background:transparent;width:28px;height:28px;border-radius:50%;color:#444;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-size:.9rem;font-weight:500;line-height:1;transition:background .2s ease}.template-cart #MinimogCart .m-product-quantity__button>span{position:relative;display:inline-flex;width:100%;height:100%;font-size:0}.template-cart #MinimogCart .m-product-quantity__button>span:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:1.5px;background:currentColor;border-radius:1px}.template-cart #MinimogCart .m-product-quantity__button[name=plus]>span:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.5px;height:10px;background:currentColor;border-radius:1px}.template-cart #MinimogCart .m-product-quantity__button:hover{background:#f0f0f0;color:#000}.template-cart #MinimogCart .m-cart__footer--wrapper{background:#fff;border:1px solid rgb(var(--color-border));padding:24px}.template-cart #MinimogCart .m-cart .m-cart-addon__body,.template-cart #MinimogCart .m-cart__footer--wrapper .m-cart-addon,.template-cart #MinimogCart .m-cart__footer--wrapper .m-cart-addon__body,.template-cart #MinimogCart .m-cart__footer--wrapper .m-cart-addon__content,.template-cart #MinimogCart .m-cart__footer--wrapper .m-cart-addon__inner{box-shadow:none}.template-cart #MinimogCart .m-cart__checkout .m-cart__checkout-button{margin-bottom:14px}@media screen and (max-width:1023px){.template-cart #MinimogCart .m-cart-item__media-wrapper{flex:0 0 110px;width:110px;display:flex;flex-direction:column}.template-cart #MinimogCart .m-cart-item__image{width:100%;height:100%;max-width:100%}.template-cart #MinimogCart .m-cart-item__image img{height:100%;object-fit:cover;width:100%}.template-cart #MinimogCart .m-cart-item__content-wrapper{flex:1;display:grid;grid-template-columns:1fr auto;grid-template-rows:min-content min-content 1fr;grid-template-areas:"title price" "options options" "remove quantity";column-gap:12px;row-gap:4px;align-items:start}.template-cart #MinimogCart .m-cart-item__info,.template-cart #MinimogCart .m-cart-item__actions{display:contents}.template-cart #MinimogCart .m-cart-item__title{grid-area:title;margin-bottom:0;font-size:1rem;line-height:1.3;padding-right:4px}.template-cart #MinimogCart .m-cart__column--price{grid-area:price;text-align:right;padding:0;white-space:nowrap;align-self:start}.template-cart #MinimogCart .m-cart-item__price{font-size:1rem;font-weight:600}.template-cart #MinimogCart .m-cart-item__option,.template-cart #MinimogCart .m-cart-item__property{grid-area:options;font-size:.85rem;color:#666}.template-cart #MinimogCart .m-cart-item__remove-wrapper{grid-area:remove;align-self:end;margin-top:0;padding-top:0;margin-bottom:0;padding-bottom:2px}.template-cart #MinimogCart .m-cart-item__remove{font-size:.85rem;color:#888;text-decoration:underline;border:none}.template-cart #MinimogCart .m-cart__column--quantity{grid-area:quantity;justify-self:end;align-self:end;padding:0;margin:auto 0 0;line-height:0}.template-cart #MinimogCart .m-product-quantity{height:32px;background:#fff;border:1px solid #ddd;margin-bottom:0}}@media screen and (max-width:767px){.template-cart #MinimogCart .m-cart-item{padding-top:16px}}@media screen and (min-width:1024px){.template-cart #MinimogCart form{display:grid;grid-template-columns:minmax(0,1fr) 500px;gap:24px;align-items:start}.template-cart #MinimogCart .m-cart__footer{display:block;width:100%;justify-content:initial}.template-cart #MinimogCart .m-cart__footer--wrapper{width:100%;position:sticky;top:calc(var(--m-header-height, 0px) + var(--m-topbar-height, 0px) + var(--m-announcement-height, 0px) + 24px)}.template-cart #MinimogCart .m-cart-item{gap:24px}.template-cart #MinimogCart .m-cart-item__media-wrapper{flex:0 0 280px;width:280px;display:flex}.template-cart #MinimogCart .m-cart-item__image{width:100%;max-width:100%;height:100%}.template-cart #MinimogCart .m-cart-item__image img{height:100%;object-fit:cover;width:100%}.template-cart #MinimogCart .m-cart-item__content-wrapper{flex:1;display:flex;justify-content:space-between}.template-cart #MinimogCart .m-cart-item__info{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding-left:0;padding-right:20px}.template-cart #MinimogCart .m-cart-item__title{font-size:1.15rem;margin-bottom:8px;font-weight:var(--font-weight-body)}.template-cart #MinimogCart .m-cart-item__remove-wrapper{margin-top:auto;padding-top:16px}.template-cart #MinimogCart .m-cart-item__actions{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;text-align:right;min-width:140px;padding-bottom:0}.template-cart #MinimogCart .m-cart-item__price{font-size:1.1rem}.template-cart #MinimogCart .m-cart-item__actions>.m-cart__column--price{order:1;width:auto;padding:0}.template-cart #MinimogCart .m-cart-item__actions>.m-cart__column--quantity{order:2;width:auto;padding:0;margin-top:auto}.template-cart #MinimogCart .m-product-quantity{height:40px;padding:2px 4px;gap:2px}.template-cart #MinimogCart .m-product-quantity__input{width:32px;font-size:1rem}.template-cart #MinimogCart .m-product-quantity__button{width:30px;height:30px;font-size:1rem}}@media screen and (min-width:1024px)and (max-width:1250px){.template-cart #MinimogCart form{grid-template-columns:minmax(0,1fr) 380px;gap:24px}}@media screen and (min-width:768px){.template-cart #MinimogCart .m-cart__column--product{min-width:0}}.m-cart-collapsibles{display:flex;flex-direction:column;margin-top:20px;padding-bottom:20px}.m-cart-collapsible{border-top:1px solid rgb(var(--color-border))}.m-cart-collapsible:last-child{border-bottom:1px solid rgb(var(--color-border))}.m-cart-collapsible__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit}.m-cart-collapsible__header:hover{opacity:.7}.m-cart-collapsible__title{font-size:14px;font-weight:600;letter-spacing:.02em;color:rgb(var(--color-foreground))}.m-cart-collapsible__icon{display:flex;align-items:center;justify-content:center;transition:transform .25s ease;color:rgb(var(--color-foreground))}.m-cart-collapsible[open=true] .m-cart-collapsible__icon,.m-cart-collapsible.open .m-cart-collapsible__icon{transform:rotate(180deg)}.m-cart-collapsible__content{overflow:hidden}.m-cart-collapsible__inner{padding:0 0 16px}.m-cart-collapsible__inner .rte{font-size:13px;line-height:1.6;font-weight:var(--font-weight-body);color:rgb(var(--color-foreground))}.m-cart-collapsible__inner .rte p{display:inline;margin:0}.m-cart-collapsible__inner .rte p+p:before{content:" "}.m-cart-collapsible__inner .rte p:last-child{margin-bottom:0}.m-cart-collapsible__inner .rte a{color:inherit;text-decoration:underline;text-underline-offset:3px}.m-cart-collapsible__inner .rte a:hover{opacity:.7}.m-cart-collapsible__inner .rte a:after,.m-cart-collapsible__inner .rte a:before{display:none!important}.m-cart-collapsible__icons{margin-top:12px;text-align:center}.m-cart-collapsible__icons img{display:inline-block;max-width:15.625rem;height:auto}.m-cart-item__title{font-weight:var(--font-weight-body);font-size:1.3rem}.m-cart-addon__header button{font-weight:var(--font-weight-body)}.m-cart-item__remove:after,.m-cart-item__remove:before{display:none!important}.m-cart-drawer-item__image.m-cart-item__image{width:12rem;min-width:12rem;overflow:hidden;border:1px solid #f3f3f3}.m-cart-drawer-item__image .m-image{padding-bottom:0;height:100%;width:100%;aspect-ratio:12/15}.m-cart-drawer-item__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;max-width:none}.m-cart-item--drawer__wrapper{align-items:stretch}.m-cart-drawer-item__info{display:flex;flex-direction:column;padding-left:1.5rem;flex:1}.m-cart-drawer-item__quantity{margin-top:auto;display:flex;justify-content:space-between;align-items:flex-end;padding:0}.m-cart-drawer .m-cart-item__remove{line-height:normal;text-underline-offset:4px;display:inline-block;margin-bottom:5px;font-size:14px;text-decoration:underline}.m-cart-drawer .m-quantity{background:#fff;border-radius:50px;border:.8px solid #dddddd;height:36px;padding:0 10px;margin-bottom:0}.m-cart-drawer .m-quantity__button{background:transparent;color:#000}.m-cart-drawer .m-quantity__input{background:transparent}.m-cart-addon__header,.m-cart-addon__content{background-color:#fff}.m-cart-drawer__addons{border-top:1px solid #eee;margin-top:1rem}@media screen and (max-width:767px){.m-cart-drawer-item__image.m-cart-item__image{width:10rem;min-width:10rem}.m-cart-drawer-item__info{padding-left:1rem}.m-cart-drawer .m-quantity{width:90px;min-width:90px}}@media screen and (max-width:1023px){.m-cart-addon__header{width:100%;display:flex;gap:8px}.m-cart-addon__header button.m-cart-addon--trigger-button{flex:1;flex-direction:column;align-items:center;justify-content:center;padding:12px 10px;min-height:80px;height:auto;width:auto}.m-cart-addon__header button .m-cart-addon__text{max-width:100%;width:auto;overflow:visible;margin-left:0;margin-top:6px;font-size:12px;display:block;opacity:1;visibility:visible;text-align:center}.m-cart-addon__header button svg{margin-bottom:0;width:24px;height:24px}}@media screen and (min-width:1024px){[dir=rtl] .m-cart-addon--trigger-button{gap:6px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/cart.css.map */
