.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.is-visible{opacity:1;visibility:visible}#CartDrawer.drawer--right{z-index:9999;width:420px;max-width:90vw;background:#fff;box-shadow:-4px 0 24px #0000001f}@media(max-width:768px){#CartDrawer.drawer--right{width:100vw;max-width:100vw}}#CartDrawer .drawer__contents{display:flex;flex-direction:column;height:100%}#CartDrawer .drawer__fixed-header{flex-shrink:0;border-bottom:1px solid #eee}#CartDrawer .drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px}#CartDrawer .drawer__title{font-size:18px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin:0;display:flex;align-items:center;gap:8px}.cart-drawer__count{display:inline-flex;align-items:center;justify-content:center;background:#1a1a1a;color:#fff;font-size:11px;font-weight:600;min-width:22px;height:22px;border-radius:11px;padding:0 6px}#CartDrawer .drawer__close-button{background:none;border:none;cursor:pointer;padding:8px;color:#333;transition:color .2s;display:flex;align-items:center;justify-content:center;right:auto;position:relative}#CartDrawer .drawer__close-button:hover{color:#000}#CartDrawer .drawer__close-button .icon{width:22px;height:22px}.cart-drawer__shipping-bar{padding:14px 20px 16px;background:#fafafa;border-bottom:1px solid #eee}.cart-drawer__shipping-msg{font-size:13px;color:#333;margin-bottom:10px;text-align:center;font-weight:500;line-height:1.4}.cart-drawer__shipping-msg strong{color:#000;font-weight:700}.cart-drawer__progress-wrap{position:relative;height:8px;background:#e8e8e8;border-radius:4px;overflow:hidden}.cart-drawer__progress-fill{position:absolute;top:0;left:0;height:100%;border-radius:4px;background:linear-gradient(90deg,#1a1a1a,#444);transition:width .6s cubic-bezier(.25,.46,.45,.94)}.cart-drawer__progress-fill.is-complete{background:linear-gradient(90deg,#16a34a,#22c55e)}.cart-drawer__progress-labels{display:flex;justify-content:space-between;margin-top:6px;font-size:10px;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:.5px}#CartDrawer .drawer__scrollable{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0}#CartDrawer .drawer__scrollable::-webkit-scrollbar{width:4px}#CartDrawer .drawer__scrollable::-webkit-scrollbar-track{background:transparent}#CartDrawer .drawer__scrollable::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}#CartDrawer .cart__item{display:flex;gap:14px;padding:16px 20px;border-bottom:1px solid #f0f0f0;position:relative}#CartDrawer .cart__image{flex-shrink:0;width:80px}#CartDrawer .cart__image .image-wrap{display:block;border-radius:8px;overflow:hidden;background:#f5f5f5}#CartDrawer .cart__image img{width:100%;height:auto;display:block}#CartDrawer .cart__item-details{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;flex-wrap:nowrap}#CartDrawer .cart__item-name{font-size:14px;font-weight:600;color:#1a1a1a;text-decoration:none;line-height:1.3;display:block;margin-bottom:2px}#CartDrawer .cart__item-name:hover{color:#555}#CartDrawer .cart__item--variants,#CartDrawer .cart__item--properties{font-size:12px;color:#777;line-height:1.4}#CartDrawer .cart__item-sub{display:flex;align-items:flex-end;justify-content:space-between;margin-top:8px;gap:8px;overflow:visible;max-width:100%;box-sizing:border-box;flex:1 1 auto}#CartDrawer .cart__item-sub>div:first-child{flex-shrink:0;min-width:0}#CartDrawer .js-qty__wrapper{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden;height:32px;min-width:90px;max-width:90px;position:relative}#CartDrawer .js-qty__adjust{background:none;border:none;cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center;color:#555;transition:background .15s,color .15s;position:static;z-index:auto;flex-shrink:0;width:28px;padding:0}#CartDrawer .js-qty__adjust--minus{order:-1}#CartDrawer .js-qty__adjust--plus{order:1}#CartDrawer .js-qty__adjust:hover{background:#f5f5f5;color:#000}#CartDrawer .js-qty__adjust .icon{width:10px;height:10px}#CartDrawer .js-qty__num{width:34px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:13px;font-weight:600;height:100%;padding:0;-moz-appearance:textfield;background:transparent;color:#1a1a1a;order:0;flex-shrink:0}#CartDrawer .js-qty__num::-webkit-inner-spin-button,#CartDrawer .js-qty__num::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#CartDrawer .cart__item-price-col{flex-shrink:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;min-width:0;white-space:nowrap}#CartDrawer .cart__price{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.3}#CartDrawer .cart__price--strikethrough{text-decoration:line-through;color:#999;font-weight:400;font-size:12px;display:block;line-height:1.3}#CartDrawer .cart__discount{color:#b91c1c;font-size:13px;font-weight:600;display:block;line-height:1.3}#CartDrawer .cart__remove a{font-size:11px;color:#999;text-decoration:underline;text-underline-offset:2px;transition:color .2s}#CartDrawer .cart__remove a:hover{color:#b91c1c}#CartDrawer .drawer__footer{flex-shrink:0;border-top:1px solid #eee;background:#fff;padding:0}.cart-drawer__protection{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#fafafa;border-bottom:1px solid #eee}.cart-drawer__protection-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.cart-drawer__protection-icon svg{width:22px;height:22px;color:#1a1a1a}.cart-drawer__protection-info{flex:1;min-width:0}.cart-drawer__protection-label{font-size:13px;font-weight:700;color:#1a1a1a}.cart-drawer__protection-desc{font-size:11px;color:#777;margin-top:1px}.cart-drawer__protection-price{font-size:13px;font-weight:700;color:#1a1a1a;white-space:nowrap;margin-right:8px}.cart-drawer__toggle{position:relative;flex-shrink:0}.cart-drawer__toggle input{position:absolute;opacity:0;width:0;height:0}.cart-drawer__toggle-track{display:block;width:44px;height:26px;background:#d1d5db;border-radius:13px;cursor:pointer;transition:background .25s;position:relative}.cart-drawer__toggle input:checked+.cart-drawer__toggle-track{background:#1a1a1a}.cart-drawer__toggle-track:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;transition:transform .25s cubic-bezier(.4,0,.2,1)}.cart-drawer__toggle input:checked+.cart-drawer__toggle-track:after{transform:translate(18px)}.cart-drawer__pricing{padding:14px 20px;border-bottom:1px solid #eee}.cart-drawer__pricing-row{display:flex;align-items:center;justify-content:space-between;line-height:1.4}.cart-drawer__pricing-row+.cart-drawer__pricing-row{margin-top:6px}.cart-drawer__pricing-label{font-size:13px;font-weight:500;color:#666}.cart-drawer__pricing-original{font-size:13px;font-weight:500;color:#999;text-decoration:line-through}.cart-drawer__pricing-discount-name{color:#16a34a;font-weight:600;font-size:12px}.cart-drawer__pricing-discount-amount{font-size:13px;font-weight:600;color:#16a34a}.cart-drawer__pricing-total-row{margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.cart-drawer__pricing-total-row .cart-drawer__pricing-label{font-size:14px;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px}.cart-drawer__pricing-total{font-size:18px;font-weight:700;color:#1a1a1a}.cart-drawer__pricing-total--red{font-size:18px;font-weight:700;color:#b91c1c}.cart-drawer__checkout-area{padding:16px 20px 12px}.cart-drawer__checkout-btn{display:block;width:100%;padding:16px 24px;background:#9c0000;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .1s;text-align:center;line-height:1}.cart-drawer__checkout-btn:hover{background:#7e0000}.cart-drawer__checkout-btn:active{transform:scale(.98)}.cart-drawer__checkout-btn.btn--loading{pointer-events:none;opacity:.7}.cart-drawer__express{padding:0 20px 16px}.cart-drawer__express .additional-checkout-buttons{margin-top:0}.cart-drawer__express .additional-checkout-buttons--vertical{opacity:0!important;height:0!important;overflow:hidden!important;padding:0!important;margin:0!important}.cart-drawer__express-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;width:100%!important}.cart-drawer__express-grid>*{width:100%!important;height:52px!important;display:block!important;overflow:hidden;border-radius:8px!important}.cart-drawer__express-grid iframe{width:100%!important;height:100%!important;min-width:100%!important;max-width:100%!important;vertical-align:top!important}.cart-drawer__express .additional-checkout-buttons--vertical.is-extracted{display:none!important}.cart-drawer__express [data-shopify-buttoncontainer]{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.cart-drawer__express [data-shopify-buttoncontainer]>*{margin:0!important;width:100%!important;height:52px!important;border-radius:8px!important;overflow:hidden!important}.cart-drawer__express [data-shopify-buttoncontainer] iframe{width:100%!important;height:100%!important;min-width:100%!important;max-width:100%!important;vertical-align:top!important}.cart-drawer__express .additional-checkout-buttons ul{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;list-style:none!important;padding:0!important;margin:0!important}.cart-drawer__express .additional-checkout-buttons ul li{margin:0!important;width:100%!important}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 30px;text-align:center;flex:1}.cart-drawer__empty-icon{width:64px;height:64px;margin-bottom:20px;color:#ccc}.cart-drawer__empty-text{font-size:16px;color:#666;margin-bottom:20px;font-weight:500}.cart-drawer__empty-btn{display:inline-block;padding:12px 32px;background:#1a1a1a;color:#fff;border-radius:8px;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:background .2s}.cart-drawer__empty-btn:hover{background:#333;color:#fff}.cart-drawer__returns-banner{display:flex;align-items:center;justify-content:center;gap:8px;padding:5px 20px;background:#faf8f5;border-bottom:1px solid #eee;font-size:13px;font-weight:600;color:#6b5c4c;letter-spacing:.3px}.cart-drawer__returns-banner svg{flex-shrink:0;color:#6b5c4c}.cart-drawer__tier-progress{padding:10px 20px 6px;background:#faf8f5;border-bottom:1px solid #eee}.cart-drawer__tier-msg{font-size:13px;color:#333;text-align:center;font-weight:500;line-height:1.4;margin-bottom:8px}.cart-drawer__tier-msg strong{color:#000;font-weight:700}.cart-drawer__tier-bar{position:relative;margin-bottom:14px}.cart-drawer__tier-track{position:relative!important;height:8px!important;background:#e8e8e8!important;border-radius:4px!important;overflow:hidden!important;z-index:1!important}.cart-drawer__tier-fill{position:absolute!important;top:0!important;left:0!important;height:100%!important;width:0%;border-radius:4px!important;background-color:#1a1a1a!important;background:#1a1a1a!important;background:linear-gradient(90deg,#1a1a1a,#444)!important;transition:width .6s cubic-bezier(.25,.46,.45,.94)!important;z-index:2!important;display:block!important}.cart-drawer__tier-fill.is-active{background-color:#16a34a!important;background:#16a34a!important;background:linear-gradient(90deg,#16a34a,#22c55e)!important}.cart-drawer__tier-markers{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:8px!important;z-index:5!important;pointer-events:none!important}.cart-drawer__tier-marker{position:absolute!important;top:0!important;height:8px!important;transform:translate(-50%)!important;display:flex!important;flex-direction:column!important;align-items:center!important;z-index:5!important;pointer-events:auto!important}.cart-drawer__tier-marker[data-tier-marker="0"]{left:42.5%!important}.cart-drawer__tier-marker[data-tier-marker="1"]{left:65%!important}.cart-drawer__tier-marker[data-tier-marker="2"]{left:97%!important}.cart-drawer__marker-dot{width:14px!important;height:14px!important;border-radius:50%!important;background:#fff!important;border:2.5px solid #d1d5db!important;margin-top:-3px!important;flex-shrink:0!important;box-shadow:0 1px 3px #0000001a!important;position:relative!important;z-index:6!important}.cart-drawer__tier-marker.is-reached .cart-drawer__marker-dot{background:#16a34a!important;border-color:#16a34a!important}.cart-drawer__tier-marker.is-reached .cart-drawer__marker-dot:after{content:""!important;position:absolute!important;top:2px!important;left:3.5px!important;width:3.5px!important;height:6px!important;border:solid #fff!important;border-width:0 1.5px 1.5px 0!important;transform:rotate(45deg)!important}.cart-drawer__marker-label{font-size:10px!important;font-weight:600!important;color:#999!important;margin-top:4px!important;white-space:nowrap!important;letter-spacing:.2px!important;text-transform:uppercase!important;transition:color .3s ease!important;z-index:6!important}.cart-drawer__tier-marker.is-reached .cart-drawer__marker-label{color:#16a34a!important}.cart-drawer__recommendations{padding:20px 0 8px;border-top:1px solid #eee;background:#fafafa}.cart-drawer__recs-title{font-size:14px;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;padding:0 20px 14px;margin:0}.cart-drawer__recs-scroll{display:flex;gap:10px;overflow-x:auto;padding:0 20px 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cart-drawer__recs-scroll::-webkit-scrollbar{display:none}.cart-drawer__rec-card{flex:0 0 calc((100% - 20px - 20px - 20px) / 3);min-width:100px;scroll-snap-align:start;display:flex;flex-direction:column;gap:6px}.cart-drawer__rec-img-wrap{display:block;border-radius:8px;overflow:hidden;background:#f5f5f5;aspect-ratio:3/4}.cart-drawer__rec-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer__rec-info{display:flex;flex-direction:column;gap:3px}.cart-drawer__rec-title{font-size:11px;font-weight:500;color:#1a1a1a;text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer__rec-title:hover{color:#555}.cart-drawer__rec-price{font-size:11px;color:#1a1a1a;font-weight:600}.cart-drawer__rec-compare{text-decoration:line-through;color:#999;font-weight:400;margin-right:3px;font-size:10px}.cart-drawer__rec-sale{color:#b91c1c}.cart-drawer__rec-add{display:inline-block;padding:5px 10px;margin-top:2px;background:#1a1a1a;color:#fff;border:none;border-radius:5px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .1s;text-align:center}.cart-drawer__rec-add:hover{background:#333}.cart-drawer__rec-add:active{transform:scale(.96)}.cart-drawer__rec-add:disabled{opacity:.6;cursor:default}@media(max-width:768px){.drawer__header{padding:14px 16px}.cart-drawer__returns-banner{padding:4px 16px;font-size:12px}.cart-drawer__shipping-bar{padding:12px 16px 14px}.cart-drawer__protection{padding:12px 16px}.cart-drawer__tier-progress{padding:8px 16px 4px}.cart-drawer__tier-msg{font-size:12px;margin-bottom:6px}.cart-drawer__pricing{padding:12px 16px}.cart-drawer__checkout-area{padding:14px 16px 10px}.cart-drawer__express{padding:0 16px 14px}.cart-drawer__express [data-shopify-buttoncontainer]{gap:6px!important}.cart-drawer__recs-scroll{padding:0 16px 14px;gap:8px}.cart-drawer__rec-card{flex:0 0 calc((100% - 16px) / 3);min-width:90px}.cart-drawer .cart-item{padding:14px 16px;grid-template-columns:72px 1fr auto;gap:6px 12px}.cart-drawer .cart-item__media{width:72px}.cart-drawer .cart-item__media .cart-item__link{width:72px!important}.drawer__inner{width:100vw;max-width:100vw}}.drawer{position:fixed;z-index:9999;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:#00000080;transition:visibility .3s ease}.drawer.active{visibility:visible}.drawer__inner{height:100dvh;width:420px;max-width:90vw;border:none;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 24px #0000001f;background:#fff}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;flex-shrink:0}.drawer__heading{font-size:18px;line-height:1.3;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:0}.drawer__close{display:flex;align-items:center;justify-content:center;padding:8px;min-width:unset;min-height:unset;box-shadow:none;position:static;color:#333;background:transparent;border:none;cursor:pointer;transition:color .2s}.drawer__close:hover{color:#000}.drawer__inner-empty{height:100%;padding:0 1.5rem;overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header{display:none}cart-drawer.is-empty .cart-drawer__returns-banner{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings{display:none}cart-drawer-items{overflow:auto;flex:1;min-height:0;-webkit-overflow-scrolling:touch}cart-drawer-items::-webkit-scrollbar{width:4px}cart-drawer-items::-webkit-scrollbar-track{background:transparent}cart-drawer-items::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:none}.drawer__footer{border-top:1px solid #eee;padding:0;background:#fff;position:sticky;bottom:0;flex-shrink:0;z-index:2}cart-drawer-items.is-empty+.drawer__footer{display:none}.cart-drawer .cart-item{display:grid;grid-template:auto auto / 80px 1fr auto;gap:8px 16px;padding:16px 20px;border-bottom:1px solid #f0f0f0;overflow:hidden;position:relative}.cart-drawer .cart-item:last-child{margin-bottom:0}.cart-drawer .cart-item__media{grid-row:1 / 3;grid-column:1;width:80px;padding:0;align-self:start}.cart-drawer .cart-item__media .cart-item__link{position:relative!important;display:block;border-radius:8px;overflow:hidden;width:80px!important;height:auto!important;aspect-ratio:3 / 4!important;background:#f5f5f5}.cart-drawer .cart-item__image{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important;display:block;border-radius:8px;object-fit:cover}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 3;min-width:0;align-self:start}.cart-drawer .cart-item__name{font-family:var(--font-body-family)!important;font-size:14px;font-weight:600;color:#1a1a1a;text-decoration:none;line-height:1.3;display:block;margin-bottom:4px;text-transform:none;letter-spacing:normal}.cart-drawer .cart-item__name:hover{color:#555}.cart-drawer .cart-item__details dl{opacity:1;margin:0}.cart-drawer .cart-item .product-option{font-size:12px;color:#777;line-height:1.4;font-family:var(--font-body-family)!important;margin:0;display:block}.cart-drawer .cart-item .product-option dt{font-weight:500;color:#555;display:inline}.cart-drawer .cart-item .product-option dd{color:#777;display:inline;margin:0}.cart-drawer .cart-item .discounts{margin-top:4px}.cart-drawer .cart-item .discounts__discount{font-size:11px;color:#16a34a;font-weight:600}.cart-drawer .cart-item__remove{grid-column:3;grid-row:1;display:flex;align-items:flex-start;justify-content:flex-end;padding:0;align-self:start}.cart-drawer .cart-item__remove cart-remove-button{display:inline-block}.cart-drawer .cart-item__remove cart-remove-button button{font-size:0;color:#ccc;background:none;border:none;cursor:pointer;padding:2px;min-width:unset;min-height:unset;transition:color .2s;display:flex;align-items:center;justify-content:center}.cart-drawer .cart-item__remove cart-remove-button button:hover{color:#b91c1c}.cart-drawer .cart-item__remove cart-remove-button button svg{width:16px;height:16px}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 4;grid-row:2;overflow:hidden}.cart-drawer .cart-items td{padding:0}.cart-drawer .cart-item>td+td{padding-left:0}.cart-drawer .cart-item__quantity-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:nowrap;overflow:hidden;max-width:100%}.cart-drawer .cart-item__price-wrapper{flex-shrink:1;min-width:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.cart-drawer .cart-item__price-wrapper .price,.cart-drawer .cart-item__price-wrapper .cart-item__compare-prices,.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:2px;align-items:flex-end}.cart-drawer .cart-item__price-wrapper .cart-item__compare-prices .price,.cart-drawer .cart-item__price-wrapper .cart-item__old-price{font-size:12px;color:#999;text-decoration:line-through;font-weight:400;line-height:1.3}.cart-drawer .price{line-height:1.3;font-size:14px;font-weight:600;color:#1a1a1a}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices .price,.cart-drawer .cart-item__price-wrapper .cart-item__compare-prices+.price,.cart-drawer .cart-item__price-wrapper .cart-item__compare-prices+.cart-item__discounted-prices .price{color:#a70000;font-weight:700}.cart-drawer .quantity.cart-quantity{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden;height:32px;min-width:90px;max-width:90px;flex-shrink:0}.cart-drawer .quantity__button{background:none;border:none;cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center;color:#555;transition:background .15s,color .15s;flex-shrink:0;width:28px;padding:0;min-width:unset;min-height:unset}.cart-drawer .quantity__button:hover{background:#f5f5f5;color:#000}.cart-drawer .quantity__button .svg-wrapper{width:10px;height:10px;display:flex;align-items:center;justify-content:center}.cart-drawer .quantity__button svg{width:10px;height:10px}.cart-drawer .quantity__input{width:34px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:13px;font-weight:600;height:100%;padding:0;-moz-appearance:textfield;background:transparent;color:#1a1a1a;flex-shrink:0}.cart-drawer .quantity__input::-webkit-inner-spin-button,.cart-drawer .quantity__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-drawer .cart-item .loading__spinner{right:5px;padding-top:2.5rem}.cart-drawer .cart-item__error{margin-top:.8rem}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer .quantity-popover-container{padding:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-cart-drawer.css.map */
