.cart{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-end;z-index:10;visibility:hidden;opacity:0;transform:translate(100%);transition:.3s ease all;z-index:12}.cart-open .cart{visibility:visible;opacity:1;transform:translate(0)}.cart-empty{margin:auto;display:flex;align-items:center;justify-self:center;height:100%;text-align:center;margin-bottom:3.125rem;padding:0 1.875rem}@media screen and (max-width:550px){.cart-empty{padding:0 1rem}}.cart-empty__title{color:var(--black-2);text-align:center;font-family:Millionaire;font-size:var(--empty-title);line-height:1.16}.cart-total{padding:1.25rem 1.875rem;background:var(--white)}@media screen and (max-width:550px){.cart-total{padding:1.25rem 1rem .5rem}}.cart-total__item{margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between;color:var(--black);font-size:var(--text-m-product);line-height:1.55}@media screen and (max-width:550px){.cart-total__item{margin-bottom:.75rem;line-height:1.37;font-size:var(--text-product)}}.cart-total__item-free{color:var(--gold-free)}.cart-total .button{max-width:100%;width:100%;margin-top:1.875rem;font-weight:400}@media screen and (max-width:550px){.cart-total .button{margin-top:1.25rem;padding-top:.875rem;padding-bottom:.75rem}}.cart-total__text{color:var(--black);text-align:center;font-size:var(--text-cart);line-height:2;display:block;margin:.625rem auto 0}@media screen and (max-width:550px){.cart-total__text{line-height:1.3;margin-top:1rem}}.cart-total__payments{width:21.5rem;height:auto;margin:1.25rem auto 0;display:none}.cart-total--empty{border-top:.0625rem solid var(--border-2)}.cart-total--empty .button{margin-top:0}.cart-total--empty .button:not(:last-child){margin-bottom:.75rem}@media screen and (max-width:550px){.cart-total--empty .button:not(:last-child){margin-bottom:1rem}}.cart__description{color:var(--black);font-family:Velour Raw;font-size:var(--text-product);line-height:1.2;letter-spacing:-1px;text-transform:uppercase}.cart-products{margin-top:auto}.cart-products .cart__description{padding-left:1.875rem}@media screen and (max-width:550px){.cart-products .cart__description{padding-left:1rem}}.cart-products__item{flex-shrink:0;display:flex;align-items:center;gap:1.25rem}@media screen and (max-width:550px){.cart-products__item{gap:.75rem}}.cart-products__item .button__plus{width:1.625rem;height:1.625rem}.cart-products__item .button__plus svg{width:.625rem;height:.625rem}.cart-products__item-price{color:var(--black);font-size:var(--text-m-product);line-height:1.55;margin-bottom:.75rem}@media screen and (max-width:550px){.cart-products__item-price{font-size:var(--text-product);margin-bottom:.3rem}}.cart-products__item-name{color:var(--black);font-family:Velour Raw;font-size:var(--text-product);line-height:1.2;letter-spacing:-1px;text-transform:uppercase;margin-bottom:.75rem}@media screen and (max-width:550px){.cart-products__item-name{margin-bottom:.35625rem;line-height:1.37;letter-spacing:-.8px}}.cart-products__item-info{display:flex;flex-direction:column}.cart-products__item-img{width:7.5rem;height:7.5rem;box-sizing:border-box;background:var(--grey-3-product);border-radius:1rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media screen and (max-width:550px){.cart-products__item-img{width:5.625rem;height:5.625rem}}.cart-products__item-img img{width:100%;height:auto}.cart-products__list{display:flex;overflow-x:auto;gap:1.875rem;margin-top:1.25rem;padding:0 1.875rem 1.25rem;border-bottom:.0625rem solid var(--border-2)}.cart-products__list::-webkit-scrollbar{height:.1875rem}.cart-products__list::-webkit-scrollbar-thumb{background-color:var(--border-2);border-radius:.375rem}.cart-products__list::-webkit-scrollbar-track{background:transparent}@media screen and (max-width:550px){.cart-products__list{padding:0 1.25rem 1rem;gap:1.1875rem}}.cart-promo{margin-top:auto;display:flex;align-items:center;gap:.625rem;justify-content:center;padding:1.0625rem;border-radius:6.25rem;border:.0625rem dashed var(--gold-product);background:var(--grey-4-product);margin:auto auto 1.875rem;width:100%;max-width:calc(100% - 6.25rem);box-sizing:border-box}@media screen and (max-width:550px){.cart-promo{padding:1.03125rem 1.625rem;max-width:calc(100% - 1rem)}}.cart-promo__text{color:var(--brown-2);font-size:var(--text-s-product);line-height:1.62;letter-spacing:-.32px}@media screen and (max-width:550px){.cart-promo__text{font-size:var(--text-product)}}.cart-promo__icon{width:1.625rem;height:auto}.cart-info{display:flex;align-items:center;gap:1.25rem;border-radius:6.25rem;background:var(--red-opacity);padding:.9375rem 3.125rem;margin:0 auto 1.25rem;width:100%;max-width:calc(100% - 3.75rem);box-sizing:border-box}@media screen and (max-width:550px){.cart-info{padding:.9375rem 1.25rem;max-width:calc(100% - 2rem)}}.cart-info__icon{width:3.125rem;height:auto;flex-shrink:0}@media screen and (max-width:550px){.cart-info__icon{width:2.0625rem}}.cart-info__text{color:var(--red);font-size:var(--text-s-product);line-height:1.62;letter-spacing:-.32px}@media screen and (max-width:550px){.cart-info__text{line-height:1.42;letter-spacing:-.28px}}.cart-info__text a{color:var(--red)}.cart-item{display:flex;gap:1.875rem;position:relative}.cart-item.is-loading{pointer-events:none;cursor:wait}.cart-item:not(:last-child){padding-bottom:1.875rem;margin-bottom:1.875rem;border-bottom:.0625rem solid var(--border-2)}@media screen and (max-width:550px){.cart-item{gap:.75rem}}.cart-item__info{position:relative;width:100%}.cart-item__quantity{max-width:7.625rem;width:100%;display:flex;align-items:center;gap:.625rem}@media screen and (max-width:550px){.cart-item__quantity{gap:.78125rem;max-width:9.8125rem}}.cart-item__quantity-input{width:1.875rem;padding:0;border:none;text-align:center;background:none;color:var(--black);font-size:var(--text-s-product);line-height:1.5;outline:none}@media screen and (max-width:550px){.cart-item__quantity-input{font-size:var(--input-fs);max-width:2.25rem}}.cart-item__quantity-input::-webkit-outer-spin-button,.cart-item__quantity-input::-webkit-inner-spin-button{display:none;-webkit-appearance:none}.cart-item__quantity-button{width:3rem;height:3rem;border-radius:50%;border:.03125rem solid var(--border-2);background:var(--white);box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:.3s all ease}.cart-item__quantity-button.is-loading>svg{opacity:0}@media screen and (max-width:550px){.cart-item__quantity-button{width:2.25rem;height:2.25rem}}.cart-item__quantity-button svg{width:1.25rem;height:1.25rem;display:block}@media screen and (max-width:550px){.cart-item__quantity-button svg{width:.9375rem;height:.9375rem}}.cart-item__quantity-button svg rect{transition:.3s fill ease}.cart-item__quantity-button:hover{background:var(--black);border-color:var(--black)}.cart-item__quantity-button:hover svg rect{fill:var(--white)}.cart-item__price{color:var(--black);font-size:var(--text-m-product);line-height:1.55}.cart-item__price--old{opacity:.5;text-decoration:line-through}@media screen and (max-width:550px){.cart-item__price{font-size:var(--text-product)}}.cart-item__prices{margin:0 0 1.0625rem;display:flex;align-items:center;gap:.75rem}@media screen and (max-width:550px){.cart-item__prices{margin-bottom:1.25rem;gap:.625rem}}.cart-item .product__stars{margin:0 0 .625rem}.cart-item .product__stars span{font-size:var(--footer-bot)}@media screen and (max-width:550px){[lang=de] .cart-item .product__stars span{font-size:.75rem}}.cart-item__name{color:var(--black);font-family:Velour Raw;font-size:var(--text-product);line-height:1.2;letter-spacing:-1px;text-transform:uppercase;margin-bottom:.875rem}@media screen and (max-width:550px){.cart-item__name{margin-bottom:.75rem}}.cart-item__delete{position:absolute;bottom:.8125rem;right:0;padding:0;border:none;background:url(/cdn/shop/files/delete.png?v=1751529833) no-repeat;background-size:cover;width:1.375rem;height:1.375rem;opacity:0;transition:.3s all ease}.cart-item__delete:hover{transform:translateY(-.1875rem)}.cart-item:hover .cart-item__delete{opacity:1}@media screen and (max-width:1024px){.cart-item__delete{bottom:.5625rem;opacity:1}}.cart-item__delete .loading__spinner{top:0;left:0}.cart-item__delete.is-loading{background:none;opacity:1!important}.cart-item__img{width:7.5rem;height:7.5rem;padding:0;box-sizing:border-box;background-color:#f1f1f1;border-radius:1rem;flex-shrink:0;display:flex;align-items:center;overflow:hidden}@media screen and (max-width:550px){.cart-item__img{width:5.625rem;height:5.625rem;padding:0}}.cart-item__img img{width:100%;height:auto;display:block}@media screen and (max-width:550px){.cart-item__img img{transform:scale(1.1)}}.cart-list{display:flex;flex-direction:column;margin-bottom:1.25rem;padding:0 1.875rem 1.875rem;border-bottom:.0625rem solid var(--border-2)}@media screen and (max-width:550px){.cart-list{padding:0 1rem 1.25rem}}.cart__wrap{padding:1.875rem 0 0;display:flex;flex-direction:column;max-height:calc(100% - 6.25rem);height:100%;overflow:auto}@media screen and (max-width:550px){.cart__wrap{padding:1.25rem 0 0}}.cart__title{color:var(--black);font-family:Millionaire;font-size:var(--h5);line-height:1;display:inline-flex;align-items:center;gap:1.25rem}@media screen and (max-width:550px){.cart__title{gap:.625rem}}.cart__title span{color:var(--black-opacity);font-family:Rethink Sans,Arial,Helvetica,sans-serif;font-size:var(--text-xs);line-height:normal}.cart__close{padding:0;border:none;background:url(/cdn/shop/files/close_22a30bb1-fec2-45c8-997e-c6ffdf94676b.svg?v=1751529832) no-repeat;background-size:cover;width:1.9375rem;height:1.9375rem;margin-left:auto;transition:.3s transform ease}.cart__close:hover{transform:rotate(180deg)}.cart__icon{display:none}@media screen and (max-width:550px){.cart__icon{width:1.1875rem;height:auto;margin-right:.625rem;display:block}}.cart-top{display:flex;align-items:center;padding:2.0625rem 1.875rem 2.1875rem;border-bottom:.0625rem solid var(--border-2)}@media screen and (max-height:800px)and (min-width:768px){.cart-top{padding:1.375rem 1.875rem 1.5rem}}@media screen and (max-width:767px){.cart-top{padding:.75rem 1rem 1rem}}.cart-block{background:var(--white);height:100%;box-sizing:border-box;display:flex;flex-direction:column;width:100%;max-width:39.875rem}.cart-block--cart-page{max-width:100%;padding-top:6rem;padding-bottom:6rem}.cart-block--cart-page .cart-total{max-width:40rem;margin-left:auto}.cart-block--cart-page .cart-total.cart-total--empty{border-top:none;margin:0 auto}.cart__show{margin-left:auto;display:flex;align-items:center;gap:1.625rem;padding:.8125rem 1.4375rem .875rem;box-sizing:border-box;border-radius:4rem;border:.0625rem solid var(--black);background:none;position:relative;transition:.3s all ease}.cart__show:active{transform:scale(.95)}@media screen and (max-height:800px){.cart__show{padding:.375rem 1.4375rem .625rem;top:0}}@media screen and (max-width:767px){.cart__show{padding:0;border:none;border-radius:0;gap:.5rem}}.cart__show-icon{width:1.1875rem;height:auto;transition:.3s all ease;position:relative}.cart__show-icon-wrapper{position:relative;width:1.1875rem;height:auto}@media screen and (max-width:1024px){.cart__show-icon--hover{transform:scale(.8)}.cart__show-icon-wrapper{top:-1px}}.cart__show-icon--hover{position:absolute;top:0;left:0;width:100%;height:auto;opacity:0}.cart__show-icons{position:relative}.cart__show-text{color:var(--black);font-family:Millionaire;font-size:var(--cart-show);line-height:1.66;position:relative;top:-1px;transition:.3s color ease}@media screen and (max-width:550px){.cart__show-text{top:-2px}}@media screen and (max-width:767px){.cart__show-text span{display:none}}.cart__show:hover{border-color:var(--brown-2)!important;background:#c5ad8114}@media screen and (max-width:767px){.cart__show:hover{background:none;border-color:none}}.cart__show:hover .cart__show-icon{opacity:0}.cart__show:hover .cart__show-icon--hover{opacity:1!important;filter:none!important}.cart__show:hover .cart__show-text{color:var(--brown-2)!important}.cart__free{border-radius:6.25rem;background:var(--cart-free);padding:1rem .5rem;text-align:center;margin:-1rem auto 1.25rem;max-width:100%;width:100%;color:var(--black);font-size:var(--text-s);line-height:normal;text-transform:uppercase;box-sizing:border-box}@media screen and (max-width:550px){.cart__free{font-size:var(--text-xs);margin-bottom:.75rem;margin-top:0;padding:.75rem .5rem}}.cart-free{width:100%;margin:0 auto 1.875rem}.cart-free__block{display:flex;align-items:center;margin-bottom:.625rem;justify-content:center;gap:.3125rem}.cart-free--congrats .cart-free__block{justify-content:space-between;margin-bottom:.875rem}.cart-free .button{font-size:var(--text-m);padding:.5rem 1.21875rem .375rem;min-height:2.25rem;min-width:max-content;display:none}.cart-free .button:hover{background:var(--gold-product);border-color:var(--border-2);color:var(--white)}.cart-free--congrats .button{display:flex}.cart-free__line{height:100%;border-radius:6.25rem;background:var(--gold)}.cart-free__lines{position:relative;height:.25rem;border-radius:1000px;background:var(--cart-free);width:100%}.cart-free__text{color:var(--black);line-height:normal;text-transform:none;font-size:var(--text);margin-bottom:.625rem;text-align:center;display:block;margin-top:-1rem}@media screen and (max-width:550px){.cart-free__text{font-size:var(--text-m);margin-top:0rem}}.cart-free__text span,.cart-free--done .cart-free__text{color:var(--gold-free)}
/*# sourceMappingURL=/cdn/shop/t/7/assets/cart.css.map */
