:root{--cart-bg: #0a0a0c;--cart-surface: #111113;--cart-surface-2: #161618;--cart-surface-3: #1a1a1c;--cart-border: rgba(255, 255, 255, .08);--cart-border-hover: rgba(255, 255, 255, .15);--cart-accent: #FB3A1B;--cart-text: #ffffff;--cart-text-secondary: rgba(255, 255, 255, .7);--cart-text-muted: rgba(255, 255, 255, .45);--cart-radius: 10px;--cart-radius-sm: 6px}.cart__title{margin-bottom:1.5rem}.main-cart-title .title,.cart__title h1{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;color:var(--cart-text);margin:2rem 0 1rem;text-transform:uppercase;letter-spacing:.02em}.cart__container{display:grid;gap:1.5rem;max-width:100%;padding:0}@media(min-width:768px)and (max-width:989px){.cart__container{grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}}@media(min-width:990px){.cart__container{grid-template-columns:1fr 380px;gap:2rem;align-items:start}}@media(min-width:1200px){.cart__container{grid-template-columns:1fr 420px;gap:3rem}}.cart__items{border:1px solid var(--cart-border);border-radius:var(--cart-radius);padding:0;background:var(--cart-surface);overflow:hidden}.cart-items{width:100%;border-collapse:collapse}.cart-items thead{display:none}@media screen and (min-width:990px){.cart__container{grid-template-columns:1fr 380px!important;gap:2.5rem!important}.cart-items,table.cart-items{display:table!important;width:100%!important;border-collapse:collapse!important}.cart-items thead{display:table-header-group!important}.cart-items tbody{display:table-row-group!important}.cart-items thead tr{display:table-row!important}.cart-items thead th{display:table-cell!important;padding:1rem 1.5rem!important;font-size:.6875rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:var(--cart-text-muted)!important;border-bottom:1px solid var(--cart-border)!important;background:var(--cart-surface-2)!important;vertical-align:middle!important}.cart-items thead th:first-child{text-align:left!important;padding-left:1.5rem!important}.cart-items thead th.cart-items__heading--wide{text-align:center!important;width:180px!important}.cart-items thead th:last-child{text-align:right!important;width:160px!important;padding-right:1.5rem!important}.cart-item,tr.cart-item{display:table-row!important;margin:0!important}.cart-item>td{display:table-cell!important;vertical-align:middle!important;padding:1.5rem!important;border-bottom:1px solid var(--cart-border)!important;background:var(--cart-surface)!important}.cart-item:last-child>td{border-bottom:none!important}.cart-item>td.cart-item__media{width:120px!important;padding-right:0!important}.cart-item__media .media,.cart-item__media a{width:100px!important;height:100px!important;border-radius:8px!important;overflow:hidden!important;background:var(--cart-surface-2)!important;border:1px solid var(--cart-border)!important;display:block!important}.cart-item__media img{width:100%!important;height:100%!important;object-fit:contain!important;padding:6px!important}.cart-item>td.cart-item__details{padding-left:1rem!important;vertical-align:top!important;padding-top:1.5rem!important}.cart-item__name{font-size:1rem!important;font-weight:600!important;color:var(--cart-text)!important;line-height:1.4!important;margin:0 0 .5rem!important}.cart-item__name:hover{color:var(--cart-accent)!important}.cart-item__details dl{margin:0!important}.cart-item__details .product-option{font-size:.8125rem!important;color:var(--cart-text-secondary)!important;margin:.125rem 0!important}.cart-item__details .cart-item__price{display:none!important}.cart-item>td.cart-item__quantity{width:180px!important;text-align:center!important;padding:1.5rem 1rem!important}.cart-item__quantity .quantity{display:inline-flex!important;align-items:center!important;background:var(--cart-surface-2)!important;border:1px solid var(--cart-border)!important;border-radius:8px!important;height:44px!important}.cart-item__quantity .quantity:hover{border-color:#ffffff26!important}.cart-item__quantity .quantity__button{width:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:none!important;color:var(--cart-text-secondary)!important;cursor:pointer!important;transition:all .15s ease!important}.cart-item__quantity .quantity__button:hover{color:var(--cart-text)!important;background:#ffffff0d!important}.cart-item__quantity .quantity__button svg{width:14px!important;height:14px!important}.cart-item__quantity .quantity__input{width:44px!important;height:44px!important;background:transparent!important;border:none!important;border-left:1px solid var(--cart-border)!important;border-right:1px solid var(--cart-border)!important;text-align:center!important;font-size:1rem!important;font-weight:600!important;color:var(--cart-text)!important}.cart-item>td.cart-item__totals{width:160px!important;text-align:right!important;padding:1.5rem!important;vertical-align:middle!important}.cart-item__totals{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:.75rem!important}.cart-item__totals .cart-item__price-wrapper,.cart-item__totals .cart-item__price-wrapper.medium-up{display:block!important}.cart-item__totals .price{font-size:1.125rem!important;font-weight:700!important;color:var(--cart-accent)!important}.cart-item cart-remove-button{position:static!important;width:28px!important;height:28px!important}.cart-item cart-remove-button a{width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:50%!important;padding:0!important;color:var(--cart-text-muted)!important;transition:all .15s ease!important}.cart-item cart-remove-button a:hover{background:var(--cart-accent)!important;border-color:var(--cart-accent)!important;color:#fff!important;transform:none!important}.cart-item cart-remove-button a:after{content:none!important;display:none!important}.cart-item cart-remove-button svg{width:10px!important;height:10px!important}}.cart-item{display:flex;flex-wrap:wrap;gap:1rem;padding:1.25rem;border-bottom:1px solid var(--cart-border);align-items:flex-start;position:relative;background:var(--cart-surface)}.cart-item:last-child{border-bottom:none}@media screen and (min-width:1200px){.cart__container{grid-template-columns:1fr 400px!important;gap:3rem!important}.cart-item__media .media,.cart-item__media a{width:110px!important;height:110px!important}.cart-item__totals .price{font-size:1.1875rem!important}}@media screen and (min-width:1400px){.cart__container{grid-template-columns:1fr 420px!important;gap:3.5rem!important}.cart-item__media .media,.cart-item__media a{width:120px!important;height:120px!important}.cart-item__totals .price{font-size:1.25rem!important}}.cart-item__media{grid-column:1;grid-row:1 / 3}.cart-item__media a{display:block;width:100px;aspect-ratio:1;background:var(--cart-surface-3);border-radius:var(--cart-radius-sm);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.cart-item__media a:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000004d}.cart-item__media img{width:100%;height:100%;object-fit:contain;padding:8px;transition:transform .2s ease}.cart-item__media a:hover img{transform:scale(1.05)}@media(min-width:990px){.cart-item__media a{width:110px;height:110px;border-radius:10px;border:1px solid var(--cart-border);background:var(--cart-surface-2)}.cart-item__media img{padding:8px}}.cart-item__details{grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:.5rem}.cart-item__vendor{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--cart-text-muted);margin:0}.cart-item__name{font-size:.9375rem;font-weight:600;color:var(--cart-text);text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.cart-item__name:hover{color:var(--cart-accent)}.cart-item__details .product-option{display:flex;gap:.25rem;font-size:.8125rem;color:var(--cart-text-secondary)}.cart-item__details .product-option dt{font-weight:500}.cart-item__details .product-option dd{margin:0}.cart-item__details .cart-item__price{display:none}.cart-item__price .price{font-size:.9375rem;font-weight:600;color:var(--cart-accent)}.cart-item__price .price--compare{font-size:.8125rem;color:var(--cart-text-muted);text-decoration:line-through;margin-right:.5rem}.cart-item__quantity{grid-column:2;grid-row:2;align-self:start}.cart-item__quantity .quantity{display:inline-flex;align-items:center;background:var(--cart-surface-2);border:1px solid var(--cart-border);border-radius:var(--cart-radius-sm);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.cart-item__quantity .quantity:hover{border-color:var(--cart-border-hover)}.cart-item__quantity .quantity:focus-within{border-color:var(--cart-accent);box-shadow:0 0 0 3px #fb3a1b1a}.cart-item__quantity .quantity__button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;color:var(--cart-text-secondary);cursor:pointer;transition:color .15s ease,background .15s ease}.cart-item__quantity .quantity__button:hover{color:var(--cart-text);background:#ffffff14}.cart-item__quantity .quantity__button:active{background:#fb3a1b26;color:var(--cart-accent)}.cart-item__quantity .quantity__button svg{width:12px;height:12px}.cart-item__quantity .quantity__input{width:40px;height:36px;background:transparent;border:none;border-left:1px solid var(--cart-border);border-right:1px solid var(--cart-border);text-align:center;font-size:.875rem;font-weight:600;color:var(--cart-text);-moz-appearance:textfield}.cart-item__quantity .quantity__input::-webkit-inner-spin-button,.cart-item__quantity .quantity__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-item__quantity .quantity__input:focus{outline:none;background:#ffffff05}.cart-item__totals{grid-column:3;grid-row:1 / 3;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.cart-item__totals .cart-item__price-wrapper{text-align:right}.cart-item__totals .price{font-size:1rem;font-weight:700;color:var(--cart-accent)}.cart-item__totals .price--end{display:block}cart-remove-button,.cart-item cart-remove-button{display:block!important;flex-shrink:0}cart-remove-button a,.cart-item cart-remove-button a,.cart-item__totals cart-remove-button a{display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;padding:0!important;background:var(--cart-surface-2)!important;border:1px solid var(--cart-border)!important;border-radius:50%!important;color:var(--cart-text-muted)!important;text-decoration:none!important;transition:all .15s ease!important;box-shadow:none!important}cart-remove-button a:hover,.cart-item cart-remove-button a:hover{background:var(--cart-accent)!important;border-color:var(--cart-accent)!important;color:#fff!important;transform:scale(1.05)}cart-remove-button .icon-x,cart-remove-button svg,.cart-item cart-remove-button svg{width:10px!important;height:10px!important;color:inherit!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important}cart-remove-button a:before,cart-remove-button a:after{display:none!important}#main-cart-footer{background:var(--cart-surface);border:1px solid var(--cart-border);border-radius:var(--cart-radius);overflow:hidden;position:relative}@media(max-width:767px){#main-cart-footer{position:fixed;bottom:56px;left:0;right:0;z-index:90;border-radius:0;border-left:none;border-right:none;border-bottom:none;background:var(--cart-surface);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 -4px 20px #0000004d;transform:translateZ(0);will-change:transform}}.cart__footer{padding:1.5rem}.cart__footer .js-contents{background:var(--cart-surface-2);border-bottom:1px solid var(--cart-border);margin:-1.5rem -1.5rem 1.5rem;padding:1.25rem 1.5rem}@media(max-width:767px){.cart__footer{padding:1rem 1.25rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0))}.cart__footer .js-contents{display:none}.cart__footer cart-note{display:none}.cart__footer .totals{border-bottom:none;margin-bottom:.625rem;padding-bottom:0}}.cart__footer .totals{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--cart-border);margin-bottom:1rem}@media(max-width:767px){.cart__footer .totals{padding-bottom:.75rem;margin-bottom:.75rem}}.totals__subtotal{font-size:1rem;font-weight:600;color:var(--cart-text);margin:0}@media(max-width:767px){.totals__subtotal{font-size:.875rem}}.totals__subtotal-value{text-align:right}.totals__subtotal-value .price--final{font-size:1.5rem;font-weight:700;color:var(--cart-accent)}@media(max-width:767px){.totals__subtotal-value .price--final{font-size:1.25rem}}.tax-note{font-size:.8125rem;color:var(--cart-text-muted);font-style:italic;display:block;padding:0;margin-top:.25rem}@media(max-width:767px){.tax-note{font-size:.6875rem;margin-top:.125rem}}.cart__footer cart-note{color:var(--cart-text-secondary);font-size:.875rem}.cart__footer cart-note summary{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;cursor:pointer;color:var(--cart-text);font-weight:600}.cart__footer cart-note summary svg{width:16px;height:16px;transition:transform .2s ease}.cart__footer cart-note[open] summary svg{transform:rotate(180deg)}.cart__footer cart-note .text-area{background:var(--cart-surface-3);border:1px solid var(--cart-border);border-radius:var(--cart-radius-sm);color:var(--cart-text);font-size:.875rem;padding:.75rem;margin-top:.5rem;min-height:80px;resize:vertical;width:100%}.cart__footer cart-note .text-area:focus{outline:none;border-color:var(--cart-accent)}.cart__ctas{display:flex;flex-direction:column;gap:.75rem}@media(max-width:767px){.cart__ctas{gap:.625rem}}.cart__ctas .cart__checkout-button,.cart__ctas button[name=checkout]{width:100%;min-height:52px;padding:0 1.5rem;background:var(--cart-accent);border:none;border-radius:var(--cart-radius-sm);color:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:background .15s ease,transform .1s ease;box-shadow:none!important;transform:translateZ(0)}.cart__ctas .cart__checkout-button:hover,.cart__ctas button[name=checkout]:hover{background:#ff4d33}.cart__ctas .cart__checkout-button:active,.cart__ctas button[name=checkout]:active{transform:scale(.98)}@media(max-width:767px){.cart__ctas .cart__checkout-button,.cart__ctas button[name=checkout]{min-height:48px;font-size:.8125rem}}.cart__dynamic-checkout-buttons{margin-top:.5rem}@media(max-width:767px){.cart__dynamic-checkout-buttons{margin-top:.375rem}}.cart__dynamic-checkout-buttons [data-shopify-buttoncontainer]{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.cart__dynamic-checkout-buttons .shopify-payment-button__button{min-height:44px!important;border-radius:var(--cart-radius-sm)!important}@media(max-width:767px){.cart__dynamic-checkout-buttons [data-shopify-buttoncontainer]{grid-template-columns:repeat(3,1fr);gap:.375rem}.cart__dynamic-checkout-buttons .shopify-payment-button__button{min-height:40px!important}}@media(min-width:990px){#main-cart-footer{position:sticky;top:100px;border-radius:12px;height:fit-content;background:var(--cart-surface);border:1px solid var(--cart-border);overflow:hidden}.cart__footer{padding:1.5rem}.cart__footer .js-contents{display:block;background:var(--cart-surface-2);border-bottom:1px solid var(--cart-border);margin:-1.5rem -1.5rem 1.5rem;padding:1.25rem 1.5rem}.totals__subtotal-value .price--final{font-size:1.5rem;font-weight:700;color:var(--cart-accent)}.cart__ctas .cart__checkout-button,.cart__ctas button[name=checkout]{min-height:52px;font-size:.875rem;border-radius:8px}}.cart__continue-shopping{margin-top:1.5rem}.cart__continue-shopping a{display:inline-flex;align-items:center;gap:.5rem;color:var(--cart-accent);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s ease}.cart__continue-shopping a:hover{color:#ff4d33}.cart__continue-shopping svg{width:12px;height:12px}.cart__warnings{text-align:center;padding:4rem 2rem}.cart__warnings h2{font-size:1.25rem;color:var(--cart-text);margin-bottom:1rem}.cart__warnings p{color:var(--cart-text-secondary);margin-bottom:2rem}.cart__warnings .button{background:var(--cart-accent);border:none;border-radius:var(--cart-radius-sm);color:#fff;padding:.875rem 2rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;display:inline-block}.cart-item__vendor{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--cart-text-muted);margin-bottom:.25rem}@media(min-width:990px){.cart-item__vendor{font-size:.75rem;color:var(--cart-accent);opacity:.8}}.cart-item__details .discounts{margin-top:.5rem}.discounts__discount{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:#22c55e;background:#22c55e1a;padding:.25rem .625rem;border-radius:4px;font-weight:500}.discounts__discount svg{width:12px;height:12px}@media(min-width:990px){.cart-item:hover>td{background:#ffffff04!important}.cart__continue-shopping{margin-top:1.5rem}}@media(max-width:767px){.cart__container{padding:0 0 200px}.cart__items{border-radius:0;border-left:none;border-right:none;-webkit-overflow-scrolling:touch}.cart-item{display:flex!important;flex-direction:column!important;gap:0!important;padding:1rem!important;position:relative;background:var(--cart-surface);transform:translateZ(0)}.cart-item__media,.cart-item__details,.cart-item__totals{position:static!important}.cart-item__media{float:left!important;margin-right:.75rem!important;margin-bottom:.5rem!important;width:auto!important;flex-shrink:0!important}.cart-item__media a{width:70px!important;height:70px!important;border-radius:8px;overflow:hidden;background:var(--cart-surface-3);display:block}.cart-item__media img{width:100%;height:100%;object-fit:contain;padding:4px}.cart-item__details{overflow:hidden!important;margin-left:0!important;padding-right:0!important;display:block!important;min-width:0!important}.cart-item__name{font-size:.8125rem!important;font-weight:600!important;line-height:1.35!important;color:var(--cart-text)!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0 0 .25rem!important;word-break:break-word!important;padding-right:0!important}.cart-item__details dl{margin:0!important}.cart-item__details .product-option{display:flex!important;flex-wrap:wrap!important;gap:.125rem .25rem!important;font-size:.625rem!important;color:var(--cart-text-muted)!important;line-height:1.3!important;margin:0 0 .125rem!important}.cart-item__details .product-option dt{font-weight:500;color:var(--cart-text-secondary);flex-shrink:0}.cart-item__details .product-option dt:after{content:":"}.cart-item__details .product-option dd{margin:0;word-break:break-word}.cart-item__details .cart-item__price{display:none!important}.cart-item__totals{position:absolute!important;top:1rem!important;right:1rem!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:.5rem!important}.cart-item__totals .cart-item__price-wrapper,.cart-item__totals .cart-item__price-wrapper.medium-up{display:block!important}.cart-item__totals .price{font-size:1rem!important;font-weight:700!important;color:var(--cart-accent)!important;white-space:nowrap!important}cart-remove-button{position:static!important;order:2!important}cart-remove-button a,.cart-item cart-remove-button a{width:24px!important;height:24px!important;min-width:24px!important;max-width:24px!important;min-height:24px!important;max-height:24px!important;background:#ffffff0f!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:1!important;transition:all .15s ease!important;aspect-ratio:1 / 1!important;padding:0!important}cart-remove-button a:hover,cart-remove-button a:active{background:var(--cart-accent)!important;border-color:var(--cart-accent)!important}cart-remove-button .icon-x,cart-remove-button svg{width:10px!important;height:10px!important;min-width:10px!important;max-width:10px!important;color:#ffffff80!important;flex-shrink:0!important}cart-remove-button a:hover svg{color:#fff!important}.cart-item__quantity{clear:both!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;padding-top:.75rem!important;margin-top:.75rem!important;border-top:1px solid var(--cart-border)!important}.cart-item__quantity .quantity{display:inline-flex!important;align-items:center!important;background:var(--cart-surface-2)!important;border:1px solid var(--cart-border)!important;border-radius:6px!important;overflow:hidden!important;height:36px!important;flex-shrink:0!important}.cart-item__quantity .quantity__button{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;background:transparent!important;border:none!important;color:var(--cart-text-secondary)!important;cursor:pointer!important;transition:all .15s ease!important;padding:0!important}.cart-item__quantity .quantity__button:hover,.cart-item__quantity .quantity__button:active{color:var(--cart-text)!important;background:#ffffff14!important}.cart-item__quantity .quantity__button svg{width:14px!important;height:14px!important}.cart-item__quantity .quantity__input{width:40px!important;height:36px!important;background:transparent!important;border:none!important;border-left:1px solid var(--cart-border)!important;border-right:1px solid var(--cart-border)!important;text-align:center!important;font-size:.875rem!important;font-weight:600!important;color:var(--cart-text)!important;padding:0!important;-moz-appearance:textfield!important}.cart-item__quantity .quantity__input::-webkit-inner-spin-button,.cart-item__quantity .quantity__input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.cart__footer{padding:1rem 1rem 1.25rem!important}.cart__footer .js-contents{margin:-1rem -1rem 1rem!important;padding:.875rem 1rem!important;background:var(--cart-surface-2)!important}.totals__subtotal{font-size:.875rem!important}.totals__subtotal-value .price--final{font-size:1.25rem!important}.tax-note{font-size:.6875rem!important}.cart__ctas .cart__checkout-button{min-height:48px!important;font-size:.8125rem!important}.cart__dynamic-checkout-buttons [data-shopify-buttoncontainer]{grid-template-columns:repeat(3,1fr)!important;gap:.375rem!important}.cart__dynamic-checkout-buttons .shopify-payment-button__button{min-height:42px!important;border-radius:6px!important}.cart__continue-shopping{margin:1rem 1rem 0!important}}@media(max-width:360px){.cart-item{padding:.875rem .75rem!important}.cart-item__media a{width:56px!important;height:56px!important}.cart-item__media{margin-right:.625rem!important}.cart-item__name{font-size:.6875rem!important;-webkit-line-clamp:2!important;padding-right:50px!important}.cart-item__details .product-option{font-size:.5625rem!important}.cart-item__totals{top:.875rem!important;right:.75rem!important}.cart-item__totals .price{font-size:.875rem!important}cart-remove-button a{width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;min-height:20px!important;max-height:20px!important}cart-remove-button svg{width:8px!important;height:8px!important}.cart-item__quantity{padding-top:.625rem!important;margin-top:.625rem!important}.cart-item__quantity .quantity{height:32px!important}.cart-item__quantity .quantity__button{width:32px!important;height:32px!important}.cart-item__quantity .quantity__input{width:36px!important;height:32px!important;font-size:.8125rem!important}}@media(min-width:361px)and (max-width:420px){.cart-item{padding:1rem .875rem!important}.cart-item__media a{width:64px!important;height:64px!important}.cart-item__name{font-size:.75rem!important;padding-right:60px!important}.cart-item__totals{top:1rem!important;right:.875rem!important}.cart-item__totals .price{font-size:.9375rem!important}cart-remove-button a{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;min-height:22px!important;max-height:22px!important}.cart-item__quantity .quantity{height:34px!important}.cart-item__quantity .quantity__button{width:34px!important;height:34px!important}.cart-item__quantity .quantity__input{width:38px!important;height:34px!important;font-size:.8125rem!important}}@media(min-width:421px)and (max-width:500px){.cart-item__media a{width:75px!important;height:75px!important}.cart-item__name{font-size:.8125rem!important;padding-right:70px!important}.cart-item__totals .price{font-size:1rem!important}}@media(min-width:501px)and (max-width:767px){.cart-item{padding:1.25rem!important}.cart-item__media a{width:90px!important;height:90px!important}.cart-item__media{margin-right:1rem!important}.cart-item__name{font-size:.9375rem!important;padding-right:80px!important;-webkit-line-clamp:3!important}.cart-item__details .product-option{font-size:.6875rem!important}.cart-item__totals{top:1.25rem!important;right:1.25rem!important}.cart-item__totals .price{font-size:1.125rem!important}cart-remove-button a{width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;min-height:28px!important;max-height:28px!important}.cart-item__quantity .quantity{height:40px!important}.cart-item__quantity .quantity__button{width:40px!important;height:40px!important}.cart-item__quantity .quantity__button svg{width:16px!important;height:16px!important}.cart-item__quantity .quantity__input{width:48px!important;height:40px!important;font-size:1rem!important}}@media(min-width:768px){#main-cart-footer{position:sticky;top:100px}}.notification__container .notification__message{background:var(--cart-surface-2);border:1px solid #22c55e;border-radius:var(--cart-radius-sm);color:var(--cart-text)}.notification__message .icon-flow-note{background:#22c55e;color:#fff}.notification__message>span{color:#22c55e}html[data-theme=light] .cart__items,html[data-theme=light] #main-cart-footer{background:#fafaf8;border-color:#1a1a1a1a}html[data-theme=light] .cart-items th{background:#f0ede8;color:#1a1a1a99;border-color:#1a1a1a14}html[data-theme=light] .cart-item{border-color:#1a1a1a14}html[data-theme=light] .cart-item__media a{background:#f0ede8}html[data-theme=light] .cart-item__name{color:#1a1a1a}html[data-theme=light] .cart-item__name:hover{color:#e83420}html[data-theme=light] .cart-item__details .product-option{color:#1a1a1ab3}html[data-theme=light] .cart-item__quantity .quantity{background:#f0ede8;border-color:#1a1a1a1a}html[data-theme=light] .cart-item__quantity .quantity__button{color:#1a1a1a99}html[data-theme=light] .cart-item__quantity .quantity__button:hover{color:#1a1a1a;background:#0000000d}html[data-theme=light] .cart-item__quantity .quantity__input{color:#1a1a1a;border-color:#1a1a1a1a}html[data-theme=light] cart-remove-button a{background:#f0ede8;border-color:#1a1a1a1a;color:#1a1a1a80}html[data-theme=light] cart-remove-button a:hover{background:#e83420;border-color:#e83420;color:#fff}html[data-theme=light] .cart__footer .js-contents{background:#f0ede8;border-color:#1a1a1a14}html[data-theme=light] .totals__subtotal{color:#1a1a1a}html[data-theme=light] .totals__subtotal-value .price--final{color:#e83420}html[data-theme=light] .tax-note{color:#1a1a1a80}html[data-theme=light] .cart__footer cart-note summary{color:#1a1a1a}html[data-theme=light] .cart__footer cart-note .text-area{background:#fff;border-color:#1a1a1a1f;color:#1a1a1a}html[data-theme=light] .cart__continue-shopping a{color:#e83420}@media(max-width:767px){.product-form__buttons .product-form__submit,.product-form__buttons .shopify-payment-button{margin:0!important;margin-bottom:.5rem!important}.product-form__buttons{display:flex!important;flex-direction:column!important;gap:.625rem!important;padding:0!important;margin:0!important}.product-form__buttons button,.product-form__buttons .shopify-payment-button,.product-form__buttons .product-form__submit{width:100%!important;min-width:100%!important;flex-shrink:0!important}.product-form__buttons .product-form__submit{min-height:52px!important;padding:.875rem 1.5rem!important;font-size:.9375rem!important;font-weight:700!important;border-radius:8px!important;order:1!important}.product-form__buttons .shopify-payment-button{order:2!important}.product-form__buttons .shopify-payment-button button,.product-form__buttons .shopify-payment-button__button{min-height:48px!important;padding:.75rem 1.5rem!important;border-radius:8px!important}.shopify-payment-button__more-options{margin-top:.5rem!important;font-size:.8125rem!important;text-align:center!important;display:block!important}}@media(max-width:400px){.product-form__buttons .product-form__submit{min-height:48px!important;font-size:.875rem!important;padding:.75rem 1rem!important}.product-form__buttons .shopify-payment-button button{min-height:44px!important}}@media(min-width:401px)and (max-width:767px){.product-form__buttons{flex-direction:row!important;flex-wrap:wrap!important;gap:.5rem!important}.product-form__buttons button,.product-form__buttons .shopify-payment-button,.product-form__buttons .product-form__submit{width:calc(50% - .25rem)!important;min-width:calc(50% - .25rem)!important}.product-form__buttons .product-form__submit{order:1!important}.product-form__buttons .shopify-payment-button{order:2!important}}@media(min-width:768px){.product-form__buttons{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:.625rem!important;padding:0!important}.product-form__buttons .product-form__submit,.product-form__buttons .shopify-payment-button{margin:0!important;flex:1 1 auto!important;min-width:140px!important;max-width:50%!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/cart-page-2025.css.map */
