.cart-drawer .drawer__inner{padding-inline:var(--padding-md)}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__inner-filled,cart-drawer:not(.is-empty) .drawer__inner-empty.hidden{display:none!important}cart-drawer.is-empty .drawer__inner-empty{display:flex}cart-drawer:not(.is-empty) .cart-drawer__warnings{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.cart-drawer__warnings .drawer__close{right:.5rem}cart-drawer-items.is-empty{display:none}cart-drawer-items .section--main-cart{display:flex;flex-direction:column;height:100%}cart-drawer-items .section--main-cart .cart__contents{overflow-y:auto;flex:1;max-height:calc(100dvh - var(--cart-drawer-header-height))}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%}cart-drawer-items .loading .cart__contents,cart-drawer-items .loading+.drawer__footer{opacity:var(--opacity-20);pointer-events:none}cart-drawer-items .cart-items *.center{text-align:left}@media screen and (max-height:650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item .loading__spinner{right:.5rem;padding-top:0}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__totals .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 5}@media screen and (max-width:749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:1.5rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .tax-note{margin:1.2rem 0 2rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotateX(180deg)}.cart-drawer .cart__checkout-button{max-width:100%}.drawer__footer{padding-block:1.5rem}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1.5rem 2.8rem 1.5rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:1.5rem}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.5rem -.5rem 0 0!important;gap:.5rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.5rem!important}@media screen and (min-width:750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .5rem)!important}}cart-drawer-items::-webkit-scrollbar{width:.3rem}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgb(var(--color-foreground-rgb) / var(--opacity-70));border-radius:100%}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:3.1rem}.cart-drawer .quantity-popover-container{padding:0}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);top:100%}.cart-drawer .quantity-popover__info+.cart-item__error{margin-top:.2rem}@media screen and (min-width:750px){.cart-drawer .cart-item__quantity--info quantity-popover>*{padding-left:0}.cart-drawer .cart-item__error{margin-left:0}}.cart-drawer .cart-items thead{display:none}.cart-drawer .cart-items__table-row{--cart-item-price-width: 6rem;display:grid;grid-template-columns:clamp(6rem,17cqi,10rem) minmax(0,1fr) minmax(var(--cart-item-price-width),auto);grid-template-areas:"media details totals" "media quantity remove";gap:var(--gap-xl);align-items:start;padding-block:var(--cart-items-gap);padding-inline:0 var(--cart-items-gap);margin-bottom:0;border:none;border-bottom:.1rem solid rgb(var(--color-foreground-rgb) / var(--opacity-8))}.cart-drawer .cart-items__table-row .cart-item__price-wrapper.medium-hide.large-up-hide{display:block!important}.cart-drawer .cart-items__table-row .cart-item__price.small-hide{display:none!important}.cart-drawer .cart-items__table-row .cart-item__media{grid-area:media}.cart-drawer .cart-items__table-row .cart-item__details{grid-area:details;width:auto}.cart-drawer .cart-items__table-row .cart-item__details .loading__spinner{display:none}.cart-drawer .cart-items__table-row .cart-item__price{grid-area:price}.cart-drawer .cart-items__table-row .cart-item__totals{grid-area:totals}.cart-drawer .cart-items__table-row .cart-item__totals .price{text-align:right}.cart-drawer .cart-items__table-row .cart-item__quantity{grid-area:quantity}.cart-drawer .cart-items__table-row .cart-item__quantity .cart-quantity{width:100%;max-width:min(100%,12rem)}.cart-drawer .cart-items__table-row .cart-item__price-wrapper .price{text-align:left}.cart-drawer .cart-items__table-row .cart-item__remove{grid-area:remove;display:flex;align-items:center;justify-content:flex-end;min-height:4.5rem}@media(hover:hover){.cart-drawer .cart-items__table-row .cart-item__remove .button{overflow:visible;transition:transform var(--animation-speed) var(--animation-easing);will-change:transform;position:relative}.cart-drawer .cart-items__table-row .cart-item__remove .button .svg-wrapper{display:block}.cart-drawer .cart-items__table-row .cart-item__remove .button:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:.1rem solid var(--color-foreground);border-radius:50%;z-index:-1;transform:scale(.8);transition:transform var(--animation-speed) var(--animation-easing),opacity var(--animation-speed) var(--animation-easing);will-change:transform,opacity;opacity:0}.cart-drawer .cart-items__table-row .cart-item__remove .button:hover{transform:rotate(90deg)}.cart-drawer .cart-items__table-row .cart-item__remove .button:hover:after{transform:scale(1);opacity:1}}.cart-drawer .cart-item:last-child{margin-bottom:1.5rem}#CartDrawer .haloCalculatorShipping{margin-top:0;padding-top:calc(var(--free-shipping-height) * 1.5)}#CartDrawer .progress-truck-wrapper{right:min(0px,calc(100% - var(--free-shipping-height) * 3));left:auto;bottom:-2px;line-height:0}#CartDrawer .progress-truck-wrapper .icon-shipping-truck{display:block;max-width:none;width:calc(var(--free-shipping-height) * 3);height:calc(var(--free-shipping-height) * 3);stroke:#fff}[dir=rtl] #CartDrawer .progress-truck-wrapper{left:min(0px,calc(100% - var(--free-shipping-height) * 3));right:auto}[dir=rtl] #CartDrawer .progress-truck-wrapper .icon-shipping-truck{transform:rotateY(180deg)}#CartDrawer .drawer--function-blocks{justify-content:center;align-items:center;flex-wrap:wrap;padding:10px 0 12px;border:0}#CartDrawer .drawer--function-blocks>.function-block{--color-primary-button-hover-text: #464646;flex:0 0 25%;width:25%;min-width:44px;min-height:56px;padding:16px 10px;border:1px solid #e2e2e2;border-inline-end-width:0;border-radius:0;background:#fff;color:#464646;box-shadow:none}#CartDrawer .drawer--function-blocks>.function-block:not(:has(~.function-block)){border-inline-end-width:1px}#CartDrawer .drawer--function-blocks>.function-block .svg-wrapper{width:24px;height:24px}#CartDrawer .drawer--function-blocks>.function-block:focus-visible{outline:2px solid #464646;outline-offset:2px}#CartDrawer .drawer--function-blocks>section-fetcher,#CartDrawer .drawer--function-blocks>.section-resource-list{flex-basis:100%}#CartDrawer #CartDrawer-Checkout{--button-background-color: #000;--button-color: #fff;--button-border-color: #000}#CartDrawer #CartDrawer-Viewcart{--button-background-color: #fff;--button-color: #232323;--button-border-color: #727272}@media(hover:hover){#CartDrawer .drawer--function-blocks>.function-block:hover{background:#f8f8f8}}.drawer--function-blocks{font-size:var(--font-size--3xs);display:flex;border:.1rem solid rgb(var(--color-border-rgb) / var(--opacity-80))}.drawer--function-blocks:has(.function-block:first-child) .function-block{width:100%}.drawer--function-blocks:has(.function-block:nth-child(n+2)) .function-block{width:50%}.drawer--function-blocks:has(.function-block:nth-child(n+3)) .function-block{width:33.3333333%}.drawer--function-blocks:has(.function-block:nth-child(n+4)) .function-block{width:25%}.drawer--function-blocks .function-block{align-items:center;justify-items:center;padding:1.6rem 1rem;border:none;border-right:.1rem solid rgb(var(--color-border-rgb) / var(--opacity-80));border-radius:0}.drawer--function-blocks .function-block:has(+modal-component){border-right:none}.drawer--function-blocks .function-block .svg-wrapper{width:2.4rem;height:2.4rem}@media screen and (max-width:749px){#CartDrawer .drawer__inner{overflow:hidden}#CartDrawer cart-drawer-items:not(.is-empty){flex:1 1 auto;min-height:0;height:auto;overflow-y:auto;overscroll-behavior-y:contain}#CartDrawer cart-drawer-items .section--main-cart{height:auto;min-height:100%}#CartDrawer #CartDrawer-Form{flex:0 0 auto;max-height:none;overflow:visible}#CartDrawer #CartDrawer-CartItems{overflow:visible}#CartDrawer .drawer__inner-filled .drawer__header{padding-top:8px}#CartDrawer .wrapper-cart-count{padding-bottom:4px;font-size:13px;line-height:1.4}#CartDrawer .previewCartMessage{flex-shrink:0}#CartDrawer .haloCalculatorShipping .message{margin-top:6px}#CartDrawer .cart-items tbody .cart-items__table-row{grid-template-columns:72px minmax(0,1fr) 92px 32px;grid-template-areas:"media details details details" "media totals quantity remove";align-items:start;gap:4px 6px;padding:8px 0;margin-bottom:0}#CartDrawer .cart-item__media{align-self:start}#CartDrawer .cart-item__details{display:flex;flex-wrap:wrap;align-items:center;gap:2px 8px;min-width:0;align-self:start}#CartDrawer .cart-item__details>*{flex:0 0 100%;min-width:0;max-width:100%;order:3}#CartDrawer .cart-item__details>.cart-item__name{order:0}#CartDrawer .cart-item__details>.caption-with-letter-spacing{order:-1}#CartDrawer .cart-item__details>div.product-option:not(.customization-option){flex:0 1 auto;order:1}#CartDrawer .cart-item__details>.discounts{display:flex;flex-wrap:wrap;flex:1 1 95px;gap:2px 6px;order:1;margin:0}#CartDrawer .cart-item__details>.discounts:empty{display:none}#CartDrawer .cart-item__details>.cart-item__price-wrapper{order:4}#CartDrawer .cart-item__name{display:block;overflow:visible;-webkit-line-clamp:unset;text-overflow:clip;font-size:13px;line-height:1.4;color:var(--color-foreground);overflow-wrap:anywhere}#CartDrawer .cart-item__details>*+*{margin-top:0}#CartDrawer .cart-item__details .product-option{font-size:12px;line-height:1.4;gap:4px;flex-wrap:wrap;white-space:normal}#CartDrawer .cart-item__details .product-edit{display:inline-flex;justify-content:center;align-items:center;min-width:28px;min-height:28px}#CartDrawer .cart-item__details .product-edit .svg-wrapper{width:16px;height:16px}#CartDrawer .cart-item .price,#CartDrawer .cart-item .discounts__discount-text{font-size:12px;line-height:1.4}#CartDrawer .cart-item__discounted-prices{gap:4px;flex-wrap:wrap}#CartDrawer .cart-item__totals{align-self:center;justify-content:flex-start;min-width:0}#CartDrawer .cart-item__totals .cart-item__price-wrapper .cart-item__discounted-prices{flex-direction:row;justify-content:flex-start}#CartDrawer .cart-items .cart-item__quantity{grid-area:quantity;min-width:0}#CartDrawer .cart-item__error,#CartDrawer .cart-item__error-text,#CartDrawer .cart-item .discounts__discount,#CartDrawer .cart-item .discounts__discount-text,#CartDrawer .cart-item .customization-option dd{min-width:0;max-width:100%;overflow-wrap:anywhere;white-space:normal}#CartDrawer .cart-item__error{width:100%}#CartDrawer .cart-item__quantity .cart-quantity{width:92px;max-width:100%;min-height:36px;height:36px}#CartDrawer .cart-item__quantity .quantity__button{width:30px;min-width:30px;height:36px;min-height:36px;padding:0}#CartDrawer .cart-item__quantity .quantity__input{width:30px;min-width:0;padding:0;font-size:16px}#CartDrawer .cart-item__quantity .svg-wrapper{width:12px;height:12px}#CartDrawer .cart-item__remove{align-self:start;min-height:36px;justify-content:center}#CartDrawer .cart-item__remove .button{width:32px;min-width:32px;min-height:36px;padding:7px}#CartDrawer .cart-item__remove .svg-wrapper{width:16px;height:16px}#CartDrawer .drawer__cart-items-recommendations-wrapper,#CartDrawer .drawer__footer{flex-shrink:0}#CartDrawer .cart-drawer__recommendations{margin-top:8px}#CartDrawer .cart-drawer__recommendations-header{margin-bottom:4px}#CartDrawer .cart-drawer__recommendations-header h3{font-size:16px;line-height:1.4}#CartDrawer .cart-drawer__recommendations .card__inner{flex:0 0 64px;width:64px;min-width:64px}#CartDrawer .cart-drawer__recommendations .card>.card__content{display:flex;flex-direction:column;justify-content:center;padding:0}#CartDrawer .cart-drawer__recommendations .card__information{padding:0 8px 2px}#CartDrawer .cart-drawer__recommendations .card__heading,#CartDrawer .cart-drawer__recommendations .card__heading .text,#CartDrawer .cart-drawer__recommendations .price{font-size:13px;line-height:1.4}#CartDrawer .cart-drawer__recommendations .quick-add{padding:0 8px}#CartDrawer .cart-drawer__recommendations .quick-add__submit{font-size:13px;line-height:1.4;min-height:36px;width:auto;min-width:104px;max-width:100%;justify-self:start;padding:6px 12px}#CartDrawer .cart-drawer__recommendations .swiper-btns-wrap{margin-top:2px;min-height:28px}#CartDrawer .cart-drawer__recommendations .swiper-button{width:32px;height:28px;min-height:28px}#CartDrawer .drawer__footer{padding:4px 0 max(8px,env(safe-area-inset-bottom))}#CartDrawer .drawer--function-blocks{padding:4px 0}#CartDrawer .drawer--function-blocks>.function-block{min-height:44px;padding:9px 10px}#CartDrawer .cart-drawer__footer{margin-top:6px}#CartDrawer .cart-drawer__footer>*+*{margin-top:4px}#CartDrawer .cart-drawer__footer .totals__total,#CartDrawer .cart-drawer__footer .totals__total-value{font-size:16px;line-height:1.4}#CartDrawer .tax-note{font-size:12px;line-height:1.4;margin:4px 0 6px}#CartDrawer .cart__ctas-drawer{margin-top:6px}#CartDrawer #CartDrawer-Checkout,#CartDrawer #CartDrawer-Viewcart{min-height:44px;padding:8px 12px;font-size:14px;line-height:1.4}#CartDrawer #CartDrawer-Viewcart{margin-top:6px}#CartDrawer #CartDrawer-Checkout{margin-bottom:0}}@media screen and (max-width:359px){#CartDrawer .cart-items tbody .cart-items__table-row{grid-template-columns:64px minmax(0,1fr) 92px 32px;grid-template-areas:"media details details details" "totals totals quantity remove"}}#CartDrawer .wella-family-card__header{background:transparent}@media screen and (min-width:750px){#CartDrawer:has([data-mini-cart]) .drawer__inner{overflow:hidden}#CartDrawer:has([data-mini-cart]) cart-drawer-items:not(.is-empty){flex:1 1 auto;min-height:0;height:auto;overflow-y:auto;overscroll-behavior-y:contain}#CartDrawer:has([data-mini-cart]) cart-drawer-items .section--main-cart{height:auto;min-height:100%}#CartDrawer:has([data-mini-cart]) #CartDrawer-Form{flex:0 0 auto;max-height:none;overflow:visible}#CartDrawer:has([data-mini-cart]) #CartDrawer-CartItems{overflow:visible}#CartDrawer:has([data-mini-cart]) .drawer__cart-items-recommendations-wrapper,#CartDrawer:has([data-mini-cart]) .drawer__footer,#CartDrawer:has([data-mini-cart]) .previewCartMessage{flex-shrink:0}}
/*# sourceMappingURL=/cdn/shop/t/115/assets/component-cart-drawer.css.map */
