button[name=checkout]{border-radius:0!important;border-top-left-radius:var(--spacing-8)!important;border-bottom-right-radius:var(--spacing-8)!important;height:47px!important;font-size:18px!important;font-weight:600!important;display:flex!important;justify-content:center!important;align-items:center!important;transition:background-color .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out!important;--button-background: var(--button-background-primary) / var(--button-background-opacity, 1) !important;background-color:rgb(var(--button-background))!important}.cart-drawer__empty-content{display:flex;flex-direction:column;align-items:center}button[name=checkout]:hover{--button-background-opacity: .85}.quantity-popover-container .ds-quantity{border-color:#aaa;border-radius:0;width:112px;padding:0 12px;border-top-left-radius:var(--spacing-8);border-bottom-right-radius:var(--spacing-8);height:40px;background:rgb(transparent);color:rgb(var(--input-text-color, var(--text-color)));border-width:1px;display:inline-flex}.quantity-popover-container .ds-quantity:after,.quantity-popover-container .ds-quantity:before{display:none}.ds-drawer{--duration-default: .6s}.js-ajax-cart-processing .hidden.loader{display:block!important}.ds-drawer__inner-content{height:100%;display:flex;flex-direction:column;flex-grow:1}.ds-drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:#12121280;transition:visibility var(--duration-default) ease}.ds-drawer .visually-hidden{display:none}.ds-drawer.active{visibility:visible}.ds-payment-icons{width:100%}.ds-payment-icons__list{filter:saturate(0);opacity:.8;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;margin:0;padding-bottom:16px}.ds-payment-icons__item{display:flex;align-items:center}.ds-drawer__inner{height:100%;width:600px;max-width:calc(100vw - 48px);border:1.6px solid rgba(var(--color-foreground),.2);border-right:0;background-color:var(--drawer-background-color);overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) cubic-bezier(.87,0,.13,1)}.ds-drawer__inner-empty{height:100%;padding:0 24px;background-color:var(--drawer-background-color);overflow:hidden;display:flex;flex-direction:column}.ds-drawer.active .ds-drawer__inner{transform:translate(0)}@media screen and (max-width: 750px){.ds-drawer__inner{width:100%;max-width:calc(100vw - 4px)}}.ds-cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.ds-cart-drawer__overlay:empty{display:block}.ds-drawer__header{position:relative;background-color:rgb(var(--color-background));padding:12px var(--drawer-padding);display:flex;justify-content:space-between;align-items:center;font-size:32px;font-weight:600}.ds-drawer__heading{margin:0 0 16px}.ds-drawer__close{display:flex;align-items:center;justify-content:center;padding:0;min-width:40px;min-height:40px;box-shadow:0 0 0 3.2px rgba(var(--color-button),0);position:absolute;top:15px;right:15px;color:rgb(var(--color-foreground));background-color:transparent;border-radius:100%;border:1px solid rgba(23,23,23,.1);cursor:pointer}.cart-drawer__warnings .ds-drawer__close{right:5px}.ds-drawer__close svg{height:20px;width:20px}.ds-drawer__contents{flex-grow:1;display:flex;flex-direction:column}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap;height:auto}.ds-drawer__ds-cart-items-wrapper{flex-grow:1}cart-drawer-items{overflow-y:scroll;flex:1}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}@media screen and (max-height: 650px){cart-drawer-items{overflow:visible}.ds-drawer__inner{overflow:scroll}}.ds-cart-drawer .ds-cart-items,.ds-cart-drawer tbody{display:block;width:100%}.ds-cart-drawer thead{display:inline-table;width:100%;position:sticky;top:0;z-index:2;background-color:rgb(var(--color-background))}.ds-cart-drawer .ds-cart-items thead{margin-bottom:8px}.ds-cart-drawer .ds-cart-items thead th:first-child,.ds-cart-drawer .ds-cart-items thead th:last-child{width:0;padding:0}.ds-cart-drawer .ds-cart-items thead th:nth-child(2){width:50%;padding-left:0}.ds-cart-drawer .ds-cart-items thead tr{display:table-row;margin-bottom:0}.ds-cart-drawer .ds-cart-items th{border-bottom:1.6px solid rgba(var(--color-foreground),.2);padding:0!important}.ds-cart-drawer .ds-cart-items td{padding-top:0}.ds-cart-drawer .ds-cart-item>td+td{padding-left:16px}.ds-cart-drawer .ds-cart-item{display:grid;grid-template:repeat(2,auto) / 15% repeat(3,1fr);gap:0px;margin-bottom:0;padding-bottom:calc(var(--drawer-padding));padding-right:var(--drawer-padding);padding-left:calc(var(--drawer-padding)/ 2)}.ds-cart-drawer .ds-cart-item:last-child{margin-bottom:24px}.ds-cart-drawer .ds-cart-item .loading-overlay{right:5px;padding-top:0;display:flex;align-items:center;justify-content:flex-end;height:100%}.ds-cart-drawer .ds-cart-item__media{grid-row:1 / 3;justify-self:center}.ds-cart-drawer .ds-cart-item__image{max-width:100%}.ds-cart-drawer .ds-cart-item__details{width:auto;grid-column:2 / 4}.ds-cart-drawer .ds-cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.ds-cart-item__totals.right{min-width:80px}.ds-cart-drawer.ds-cart-drawer .ds-cart-item__price-wrapper>*:only-child{margin-top:0}.ds-cart-drawer .ds-cart-item__price-wrapper .ds-cart-item__discounted-prices{display:flex;flex-direction:column;gap:9.6px}.ds-cart-drawer .ds-cart-items .ds-cart-item__quantity{padding-top:0;grid-column:2 / 5}@media screen and (max-width: 749px){.ds-cart-drawer .ds-quantity.quantity{margin-right:0}}.ds-cart-drawer .ds-cart-item__error{margin-top:12.8px}.ds-cart-drawer .ds-cart-item__error:has(.ds-cart-item__error-text:empty){display:none}.ds-cart-drawer .quantity-popover__info+.ds-cart-item__error{margin-top:3.2px}@media screen and (min-width: 750px){.ds-cart-drawer .ds-cart-item__quantity--info quantity-popover>*{padding-left:0}.ds-cart-drawer .ds-cart-item__error{margin-left:0}}.ds-cart-item__selectable-gifts{width:100%;grid-column:1 / 5}.ds-quantity{position:relative;width:92px;display:flex;border-radius:var(--cart-border-radius);min-height:32px}.ds-quantity:before{pointer-events:none;content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--cart-border-radius);box-shadow:#12121200 0 4px 5px;z-index:-1}.ds-quantity:after{pointer-events:none;content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:1.6px solid transparent;border-radius:var(--cart-border-radius);box-shadow:#1212128c 0 0 0 1px;transition:box-shadow .3s ease;z-index:1}.ds-quantity__input{color:currentColor;font-size:14px;font-weight:500;opacity:.85;text-align:center;background-color:transparent;border:0;width:100%;flex-grow:1;-webkit-appearance:none;appearance:none}.ds-quantity__button{width:35px;flex-shrink:0;font-size:16px;border:0;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));padding:0}.ds-quantity__button:first-child{margin-left:calc(var(--inputs-border-width))}.ds-quantity__button:last-child{margin-right:calc(var(--inputs-border-width))}.ds-quantity__button svg{width:12px;pointer-events:none}.ds-quantity__button:focus-visible,.ds-quantity__input:focus-visible{background-color:rgb(var(--color-background));z-index:2}.ds-quantity__button:focus,.ds-quantity__input:focus{background-color:rgb(var(--color-background));z-index:2}.ds-quantity__button:not(:focus-visible):not(.focused),.ds-quantity__input:not(:focus-visible):not(.focused){box-shadow:inherit;background-color:inherit}.ds-quantity__input:-webkit-autofill,.ds-quantity__input:-webkit-autofill:hover,.ds-quantity__input:-webkit-autofill:active{box-shadow:0 0 0 160px rgb(var(--color-background)) inset!important;-webkit-box-shadow:0 0 0 160px rgb(var(--color-background)) inset!important}.ds-quantity__input::-webkit-outer-spin-button,.ds-quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ds-quantity__input[type=number]{-moz-appearance:textfield}.ds-quantity__rules{margin-top:19.2px;position:relative;font-size:19.2px}.ds-quantity__rules .caption{display:inline-block;margin-top:0;margin-bottom:0}.ds-quantity__rules .divider+.divider:before{content:"\2022";margin:0 8px}.ds-quantity__rules-cart{position:relative}product-info .loading-overlay:not(.hidden)~*,.ds-quantity__rules-cart .loading-overlay:not(.hidden)~*{visibility:hidden}.ds-cart-drawer .quantity-popover-container{padding:0}.ds-cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);right:0}.ds-drawer__footer{background-color:rgb(var(--color-background));border-top:1.6px solid rgba(18,18,18,.2)}.ds-footer-content{padding-top:var(--drawer-padding)}cart-drawer-items.is-empty+.ds-drawer__footer{display:none}.ds-drawer__footer>details{margin-top:-24px;border-bottom:1.6px solid rgba(var(--color-foreground),.2)}.ds-drawer__footer>details[open]{padding-bottom:24px}.ds-drawer__footer summary{display:flex;position:relative;line-height:1}.ds-drawer__footer>details+.cart-drawer__footer{padding-top:24px}.ds-cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-icon-lock{width:20px;height:20px}cart-drawer-items.is-empty{display:none}cart-drawer.is-empty .ds-drawer__inner{display:flex;flex-direction:column}cart-drawer.is-empty .ds-drawer__header{display:flex}.ds-cart-content{display:flex;flex-direction:column;flex:1;overflow:hidden}cart-drawer.is-empty .ds-cart-content{display:none}cart-drawer:not(.is-empty) .ds-drawer__inner-empty,cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:var(--drawer-padding)}.cart-drawer__collection{margin:0 var(--drawer-padding) 24px}.cart__empty-text{margin:72px 0 32px}.cart__login-title{margin:88px 0 8px}.cart__login-paragraph{margin-top:12.8px}.cart__login-paragraph a{font-size:inherit}.ds-price{font-size:16px;letter-spacing:1.6px;line-height:calc(1 + .5 / var(--font-body-scale));color:rgb(var(--color-foreground))}.ds-price>*{display:inline-block;vertical-align:top}.ds-price.ds-price--unavailable{visibility:hidden}.ds-price--end{text-align:right}.ds-price .ds-price-item{display:inline-block;margin:0 16px 0 0}.ds-price__regular .ds-price-item--regular{margin-right:0}.ds-price:not(.ds-price--show-badge) .ds-price-item--last:last-of-type{margin:0}@media screen and (min-width: 750px){.ds-price{margin-bottom:0}}.ds-price--large{font-size:25.6px;line-height:calc(1 + .5 / var(--font-body-scale));letter-spacing:2.08px}@media screen and (min-width: 750px){.ds-price--large{font-size:28.8px}}.ds-price--sold-out .ds-price__availability,.ds-price__regular{display:block}.ds-price__sale,.ds-price__availability,.ds-price .ds-price__badge-sale,.ds-price .ds-price__badge-sold-out,.ds-price--on-sale .ds-price__regular,.ds-price--on-sale .ds-price__availability{display:none}.ds-price--sold-out .ds-price__badge-sold-out,.ds-price--on-sale .ds-price__badge-sale,.volume-pricing--sale-badge .ds-price__badge-sale{display:inline-block}.volume-pricing--sale-badge .ds-price__badge-sale{margin-left:8px}.ds-price--on-sale .ds-price__sale{display:initial;flex-direction:row;flex-wrap:wrap}.ds-price--center{display:initial;justify-content:center}.ds-price--on-sale .ds-price-item--regular{text-decoration:line-through;color:rgba(var(--color-foreground),.75);font-size:20.8px}.ds-cart-drawer .ds-price{line-height:1}.ds-unit-price{display:block;font-size:17.6px;letter-spacing:.64px;line-height:calc(1 + .2 / var(--font-body-scale));margin-top:3.2px;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}.ds-cart-drawer .unit-price{margin-top:9.6px}@keyframes text-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.js-ajax-cart-processing .ds-shimmer{--shimmer-text-color: rgba(18, 18, 18, .5);--shimmer-color-light: rgba(18, 18, 18, .1);--shimmer-speed: 1.25s;position:relative;transition:color var(--duration-long) ease;line-height:1;color:transparent}.js-ajax-cart-processing .ds-shimmer:after{content:attr(value);position:absolute;top:0;right:0;bottom:0;left:0;color:transparent;opacity:1;transition:opacity var(--duration-long) var(--ease-out-slow);pointer-events:none;background-image:linear-gradient(-85deg,var(--shimmer-text-color) 10%,var(--shimmer-color-light) 50%,var(--shimmer-text-color) 90%);background-clip:text;-webkit-background-clip:text;background-size:200% 100%;background-position:100% 0;place-content:center;animation:text-shimmer var(--shimmer-speed) infinite linear}.discounts__discount--end{display:flex;justify-content:space-between;align-items:center;width:100%;border-radius:12px;padding:0px var(--drawer-padding)}.discounts__discount-label{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1a1a1a}.discounts__discount-label svg{width:20px;height:20px;flex-shrink:0}.discounts__discount-label svg path{fill:#ddd}.discounts__discount-amount{font-size:16px;font-weight:600;color:#d20a61;background-color:#d20a6133;border-radius:var(--pill-border-radius);padding:4px 12px}.ds-shipping-info{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 var(--drawer-padding)}.ds-shipping-status{display:flex;align-items:baseline;flex-direction:row;gap:8px}.ds-shipping-status--free{flex-direction:row;align-items:center;gap:8px}.ds-shipping-info svg{width:16px;height:16px;flex-shrink:0;color:#4caf50}.ds-shipping-label{font-size:16px;font-weight:500;color:#666;margin:0;line-height:1}.ds-shipping-value{font-size:16px;font-weight:500;color:#666;margin:0;line-height:1;display:flex;flex-direction:row;align-items:center;gap:8px}.ds-shipping-threshold{margin-top:4px}.ds-shipping-threshold small{font-size:12px;font-weight:400;color:#666;line-height:1.4}.ds-shipping-threshold strong{font-weight:600;color:#1a1a1a}.ds-subtotals{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 var(--drawer-padding)}.ds-subtotals__label{font-size:18px;font-weight:500;color:#1a1a1a;margin:0;line-height:1}.ds-subtotals__value{font-size:20px;font-weight:500;color:#1a1a1a;margin:0;line-height:1}.ds-totals{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 var(--drawer-padding)}.ds-totals__label{font-size:20px;font-weight:600;color:#1a1a1a;margin:0;line-height:1}.ds-totals__value{font-size:24px;font-weight:600;color:#1a1a1a;margin:0;line-height:1}.ds-cart-drawer .totals{justify-content:space-between}.ds-cart-drawer .tax-note{margin:19.2px 0 16px auto;text-align:left;padding:0px var(--drawer-padding)}.ds-gift-pill-wrapper{display:flex;align-items:center;gap:12.8px;margin-top:8px}.ds-gift-pill{display:inline-flex;align-items:center;gap:6.4px;padding:4.8px 12.8px;background-color:#e8f5e9;border:1px solid #4caf50;border-radius:var(--pill-border-radius);font-size:12px;font-weight:600;color:#2e7d32;text-transform:uppercase}.ds-gift-pill__icon{width:12px;height:12px;flex-shrink:0;stroke:#4caf50}.ds-gift-pill__text{line-height:1}.ds-cart__ctas{padding:16px var(--drawer-padding)}.ds-cart-drawer .cart__checkout-button{max-width:none;gap:12px;width:100%;border-radius:var(--cart-border-radius);display:inline-flex;justify-content:center;align-items:center;border:0;padding:0 48px;cursor:pointer;font:inherit;font-size:22px;text-decoration:none;color:#fff;transition:box-shadow .1s ease;-webkit-appearance:none;appearance:none;background-color:#000;height:56px}.ds-footer-content{display:flex;flex-direction:column;gap:12px}.ds-drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.ds-drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:8px -8px 0 0!important;gap:8px}.ds-drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.ds-drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - 8px)!important;margin:0!important}.ds-drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:8px!important}@media screen and (min-width: 750px){.ds-drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - 8px)!important;margin:0!important}.ds-drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.ds-drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.ds-drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.ds-drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - 8px)!important}}.ds-cart-drawer .product-option dd{word-break:break-word}.ds-cart-items td,.ds-cart-items th{padding:0;border:none}.ds-cart-items th{text-align:left;padding-bottom:28.8px;opacity:.85;font-weight:400}.ds-cart-item__quantity-wrapper{display:flex}.ds-cart-item__totals{position:relative}.ds-cart-items *.right{text-align:right}.ds-cart-item__image-container{display:inline-flex;align-items:flex-start}.ds-cart-item__image-container:after{content:none}.ds-cart-item__image{height:auto;max-width:calc(160px / var(--font-body-scale))}@media screen and (min-width: 750px){.ds-cart-item__image{max-width:100%}}.cart-icon-sale .fill{stroke:none;fill:#1717171a}.cart-icon-sale{width:var(--drawer-padding)}.ds-cart-item__details{font-size:18px;line-height:calc(1 + .4 / var(--font-body-scale))}.ds-cart-item__details>*{margin:0;max-width:480px}.ds-cart-item__details>*+*{margin-top:9.6px}.ds-cart-item__media{position:relative}.ds-cart-item__link{display:block;bottom:0;left:0;position:absolute;right:0;top:0;width:100%;height:100%}.ds-cart-item__name{text-decoration:none;display:block}.ds-cart-item__name:hover{text-decoration:underline;text-underline-offset:4.8px;text-decoration-thickness:3.2px}.ds-cart-item__price-wrapper>*{display:block;margin:0;padding:0}.ds-cart-item__discounted-prices dd{margin:0}.ds-cart-item__discounted-prices .ds-cart-item__old-price{font-size:16px}.ds-cart-item__discounted-prices .ds-price--end{font-size:18px;color:#d20a61;font-weight:600}.ds-cart-item__old-price{opacity:.7}.ds-cart-item__final-price{font-weight:400}.product-option{font-size:14px;word-break:break-word;line-height:calc(1 + .5 / var(--font-body-scale))}.ds-cart-item cart-remove-button{display:flex}.ds-quantity{margin-right:12px}@media screen and (min-width: 750px) and (max-width: 989px){.ds-cart-item cart-remove-button{width:15px;height:15px}}cart-remove-button .button{min-width:20px;min-height:20px;padding:0;margin:0 1.6px 1.6px 0}cart-remove-button .button:before,cart-remove-button .button:after{content:none}cart-remove-button .button:not([disabled]):hover{color:rgb(var(--color-foreground))}@media screen and (min-width: 750px){cart-remove-button .button{min-width:20px;min-height:20px}}cart-remove-button .icon-remove{height:20px;width:20px}.ds-cart-item .loading-overlay{top:0;left:auto;right:auto;bottom:0;padding:0}@media screen and (min-width: 750px){.ds-cart-item .loading-overlay{right:0;padding-top:72px;bottom:auto}}.ds-cart-item .loading-overlay:not(.hidden)~*{visibility:hidden}.ds-cart-item__error{display:flex;align-items:flex-start;margin-top:3.2px;width:min-content;min-width:100%}.ds-cart-item__error-text{font-size:19.2px;line-height:calc(1 + .2 / var(--font-body-scale));order:1}.ds-cart-item__error-text+svg{flex-shrink:0;width:19.2px;margin-right:8px;margin-top:1.6px}.ds-cart-item__error-text:empty+svg{display:none}.product-option+.product-option{margin-top:6.4px}.product-option *{display:inline;margin:0}.ds-cart-items thead th{text-transform:uppercase}@media screen and (max-width: 749px){.ds-cart-items,.ds-cart-items thead,.ds-cart-items tbody{display:block;width:100%}.ds-cart-items thead tr{display:flex;justify-content:space-between;border-bottom:1.6px solid rgba(var(--color-foreground),.2);margin-bottom:64px}.ds-cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:24px;margin-bottom:56px}.ds-cart-item:last-child{margin-bottom:0}.ds-cart-item__media{grid-row:1 / 3}.ds-cart-item__details{grid-column:2 / 4}.ds-cart-item__quantity{grid-column:2 / 5}.ds-cart-item__quantity-wrapper{flex-wrap:wrap}.ds-cart-item__totals{display:flex;align-items:flex-start;justify-content:flex-end}}@media screen and (min-width: 750px){.ds-cart-items{border-spacing:0;border-collapse:separate;box-shadow:none;width:100%;display:table}.ds-cart-items th{border-bottom:1.6px solid rgba(var(--color-foreground),.08)}.ds-cart-items thead th:first-child{width:50%}.ds-cart-items th+th{padding-left:64px}.ds-cart-items td{vertical-align:top;padding-top:64px}.ds-cart-item{display:table-row}.ds-cart-item>td+td{padding-left:64px}.ds-cart-item__details{width:260px}.ds-cart-item__media{width:70px}.ds-cart-item .ds-cart-drawer .ds-quantity.quantity{margin:8px 0 0 24px}.ds-cart-item__price-wrapper>*:only-child:not(.ds-cart-item__discounted-prices){margin-top:16px}.ds-cart-item__error{margin-left:4.8px}}@media screen and (min-width: 990px){.ds-cart-item .ds-cart-item__quantity,.ds-cart-items .ds-cart-items__heading--wide{padding-left:96px}.ds-cart-item__details{width:800px}.ds-cart-items thead th:first-child{width:60%}}@media screen and (min-width: 750px){.ds-cart-items .ds-cart-items__heading--quantity,.ds-cart-item .ds-cart-item__quantity,.ds-cart-item__quantity--info quantity-popover>*,.no-js .ds-cart-item .ds-cart-item__quantity--info{padding-left:80px}.ds-cart-item .ds-cart-item__quantity--info,.ds-cart-item__quantity--info .ds-cart-item__quantity-wrapper,.ds-cart-item__quantity--info .ds-cart-items__info{padding-left:0}}@media screen and (min-width: 749px) and (max-width: 990px){.ds-cart-items .quantity-popover__info-button{padding-left:24px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/ds-ajax-cart.css.map */
