.landing-main__header{background-color:var(--color-gray);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:999}.landing-main__header-inner{display:flex;justify-content:space-between;align-items:center;gap:6.06%;max-width:var(--shell-max-width);padding:2rem var(--shell-padding);margin-inline:auto}.landing-main__header-blocks{flex-grow:1;overflow:clip;position:relative}.landing-main__header-blocks-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:3.6rem;overflow-x:auto;scroll-padding-inline-start:var(--shell-padding)}.landing-main__header-blocks:before{content:"";background-color:var(--color-white);height:.6rem;min-width:calc(100% - calc(var(--shell-padding) * 2));position:absolute;inset:3.2rem var(--shell-padding) auto}.landing-main__header-block{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;text-decoration:none;position:relative}.landing-main__header-block:hover .landing-main__header-block-image,.landing-main__header-block.is-active .landing-main__header-block-image{border:2px solid var(--color-red)}.landing-main__header-block-image{background-color:var(--color-gray);width:7rem;height:7rem;border:2px solid transparent;border-radius:50%;overflow:hidden;transition:border var(--duration-default) linear;position:relative}.landing-main__header-block-image>*{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.landing-main__header-block-label{font-family:var(--font-work-sans);font-size:1.8rem;font-weight:700;line-height:1.1;text-decoration:none;color:#232323;margin-block:.8rem 0}@media (max-width: 989px){.landing-main__header-inner{flex-direction:column;align-items:stretch;gap:2rem}.landing-main__header-logo{align-self:center}}.landing-main__inner{display:none;max-width:var(--shell-max-width);padding:2rem var(--shell-padding) calc(var(--bar-height) + 10rem);margin-inline:auto;transition:padding-bottom .3s linear}.landing-main__inner.is-active{display:block}.landing-main__products{display:none}.landing-main__products.is-active{display:block}.landing-main__nav{display:flex;justify-content:center}.landing-main__nav-inner{display:flex;justify-content:flex-start;align-items:center;gap:1.6rem .8rem;padding-block:4rem 2rem;overflow-x:auto}@media (max-width: 989px){.landing-main__nav{margin-inline:-2rem}.landing-main__nav-inner{padding-block:0 2rem;padding-inline:2rem}}@media (max-width: 749px){.landing-main__nav{margin-right:-1.6rem}.landing-main__nav-inner{padding-inline:1.6rem}}.landing-main__link{font-family:var(--font-work-sans);font-size:1.4rem;line-height:1;text-decoration:none;color:var(--color-black);flex-shrink:0;padding:1.15rem .8rem;border:1px solid rgba(var(--color-button),var(--alpha-button-background));border-radius:.9rem;transition:color var(--duration-default) linear,background-color var(--duration-default) linear}.landing-main__link:hover,.landing-main__link.is-active{color:var(--color-white);background-color:rgba(var(--color-button),var(--alpha-button-background))}.landing-main__actions{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;padding-block:3rem 2rem}.landing-main__title{margin-top:0}.landing-main__info{font-family:var(--font-work-sans);font-size:1.4rem;line-height:1.428;background-color:rgba(var(--color-button),.1);display:flex;align-items:center;gap:.8rem;width:fit-content;padding:.4rem 1rem;border-radius:.8rem;margin-block:1.2rem 0}.landing-main__sort{width:fit-content}.landing-main__sort select{height:3.9rem}@media (max-width: 749px){.landing-main__actions{flex-direction:column;align-items:flex-start;padding-block:2rem}.landing-main__sort{width:100%}}.landing-main__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7rem 2rem}@media (max-width: 989px){.landing-main__grid{grid-template-columns:repeat(2,1fr);gap:3rem 1.6rem}}.landing-main__product{display:flex;flex-direction:column;min-width:0}.landing-main__product-image{aspect-ratio:310 / 357;display:block;margin-bottom:1.2rem;max-width:100%}.landing-main__product-image :is(img,svg){width:100%;height:100%;object-fit:cover}.landing-main__product-title{font-family:var(--font-playfair-display);font-size:2.4rem;font-weight:500;line-height:1.21;color:inherit;text-decoration:none}.landing-main__product-meta{font-family:var(--font-work-sans);font-size:1.4rem;line-height:1;text-transform:uppercase;margin-block:1rem 0}.landing-main__product-reviews{padding-block:.75rem;margin-top:auto}.landing-main__product-reviews .trustspot-inline-rating a{font-size:1.2rem;display:inline-block;padding-bottom:.25rem}.landing-main__product-price{font-family:var(--font-playfair-display);font-size:1.6rem;font-weight:700;line-height:1;display:flex;gap:.4rem}.landing-main__product-price span+span:not([class]){font-family:var(--font-playfair-display);font-size:1.4rem;font-weight:700;line-height:1.21;color:var(--color-light-body);text-decoration:line-through}.landing-main__product-price-badge{font-family:var(--font-body-family);font-size:1.1rem;font-weight:800;line-height:1;color:var(--color-white);background-color:rgba(var(--color-button),var(--alpha-button-background));display:inline-flex;justify-content:center;align-items:center;min-height:2.3rem;padding-inline:1.2rem;border-radius:2.6rem;margin-left:.6rem}.landing-main__product-actions{margin-top:2rem}.landing-main__product-add{font-weight:500;width:100%;transition:color var(--duration-default) linear,background-color var(--duration-default) linear}@media screen and (max-width: 749px){.landing-main__product-add{padding-left:2rem;padding-right:2rem}}.landing-main__product-add:hover{color:rgba(var(--color-button),var(--alpha-button-background));background-color:rgb(var(--color-button-text))}.landing-main__product-quantity{display:flex;justify-content:space-between;align-items:center;min-height:5rem;padding-inline:4rem;border:1px solid rgba(var(--color-button),var(--alpha-button-background));border-radius:3.6rem}.landing-main__product-quantity button{line-height:0;background-color:transparent;padding:0;border:none;cursor:pointer}.landing-main__product-quantity input{font-size:1.4rem;font-weight:600;line-height:1.428;text-align:center;color:#00000b;border:none;-webkit-appearance:none;appearance:none;min-width:0;width:6ch}.landing-main__product.is-added .landing-main__product-add,.landing-main__product-quantity{display:none}.landing-main__product.is-added .landing-main__product-quantity{display:flex}[class*=kl-teaser-]{display:none!important}.landing-main__bar{background-color:var(--color-gray);position:fixed;inset:auto 0 0;z-index:999}.landing-main__bar-top{color:var(--color-white);background-color:var(--color-dark-body);padding-block:.8rem;cursor:pointer}.landing-main__bar-top svg{transition:transform .3s linear}.landing-main__bar:has(.is-open) .landing-main__bar-top svg{transform:rotate(180deg)}.landing-main__bar-top-inner{font-family:var(--font-work-sans);font-size:1.8rem;font-weight:500;line-height:1.1;display:flex;justify-content:space-between;align-items:center;max-width:var(--shell-max-width);padding-inline:var(--shell-padding);margin-inline:auto}.landing-main__bar-items{display:flex;flex-wrap:wrap;gap:2rem;max-width:var(--shell-max-width);padding-inline:var(--shell-padding);margin-inline:auto;max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1),padding-block .5s cubic-bezier(.4,0,.2,1)}.landing-main__bar-items.is-open{max-height:30rem;padding-block:2rem 1.2rem;overflow-y:auto}.landing-main__bar-product{text-align:center;display:flex;flex-direction:column;width:6.8rem;position:relative;cursor:pointer;transition:opacity .3s linear}@media (hover: hover) and (pointer: fine){.landing-main__bar-product:hover{opacity:.7}}.landing-main__bar-product svg{position:absolute;top:-1.1rem;right:-1.1rem}.landing-main__bar-product-image{height:6.6rem;margin-bottom:.4rem}.landing-main__bar-product img{width:100%;height:100%;object-fit:cover}.landing-main__bar-product-title{font-family:var(--font-work-sans);font-size:1rem;line-height:1;margin:0}.landing-main__bar-foot{display:flex;justify-content:space-between;align-items:center;max-width:var(--shell-max-width);padding:1.2rem var(--shell-padding);margin-inline:auto}@media (max-width: 749px){.landing-main__bar-foot{align-items:flex-start}}.landing-main__bar-prices{font-family:var(--font-playfair-display);font-size:2.4rem;font-weight:700;line-height:1.21;display:flex;align-items:center;gap:.25em}@media (max-width: 749px){.landing-main__bar-prices{font-size:1.8rem;flex-direction:column;align-items:flex-start;gap:0;padding-top:1rem}}.landing-main__bar-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem}.landing-main__bar-buttons a{color:inherit;font-weight:600}.landing-main__bar-total,.landing-main__bar-discount{margin:0}.landing-main__bar-discount{color:rgba(var(--color-button),var(--alpha-button-background))}.landing-main__bar-next{min-height:4.6rem;min-width:19.9rem}.landing-main__bar-next [css-next],.landing-main__bar-next [css-finish],.landing-main__bar-next.has-product [css-skip],.landing-main__bar-next.at-finish [css-skip],.landing-main__bar-next.at-finish [css-next]{display:none}.landing-main__bar-next.has-product [css-next],.landing-main__bar-next.at-finish [css-finish]{display:inline}@media (max-width: 989px){.landing-main__header,.landing-main__header-inner{display:contents;position:static}.landing-main__header-blocks{background-color:var(--color-gray);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:999}.landing-main__header-logo,.landing-main__header-blocks-inner{max-width:var(--shell-max-width);padding:2rem var(--shell-padding);margin-inline:auto;position:relative}.landing-main__header-blocks:before{inset:5.2rem var(--shell-padding) auto}.landing-main__header-logo{display:flex;justify-content:center;background-color:var(--color-gray);padding-bottom:0}}
/*# sourceMappingURL=/cdn/shop/t/521/assets/landing-main.css.map */
