:where(.cc-cart-drawer,.cc-main-cart,.cart){--sl-cart-accent: #235da7;--sl-cart-accent-hover: #194b8a;--sl-cart-accent-soft: #eef5fd;--sl-cart-text: #172033;--sl-cart-muted: #657083;--sl-cart-border: #e1e6ec;--sl-cart-surface: #ffffff;--sl-cart-surface-soft: #f6f8fa;--sl-cart-radius-sm: 8px;--sl-cart-radius: 12px;--sl-cart-shadow: 0 22px 60px rgba(16, 31, 54, .18)}.free-shipping__notice{margin:0 0 8px}.free-shipping-container{padding:14px 16px;border-radius:var(--sl-cart-radius, 12px)}.cc-cart-drawer .free-shipping-container,.cc-main-cart .free-shipping-container,.cart .free-shipping-container{background:transparent}.cart .free-shipping-container{margin:0 0 20px}.free-shipping-notice__bar{height:5px;overflow:hidden;border-radius:999px;background:#235da724}.free-shipping-notice__bar:after{content:"";display:block;width:var(--progress);height:100%;border-radius:inherit;background:var(--sl-cart-accent, #235da7);transition:width .22s ease}cart-items{position:relative;display:block;width:100%}.cart-items,.cart-items tbody{display:block;width:100%;margin:0;border-spacing:0}.cart-items thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.cart-items td{min-width:0;padding:0;border:0;vertical-align:top}.cart-item{display:grid;grid-template-columns:88px minmax(0,1fr) auto;column-gap:16px;row-gap:10px;align-items:start;padding:20px 0;border-bottom:1px solid var(--sl-cart-border, #e1e6ec);transition:opacity .16s ease}.cart-item:first-child{padding-top:0}.pointer-events-none .cart-item{opacity:.48}.cart-item__image{grid-column:1;grid-row:1 / span 3}.cart-item__image a{display:block;aspect-ratio:1;overflow:hidden;border:1px solid var(--sl-cart-border, #e1e6ec);border-radius:var(--sl-cart-radius-sm, 8px);background:var(--sl-cart-surface, #fff)}.cart-item__image img{display:block;width:100%;height:100%;aspect-ratio:auto;max-height:none;mix-blend-mode:normal;object-fit:contain}.cart-item__details{grid-column:2;min-width:0}.cart-item__title{display:block;color:var(--sl-cart-text, #172033);font-size:15px;font-weight:700;line-height:1.35;text-decoration:none;overflow-wrap:anywhere}.cart-item__title:hover{color:var(--sl-cart-accent, #235da7)}.cart-item__info{margin-top:6px;color:var(--sl-cart-muted, #657083);font-size:13px;line-height:1.45}.cart-item__info dl,.cart-item__info p{margin-block:4px 0}.cart-item__info .price__current{color:var(--sl-cart-text, #172033);font-size:14px;font-weight:650}.cart-item__info .price__was,.cart-item__total .price__was{margin-inline-start:5px;color:var(--sl-cart-muted, #657083);font-size:12px}.cart-item__qty{grid-column:2 / 4;grid-row:2;min-width:0}.cart-item__qty>.flex{display:flex;align-items:center;gap:8px;margin-top:0}.cart-item__qty quantity-input{margin-inline-end:0}.cart-item__qty .qty-input--combined{display:inline-grid;grid-template-columns:38px 42px 38px;min-width:0;overflow:hidden;border:1px solid #cfd6df;border-radius:9px;background:var(--sl-cart-surface, #fff)}.cart-item__qty .qty-input--combined .qty-input__btn,.cart-item__qty .qty-input__input{width:100%;min-width:0;height:38px;min-height:38px;border:0;background:transparent;color:var(--sl-cart-text, #172033)}.cart-item__qty .qty-input--combined .qty-input__btn{display:inline-flex;align-items:center;justify-content:center;transition:background-color .14s ease,color .14s ease}.cart-item__qty .qty-input--combined .qty-input__btn:hover{background:var(--sl-cart-accent-soft, #eef5fd);color:var(--sl-cart-accent, #235da7)}.cart-item__qty .qty-input__input{border-inline:1px solid #e2e7ed;border-radius:0;font-size:15px;font-weight:650;text-align:center}.cart-item__remove{display:inline-flex;align-items:center;justify-content:center;width:38px;min-width:38px;height:38px;padding:0;border-radius:9px;color:var(--sl-cart-muted, #657083);transition:color .14s ease,background-color .14s ease}.cart-item__remove:hover{background:#f3f5f7;color:#9d2635}.cart-item__remove svg{width:17px;height:17px;pointer-events:none}.cart-item__total{grid-column:3;grid-row:1;min-width:76px;color:var(--sl-cart-text, #172033);text-align:end}.cart-item__total>.text-theme-light{margin-bottom:3px;color:var(--sl-cart-muted, #657083);font-size:12px}.cart-item__total .price__current{font-size:15px;font-weight:750;white-space:nowrap}.cart-item__total dl{margin:0}.cart-item__total dd{margin-inline-start:0}.cart-item__loader{position:relative;width:20px;min-width:20px;height:20px}.cart-item__error{grid-column:1 / -1;margin-top:8px;font-size:13px}.cart-empty{width:100%;min-height:min(440px,56dvh);padding:42px 24px;text-align:center}.cart-empty svg{width:44px;height:44px;margin-bottom:16px;color:var(--sl-cart-accent, #235da7)}.cart-empty__title{max-width:28ch;margin:0 0 20px;color:var(--sl-cart-text, #172033);font-size:clamp(20px,5vw,26px);font-weight:700;line-height:1.25}.cart-empty .btn{min-height:44px;padding-inline:22px;border-radius:9px}.cc-cart-drawer .drawer--cart{width:min(100%,480px);height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;background:var(--sl-cart-surface);box-shadow:var(--sl-cart-shadow);color:var(--sl-cart-text)}.cc-cart-drawer .drawer--cart .drawer__header{position:relative;z-index:4;flex:0 0 auto;min-height:70px;padding:max(14px,env(safe-area-inset-top)) 20px 14px;border-bottom:1px solid var(--sl-cart-border);background:var(--sl-cart-surface)}.cc-cart-drawer .cart-drawer__title-wrap{display:flex;min-width:0;align-items:baseline;gap:9px}.cc-cart-drawer .cart-drawer__title{margin:0;color:var(--sl-cart-text);font-size:20px;font-weight:750;line-height:1.2}.cc-cart-drawer .sl-cart-drawer__count{color:var(--sl-cart-muted);font-size:13px;font-weight:500;white-space:nowrap}.cc-cart-drawer .drawer__close-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;min-width:42px;height:42px;padding:0;border-radius:999px;color:var(--sl-cart-text);transition:background-color .14s ease,transform .14s ease}.cc-cart-drawer .drawer__close-btn:hover{background:var(--sl-cart-surface-soft);transform:scale(1.03)}.cc-cart-drawer .drawer__content{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.cc-cart-drawer .cart-drawer__content{padding:16px 20px 0}.cc-cart-drawer .cart-drawer__free-shipping{margin-bottom:6px}.cc-cart-drawer .free-shipping-container{margin:0;padding:12px 14px}:where(.cc-cart-drawer,.cc-main-cart,.cart) :is(.free-shipping__notice,.free-shipping-notice__heading){color:var(--sl-cart-text);font-size:14px;line-height:1.35}.cc-cart-drawer .cart-drawer__form{margin:0}.cc-cart-drawer .cart-item{grid-template-columns:82px minmax(0,1fr) auto;column-gap:13px;row-gap:8px;padding:16px 0}.cc-cart-drawer .cart-item:first-child{padding-top:12px}.cc-cart-drawer .cart-item__image{grid-row:1 / span 3}.cc-cart-drawer .cart-item__title{font-size:14px;line-height:1.32}.cc-cart-drawer .cart-item__info{font-size:12px}.cc-cart-drawer .cart-item__info .price__current{font-size:13px}.cc-cart-drawer .cart-item__total{min-width:70px}.cc-cart-drawer .cart-item__total>.text-theme-light{display:none}.cc-cart-drawer .cart-item__total .price__current{font-size:14px}.cc-cart-drawer .cart-item__qty .qty-input--combined{grid-template-columns:36px 40px 36px}.cc-cart-drawer .cart-item__qty .qty-input--combined .qty-input__btn,.cc-cart-drawer .cart-item__qty .qty-input__input,.cc-cart-drawer .cart-item__remove{height:36px;min-height:36px}.cc-cart-drawer .cart-item__remove{width:36px;min-width:36px}.cc-cart-drawer :is(.cart-drawer__promoted-products-container,.cart-recommendations){margin-top:14px;padding:16px 20px 18px;border-top:0}.cc-cart-drawer .cart-drawer__promoted-products-container:empty{display:none}.cc-cart-drawer :is(.promoted-products,.recommendations,.cart-recommendations) :is(h2,h3,.h2,.h3,.section__heading){margin:0 0 12px;color:var(--sl-cart-text);font-size:15px;font-weight:750;line-height:1.25}.cc-cart-drawer :is(.promoted-products,.recommendations,.cart-recommendations) :is(.grid,.slider__grid,.product-grid){gap:10px}.cc-cart-drawer :is(.promoted-products,.recommendations,.cart-recommendations) :is(.card,.product-card,.product-item){border:1px solid var(--sl-cart-border);border-radius:10px;background:var(--sl-cart-surface)}.cc-cart-drawer :is(.promoted-products,.recommendations,.cart-recommendations) :is(.card__heading,.card__title,.product-card__title){font-size:13px;line-height:1.3}.cc-cart-drawer :is(.promoted-products,.recommendations,.cart-recommendations) :is(.price,.card__price,.price__current){font-size:13px}.cc-cart-drawer :is(.promoted-products,.recommendations,.cart-recommendations) :is(button[name=add],.quick-add__submit,.product-card__add-button,.btn--icon){min-width:36px;min-height:36px;padding:7px 10px;border-radius:8px;font-size:12px}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card{display:grid;grid-template-columns:64px minmax(0,1fr);gap:11px;align-items:center;min-height:86px;padding:10px}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card .card__media{width:64px;height:64px;aspect-ratio:1;overflow:hidden;border-radius:8px;background:var(--sl-cart-surface, #fff)}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card .card__media>.image-blend,:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card .card__media .media{width:100%;height:100%;background:var(--sl-cart-surface, #fff)!important}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card .card__media .media{padding-top:0!important}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card .card__media img{width:100%;height:100%;background:var(--sl-cart-surface, #fff);mix-blend-mode:normal;object-fit:contain}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card .card__info{display:grid;grid-template-columns:minmax(0,1fr) 40px;grid-template-rows:auto auto;gap:3px 10px;min-width:0;align-items:center}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card .card__info>.h6{grid-column:1;grid-row:1;min-width:0;margin:0;font-size:13px;font-weight:700;line-height:1.3}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card .card-link{display:-webkit-box;overflow:hidden;color:var(--sl-cart-text);text-decoration:none;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card .card__info>.price{grid-column:1;grid-row:2;margin:0;color:var(--sl-cart-text);font-size:13px;line-height:1.3}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card .card__info>:is(product-form,.js-quick-add){grid-column:2;grid-row:1 / span 2;align-self:center}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell-card product-form form{margin:0}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell__add{position:relative;display:inline-flex;width:40px;min-width:40px;height:40px;min-height:40px;align-items:center;justify-content:center;padding:0;border:1px solid #cbd8e7;border-radius:9px;background:var(--sl-cart-surface);color:var(--sl-cart-accent);transition:border-color .14s ease,background-color .14s ease,color .14s ease}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell__add:hover{border-color:var(--sl-cart-accent);background:var(--sl-cart-accent-soft);color:var(--sl-cart-accent-hover)}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell__add:disabled{cursor:not-allowed;opacity:.45}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell__icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;pointer-events:none}:where(.cc-cart-drawer,.cart) .sl-cart-cross-sell__icon svg{width:18px;height:18px}.cc-cart-drawer .cart-drawer__summary{z-index:3;flex:0 0 auto;max-height:min(50vh,470px);max-height:min(50dvh,470px);overflow-y:auto;padding:15px 20px max(15px,env(safe-area-inset-bottom));border-top:1px solid var(--sl-cart-border);background:var(--sl-cart-surface);box-shadow:0 -12px 30px #101f360f}.cc-cart-drawer .cart-drawer__summary--top{max-height:none;border-top:0;border-bottom:1px solid var(--sl-cart-border);box-shadow:none}.cc-cart-drawer .cart-drawer--checkout--sticky-false{position:static;max-height:none}.cc-cart-drawer .cart-drawer__utility-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.cc-cart-drawer .cart-drawer__utility-action{margin:0}.cc-cart-drawer .cart-drawer__utility-action summary,.cc-cart-drawer .cart-drawer__utility-action .link{color:var(--sl-cart-muted);font-size:12px;text-underline-offset:3px}.cc-cart-drawer .cart-drawer__shipping-note{width:100%;margin:0 0 10px;color:var(--sl-cart-muted);font-size:12px;line-height:1.4;text-align:left}.cc-cart-drawer .sl-cart-summary__discounts{display:grid;gap:5px;margin:0 0 10px;padding:0;color:var(--sl-cart-accent);font-weight:650;list-style:none}.cc-cart-drawer .sl-cart-summary__discounts li{margin:0}.cc-cart-drawer .sl-cart-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:11px;color:var(--sl-cart-text)}.cc-cart-drawer .sl-cart-summary__label,.cc-cart-drawer .sl-cart-summary__value{font-size:18px;font-weight:800;white-space:nowrap}.cc-cart-drawer .cart-drawer__checkout-buttons{display:grid;gap:9px}.cc-cart-drawer .sl-cart-terms{display:grid;grid-template-columns:18px minmax(0,1fr);gap:9px;align-items:start;color:var(--sl-cart-muted);font-size:12px;line-height:1.4}.cc-cart-drawer .sl-cart-terms input{width:18px;height:18px;margin:0;accent-color:var(--sl-cart-accent)}.cc-cart-drawer .sl-cart-terms a{color:var(--sl-cart-accent);text-underline-offset:2px}#cart-drawer #effectiveAppsAgreeCB+label,#cart-drawer #effectiveAppsAgreeCB+label *{font-size:12px!important;line-height:1.2!important}.cc-cart-drawer .cart-drawer__checkout-button{display:inline-flex;width:100%;min-height:48px;align-items:center;justify-content:center;border-radius:9px;background:var(--sl-cart-accent);color:#fff;font-size:16px;font-weight:750;transition:background-color .14s ease,transform .14s ease}.cc-cart-drawer .cart-drawer__checkout-button:hover{background:var(--sl-cart-accent-hover);transform:translateY(-1px)}.cc-cart-drawer .cart-drawer__checkout-label{color:inherit;font-size:inherit}.cc-cart-drawer .cart-drawer__view-cart--secondary{display:inline-flex;min-height:34px;align-items:center;justify-content:center;color:var(--sl-cart-muted);font-size:12px;text-decoration:underline;text-underline-offset:3px}.cc-cart-drawer .cart-drawer-popup__content{padding:20px;background:var(--sl-cart-surface)}.cc-cart-drawer .cart-drawer__media-promotion-container:empty{display:none}.sl-cart-support{display:flex;align-items:center;gap:11px;min-width:0;padding:11px 12px;border:1px solid var(--sl-cart-border, #e1e6ec);border-radius:10px;background:var(--sl-cart-surface-soft, #f6f8fa);color:var(--sl-cart-text, #172033);text-decoration:none;transition:border-color .14s ease,background-color .14s ease}.sl-cart-support:hover{border-color:#cbd8e7;background:var(--sl-cart-accent-soft, #eef5fd)}.sl-cart-support__icon{display:inline-flex;flex:0 0 auto;width:34px;height:34px;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:var(--sl-cart-accent, #235da7)}.sl-cart-support__icon svg{width:18px;height:18px}.sl-cart-support__copy{display:grid;min-width:0;gap:2px}.sl-cart-support__title{font-size:13px;font-weight:700;line-height:1.25}.sl-cart-support__link{color:var(--sl-cart-accent, #235da7);font-size:12px;line-height:1.25}.cc-cart-drawer .sl-cart-support{margin-top:2px;padding:9px 10px}.cc-cart-drawer .sl-cart-support__icon{width:30px;height:30px}.sl-cart-support--items{max-width:560px;margin-top:22px}.sl-cart-support--summary{width:100%;max-width:none;margin-top:18px}.cart-empty .sl-cart-support--items{width:min(100%,360px);margin-top:18px;text-align:left}.cart{color:var(--sl-cart-text)}.cart .cart-item{grid-template-columns:88px minmax(0,1fr) auto;row-gap:7px;padding:14px 0}.cart .cart-item__title{font-size:16px}.cart .cart-item__info{font-size:14px}.cart .cart-item__total{min-width:92px}.cart .cart-item__total .price__current{font-size:16px}.cart .cart-page-recommendations{border-top:0}.cart :is(.cart-recommendations,.product-recommendations,.recommendations){margin-top:28px;padding-top:24px;border-top:0}.cart :is(.cart-recommendations,.product-recommendations,.recommendations) :is(h2,h3,.h2,.h3,.section__heading){margin:0 0 16px;font-size:clamp(19px,2vw,24px);line-height:1.25}.cart :is(.cart-recommendations,.product-recommendations,.recommendations) :is(.card,.product-card,.product-item){border:1px solid var(--sl-cart-border);border-radius:var(--sl-cart-radius);background:var(--sl-cart-surface)}.cart :is(.cart-recommendations,.product-recommendations,.recommendations) :is(button[name=add],.quick-add__submit,.product-card__add-button){min-height:40px;border-radius:8px;font-size:13px}:where(.cc-cart-drawer,.cc-main-cart,.cart) :is(a,button,input,textarea,select,summary):focus-visible{outline:3px solid rgba(41,170,253,.48);outline-offset:2px}html.cart-drawer-is-open{overflow:hidden;overscroll-behavior:none}html.cart-drawer-is-open :is(inbox-online-store-chat,shopify-inbox,shopify-chat,#shopify-chat,#ShopifyChat,#dummy-chat-button-iframe,#chat-button,#trustbadge-container-98e3dadd90eb493088abdc5597a70810,[id*=shopify-chat i],[id*=chat-button i],[id*=trustedshops i],[id*=trustbadge i],[class*=shopify-chat i],[class*=trustedshops i],[class*=trustbadge i],iframe[src*=trustedshops i],iframe[title*=chat i]),.sl-cart-floating-overlay--hidden{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}@media(max-width:767px){.cc-cart-drawer .drawer--cart{width:min(100%,440px);height:90vh;height:90dvh;max-height:90vh;max-height:90dvh;min-height:0;top:auto;bottom:0;overflow:hidden;border-radius:16px 16px 0 0}.cc-cart-drawer .drawer--cart .drawer__header{min-height:62px;padding:10px 14px}.cc-cart-drawer .cart-drawer__title{font-size:18px}.cc-cart-drawer .drawer__close-btn{width:40px;min-width:40px;height:40px}.cc-cart-drawer .cart-drawer__content{padding:10px 14px 0}.cc-cart-drawer .free-shipping-container{padding:8px 0 10px}:where(.cc-cart-drawer,.cc-main-cart,.cart) :is(.free-shipping__notice,.free-shipping-notice__heading){margin-bottom:6px;font-size:12px;line-height:1.2;white-space:nowrap}.cc-cart-drawer .cart-item{grid-template-columns:72px minmax(0,1fr) auto;column-gap:10px;row-gap:7px;padding:13px 0}.cc-cart-drawer .cart-item:first-child{padding-top:8px}.cc-cart-drawer .cart-item__title{font-size:14px}.cc-cart-drawer .cart-item__total{min-width:62px}.cc-cart-drawer .cart-item__total .price__current{font-size:13px}.cc-cart-drawer .cart-item__qty .qty-input--combined{grid-template-columns:38px 40px 38px}.cc-cart-drawer .cart-item__qty .qty-input--combined .qty-input__btn,.cc-cart-drawer .cart-item__qty .qty-input__input,.cc-cart-drawer .cart-item__remove{height:38px;min-height:38px}.cc-cart-drawer .cart-item__remove{width:38px;min-width:38px}.cc-cart-drawer :is(.cart-drawer__promoted-products-container,.cart-recommendations){margin-top:10px;padding:14px 14px 16px}.cc-cart-drawer .cart-drawer__summary{max-height:min(48vh,420px);max-height:min(48dvh,420px);padding:12px 14px max(12px,env(safe-area-inset-bottom))}.cc-cart-drawer .cart-drawer__utility-row{margin-bottom:7px}.cc-cart-drawer .cart-drawer__shipping-note{margin-bottom:8px;font-size:11px}.cc-cart-drawer .sl-cart-summary__row{margin-bottom:9px}.cc-cart-drawer .sl-cart-summary__label,.cc-cart-drawer .sl-cart-summary__value{font-size:16px}.cc-cart-drawer .cart-drawer__checkout-button{min-height:46px;font-size:15px}.cc-cart-drawer cart-terms.sl-cart-terms{grid-template-columns:16px minmax(0,1fr);gap:6px;align-items:center}.cc-cart-drawer cart-terms.sl-cart-terms input{width:16px;height:16px}.cc-cart-drawer :is(cart-terms,.cart-terms,[class*=cart-terms]){font-size:12px!important;line-height:1.2!important}.cc-cart-drawer :is(cart-terms,.cart-terms,[class*=cart-terms]) :is(label,.rte,p),.cc-cart-drawer :is(cart-terms,.cart-terms,[class*=cart-terms]) :is(label,.rte,p) *{min-width:0;font-size:12px!important;line-height:1.2!important;white-space:nowrap}#cart-drawer .cart-drawer__checkout-buttons>p:has(>#effectiveAppsAgreeCB){display:flex;align-items:center;margin:0;min-width:0;font-size:0!important;line-height:1;white-space:nowrap}#cart-drawer #effectiveAppsAgreeCB{flex:0 0 16px;width:16px;height:16px;margin:0!important}#cart-drawer #effectiveAppsAgreeCB+label,#cart-drawer #effectiveAppsAgreeCB+label *{min-width:0;margin-left:6px;font-size:12px!important;line-height:1.2!important;white-space:nowrap}#cart-drawer #effectiveAppsAgreeCB+label *{margin-left:0}.cart .cart-item__total dl,.cart .cart-item__total dd{display:block}.cart .cart-item__total .price__was{display:block;margin-top:2px;margin-inline-start:0}.sl-cart-support--items{margin-top:18px}.cart .cart-item{grid-template-columns:72px minmax(0,1fr) auto;column-gap:11px;row-gap:6px;padding:12px 0}.cart .cart-item__title{font-size:14px}.cart .cart-item__info{font-size:12px}.cart .cart-item__total{min-width:65px}.cart .cart-item__total .price__current{font-size:14px}.cart .cart-item__qty .qty-input--combined{grid-template-columns:38px 40px 38px}.cart :is(.cart-recommendations,.product-recommendations,.recommendations) :is(.grid,.product-grid,.slider__grid){display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.cart :is(.cart-recommendations,.product-recommendations,.recommendations) :is(.grid,.product-grid,.slider__grid)::-webkit-scrollbar{display:none}.cart :is(.cart-recommendations,.product-recommendations,.recommendations) :is(.grid,.product-grid,.slider__grid)>*{flex:0 0 min(74vw,260px);scroll-snap-align:start}}@media(max-width:370px){.cc-cart-drawer .cart-drawer__title-wrap{gap:6px}.cc-cart-drawer .sl-cart-drawer__count{font-size:12px}.cc-cart-drawer .cart-item{grid-template-columns:66px minmax(0,1fr) auto;column-gap:8px}.cc-cart-drawer .cart-item__total{min-width:58px}.cc-cart-drawer .cart-item__qty .qty-input--combined{grid-template-columns:36px 38px 36px}.cc-cart-drawer .cart-item__qty .qty-input--combined .qty-input__btn,.cc-cart-drawer .cart-item__qty .qty-input__input,.cc-cart-drawer .cart-item__remove{height:36px;min-height:36px}.cc-cart-drawer .cart-item__remove{width:36px;min-width:36px}}@media(min-width:768px){.cart .cart-item{grid-template-columns:88px minmax(0,1fr) auto auto}.cart .cart-item__details{grid-column:2}.cart .cart-item__qty{grid-column:3;grid-row:1;align-self:center;margin-inline:12px}.cart .cart-item__total{grid-column:4;grid-row:1}}@media(prefers-reduced-motion:reduce){.free-shipping-notice__bar:after,.cart-item,.cart-item__remove,.cc-cart-drawer .drawer__close-btn,.cc-cart-drawer .cart-drawer__checkout-button,.sl-cart-support{transition:none}.cc-cart-drawer .drawer__close-btn:hover,.cc-cart-drawer .cart-drawer__checkout-button:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/cart-items.css.map */
