.drawer{position:fixed;z-index:2147483647;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(0,0,0,var(--drawer-bg-darkness));opacity:0;transition:visibility 0s linear .3s,opacity .3s;-webkit-backdrop-filter:blur(var(--drawer-bg-blur));backdrop-filter:blur(var(--drawer-bg-blur));outline:none!important}body:has(cart-drawer.active) .header-group{visibility:hidden!important;pointer-events:none!important}.drawer.active{visibility:visible;opacity:1;transition:visibility 0s linear 0ms,opacity .3s}.drawer__inner{height:calc(100% - var(--drawer-margin-offset));min-height:0;margin:var(--drawer-margin);border-radius:var(--drawer-corner-radius) 0 0 var(--drawer-corner-radius);width:calc(var(--drawer-width-mobile) - var(--drawer-margin-offset));max-width:100vw;padding-bottom:2rem;background:var(--popup-background-color);border:0;box-shadow:0 0 var(--drawer-shadow-blur-radius) px 0 rgba(0,0,0,var(--drawer-shadow-opacity));overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease;outline:none!important}.drawer__inner.drawer_with_margin{border-radius:var(--drawer-corner-radius)}.body-rtl .drawer__inner{transform:translate(-100%)}.cart-drawer-message{margin:0 auto;margin-top:2rem;width:calc(100% - 40px);padding:0;border:1px solid rgba(var(--color-foreground-rgb),var(--cart-message-border-opacity));border-radius:var(--cart-message-border-radius)}.cart-drawer-message.cart-drawer-message-with-border{padding:1rem}.cart-drawer-message--title,.cart-drawer-message--text{display:block}.cart-drawer-message--title.h4{margin-bottom:.5rem}.cart-drawer-shipping-indicator{margin:0 auto;padding-top:2rem;width:calc(100% - 40px)}@media only screen and (min-width:750px){.drawer__inner{width:var(--drawer-width-tablet);padding-bottom:2.5rem}}@media only screen and (min-width:1025px){.drawer__inner{width:var(--drawer-width)}.cart-drawer-message,.cart-drawer-shipping-indicator{width:calc(100% - 60px)}}.drawer__inner-empty{height:100%;min-height:0;padding:0 16px max(24px,env(safe-area-inset-bottom));background:#fff;overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}.drawer-inner-empty-cart-message{text-align:center;box-sizing:border-box;width:min(100%,320px);height:100%;margin:0 auto;padding:0 0 clamp(48px,10vh,96px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:0}cart-drawer.is-empty .drawer__inner{border-radius:0;background:#fff}.klaim-empty-cart__mark{position:relative;display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 0 24px;border:2px solid var(--klaim-cod-grey, #191918);background:var(--klaim-athens-grey, #EDECF0);color:var(--klaim-cod-grey, #191918)}.klaim-empty-cart__icon,.klaim-empty-cart__icon .icon{display:block;width:26px;height:26px}.klaim-empty-cart__count{position:absolute;top:-8px;right:-8px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid #fff;background:var(--klaim-west-side, #d96808);color:#fff;font-family:var(--font-heading-family),Arial,sans-serif;font-size:11px;font-weight:700;line-height:1}.drawer-inner-empty-cart-message .drawer-empty-paragraph{margin:0;color:var(--klaim-cod-grey, #191918);font-family:var(--font-heading-family),Arial,sans-serif;font-size:24px;font-weight:700;line-height:29px;letter-spacing:0;text-wrap:balance}.klaim-empty-cart__button{display:flex;align-items:center;justify-content:center;width:min(100%,240px);min-height:54px;margin-top:28px;padding:14px 20px 16px;border:2px solid var(--klaim-cod-grey, #191918);background:var(--klaim-west-side, #d96808);box-shadow:inset 0 -4px 0 var(--klaim-cod-grey, #191918);color:#fff;font-family:var(--font-heading-family),Arial,sans-serif;font-size:14px;font-weight:700;line-height:20px;letter-spacing:0;text-align:center;text-decoration:none;text-transform:uppercase}.klaim-empty-cart__button:hover{background:var(--klaim-cod-grey, #191918);box-shadow:inset 0 -4px 0 var(--klaim-west-side, #d96808);color:var(--klaim-west-side, #d96808)}.klaim-empty-cart__button:focus-visible{outline:3px solid var(--klaim-west-side, #d96808);outline-offset:3px}@media(prefers-reduced-motion:reduce){.klaim-empty-cart__button{transition:none}}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;z-index:3;width:100%;flex:0 0 60px;margin:0;height:60px;padding:0 16px;box-sizing:border-box;display:flex;align-items:center;line-height:1;justify-content:center;background:var(--popup-background-color);border-bottom:1px solid rgba(var(--color-foreground-rgb),var(--drawer-header-border-opacity))}.drawer__brand{display:flex;width:142px;align-items:center;justify-content:center;color:#191918;font-size:34px;font-weight:900;letter-spacing:-.06em;line-height:1}.drawer__brand-image{display:block;width:100%;height:auto;max-height:44px;object-fit:contain}.drawer__header h2{margin-top:0;margin-bottom:0;font-size:1.5rem}.drawer-close-button-wrapper{position:absolute;display:flex;align-items:center;justify-content:center;right:4px}.body-rtl .drawer__header{margin-left:auto;margin-right:20px}.body-rtl .drawer-close-button-wrapper{left:-1.8rem;right:auto}.drawer__heading{margin:0 0 1.5rem}.drawer__close{display:flex;align-items:center;justify-content:center;padding:0;width:48px;height:48px;box-shadow:none;color:var(--color-foreground);background-color:transparent;border:none;cursor:pointer}.drawer__close svg{height:1rem;width:1rem}.cart-drawer__warnings .drawer__close{right:5px}.drawer__contents{flex-grow:1;display:flex;flex-direction:column;height:100%;min-height:0;padding:0 2rem;font-size:var(--font-size-cart-drawer-mobile);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch}.drawer__contents .h4,.drawer__contents h4{font-size:var(--font-size-cart-drawer-mobile)}.drawer__footer{border-top:.1rem solid rgba(var(--color-foreground-rgb),.2);margin:0 2rem;padding-top:1.5rem}.cart-footer__payment-methods{margin-top:.5rem}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer__footer>details{margin-top:-1.5rem;border-bottom:.1rem solid rgba(var(--color-foreground-rgb),.2)}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:0 0 1.5rem}.drawer__footer>details+.cart-drawer__footer{padding-top:1.5rem}.cart-drawer-cart-note summary{align-items:center;padding:.2rem 3rem 1.7rem 0}.cart-drawer-cart-note summary .icon{width:1rem;height:1rem}.cart-drawer-cart-note summary .icon--open,.cart-drawer-cart-note summary .icon--close{position:absolute;right:0;border:0;width:14px;height:14px;display:flex;align-items:center;justify-content:center}.cart-drawer-cart-note summary .icon--caret{position:absolute;right:0;border:0;display:flex;align-items:center;justify-content:center;width:1rem;height:1rem}.cart-drawer-cart-note summary .icon-caret{top:auto;right:.1rem;width:.9rem;height:.9rem}.cart-drawer-cart-note summary .icon--close{display:none}.cart-drawer-cart-note details[open] summary .icon--open{display:none}.cart-drawer-cart-note details[open] summary .icon--close{display:flex}.cart-drawer-cart-note details[open] summary .icon-caret{transform:rotate(180deg)}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:0;height:auto;min-height:100%}.cart-drawer .cart-items{padding:1rem 0}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%;position:sticky;top:0;z-index:2}cart-drawer-items{display:block;min-height:0;overflow:hidden;flex:1 1 auto}.cart-drawer__form{height:100%;min-height:0}.cart-drawer .cart-item{display:grid;grid-template-columns:clamp(9rem,23%,11.2rem) minmax(0,1fr) 11rem;grid-template-rows:auto 1fr;column-gap:1.4rem;row-gap:.6rem;margin-bottom:0;padding-bottom:1.6rem;border-bottom:1px solid rgba(var(--color-foreground-rgb),.1)}.cart-drawer .cart-item:last-child{margin-bottom:1rem;border-bottom:0}.cart-drawer .cart-item__link{position:relative;height:auto}.cart-drawer .cart-item__image-wrapper{position:relative;height:auto;line-height:0;padding-bottom:0;aspect-ratio:1;background:var(--product-card-media-bg-col);border-radius:var(--product-card-image-radius-small)}.cart-drawer .cart-item__image-wrapper.cart-item-image-ratio-portrait-4x6{padding-bottom:150%}.cart-drawer .cart-item__image-wrapper.cart-item-image-ratio-square{padding-bottom:100%}.cart-drawer .cart-item__image-wrapper.cart-item-image-ratio-landscape{padding-bottom:66%}.cart-drawer .cart-item__image-wrapper img{position:absolute;width:100%;height:100%;max-width:100%;object-fit:cover;border-radius:var(--product-card-image-radius-small)}.cart-drawer .cart-item__image-wrapper.cart-item-image-ratio-fit{height:auto;padding-bottom:0}.cart-drawer .cart-item__image-wrapper.cart-item-image-ratio-fit img{position:relative;height:auto}.cart-drawer .cart-items thead{margin-bottom:.5rem}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item:last-child{margin-bottom:1.5rem}.cart-drawer .cart-item .loading-overlay{right:2px;padding-top:2rem}.body-rtl .cart-drawer .cart-item .loading-overlay{right:auto;left:2px}.cart-drawer .cart-items td{padding-top:1.6rem}.cart-drawer .cart-item>td+td{padding-left:0rem}.cart-drawer .cart-item__details{min-width:0;width:auto;grid-column:2;grid-row:1 / 3}.cart-drawer .cart-item__details>*+*{margin-top:.4rem}.cart-drawer .cart-item__media{grid-column:1;grid-row:1 / 3}.cart-drawer .cart-item__totals{grid-column:3;grid-row:1;pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer .cart-item__actions{grid-column:3;grid-row:2;align-self:start;min-width:0;padding-top:0!important}.cart-drawer .cart-item__actions .cart-item__quantity-wrapper{margin:0 0 .6rem}.cart-drawer .cart-item__actions .quantity{width:100%;min-height:3.8rem}.cart-drawer .cart-item__actions .quantity__button{flex:0 0 3.2rem;width:3.2rem}.cart-drawer .cart-item__actions .quantity__input{min-width:0;width:3.8rem}.cart-drawer .cart-item__actions cart-remove-button{display:block;margin:0}.cart-drawer .cart-item__actions .button-cart-item-remove{min-width:0;min-height:2rem;white-space:nowrap}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.6rem}.cart-drawer .unit-price{margin-top:0}.cart-drawer .cart-item__details .unit-price{padding-bottom:0}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 5}@media screen and (max-width:749px){.cart-drawer .cart-item{grid-template-columns:8.4rem minmax(0,1fr) 9.6rem;column-gap:1rem;row-gap:.4rem;padding-bottom:1.2rem}.cart-drawer .cart-items td{padding-top:1.2rem}.cart-drawer .cart-item__actions .quantity{min-height:3.6rem}.cart-drawer .cart-item__actions .quantity__button{flex-basis:2.8rem;width:2.8rem}.cart-drawer .cart-item__actions .quantity__input{width:3.8rem}.drawer__inner .cart__ctas{margin-top:4px!important}.drawer__inner .cart__ctas>.cart__checkout-button{margin-top:2px!important}.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:1rem 0 1rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer .cart__checkout-button{max-width:none}.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}.cart-drawer-cart-note{margin-bottom:1.5rem;border-bottom:.1rem solid rgba(var(--color-foreground-rgb),.2)}.cart-drawer-cart-note .field__input{height:auto;margin-bottom:2rem}.cart-drawer-note-toggle .icon{width:1.25rem;height:1.25rem;float:right}.cart-item-quantity-hidden{visibility:hidden;height:0;margin:0;padding:0}@media screen and (min-width:750px){.cart-drawer .cart-item{column-gap:2rem;row-gap:2rem}.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}}.drawer__inner .cart__ctas{margin-top:2rem;display:block}.drawer__inner .cart__ctas .button{width:100%}.cart-item__compare_at_price{display:inline-block;margin-right:6px!important;text-decoration:line-through;text-decoration-thickness:1px;opacity:.65}.drawer__inner .quantity{width:fit-content;min-height:40px;opacity:.75}.drawer__inner .quantity:hover{opacity:1}.drawer__inner .quantity__input{width:3.6rem}.quantity qty-selector-border-style--outer .quantity__input{width:3.2rem}.drawer__inner .quantity__button{width:3.6rem}.drawer__inner .quantity.qty-selector-border-style--none .quantity__button:first-child,.drawer__inner .quantity.qty-selector-border-style--inner .quantity__button:first-child{justify-content:flex-start;padding-left:2px;width:3.6rem}.drawer__inner .quantity.qty-selector-border-style--none .quantity__button:last-child,.drawer__inner .quantity.qty-selector-border-style--inner .quantity__button:last-child{justify-content:flex-end;padding-right:2px;width:3.6rem}@media only screen and (min-width:1025px){.drawer__header{width:100%;margin:0;height:70px;flex-basis:70px;padding:0 24px}.drawer__brand{width:156px}.drawer-close-button-wrapper{right:12px}.body-rtl .drawer__header{margin-left:auto;margin-right:30px}.drawer__contents{font-size:var(--font-size-cart-drawer-desktop);padding:0 3rem}.drawer__contents h4,.drawer__contents .h4{font-size:var(--font-size-cart-drawer-desktop)}.drawer__footer{margin:0 3rem}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/component-cart-drawer.css.map */
