@charset "UTF-8";.is-visible{display:block;opacity:1;visibility:visible}.is-hidden{display:none;opacity:0;visibility:hidden}.is-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.is-loading{cursor:wait;opacity:.6;pointer-events:none}.is-routing{pointer-events:none!important}.is-readonly{cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.error-message{border:2px solid #cc0300;color:#cc0300;display:block;margin-bottom:2rem;padding:2rem;text-align:center}.has-error{border-color:#cc0300!important}.has-error:focus{outline-color:#cc0300}.has-success{border-color:#28a745!important}.has-success:focus{outline-color:#28a745}.has-warning{border-color:#ffc107!important}.has-warning:focus{outline-color:#ffc107}.is-unorderable{cursor:not-allowed;pointer-events:none}\feff  .flex{display:flex}\feff  .flex--start{justify-content:flex-start}\feff  .flex--end{justify-content:flex-end}\feff  .flex--center{justify-content:center}\feff  .flex--space-around{justify-content:space-around}\feff  .flex--space-between{justify-content:space-between}\feff  .flex--center-center{align-items:center;justify-content:center}\feff  .flex--vertical-stretch{align-items:stretch}\feff  .flex--vertical-direction{flex-direction:column}\feff  .flex--bottom{align-items:flex-end}\feff  .flex--vertical-center{align-items:center}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.img-wrapper{position:relative;width:100%}.dropdown{display:none;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease}.dropdown.is-active{display:block;opacity:1;pointer-events:all;transform:translateY(0)}.full-width{margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem)}@media only screen and (max-width:768px){.full-width{margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem)}}@media only screen and (max-width:576px){.full-width--xs{max-width:100%;width:100%}.flex--start--xs{justify-content:flex-start}}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{background-color:#f9f7f6;margin:0;overflow-x:hidden;overflow-y:scroll;padding:0;text-rendering:optimizeLegibility}@media(max-width:1200px){body.scroll-lock{overflow-y:hidden;position:fixed;width:100%}}.layout-wrapper{overflow:hidden}.reset-ul{list-style-type:none;margin:0;padding:0}.reset-ul li{list-style:none}.background--red{background-color:#f9f7f6}.no-margin{margin:0}.page-content{position:relative}.page-content:after{background-color:#f9f7f6;bottom:0;content:"";display:block;height:calc(100% + 9.375rem);left:50%;position:absolute;transform:translate3d(-50%,0,0);width:100vw;z-index:-1}.app{align-items:center;background-color:#f9f7f6;display:flex;height:calc(100vh - 162px);justify-content:center;left:0;position:fixed;top:162px;width:100%;z-index:50}@media only screen and (max-width:768px){.app{height:calc(100vh - 142px);top:142px}}.app__logo{background-image:url(../logo.svg);background-repeat:no-repeat;background-size:contain;height:10rem;width:10rem}.overlay-enter-active,.overlay-leave-active{transition:opacity .2s cubic-bezier(.645,.045,.355,1)}.overlay-leave-to{opacity:0}@keyframes enter{0%{background-color:#00000080}to{background-color:#fff}}.row{padding-bottom:5rem}.row--no-padding{padding-bottom:0}.row--half-padding{padding-bottom:4rem}.container{position:relative}img{max-width:100%}a img{transition:transform .5s cubic-bezier(.25,.46,.45,.94)!important}a:hover img{transform:scale(1.05)}.text-center{text-align:center}@media(inverted-colors){img,picture,video{filter:invert(100)}}.swiper-scrollbar{background:#0000001a;border-radius:1rem;bottom:0;left:0;position:relative;right:0;-ms-touch-action:none}.swiper-scrollbar-drag{height:2px}div[class*=scrollbar-swiper]{height:2px;margin-top:1.5rem;position:relative;width:100%;z-index:10}h1,h2,h3{color:#363535;font-family:sans-serif;font-weight:500;margin-top:0}h1 a,h2 a,h3 a{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-decoration:none}h1 a:hover,h2 a:hover,h3 a:hover{color:#ca7181}h1{font-size:3rem;line-height:1.2}h2{font-size:2rem;line-height:1.3;margin-bottom:2rem}h3{font-size:1.375rem;line-height:1.4;margin-bottom:1rem}a,div,p,span{color:#363535;font-family:sans-serif;font-size:1rem;line-height:1.6;margin-top:0}b,strong{font-weight:600}blockquote{background-color:#fff;font-style:italic;margin:0 0 3rem;padding:3rem}blockquote p{line-height:1.5;margin-bottom:0}blockquote footer{color:#363535;font-style:normal;font-weight:600;padding-top:1.5rem}blockquote footer:before{content:"— "}.text-xl{font-size:2rem}@media only screen and (max-width:576px){h1{font-size:2rem}h2{font-size:1.375rem}h3{font-size:1rem}blockquote{margin:2rem 0;padding:1.5rem 2rem}}.btn{align-items:center;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1rem;height:50px;justify-content:space-between;min-height:50px;min-width:11rem;padding:0 2rem;position:relative;text-align:left;text-decoration:none;transition:background-color .2s ease,transform .1s ease;width:auto}.btn:focus{outline:none}.btn:focus-visible{box-shadow:0 0 0 4px #ca71811a;outline:2px solid #ca7181;outline-offset:2px}.btn.is-disabled,.btn:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.btn svg{fill:currentColor;height:16px;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(-90deg);transition:right .2s ease-in-out;width:24px}.btn:hover:not(:disabled) svg{right:calc(1.5rem - 10px)}.btn:active:not(:disabled){transform:translateY(1px)}.btn--primary{background-color:#ca7181}.btn--primary:hover:not(:disabled){background-color:#c35e71}.btn--secondary{background-color:#af4b5d}.btn--secondary:hover:not(:disabled){background-color:#9d4354}.btn--tertiary{background-color:#3e3d3c}.btn--tertiary:hover:not(:disabled){background-color:#585755}.btn--outline{background-color:transparent;border:1px solid #ccc;color:#363535}.btn--outline svg{fill:#363535}.btn--outline:hover:not(:disabled){background-color:#f8f9fa;border-color:#363535}.btn--text{background-color:transparent;border:none;color:#ca7181;min-width:auto;padding:.5rem 1rem;text-decoration:underline}.btn--text svg{display:none}.btn--text:hover:not(:disabled){color:#bc4c60}.btn--red{background-color:#ca7181}.btn--dark-red{background-color:#af4b5d}.btn--gray{background-color:#3e3d3c}.btn--full{width:100%}.btn--compact{min-width:8rem;padding:0 1.5rem}.btn--simple{justify-content:center;text-align:center}.btn--simple svg{display:none}.btn--link-simple{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;justify-content:center;margin:0 auto;min-width:auto;text-decoration:underline}.btn--link-simple svg{display:none}.btn.is-infinite{height:50px;margin:0 auto 2rem;width:auto}.btn.is-infinite.is-disabled{height:0;opacity:0}.btn .loader{margin:0 auto}.btn-utility{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;background:transparent;border:none;cursor:pointer;display:flex;font:inherit;height:22px;justify-content:center;outline:inherit;padding:0;width:22px}.btn-utility svg{height:100%;width:100%}.btn-utility:focus{outline:none}.btn-utility:focus-visible{box-shadow:0 0 0 4px #ca71811a;outline:2px solid #ca7181;outline-offset:2px}.btn-utility:hover{opacity:.7}.btn-utility--small{height:16px;width:16px}.btn-utility--large{height:40px;width:40px}.header__basket-close,.mobile-nav__close,.nav-dropdown__close,.search-bar-close{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;height:22px;justify-content:center;padding:0;width:22px}.header__basket-close svg,.mobile-nav__close svg,.nav-dropdown__close svg,.search-bar-close svg{height:100%;width:100%}.header__basket-close:focus,.mobile-nav__close:focus,.nav-dropdown__close:focus,.search-bar-close:focus{outline:none}.header__basket-close:focus-visible,.mobile-nav__close:focus-visible,.nav-dropdown__close:focus-visible,.search-bar-close:focus-visible{box-shadow:0 0 0 4px #ca71811a;outline:2px solid #ca7181;outline-offset:2px}.header__basket-close:hover,.mobile-nav__close:hover,.nav-dropdown__close:hover,.search-bar-close:hover{opacity:.7}.btn-nav{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;outline:inherit;padding:0}.btn-nav:focus{outline:none}.btn-nav:focus-visible{box-shadow:0 0 0 4px #ca71811a;outline:2px solid #ca7181;outline-offset:2px}.btn-nav{background:transparent;color:inherit;font:inherit;padding:1rem;transition:color .2s ease}.btn-nav:hover{color:#ca7181}.btn-nav.is-active{border-bottom:2px solid #ca7181;color:#ca7181}.btn-filter{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;outline:inherit;padding:0}.btn-filter:focus{outline:none}.btn-filter:focus-visible{box-shadow:0 0 0 4px #ca71811a;outline:2px solid #ca7181;outline-offset:2px}.btn-filter{align-items:center;background:#fff;border:1px solid #ccc;display:flex;font:inherit;height:50px;justify-content:space-between;padding:0 1.25rem;transition:background-color .2s ease,border-color .2s ease}.btn-filter:hover{background-color:#f8f9fa;border-color:#363535}.btn-filter--mobile{text-align:left;width:100%}.btn-filter--reset{justify-content:center}.btn-filter--reset:disabled{visibility:hidden}.btn-filter.is-active{background-color:#363535;border-color:#363535;color:#fff}.modular-section{padding-bottom:3rem}.modular-section ol+h2,.modular-section p+h2,.modular-section ul+h2{padding-top:3rem}.modular-section:last-child{padding-bottom:0}.structured-text{max-width:70%}@media only screen and (max-width:1200px){.structured-text{max-width:85%}}@media only screen and (max-width:768px){.structured-text{max-width:100%}}.featured-items-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:768px){.featured-items-grid{gap:1rem;grid-template-columns:1fr}}.grid-item__link{color:inherit;cursor:pointer;display:block;text-decoration:none}.grid-item__link:focus{outline:none}.grid-item__link:focus-visible{outline:2px solid #363535;outline-offset:4px}.grid-item__img-wrapper{overflow:hidden}.grid-item__img-wrapper img{aspect-ratio:1/1;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.grid-item__link-box{background-color:#fff;border-bottom:1px solid #ccc;left:2.5rem;min-height:6.25rem;padding:3rem;position:relative;top:-2.5rem;width:23.4375rem;z-index:5}@media only screen and (max-width:576px){.grid-item__link-box{left:3rem;margin-right:1.5rem;width:calc(100% - 4.5rem)}}.grid-item__category,.grid-item__description{display:block}.grid-item__arrow{height:.8125rem;position:absolute;right:1.25rem;top:4.0625rem;transform:rotate(-90deg);width:1.25rem}.modular-gallery{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.modular-gallery--single{grid-template-columns:1fr}.modular-gallery__item{padding-bottom:2rem;width:100%}.modular-gallery__item img,.modular-gallery__item picture{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.modular-gallery__description{background-color:#fff;padding:1.5rem}.modular-gallery__description :last-child,.modular-gallery__description>:last-child{margin-bottom:0;padding-bottom:0}@media only screen and (max-width:576px){.modular-gallery__description{padding:1rem}.modular-gallery{grid-template-columns:1fr}}.modular-video{width:100%}.modular-video-wrapper{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.modular-video-wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}.video-wrapper{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.video-wrapper .video-element{height:100%;left:0;position:absolute;top:0;width:100%}.alternate-hero{padding-bottom:0;position:relative}.alternate-hero__image,.alternate-hero__image img{max-height:41.25rem;width:100%}.alternate-hero__image img{-o-object-fit:cover;object-fit:cover}.alternate-hero__message,.alternate-hero__title{margin:1rem;position:relative}.alternate-hero__message{margin-bottom:2rem}.alternate-hero-text-box{background-color:#fff;border-bottom:1px solid #ccc;display:inline-block;left:3rem;max-width:85%;padding:1rem;position:relative;top:-6rem}@media only screen and (max-width:768px){.alternate-hero__image img{aspect-ratio:1/1;max-height:none;-o-object-fit:cover;object-fit:cover}.alternate-hero-text-box{left:0;max-width:100%;top:-3rem}}.top-bar-wrapper{background-color:#363535;width:100%}.top-bar{align-items:center;color:#fff;display:flex;gap:1rem;height:52px;margin:0 auto;max-width:1440px;padding:.5rem 1.5rem}.top-bar__text{flex:1;overflow:hidden;position:relative}.top-bar__text p{color:#fff;margin-bottom:0;padding-right:2rem;text-align:center;white-space:nowrap}.top-bar__text a{color:#fff;padding-left:.5rem;padding-right:.5rem}.language-dropdown{align-items:center;display:flex;flex-shrink:0;position:relative;z-index:25}.language-dropdown__selected{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;height:36px;padding:0}.language-dropdown__selected:focus{outline:none}.language-dropdown__selected:focus-visible{outline:2px solid #fff;outline-offset:2px}.language-dropdown__selected svg{display:block;height:36px;width:48px}.language-dropdown__item-wrapper{background-color:#363535;box-shadow:0 4px 6px #0000001a;flex-direction:column;position:absolute;right:0;top:calc(100% + 8px);width:200px}.language-dropdown__item-wrapper.is-active{display:flex}.language-dropdown__item{color:#fff;flex-shrink:0;padding:1rem 2rem;text-decoration:none;transition:background-color .2s ease;width:100%}.language-dropdown__item:hover{background-color:#ffffff1a}.language-dropdown__item:focus{outline:none}.language-dropdown__item:focus-visible{background-color:#ffffff1a;outline:2px solid #fff;outline-offset:-2px}.language-dropdown__item.is-current{background-color:#ffffff0d;font-weight:700}@media only screen and (max-width:768px){.top-bar{padding:.5rem 1rem}}@media only screen and (max-width:970px){.top-bar{padding-left:0}.top-bar__text p{animation:text-move 25s linear 3s infinite}}@keyframes text-move{0%{transform:translate(0)}to{transform:translate(-100%)}}.featured-products-slider{clip-path:inset(0 -100vw 0 0);overflow:visible!important}.featured-products-slider .swiper-container,.featured-products-slider .swiper-slide{cursor:none!important}.featured-products-slider .swiper-wrapper{cursor:none}@media only screen and (max-width:768px){.featured-products-slider .swiper-container{cursor:grab!important}.featured-products-slider .swiper-slide{cursor:pointer!important}.featured-products-slider .swiper-wrapper{cursor:grab!important}.featured-products-slider{clip-path:none}}.featured-products-slider{margin-right:calc(-100vw + 100%);padding-bottom:3rem;padding-right:calc(100vw - 100%)}.featured-products-slider__item{height:auto}.featured-products-slider__link{background-color:#fff;color:inherit;cursor:pointer;display:block;min-height:10rem;overflow:hidden;position:relative;text-decoration:none;width:100%}.featured-products-slider__link:focus{outline:none}.featured-products-slider__link:focus-visible{outline:2px solid #363535;outline-offset:4px}.featured-products-slider__link:hover .featured-products-slider__extra-img{opacity:1}.featured-products-slider__img-wrapper{aspect-ratio:1/1;overflow:hidden;position:relative;width:100%}.featured-products-slider__img{display:block;height:100%;position:relative;width:100%;z-index:1}.featured-products-slider__img img,.featured-products-slider__img picture{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.featured-products-slider__extra-img{display:block;height:100%;left:0;opacity:0;position:absolute!important;top:0;transition:opacity .4s ease-in;width:100%;z-index:2}.featured-products-slider__extra-img img,.featured-products-slider__extra-img picture{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.featured-products-slider__text{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;padding:1.5rem 2rem 2rem;position:relative;white-space:nowrap;width:100%;z-index:3}.featured-products-slider__text:after{background-color:#fff;bottom:0;content:"";height:100%;position:absolute;right:0;width:1.25rem}.featured-products-slider__text:before{background:linear-gradient(90deg,#fff0,#fff 80%);bottom:0;content:"";height:100%;position:absolute;right:1.25rem;width:2.5rem}.featured-products-slider__text-price{font-weight:600;margin:0}.featured-products-slider__text-price--sale{color:#ca7181}.featured-products-slider__text-sales{color:#9a9a9a;margin-right:.3125rem;text-decoration:line-through}.featured-products-slider__text-title{font-size:inherit;font-weight:inherit;margin:0}.featured-products-slider__text-brand,.featured-products-slider__text-variant{margin:0}@media only screen and (max-width:576px){.featured-products-slider__text{padding:1rem 1.5rem 1.5rem}.featured-products-slider__text p,.featured-products-slider__text-brand,.featured-products-slider__text-price,.featured-products-slider__text-title,.featured-products-slider__text-variant{font-size:.875rem}}.featured-products-slider__pagination .swiper-pagination-bullet{background-color:#ccc;border:none;border-radius:0;display:inline-block;height:.3rem;margin:0 .8rem;opacity:1;padding:0;position:relative;transition:1.7s cubic-bezier(.645,.045,.355,1);width:6.2rem}.featured-products-slider__pagination .swiper-pagination-bullet:active,.featured-products-slider__pagination .swiper-pagination-bullet:focus{outline:none}.featured-products-slider__pagination .swiper-pagination-bullet:after,.featured-products-slider__pagination .swiper-pagination-bullet:before{content:"";display:block;height:1rem;left:0;position:absolute;right:0;top:-1rem}.featured-products-slider__pagination .swiper-pagination-bullet:before{bottom:-1rem;top:auto}.featured-products-slider__pagination .swiper-pagination-bullet:first-child{margin-left:0}.featured-products-slider__pagination .swiper-pagination-bullet-active{background-color:#9a9a9a;opacity:1}.featured-products-slider__pagination .swiper-pagination-bullet-active:active,.featured-products-slider__pagination .swiper-pagination-bullet-active:focus{outline:none}.related-products-slider{clip-path:inset(0 -100vw 0 0);overflow:visible!important}.related-products-slider .swiper-container,.related-products-slider .swiper-slide{cursor:none!important}.related-products-slider .swiper-wrapper{cursor:none}@media only screen and (max-width:768px){.related-products-slider .swiper-container{cursor:grab!important}.related-products-slider .swiper-slide{cursor:pointer!important}.related-products-slider .swiper-wrapper{cursor:grab!important}.related-products-slider{clip-path:none}}.related-products-slider{margin-right:calc(-100vw + 100%);padding-bottom:3rem;padding-right:calc(100vw - 100%)}@media only screen and (max-width:1200px){.related-products-slider{margin-right:0;padding-right:0}}.related-products-slider__item{height:auto}.related-products-slider__card{background-color:#fff;color:inherit;cursor:default;display:flex;flex-direction:column;margin-bottom:2rem;overflow:hidden;position:relative;text-decoration:none;transition:all .2s ease;width:100%}.related-products-slider__card:hover .related-products-slider__extra-img{opacity:1}.related-products-slider__img-wrapper{aspect-ratio:1/1;overflow:hidden;position:relative;width:100%}.related-products-slider__img{display:block;height:100%;position:relative;width:100%;z-index:1}.related-products-slider__img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-products-slider__extra-img{display:block;height:100%;left:0;opacity:0;position:absolute!important;top:0;transition:opacity .4s ease-in;width:100%;z-index:2}.related-products-slider__extra-img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-products-slider__text{background-color:#fff;bottom:0;padding:1.25rem;position:relative;width:100%;z-index:14}@media only screen and (max-width:576px){.related-products-slider__text{padding:1rem}.related-products-slider__text p{font-size:.875rem}}.related-products-slider__text p{height:auto;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.related-products-slider__text-price-wrapper{width:100%}.related-products-slider__text-price{font-weight:600;margin:0;white-space:nowrap}.related-products-slider__text-price--sale{color:#ca7181}.related-products-slider__text-sales{color:#9a9a9a;margin-right:.3125rem;text-decoration:line-through}.related-products-slider__text-brand,.related-products-slider__text-title,.related-products-slider__text-type,.related-products-slider__text-variant{height:auto;margin:0;white-space:nowrap}.related-products-slider__add-btn{cursor:pointer;margin-right:0;margin-top:1rem;width:100%}.related-products-slider__add-btn:disabled{cursor:not-allowed;opacity:.6}.related-products-slider__pagination .swiper-pagination-bullet{background-color:#ccc;border:none;border-radius:0;display:inline-block;height:.3rem;margin:0 .8rem;opacity:1;padding:0;position:relative;transition:1.7s cubic-bezier(.645,.045,.355,1);width:6.2rem}.related-products-slider__pagination .swiper-pagination-bullet:active,.related-products-slider__pagination .swiper-pagination-bullet:focus{outline:none}.related-products-slider__pagination .swiper-pagination-bullet:after,.related-products-slider__pagination .swiper-pagination-bullet:before{content:"";display:block;height:1rem;left:0;position:absolute;right:0;top:-1rem}.related-products-slider__pagination .swiper-pagination-bullet:before{bottom:-1rem;top:auto}.related-products-slider__pagination .swiper-pagination-bullet:first-child{margin-left:0}.related-products-slider__pagination .swiper-pagination-bullet-active{background-color:#9a9a9a;opacity:1}.related-products-slider__pagination .swiper-pagination-bullet-active:active,.related-products-slider__pagination .swiper-pagination-bullet-active:focus{outline:none}@media only screen and (max-width:1200px){.front-page .hero h1{padding-top:3.5rem}}.news-container{margin-bottom:0}.news-container h2{margin-bottom:2rem}.news-container__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}@media only screen and (max-width:1200px){.news-container__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){.news-container__grid{grid-template-columns:1fr}}.news-container__all-news{align-items:center;display:inline-flex;justify-content:flex-end;text-align:right;text-decoration:none;width:100%}.news-container__all-news:focus{outline:none}.news-container__all-news:focus-visible{outline:2px solid #363535;outline-offset:4px}.news-container__all-news svg{height:.75rem;margin-left:1rem;width:1.25rem}.news-item__link{display:flex;flex-direction:column;height:100%;text-decoration:none}.news-item__link:focus{outline:none}.news-item__link:focus-visible{outline:2px solid #363535;outline-offset:4px}.news-item__img{aspect-ratio:3/2;background-color:#f9f7f6;margin:0;overflow:hidden;width:100%}.news-item__img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.news-item__text{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:9.125rem;padding:2rem;text-align:center;width:100%}.news-item__date{color:#9a9a9a;display:block;margin-bottom:.5rem}.news-item__title{margin:0}.basket{background-color:#fff;min-height:8.125rem;padding:1.5rem}@media only screen and (max-width:768px){.basket{padding:1rem}}.basket__sales-delete{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;font:inherit;outline:inherit;padding:0}.basket__sales-delete:focus{outline:none}.basket__sales-delete:focus-visible{box-shadow:0 0 0 4px #ca71811a;outline:2px solid #ca7181;outline-offset:2px}.basket__sales-delete{text-align:left;width:100%}.basket__sales-delete:hover{opacity:.8}.basket__delete{align-items:center;display:flex;gap:1rem}.basket__delete svg{fill:#af4b5d;height:16px;width:16px}.basket__link{margin-bottom:1.5rem;width:100%}.basket__input{align-items:center;border:1px solid #ccc;display:flex;font-family:inherit;font-size:1rem;height:50px;justify-content:flex-start;margin:0 0 1rem;padding-left:1.5rem;padding-right:1.5rem;width:100%}.basket__input:focus{border-color:#ca7181;box-shadow:0 0 0 2px #ca718133;outline:none}.basket__input::-moz-placeholder{color:#9a9a9a}.basket__input::placeholder{color:#9a9a9a}.basket__complete-icon{border:1px solid #ccc;border-radius:50%;fill:#363535;height:6rem;margin-bottom:3rem;padding:1rem;width:6rem}.basket-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:20rem}.basket-loading__spinner{display:block;height:3rem;margin-top:2rem;position:relative;width:3rem}.basket-loading__spinner .loader__circle{animation:animation 2s ease-in-out infinite;background-color:#ca7181a8;border-radius:50%;height:3rem;left:0;opacity:.6;position:absolute;top:0;width:3rem}.basket-loading__spinner .loader__circle--delay{animation-delay:-1s}.basket-item{border-top:1px solid #363535;display:flex;gap:2rem;padding-bottom:2rem;padding-top:2rem;position:relative}@media only screen and (max-width:768px){.basket-item{flex-direction:column}}.basket-item:first-of-type{border-top:none}.basket-item:last-of-type{padding-bottom:0}.basket-item--loading{pointer-events:none}.basket-item__overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffffd9;display:flex;justify-content:center;inset:0;position:absolute;z-index:10}.basket-item__spinner{display:block;flex-shrink:0;height:1.5rem;position:relative;width:1.5rem}.basket-item__spinner .loader__circle{animation:animation 2s ease-in-out infinite;background-color:#ca7181a8;border-radius:50%;height:1.5rem;left:0;opacity:.6;position:absolute;top:0;width:1.5rem}.basket-item__spinner .loader__circle--delay{animation-delay:-1s}.basket-item__image{aspect-ratio:1/1;flex:1}@media only screen and (max-width:768px){.basket-item__image{flex:0 0 auto;width:100%}}.basket-item__content{display:flex;flex:1;flex-direction:column}@media only screen and (max-width:768px){.basket-item__content{flex:0 0 auto;width:100%}}.basket-item__details{margin-bottom:2rem;width:100%}.basket-item__bottom{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.basket-item__quantity{align-items:center;display:flex;flex:1;justify-content:flex-start}.basket-item__multiply{align-items:center;color:#363535;display:flex;flex:0 0 auto;font-size:1.25rem;font-weight:600;justify-content:center;padding:0 1rem}.basket-item__price{align-items:center;display:flex;flex:1;flex-direction:column}.basket-item__equals{align-items:center;color:#363535;display:flex;flex:0 0 auto;font-size:1.25rem;font-weight:600;justify-content:center;padding:0 1rem}.basket-item__total{align-items:center;display:flex;flex:1;flex-direction:column}.basket-item__actions{display:flex;justify-content:flex-start}.basket-item__bundle{margin:0}.basket-item__img{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.basket-item__text-sales{color:#9a9a9a;display:block;margin:0;text-decoration:line-through}.basket-item__text-sales-discount{color:#af4b5d;display:block}.basket-item__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1rem;border:1px solid #ccc;border-radius:0;cursor:pointer;font-family:inherit;font-size:inherit;height:50px;line-height:1.5;padding:.5rem 1.75rem .5rem .75rem;width:70px}.basket-item__select:focus{border-color:#ca7181;box-shadow:0 0 0 2px #ca718133;outline:none}.basket-item__select:hover{border-color:#363535}.basket-item__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;font:inherit;outline:inherit;padding:0}.basket-item__remove:focus{outline:none}.basket-item__remove:focus-visible{box-shadow:0 0 0 4px #ca71811a;outline:2px solid #ca7181;outline-offset:2px}.basket-item__remove{color:#ca7181;text-decoration:underline;transition:color .2s ease}.basket-item__remove:hover{color:#ca7181}.basket-item__text{color:#363535;margin-bottom:0}.basket-item__text--bold{font-weight:600}.basket-item__link{color:inherit;display:block;text-decoration:none}.basket-item__link:hover{opacity:.9}.basket-item__link:focus-visible{outline:.125rem solid #ca7181;outline-offset:.125rem}.related-products-section{margin-bottom:0;order:3;padding:0;width:100%}@media only screen and (max-width:1200px){.related-products-section{margin-bottom:2rem;margin-top:0;order:2}}.coupon-list{margin-bottom:1.5rem}.coupon-item{align-items:center;border-bottom:1px solid #ccc;display:grid;gap:1rem;grid-template-columns:1fr auto auto;padding:.75rem 0}.coupon-item:first-child{border-top:1px solid #ccc}.coupon-item__code{color:#363535;font-weight:600}.coupon-item__value{color:#363535;white-space:nowrap}.coupon-item__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;font:inherit;outline:inherit;padding:0}.coupon-item__remove:focus{outline:none}.coupon-item__remove:focus-visible{box-shadow:0 0 0 4px #ca71811a;outline:2px solid #ca7181;outline-offset:2px}.coupon-item__remove{align-items:center;display:flex;height:2rem;justify-content:center;padding:.25rem;transition:opacity .2s ease;width:2rem}.coupon-item__remove:hover:not(:disabled){opacity:.7}.coupon-item__remove:disabled{cursor:not-allowed;opacity:.6}.coupon-item__remove svg{fill:#af4b5d;height:1rem;width:1rem}.coupon-item__loader{display:block;height:1rem;position:relative;width:1rem}.coupon-item__loader .loader__circle{animation:animation 2s ease-in-out infinite;background-color:#af4b5da8;border-radius:50%;height:1rem;left:0;opacity:.6;position:absolute;top:0;width:1rem}.coupon-item__loader .loader__circle--delay{animation-delay:-1s}.coupon-item--deleting{min-height:3rem;opacity:.6;pointer-events:none;transition:opacity .3s ease}.cart-summary__items{border-bottom:1px solid #363535;margin-bottom:1.5rem;padding-bottom:1rem}.cart-summary__item{margin-bottom:.5rem}.cart-summary__item,.cart-summary__row{display:flex;justify-content:space-between}.cart-summary__row{margin-bottom:0}.cart-summary__row--total{border-top:1px solid #363535;font-weight:600;margin-top:2rem;padding-bottom:2rem;padding-top:2rem}.cart-summary__row--discount{color:#ca7181;margin-bottom:1rem;overflow:hidden}.cart-summary__row--discount .cart-summary__value{color:#ca7181}.cart-summary__value{color:#363535;text-align:right}.products{display:flex;flex-wrap:wrap;gap:1rem;padding:0}.products__spacing{align-items:center;background-color:#fff;cursor:pointer;display:flex;flex-direction:column;height:100%;position:relative;text-decoration:none;transition:all .2s ease;width:100%}.products__spacing:before{background:linear-gradient(90deg,#fff0,#fff);right:1rem;width:5rem}.products__spacing:after,.products__spacing:before{bottom:0;content:"";height:5.9375rem;position:absolute;z-index:13}.products__spacing:after{background-color:#fff;right:0;width:.9375rem}.products__spacing:hover .products__extra-image{opacity:1}.products__item{box-sizing:border-box;display:flex;flex:0 0 calc(25% - .75rem);list-style-type:none;max-width:calc(25% - .75rem)}.products__pagination{flex:0 0 100%;padding-bottom:3rem;width:100%}.products__pagination .ais-Stats{width:100%}.products .img-wrapper,.products figure{aspect-ratio:1/1;margin:0;overflow:hidden;position:relative;width:100%}.products picture,.products__image{height:100%;width:100%}.products__extra-image,.products__image{border:none;display:block;-o-object-fit:cover;object-fit:cover}.products__extra-image{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease-in;width:100%;z-index:12}.products__details{background-color:#fff;bottom:0;padding:1.25rem;position:relative;width:100%;z-index:14}.products__details:after{background:linear-gradient(90deg,#fff0,#fff 80%);content:"";height:100%;position:absolute;right:0;top:0;width:2.5rem}.products__details p{height:auto;margin-bottom:0;padding-right:1rem;white-space:nowrap}.products__details .discount{color:#9a9a9a;padding-right:1rem;text-decoration:line-through}.products__details .discount:last-of-type{color:#ca7181;text-decoration:none}.products__price{font-weight:600;min-height:2.5rem}.pagination-container{flex:1;width:100%}.pagination{display:flex;flex-wrap:nowrap!important;justify-content:flex-end;list-style-type:none;margin-top:1.5rem;padding-bottom:4rem;padding-left:0;width:100%}.pagination a{text-decoration:none;white-space:nowrap}.pagination__arrow{flex-shrink:0;height:8px;width:16px}.pagination__item{flex-shrink:0}.pagination__item a{height:21px}.pagination__item:last-of-type{margin-left:25px}.pagination__item:last-of-type .pagination__arrow{transform:rotate(-90deg)}.pagination__item:first-of-type{margin-right:25px}.pagination__item:first-of-type .pagination__arrow{transform:rotate(90deg)}.pagination .inactive{pointer-events:none}.pagination .inactive svg{fill:#9a9a9a}.simple-pagination{left:50%;position:absolute;top:5px;transform:translate(-50%)}.simple-pagination .pagination{padding-bottom:0}.search-bar-content .simple-pagination{left:auto;position:static;top:auto;transform:none}@media only screen and (max-width:1200px){.products__item{flex:0 0 calc(33.33333% - .66667rem);max-width:calc(33.33333% - .66667rem)}}@media only screen and (max-width:768px){.products__item{flex:0 0 calc(50% - .5rem);max-width:calc(50% - .5rem)}}@media only screen and (max-width:576px){.products{gap:.5rem}.products__item{flex:0 0 calc(50% - .25rem);max-width:calc(50% - .25rem)}.products__details{min-height:5.9375rem;padding-left:.9375rem}.products__details p{font-size:.875rem;height:auto}.products__spacing:after,.products__spacing:before{height:4.875rem}}.product{display:flex;gap:2rem;padding-bottom:6rem}@media only screen and (max-width:1200px){.product{padding-bottom:4rem}}.product__gallery--desktop{display:block;flex:2}.product__gallery--mobile{display:none}@media only screen and (max-width:1200px){.product{flex-direction:column}.product__gallery--desktop{display:none}.product__gallery--mobile{display:block}}.product__primaryImage{cursor:pointer}.product__primaryImage img{height:100%;width:100%}.product__primaryImage picture{height:100%}.product__content{padding-bottom:1.25rem}.product__content .img-wrapper--product{margin-bottom:2rem}.product .img-wrapper{position:relative;width:100%}.product .img-wrapper--product{aspect-ratio:1/1;background-color:#fff;max-width:1200px}.product .img-wrapper--product img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product__mobile-container{padding-bottom:1.25rem}.product__mobile-image{display:none;height:auto;-o-object-fit:cover;object-fit:cover;padding:0;width:100%}.product__middle-row{display:flex;gap:2%;justify-content:space-between;margin-bottom:2rem;width:100%}.product__middle-content{cursor:pointer;height:23.125rem;max-width:49%;overflow:hidden;padding:0;width:49%}.product .is-big,.product__middle-content picture{height:100%;width:100%}.product .is-big{max-width:100%}.product__middle-image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product__bottom-row{cursor:pointer;overflow:hidden;position:relative}.product__bottom-row img{height:100%;width:100%}.product__bottom-row:after{background-color:#f9f7f6;bottom:0;content:"";height:.4375rem;left:0;position:absolute;width:100%}.product__bottom-image,.product__middle-image{background-color:#fff}.product__bottom-image img,.product__middle-image img{height:100%;-o-object-fit:cover;object-fit:cover;padding:0}.product .swiper-container{cursor:unset!important}.product .swiper-wrapper{cursor:unset}.product .swiper-slide{cursor:unset!important}.product__swiper{display:none;position:relative}.product__swiper picture{max-height:25rem;width:100%}.product__swiper .swiper-pagination{background-color:#fff;position:relative;width:100%}.product .product__mobile-container{display:none;margin-bottom:.9375rem;margin-left:-1rem;margin-right:-1rem;padding-bottom:1.25rem}.product__arrow-container{display:none}@media only screen and (max-width:1200px){.product__swiper--mobile-only{display:block!important;position:relative;width:calc(100vw - 3rem)}.product__swiper--mobile-only .img-wrapper--product{aspect-ratio:1/1;background-color:#fff;width:100%}.product__swiper--mobile-only .img-wrapper--product img,.product__swiper--mobile-only .img-wrapper--product picture{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product__swiper--mobile-only .swiper-pagination{align-items:center;display:flex;justify-content:center;padding-bottom:1rem;padding-top:1rem}.product .product__arrow-container{align-items:center;background-color:#ffffffe6;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;top:calc(50% - 2rem);transform:translateY(-50%);transition:all .3s ease;width:48px;z-index:10}.product .product__arrow-container:hover{background-color:#fff;box-shadow:0 4px 12px #0003}.product .product__arrow-container.product-arrow-right{right:16px}.product .product__arrow-container.product-arrow-right svg{transform:rotate(-90deg)}.product .product__arrow-container.product-arrow-left{left:16px}.product .product__arrow-container.product-arrow-left svg{transform:rotate(90deg)}.product .product__arrow-container svg{fill:#363535;height:24px;width:24px}.product__swiper-counter{background-color:#000;border-radius:.25rem;bottom:.8rem;color:#fff;left:50%;padding:.5rem 1rem;pointer-events:none;position:absolute;transform:translate(-50%);z-index:1000}.product__mobile-image{display:block}}.product-details{flex:1}.product-details__title{margin-bottom:1.25rem}.product-details__price{font-weight:600;height:2rem;margin-bottom:1.25rem}.product-details__price-rrp{margin-right:.5rem}.product-details__price-rrp--strike{color:#9a9a9a;text-decoration:line-through}.product-details__price-sale{color:#af4b5d;font-weight:600}.product-details__price-notice{background:#ffc10726;border-radius:4px;margin:0 0 1.25rem;padding:.5rem .75rem}.product-details__variant-group--bundle+.product-details__variant-group--bundle{padding-bottom:1.25rem}.product-details__specs{-moz-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-columns:minmax(130px,auto) 1fr;padding-bottom:1.25rem;row-gap:0}.product-details__specs dt{color:#000000b3;font-weight:400}.product-details__specs dd,.product-details__specs dt{border-bottom:1px solid rgba(0,0,0,.06);margin:0;padding:.25rem 0}.product-details__specs dd{color:#000000f2}.product-details__specs dd:last-of-type,.product-details__specs dt:last-of-type{border-bottom:none}.product-details__colors{border:none;display:flex;flex-wrap:wrap;gap:15px;margin:0;padding:0 0 1.25rem}.product-details__color-btn{background:none;border:none;cursor:pointer;height:75px;padding:0;position:relative;width:75px}.product-details__color-btn:after{background-color:#363535;bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .4s ease;width:0}.product-details__color-btn--active:after,.product-details__color-btn:hover:after{width:100%}.product-details__color-btn:disabled{opacity:.5;pointer-events:none}.product-details__color-btn:disabled:hover:after{width:0}.product-details__color-img{display:block;height:75px;width:75px}.product-details__cart-btn{margin-bottom:2rem;width:100%}.product-details__wishlist{padding-bottom:2rem}.product-details__delivery{list-style:none;margin:0;padding:0 0 3rem}.product-details__delivery-item{align-items:center;display:flex;padding-bottom:1rem}.product-details__delivery-icon{flex-shrink:0;height:32px;margin-right:1.25rem;width:32px}.product-details__description{min-height:12.5rem}.gift-card{margin-bottom:1.5rem;width:100%}.gift-card__label{display:block;position:relative}.gift-card__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;-moz-appearance:textfield;background-color:#fff;border:1px solid #ccc;border-radius:0;color:inherit;font:inherit;height:50px;margin-bottom:1.5rem;outline:none;padding-left:2rem;padding-right:2rem;text-align:center;width:100%}.gift-card__input::-webkit-inner-spin-button,.gift-card__input::-webkit-outer-spin-button{-webkit-appearance:none;display:none;margin:0}.gift-card__input:focus{border-color:#ca7181;box-shadow:0 0 0 2px #ca718133}.gift-card button{width:100%}.product-details__size-selector{padding-bottom:1.25rem;position:relative;width:100%}.product-details__size-selector--open .product-details__size-arrow{transform:rotate(180deg) scaleX(-1)}.product-details__size-selector--open .product-details__size-menu{border-bottom:1px solid #363535;border-left:1px solid #363535;border-right:1px solid #363535;max-height:16.875rem}.product-details__size-btn{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #ccc;color:inherit;cursor:pointer;display:flex;font:inherit;height:50px;justify-content:space-between;padding:0 20px;width:100%}.product-details__size-btn--error{border-color:#cc0300}.product-details__size-selector--open .product-details__size-btn{border-color:#363535 #363535 #ccc}.product-details__size-label{margin-bottom:0;white-space:nowrap}.product-details__size-arrow{flex-shrink:0;height:8px;transition:transform .2s ease-out;width:16px}.product-details__size-menu{background-color:#fff;left:0;max-height:0;overflow:hidden;position:absolute;top:50px;transition:max-height .3s ease-in-out;width:100%;z-index:14}.product-details__size-list{list-style:none;margin:0;max-height:13.75rem;overflow-y:auto;padding:1.25rem 0 .9375rem}.product-details__size-item{padding:0 1rem 1rem}.product-details__size-item:last-child{padding-bottom:0}.product-details__size-option{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #ccc;color:inherit;cursor:pointer;display:flex;font:inherit;height:50px;justify-content:space-between;padding:0 1rem;transition:background-color .1s ease-in,border-color .1s ease-in;width:100%}.product-details__size-option:hover{background-color:#f9f7f6}.product-details__size-option--active,.product-details__size-option--active:hover{border-color:#363535}.product-details__size-option:disabled{color:#ccc;pointer-events:none}.product-details__size-option:disabled:hover{background-color:#fff}.product-details__size-stock,.product-details__size-value{margin-bottom:0}.product-details__size-option:disabled .product-details__size-stock,.product-details__size-stock{color:#ccc}@media only screen and (max-width:1200px){.gift-card,.product-details__cart-btn,.product-details__size-selector{max-width:576px}}@media only screen and (max-width:576px){.gift-card,.product-details__cart-btn,.product-details__size-selector{max-width:none}}@media only screen and (max-width:768px){.product__middle-row,.product__primaryImage{margin-bottom:1.5rem}.product__middle-content{height:9.375rem}.product__bottom-row{height:18.75rem}.product__mobile-image{display:block}.product__swiper{display:block;position:relative}.product__swiper--mobile-only{display:block;width:calc(100vw - 2rem)}.product__content{display:none}.product__mobile-container{display:flex}}.loader{display:block;height:2rem;position:relative;width:2rem}.loader__circle{animation:animation 2s ease-in-out infinite;background-color:#ca7181a8;border-radius:1.25rem;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.loader__circle--delay{animation-delay:-1s}.loader--big{height:4rem;margin:0 auto;width:4rem}.btn .loader__circle{background-color:#fffc}@keyframes animation{0%,to{transform:scale(0)}50%{transform:scale(1)}}.checkout-loader{align-items:center;display:flex;height:75vh;justify-content:center}.checkout-wrapper{padding-bottom:3rem}.checkout-layout{display:flex;flex-wrap:wrap;gap:2rem;min-height:25rem;position:relative;transition:opacity .2s ease}@media only screen and (max-width:1200px){.checkout-layout{flex-direction:column}}.checkout-layout--loading{opacity:.5;pointer-events:none}.checkout-layout__main{background-color:#fff;flex:2;min-height:8.125rem;order:1;padding:1.5rem}@media only screen and (max-width:768px){.checkout-layout__main{padding:1rem}}@media only screen and (max-width:1200px){.checkout-layout__main{flex:auto;order:1}}.checkout-layout__main textarea{border:1px solid #ccc;font-family:inherit;font-size:inherit;height:17rem;margin-bottom:3rem;margin-top:0;padding:2rem;width:100%}.checkout-layout__main textarea:focus{border-color:#ca7181;box-shadow:0 0 0 2px #ca718133;outline:none}.checkout-layout__main textarea.has-error{border:2px solid #cc0300}.checkout-layout__sidebar{display:flex;flex:1;flex-direction:column;gap:2rem;order:2}@media only screen and (max-width:1200px){.checkout-layout__sidebar{flex:auto;order:3}}.checkout-layout__block{background-color:#fff;min-height:8.125rem;padding:1.5rem}@media only screen and (max-width:768px){.checkout-layout__block{padding:1rem}}.checkout-layout--single{display:block}.checkout-layout--single .checkout-layout__main{flex:none}.checkout-content{width:100%}.checkout-complete{padding-bottom:3rem}.checkout-complete__content{background-color:#fff;min-height:34.375rem;padding:1.5rem}@media only screen and (max-width:768px){.checkout-complete__content{padding:1rem}}.checkout-complete__loading{width:100%}.checkout-complete__order{display:block;width:100%}@media only screen and (max-width:576px){.klarna-mobile,.klarna-mobile .basket{padding-left:0;padding-right:0}}.checkout-status{align-items:center;display:flex;flex-wrap:nowrap;justify-content:flex-start;margin-bottom:1rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:1rem}.checkout-status::-webkit-scrollbar{height:6px}.checkout-status::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.checkout-status::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.checkout-status::-webkit-scrollbar-thumb:hover{background:#555}.checkout-status{scrollbar-color:#888 #f1f1f1;scrollbar-width:thin}.checkout-status__item{align-items:center;display:flex;flex-shrink:0;text-decoration:none;white-space:nowrap}.checkout-status__number{align-items:center;border:1px solid #ccc;border-radius:50%;color:#ccc;display:flex;font-size:1.125rem;font-weight:600;height:32px;justify-content:center;margin-right:1rem;min-height:32px;min-width:32px;position:relative;width:32px}.checkout-status__checkmark{background-color:#329f5b;border:1px solid #329f5b;border-radius:50%;fill:#fff;height:20px;min-height:20px;min-width:20px;padding:4px;position:absolute;right:-8px;top:-8px;width:20px}.checkout-status__item.is-current{color:#3e3d3c;font-weight:600}.checkout-status__item.is-current .checkout-status__number{background-color:#329f5b;border-color:#329f5b;color:#fff}.checkout-status__item.is-done{color:#3e3d3c}.checkout-status__item.is-done .checkout-status__number{border-color:#363535;color:#363535}.checkout-status__arrow{height:16px;margin:0 1rem;min-width:24px;transform:rotate(-90deg);width:24px}.gift-wrap{border-bottom:1px solid #ccc;margin-bottom:3rem}.gift-wrap:last-of-type{border-bottom:none;margin-bottom:0}.gift-wrap__count{display:flex;justify-content:flex-end;margin-bottom:2rem}.gift-wrap textarea{height:17rem;margin-top:0;width:100%}.gift-wrap textarea.has-error{border:2px solid #cc0300}.gift-wrap__seperate-header{align-items:center;display:flex;font-weight:600;gap:1rem}.gift-wrap__seperate-title{margin:0}.gift-wrap__seperate-img{max-height:100px;max-width:100px}.gift-wrap-checkbox{cursor:pointer;display:block;margin-bottom:2rem;position:relative}.gift-wrap-checkbox__input{display:none}.gift-wrap-checkbox__text{display:block;padding-left:3rem}.gift-wrap-checkbox__checkbox{align-items:center;border:1px solid #ccc;display:flex;height:25px;justify-content:center;left:0;position:absolute;top:0;width:25px}.gift-wrap-checkbox__checkbox svg{height:13px;opacity:0;width:17px}.gift-wrap-checkbox__input:checked~.gift-wrap-checkbox__checkbox svg{opacity:1}.gift-wrap-item{align-items:center;border:1px solid #ccc;cursor:pointer;display:flex;height:14rem;justify-content:flex-start;margin-bottom:1.5rem;padding-right:5rem;position:relative;width:100%}.gift-wrap-item picture{margin-right:1.5rem;min-width:8.4375rem}.gift-wrap-item__img{margin-right:1rem;width:8.4375rem}.gift-wrap-item *{pointer-events:none}.gift-wrap-item__text{margin-bottom:0}.gift-wrap-item__text--bold{font-weight:600}.gift-wrap-item__sales-price{color:#9a9a9a;display:block;margin:0 .3125rem 0 0;text-decoration:line-through}.gift-wrap-item__discount-price{color:#ca7181}.gift-wrap-item__checkbox{align-items:center;border:1px solid #ccc;display:flex;height:25px;justify-content:center;position:absolute;right:2rem;top:50%;transform:translateY(-50%);transition:all .3s cubic-bezier(.645,.045,.355,1);width:25px}.gift-wrap-item__checkbox svg{height:13px;opacity:0;transition:all .3s cubic-bezier(.645,.045,.355,1);width:17px}.gift-wrap-item.is-selected{opacity:.3;pointer-events:none}.gift-wrap-item.is-selected.is-in-current-package{border:1px solid #af4b5d;opacity:1;pointer-events:all}.gift-wrap-item.is-selected.is-in-current-package .gift-wrap-item__checkbox{border-color:#af4b5d}.gift-wrap-item.is-selected.is-in-current-package .gift-wrap-item__checkbox svg{fill:#af4b5d;opacity:1}@media only screen and (max-width:768px){.gift-wrap-item{height:auto;padding-bottom:1rem;padding-right:3rem;padding-top:1rem}.gift-wrap-item picture{min-width:5rem}}@media only screen and (max-width:576px){.gift-wrap-item__text-wrap{padding-right:3rem}.gift-wrap-item picture{width:5rem}.gift-wrap-item__checkbox{right:1rem}}.filter{display:flex;margin-bottom:2rem}.filter-container{display:block;width:100%}.filter-content{display:flex;justify-content:space-between;width:100%}.filter-content div:nth-last-of-type(2){margin-right:0}.sort{align-items:baseline;display:flex;justify-content:flex-end;position:relative;z-index:13}.sort__label{margin-right:1rem}.sort select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0 6 4.59 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat;background-position:right .9375rem center;background-size:.75rem;border:1px solid #ccc;box-sizing:border-box;cursor:pointer;font-family:inherit;font-size:inherit;height:50px;line-height:50px;min-height:50px;min-width:-moz-max-content;min-width:max-content;outline:none;padding:0 2.5rem 0 1.25rem;width:auto}.sort select:focus{outline:2px solid transparent}.sort option{background-color:#fff;line-height:1.5;padding:1rem}.filter-actions{align-items:center;display:flex;gap:2rem;justify-content:flex-start;margin-bottom:2rem;width:100%}.filter-actions .ais-CurrentRefinements{display:none}.filter-actions .reset-all{flex:1;height:auto;padding-top:0}.filter-actions .sort{flex:0 0 auto}.reset-all{height:50px}.reset-all__button{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:0;cursor:pointer;display:flex;height:50px;outline:none;padding-left:1rem;padding-right:1rem;transition:all .2s ease}.reset-all__button span{text-decoration:none}.reset-all__button:hover{background-color:transparent}.reset-all__button-disabled{visibility:hidden}.filter-mobile__close,.filter-mobile__open{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #ccc;cursor:pointer;flex:1;font:inherit;height:50px;padding-left:10px;position:relative;text-align:left;width:100%}.filter-mobile__badge{background-color:#329f5b;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#fff;font-size:.75rem;font-weight:600;padding:4px 8px;pointer-events:none;position:absolute;right:10px;top:-10px;white-space:nowrap;z-index:10}.filter-mobile__close{background-color:#363535;color:#fff;flex:unset;text-align:center;width:100%}.filter-mobile__close,.filter-mobile__open,.mobile-close,.mobile-stats{display:none}@media only screen and (max-width:1200px){.filter{margin-bottom:0}.filter-container{background-color:#f9f7f6;display:none;height:100vh;left:0;overflow-y:auto;position:fixed;top:0;width:100vw;z-index:100}.filter-container.is-visible{display:block}.filter-content{flex-direction:column;padding:8rem 2rem 2rem;width:100%}.filter-content .custom-select{flex:0 0 50px;height:50px;margin-bottom:1rem;margin-right:0;min-height:50px;width:100%}.filter-content .custom-select .custom-select__toggle{border:1px solid #ccc;box-sizing:border-box;height:50px!important;min-height:50px;padding:0 20px!important}.filter-content .custom-select .custom-select-menu{width:calc(100% + 2px)}.filter-actions{flex-wrap:nowrap;gap:1rem;justify-content:flex-start}.filter-actions .ais-CurrentRefinements{display:block;flex:0 0 calc(25% - .67rem)}.filter-actions .reset-all{flex:0 0 calc(25% - .67rem)}.filter-actions .sort{flex:0 0 calc(50% - .67rem);margin-left:0}.filter-mobile__close,.filter-mobile__open,.mobile-close,.mobile-stats{display:block}.mobile-close{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;position:absolute;right:32px;top:56px;width:40px}.mobile-close svg{height:24px;width:24px}.mobile-stats{background-color:#fff;border-top:none;bottom:0;display:block;margin-top:0;padding-top:0;position:sticky}.mobile-stats .filter-mobile__close{display:block;width:100%}.filter-content>.custom-select{display:none}.filter-container.is-visible .filter-content>.custom-select{display:flex}}@media only screen and (max-width:768px){.filter-actions{flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.filter-actions .ais-CurrentRefinements{flex:0 0 calc(50% - .5rem);order:1}.filter-actions .reset-all{flex:0 0 calc(50% - .5rem);order:2}.filter-actions .reset-all__button{padding-left:1rem;padding-right:1rem;width:100%}.filter-actions .sort{align-items:center;display:flex;flex:0 0 100%;gap:1rem;justify-content:space-between;order:3}.filter-actions .sort .sort__label{flex:0 0 calc(50% - .5rem);margin:0;text-align:left}.filter-actions .sort .ais-SortBy{flex:0 0 calc(50% - .5rem)}.filter-actions .sort select{width:100%}}@media only screen and (max-width:576px){.filter-actions .sort .sort__label{flex:0 0 calc(25% - .5rem)}.filter-actions .sort .ais-SortBy{flex:0 0 calc(75% - .5rem)}}.visually-hidden{height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.custom-select{animation:background 1.5s ease;background-color:#fff;border:1px solid #ccc;cursor:pointer;display:flex;flex:1;flex-direction:column;height:50px;margin-right:2rem;position:relative}.custom-select:last-of-type{margin-right:0}.custom-select__toggle{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;height:100%;justify-content:space-between;overflow:hidden;padding:0 20px;width:100%}.custom-select__toggle-title{margin-bottom:0;pointer-events:none;white-space:nowrap}.custom-select__toggle-arrow{height:8px;pointer-events:none;transition:transform .2s ease-out;width:16px}.custom-select__badge{background-color:#329f5b;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#fff;font-size:.75rem;font-weight:600;padding:4px 8px;pointer-events:none;position:absolute;right:10px;top:-14px;white-space:nowrap;z-index:10}.custom-select__badge--locked{background-color:#cc0300}.custom-select.is-disabled{pointer-events:none}.custom-select.is-disabled svg{display:none}.locked{animation:none;background-color:#e9cfc8;overflow:visible;pointer-events:none;position:relative}.locked .custom-select__toggle-arrow{height:1rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1rem;z-index:1}.locked .custom-select__toggle-title{color:#000}.locked:before{background:linear-gradient(270deg,#e9cfc8,#e9cfc800);bottom:0;content:"";height:50px;pointer-events:none;position:absolute;right:50px;width:calc(70% - 50px)}.locked:after{background-color:#e9cfc8;content:"";height:100%;position:absolute;right:0;top:0;width:50px}.custom-select-menu{left:-1px;max-height:0;overflow:hidden;position:absolute;top:49px;transition:max-height .3s ease-in-out;width:350px;z-index:14}.custom-select-menu__container{display:flex;flex-direction:column}.custom-select-menu__list{background:#fff;flex:1 1 auto;margin-bottom:0;margin-top:0;max-height:13.75rem;overflow-y:auto;padding-bottom:1rem;padding-left:0;padding-top:1.25rem;position:relative}.custom-select-menu__no-items{padding-left:1.25rem}.custom-select-menu__group-header{color:#363535;font-weight:700;margin-top:1rem;padding:0 1rem}.custom-select-menu__group-header:first-child{margin-top:0}.custom-select-menu__list-item{align-items:stretch;display:flex;flex-direction:column;justify-content:center;margin-top:1rem;padding:0 1.0625rem}.custom-select-menu__list-item:first-of-type{margin-top:0}.custom-select-menu__list-item:last-of-type{margin-bottom:.9375rem}.custom-select-menu__list-item-container{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #ccc;cursor:pointer;display:flex;flex:1;justify-content:space-between;padding:0 1rem;position:relative;transition:background-color .1s ease-in,border-color .1s ease-in}.custom-select-menu__list-item-container:hover{background-color:#f9f7f6;border:1px solid #ccc}.custom-select-menu__list-item-container.is-active{background-color:#e8f5e9;border:1px solid #363535;padding-right:2.5rem}.custom-select-menu__list-item-container.is-active:hover{background-color:#e8f5e9;border:1px solid #363535}.custom-select-menu__list-item-container.is-active svg{height:.75rem;width:1.0625rem}.custom-select-menu__list-item-container.is-disabled{border:1px solid #ccc;color:#ccc}.custom-select-menu__checkmark{flex-shrink:0;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.custom-select-menu__item-content{display:flex}.custom-select-menu__item-count{color:#9a9a9a;height:1.3125rem;padding-left:.3125rem}.custom-select-menu .ais-RefinementList{height:100%}.custom-select.is-active{border:1px solid #363535;border-bottom:1px #fff}.custom-select.is-active .custom-select__toggle-arrow{transform:rotate(180deg) scaleX(-1)}.custom-select.is-active .custom-select-menu{animation:hide-scroll .3s backwards;border:1px solid #363535;max-height:16.875rem}.custom-select.is-active .custom-select-menu .custom-select-menu__list{max-height:13.75rem}.product-details .custom-select{width:100%}.product-details .custom-select__toggle.has-error{border:1px solid #cc0300}.product-details .custom-select-menu{background-color:#fff;left:-1px;width:calc(100% + 2px)}.product-details .custom-select-menu__container{padding-left:0}.product-details .is-disabled{cursor:unset;pointer-events:none}.product-details .is-disabled span{color:#ccc}.product-details .is-disabled:hover{background:unset}@media only screen and (min-width:1201px){.filter-content>.custom-select{display:flex}}@media only screen and (max-width:1200px){.product-details .custom-select{max-width:400px}}@media only screen and (max-width:768px){.product-details .custom-select{display:flex}.product-details .custom-select__toggle{padding:0 2rem!important}.product-details .custom-select-menu{left:-1px!important}}@media only screen and (max-width:576px){.product-details .custom-select{max-width:none}}.reset-label{border-top:1px solid #ccc}.reset-label__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;font:inherit;padding:0 1rem;text-align:right;text-decoration:none}.reset-label__button:hover{text-decoration:underline}.reset-label__button-disabled{display:none}.reset-fade:before{background:linear-gradient(180deg,#fff0,#fff);bottom:56px;content:"";height:40px;left:0;pointer-events:none;position:sticky;width:100%;z-index:1}@keyframes background{0%{background-color:#e9cfc8}to{background-color:#fff}}@keyframes hide-scroll{0%,to{overflow:hidden}}@keyframes scrollbar{0%{background-color:#e9cfc8}to{background-color:#ccc}}.slider__range{margin:auto;padding-bottom:1.25rem!important;padding-top:.8125rem!important;width:80%!important}.slider__values{display:flex;justify-content:space-between;margin:auto;width:calc(80% + .875rem)}.slider__values p{margin-bottom:0}.dual-range-slider{height:2.5rem;position:relative;width:100%}.dual-range-slider__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;height:.25rem;pointer-events:none;position:absolute;width:100%}.dual-range-slider__input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#9a9a9a;border:2px solid #fff;border-radius:50%;cursor:pointer;height:1rem;pointer-events:all;position:relative;width:1rem;z-index:2}.dual-range-slider__input::-webkit-slider-thumb:hover{background:#818181}.dual-range-slider__input::-moz-range-thumb{background:#9a9a9a;border:2px solid #fff;border-radius:50%;cursor:pointer;height:1rem;pointer-events:all;position:relative;width:1rem;z-index:2}.dual-range-slider__input::-moz-range-thumb:hover{background:#818181}.dual-range-slider__input--max::-webkit-slider-thumb{z-index:3}.dual-range-slider__input--max::-moz-range-thumb{z-index:3}.dual-range-slider__track{background:#ccc;border-radius:.125rem;height:.25rem;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:1}.dual-range-slider__track-active{background:#9a9a9a;border-radius:.125rem;height:100%;position:absolute}.sale-checkbox{display:flex;margin:auto;position:relative;width:calc(80% + .875rem)}.sale-checkbox input{visibility:hidden}.sale-checkbox p{padding-left:1.5625rem}.sale-checkbox .checkbox{background-color:transparent;border:1px solid #9a9a9a;border-radius:0;height:.9375rem;left:0;position:absolute;top:.3125rem;width:.9375rem}.sale-checkbox .checkbox:after{content:"";height:0;left:.75rem;position:absolute;top:.75rem;width:0}.sale-checkbox .checkbox-container{cursor:pointer;height:1.25rem;position:absolute;width:80%}.checkbox-label .checkbox-custom{background-color:transparent;border:1px solid #9a9a9a;border-radius:0;height:.9375rem;left:0;position:absolute;top:.3125rem;width:.9375rem}.checkbox-label .checkbox-custom:after{border:1px solid #9a9a9a;border-radius:0;height:0;left:.75rem;position:absolute;top:.75rem;transform:rotate(0) scale(1);width:0}.checkbox-label input:checked~.checkbox-custom{border:2px solid #9a9a9a}.checkbox-checkmark{height:1rem;left:.125rem;position:absolute;top:.5rem;width:1rem}.checkbox-label input:checked~.checkbox-checkmark{display:block;position:absolute}.reset-label{background-color:#fff;bottom:0;position:sticky}.reset-label,.reset-label__spacing{display:flex;justify-content:flex-end;width:100%}.reset-label__spacing{cursor:default;height:40px}.reset-label__button{align-items:center;background-color:#9a9a9a;border:none;border-radius:0;cursor:pointer;display:flex;height:40px;justify-content:center;max-width:50%;outline:none;padding:0;transition:all .2s ease-in;width:50%}.reset-label__button span{color:#fff}.reset-label__button:hover{background-color:#9a9a9a}.reset-label__button-disabled{max-width:0}.reset-label .full .reset-label__button{max-width:100%;width:100%}.reset-label .full .reset-label__button-disabled{max-width:0}.product__content .active{background-color:#363535cc;pointer-events:all;transition-delay:0s;visibility:visible;z-index:100}.product__content .active .modal__image-wrapper{opacity:1;transition:opacity .8s ease}.product__content .active .modal__close{opacity:1;z-index:2}.modal{align-items:center;background-color:transparent;display:flex;height:100vh;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:all .8s ease;transition-delay:.2s;visibility:hidden;width:100vw;z-index:100}.modal__image,.modal__image-container{height:95%;max-height:95%;max-width:1000px;width:95%}.modal__image{-o-object-fit:cover;object-fit:cover;opacity:1;transition:opacity .5s}.modal .image-slide{opacity:0}.modal__image-wrapper{align-items:center;background-color:#fff;display:flex;height:85%;justify-content:center;opacity:0;overflow:hidden;padding:2rem;position:relative;transition:opacity .2s ease;transition-delay:.1s;width:87%}.modal__image-wrapper:after{background:linear-gradient(0deg,#fff0,#fff 80%);content:"";height:10%;position:absolute;top:0;width:100%}.modal__close{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:40px;justify-content:center;opacity:0;padding:0;position:absolute;right:1.25rem;top:1.25rem;transition:all .2s ease;width:40px}.modal__close svg{fill:#363535;height:24px;width:24px}.modal__pagination{height:100%;position:absolute;top:0;width:100%;z-index:1}.modal__pagination span{height:1.3125rem}.modal__arrow-container{align-items:center;background-color:#ffffffe6;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:48px;z-index:10}.modal__arrow-container:hover{background-color:#fff;box-shadow:0 4px 12px #0003}.modal__arrow-container:first-of-type{left:16px}.modal__arrow-container:first-of-type .modal__arrow{transform:rotate(90deg)}.modal__arrow-container:last-of-type{right:16px}.modal__arrow-container:last-of-type .modal__arrow{transform:rotate(-90deg)}.modal__arrow{height:24px;width:24px}.modal__counter{background-color:#000;border-radius:.25rem;bottom:1.5rem;color:#fff;left:50%;padding:.5rem 1rem;pointer-events:none;position:absolute;transform:translate(-50%);z-index:1000}.modal .swiper-pagination{bottom:0;left:calc(50% - .5rem);margin-bottom:.4375rem;transform:translate(-50%)}.modal .swiper-pagination span{outline:none}.modal .swiper-pagination-bullet-active{background:#363535!important}.modal .swiper-container{flex-direction:column;height:100%}.modal .product__singleImage,.modal .swiper-container,.modal .swiper-slide{align-items:center;display:flex;justify-content:center}.modal .product__singleImage{height:100%}.modal__pagination{align-items:center;display:flex;justify-content:space-between}@keyframes pagination-background{0%{background-color:#fff}to{background-color:#f9f7f6}}@keyframes pagination-image-out{0%{transform:translate(0)}to{transform:translate(-1000px)}}@media only screen and (min-width:1920px){.modal__image-wrapper{width:50%}}@media only screen and (max-width:768px){.modal__close{height:.9375rem;right:.9375rem;top:.9375rem;width:.9375rem}.modal__image-wrapper{max-height:28.125rem}}@media only screen and (max-width:576px){.modal{display:none}.modal__close{height:.9375rem;right:.9375rem;top:.9375rem;width:.9375rem}.modal__image-wrapper{max-height:17.6875rem}}.card{background-color:#fff;margin-bottom:1.5rem;padding:2.5rem 2rem;position:relative}.card,.card a,.card__title{text-decoration:none}.card__title{font-size:1rem;font-weight:600;margin:0;padding:0}.card__title a{display:inline-block;padding-bottom:1.5rem}.card__child-wrap{display:flex;flex-wrap:wrap}.card__child-title{margin-bottom:0;padding-bottom:1.5rem;text-decoration:none}@media only screen and (max-width:768px){.card__child-wrap{padding:0}}.breadcrumbs{padding-bottom:2rem}.breadcrumbs__list{align-items:center;display:flex;flex-wrap:nowrap;list-style:none;margin:0;overflow-x:auto;overflow-y:hidden;padding:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.breadcrumbs__list::-webkit-scrollbar{height:6px}.breadcrumbs__list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.breadcrumbs__list::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.breadcrumbs__list::-webkit-scrollbar-thumb:hover{background:#555}.breadcrumbs__list{scrollbar-color:#888 #f1f1f1;scrollbar-width:thin}.breadcrumbs__item{align-items:center;display:inline-flex;flex-shrink:0;white-space:nowrap}.breadcrumbs__link{margin-right:.8rem;text-decoration:none}.breadcrumbs__link:hover{color:#ca7181}.breadcrumbs__link:focus{outline:none}.breadcrumbs__link:focus-visible{outline:2px solid #363535;outline-offset:2px}.breadcrumbs__link--active{color:#9a9a9a;pointer-events:none}.breadcrumbs__separator{height:10px;margin-right:.8rem;width:6px}.brand-reference{margin-bottom:-2rem;margin-top:-2rem;position:relative}.brand-reference__link{color:inherit;display:block;position:relative;text-decoration:none}.brand-reference__link:focus{outline:none}.brand-reference__link:focus-visible{outline:2px solid #363535;outline-offset:4px}.brand-reference__image{display:block;width:100%}.brand-reference__image img{max-height:41.25rem;-o-object-fit:cover;object-fit:cover;width:100%}.brand-reference__content{background-color:#fff;border-bottom:1px solid #ccc;margin-left:auto;margin-right:2.5rem;min-height:6.25rem;padding:3rem;transform:translateY(-2.5rem);width:23.4375rem}.brand-reference__label{margin:0 0 .5rem}.brand-reference__title{align-items:center;display:flex;font-weight:600;justify-content:space-between;margin:0}.brand-reference__arrow{flex-shrink:0;height:1.3rem;transform:rotate(-90deg);width:2rem}@media only screen and (max-width:768px){.brand-reference__image img{aspect-ratio:1/1;max-height:none;-o-object-fit:cover;object-fit:cover}.brand-reference__content{margin-left:3rem;margin-right:1.5rem;width:calc(100% - 4.5rem)}}@media only screen and (max-width:576px){.brand-reference__content{margin-left:3rem;margin-right:1.5rem;width:calc(100% - 4.5rem)}.brand-reference__image img{max-height:25.6875rem}}.dropdown-overlay{background-color:#fff;box-sizing:border-box;display:none;height:calc(100vh - 158px);left:0;position:fixed;right:0;top:158px;width:100%;z-index:24}.dropdown-overlay.is-active{display:flex;flex-direction:column}@media only screen and (max-width:768px){.dropdown-overlay{height:calc(100vh - 142px);top:142px}}.dropdown-overlay-header{flex-shrink:0}.dropdown-overlay-header .dropdown-content{align-items:center;display:flex;justify-content:flex-end;padding-bottom:1.5rem;padding-top:1.5rem}.dropdown-overlay-scroll{flex:1;margin:0 auto;max-width:1440px;overflow-x:hidden;overflow-y:auto;padding:0 1.5rem 3rem}.dropdown-content{margin:0 auto;max-width:1440px;padding:0 1.5rem}.dropdown-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;flex-shrink:0;height:22px;padding:0;width:22px}.dropdown-close:focus{outline:none}.dropdown-close:focus-visible{outline:2px solid #363535;outline-offset:2px}.dropdown-close svg{display:block;height:100%;width:100%}.search-results{border-bottom:1px solid #ccc;margin-bottom:2rem;padding:2rem 0 1rem;position:relative;width:100%}.search-results .ais-Stats{width:100%}.search-results__text{align-items:center;display:flex;gap:2rem;justify-content:space-between;width:100%}.search-results__text>span{flex:0 0 auto;text-align:left}.search-results .pagination-container{display:flex;flex:1 1 auto;justify-content:flex-end;margin:0;padding:0}.search-results .pagination{margin:0;padding:0}.search-results--bottom{border-bottom:none;border-top:1px solid #ccc;margin-bottom:0;margin-top:2rem;padding-bottom:2rem}.search-bar-result{background-color:#f9f7f6}.search-bar-wrap .search-bar-icon{flex-shrink:0;height:1.7rem;width:1.7rem}.search-bar-wrap .search-bar-input-wrapper{align-items:center;background-color:#f9f7f6;display:flex;gap:1rem;max-width:600px;min-width:0;padding:0 1rem;width:100%}.search-bar-wrap .search-bar-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;border-radius:0;color:#363535;flex:1;font:inherit;min-width:0;padding:1rem 0;text-align:left}.search-bar-wrap .search-bar-input::-moz-placeholder{color:#ccc}.search-bar-wrap .search-bar-input::placeholder{color:#ccc}.search-bar-wrap .search-bar-input:focus{outline:none}.search-bar-wrap .search-bar-input:focus-visible{outline:none}@media only screen and (max-width:768px){.search-bar-result{height:calc(100vh - 142px);top:142px}.search-bar-result.is-active{z-index:99999}}.promotion-badges{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;left:1.25rem;position:absolute;top:1.25rem;z-index:3}.promotion-badges__new{background:#ca7181;color:#fff;padding-left:18px;padding-right:18px}.promotion-badges__new,.promotion-badges__sale-badge{align-items:center;border-radius:18px;display:flex;height:32px;justify-content:center;margin-right:1rem}.promotion-badges__sale-badge{background:#f9f7f6;color:#ca7181;padding-left:12px;padding-right:12px}@media only screen and (max-width:576px){.promotion-badges{left:1.5rem;top:1rem}.promotion-badges__new{height:32px;padding-left:15px;padding-right:15px}.promotion-badges__sale-badge{height:32px;white-space:nowrap}}.added{background-color:#363535cc;height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:all .5s ease-in-out;width:100vw;z-index:20}.added,.added__content{align-items:center;display:flex;justify-content:center}.added__content{background-color:#fff;border-radius:.3125rem;flex-direction:column;height:240px;overflow:hidden;padding:2rem;transform:scale(.8);transition:all .2s ease-in-out;transition-delay:.1s;width:240px}.added.is-active{opacity:1}.added.is-active .added__content{transform:scale(1)}.added__icon-row{align-items:center;display:flex;justify-content:center;padding-bottom:1.5rem}.added__icon{background-color:#22c55e;border-radius:50%;box-sizing:border-box;fill:#fff;height:3rem;padding:.5rem;width:3rem}.modal-backdrop{background-color:#36353500;height:100vh;left:0;position:fixed;top:0;transition:background-color .3s ease;width:100vw;z-index:100}.modal-backdrop--visible{background-color:#363535cc}.remove-modal{align-items:center;background-color:transparent;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .2s ease,visibility .2s ease,background-color .2s ease;visibility:hidden;width:100%;z-index:100}.remove-modal__content{background-color:#fff;max-width:700px;padding:2rem;transform:scale(.95);transition:transform .2s ease;width:90%}.remove-modal__title{margin-top:0;padding-top:0}.remove-modal__text{margin:0 0 2rem}.remove-modal__actions{display:flex;gap:2rem}@media only screen and (max-width:576px){.remove-modal__actions{flex-direction:column;gap:1rem}.remove-modal__btn{width:100%}}.remove-modal.is-active{background-color:#363535cc;opacity:1;visibility:visible}.remove-modal.is-active .remove-modal__content{transform:scale(1)}.product-category-page__header{max-width:66%;padding-bottom:3rem;padding-top:3rem}.product-category-page__products-section{width:100%}.product-category-page__content{padding:3rem 0;width:100%}.product-category-page__content ol+h2,.product-category-page__content p+h2,.product-category-page__content ul+h2{padding-top:3rem}@media only screen and (max-width:1200px){.product-category-page__header{max-width:100%}}.article-page__header-image{margin-bottom:3rem}.article-page__date{display:block;padding-bottom:1.5rem}.article-listing__content{display:grid;gap:2rem;grid-template-columns:2fr 3fr}@media only screen and (max-width:768px){.article-listing__content{grid-template-columns:1fr}}.article-listing__sidebar{align-self:flex-start;max-height:calc(100vh - 186px);overflow-y:auto;position:sticky;top:186px}@media only screen and (max-width:768px){.article-listing__sidebar{display:none}}.article-listing__accordion section{padding-bottom:3rem;scroll-margin-top:186px}.article-listing__accordion section:last-child{padding-bottom:0}.article-listing__accordion ul{list-style:none;margin:0;padding:0}.article-listing__accordion li{margin-bottom:1rem}.article-listing__accordion li:last-child{margin-bottom:0}.article-listing__additional-content{max-width:75%}@media only screen and (max-width:768px){.article-listing__additional-content{max-width:100%}}.article-listing__list{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:2rem}@media only screen and (max-width:576px){.article-listing__list{grid-template-columns:1fr}}.article-listing__item{margin-bottom:0;text-decoration:none}.article-listing__item>a{display:block;width:100%}.article-listing__item-img{height:16.875rem;margin:0;overflow:hidden;width:100%}.article-listing__item-img div{height:100%;width:100%}.article-listing__item-img img{height:100%;-o-object-fit:cover;object-fit:cover;vertical-align:bottom}.article-listing__item-text{background-color:#fff;display:flex;flex-direction:column;height:15.3rem;justify-content:center;padding:2rem 1rem 2.5rem;text-align:center;width:100%}.article-listing__item-title{font-size:1.375rem;margin-top:2rem;text-align:center}.article-link,.category-link{align-items:center;display:flex;justify-content:space-between;padding:1rem 1.5rem;text-decoration:none}.article-link svg,.category-link svg{fill:currentColor;flex-shrink:0;height:1.5rem;transform:rotate(-90deg);width:1.5rem}.category-nav{list-style:none;margin:0;padding:0}.category-nav li{margin-bottom:1rem}.category-link{background-color:#ca7181;color:#fff}.category-link:hover{opacity:.9}.article-link{background-color:#fff;color:inherit}.article-link:hover{background-color:#f5f5f5}.hero-slider{clip-path:inset(0 -100vw 0 0);overflow:visible!important}.hero-slider .swiper-container,.hero-slider .swiper-slide{cursor:none!important}.hero-slider .swiper-wrapper{cursor:none}@media only screen and (max-width:768px){.hero-slider .swiper-container{cursor:grab!important}.hero-slider .swiper-slide{cursor:pointer!important}.hero-slider .swiper-wrapper{cursor:grab!important}.hero-slider{clip-path:none}}.hero-slider .swiper-container{box-sizing:border-box;margin:0!important;padding:0!important;width:100%}.hero-slider .swiper-wrapper{margin:0!important;padding:0!important;width:-moz-fit-content!important;width:fit-content!important}.hero-slider .swiper-wrapper:after{content:"";display:block;flex-shrink:0;height:1px;width:calc(100vw - 100%)}.hero-slider .swiper-slide{width:auto!important}.hero-slider-item{display:flex;flex-direction:column;flex-shrink:0;height:100%;text-decoration:none;width:600px!important}.hero-slider-item__img{aspect-ratio:1/1;height:600px;overflow:hidden;width:100%!important}.hero-slider-item__img img,.hero-slider-item__img picture{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero-slider-item__img img[role=presentation]{height:100%!important}.hero-slider-item__text{background-color:#fff;padding:1.5rem;text-decoration:none}.hero{background-color:#f9f7f6;padding-bottom:3rem;width:100%}.hero__simple-layout h1{margin-bottom:3rem;margin-top:0}.hero__image-layout{position:relative}.hero__slider-layout{display:grid;gap:3rem;grid-template-columns:1fr 1fr}.hero__text{max-width:670px;min-width:0;padding-right:3rem;padding-top:6rem}.hero__slider{min-width:0;overflow:visible;position:relative;z-index:3}.hero__headline{margin-bottom:3rem;margin-top:0}@media only screen and (max-width:1200px){.hero__slider-layout{gap:0;grid-template-columns:1fr;padding-top:0}.hero__text{max-width:none;padding-top:0;width:100%}.hero__slider{max-width:100%}.hero__spacing{position:relative;width:100%}}@media only screen and (max-width:576px){.hero-slider-item{max-width:600px!important;width:calc(100vw - 2rem)!important}.hero-slider-item__img{aspect-ratio:1/1;height:auto}}.brands-list{display:flex;flex-direction:column;gap:1.5rem}.brands-card{background-color:#fff;padding:1.5rem}@media only screen and (max-width:768px){.brands-card{padding:1rem}}.brands-card__content{display:flex;gap:2rem}@media only screen and (max-width:768px){.brands-card__content{flex-direction:column;gap:1rem}}.brands-card__title-wrapper{flex:0 0 auto;width:33.33%}@media only screen and (max-width:768px){.brands-card__title-wrapper{flex:auto;width:100%}}.brands-card__title{font-size:1rem;font-weight:600;margin:0;padding:0}.brands-card__title a{text-decoration:none}.brands-card__links{display:grid;flex:1 1 auto;gap:1rem;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:1200px){.brands-card__links{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){.brands-card__links{flex:auto;grid-template-columns:1fr}}.brands-card__link{text-decoration:none}.footer{background-color:#fff;padding-top:6rem}.footer__content{margin:0 auto;max-width:1440px;padding:0 1.5rem}.footer__columns{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem}.footer-column__headline{border-bottom:1px solid #f6ecea;margin-bottom:1.5rem;margin-top:0;padding-bottom:.5rem}.footer-column__item{display:block;padding:.3rem 0;text-decoration:none}.footer-column__item:hover{color:#ca7181}.footer-social{display:flex;gap:2rem;justify-content:center;padding-bottom:3rem}.footer-social__link svg{height:35px;width:35px}.footer-copyright{background-color:#f6ecea;padding:.5rem 0;width:100%}.footer-copyright__content{margin:0 auto;max-width:1440px;padding:0 1.5rem;text-align:center}.footer-copyright__content a,.footer-copyright__content p{margin:0}@media only screen and (max-width:1200px){.footer__columns{gap:4rem;grid-template-columns:repeat(2,1fr)}.footer{margin-bottom:0;padding-top:4rem}}@media only screen and (max-width:768px){.footer__content{padding:0 1rem}.footer__columns{grid-template-columns:1fr}.footer-social{gap:1.5rem;justify-content:center}.footer-copyright__content{padding:0 1rem}.footer-copyright__content a,.footer-copyright__content p{padding-bottom:1rem;padding-top:1rem}}.header-wrapper{background-color:#fff;height:162px;left:0;position:fixed;top:0;width:100%;z-index:20}.header{align-items:center;background-color:#fff;display:flex;gap:1.5rem;height:110px;margin:0 auto;max-width:1440px;padding:0 1.5rem}.header.is-routing{pointer-events:none}.header__logo{display:flex;flex:0 0 auto}.header__logo svg{display:block;height:55px;width:112px}.header__search{flex:1 1 auto;margin:0 auto;max-width:600px;min-width:0}.header__nav{flex:0 0 auto}.nav{display:inline-flex;flex-direction:column;height:110px}.nav__list{height:100%;justify-content:flex-end}.nav__list,.nav__list-item{align-items:center;display:flex;list-style:none;margin:0;padding:0}.nav__list-item{position:relative}.nav__list-item:first-child .nav__item{padding-left:0}.nav__submenu,.nav__submenu__featured{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.nav__item{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:1rem;font-weight:inherit;height:100%;line-height:inherit;margin:0;padding:0 0 0 2rem;text-decoration:none;text-transform:none}.nav__item span{color:#000;position:relative}.nav__item.is-active span,.nav__item.nuxt-link-active span{color:#ca7181}.nav__item.is-active span:after{width:100%}.nav__item span:after{background-color:#ca7181;bottom:-2px;content:"";height:2px;position:absolute;right:0;transition:.3s ease-in-out;width:0}.nav__item:hover span:after{left:0;width:100%}.nav-dropdown.is-routing{pointer-events:none!important}.nav-dropdown__grid{align-items:start;display:grid;gap:0;grid-auto-rows:auto;grid-template-columns:1fr 1fr;margin:0;padding:0}.nav-dropdown__section{min-height:0;padding-bottom:1.5rem}.nav-dropdown__section:first-child{padding-right:3rem}.nav-dropdown__section:nth-child(2){padding-left:3rem;position:relative}.nav-dropdown__section:nth-child(2):before{background-color:#ccc;content:"";height:100%;left:0;position:absolute;top:0;width:1px}.nav-dropdown__section:nth-child(2) h2{padding-left:0}.nav-dropdown__headline{font-size:1.25rem;font-weight:500;margin:0 0 1.5rem;padding-left:0}.nav-dropdown__links{display:flex;flex-wrap:wrap;list-style:none;margin:-.75rem 0 0;padding:0}.nav-dropdown__link{list-style:none;margin:0;padding:0;width:50%}.nav-dropdown__link a{color:#000;display:block;padding:.75rem 3rem .75rem 0;position:relative;text-decoration:none}.nav-dropdown__link a:after{background-color:#ca7181;bottom:.75rem;content:"";height:2px;left:0;position:absolute;transition:.3s ease-in-out;width:0}.nav-dropdown__link a.is-active{color:#ca7181}.nav-dropdown__link a:hover:after{width:.9375rem}.header__basket{flex:0 0 auto;position:relative}.header__basket-button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:#000;cursor:pointer;display:flex;font:inherit;gap:8px;height:110px;padding:0 1.5rem 0 0;position:relative;text-decoration:none}.header__basket-icon{display:none;height:30px;margin-right:-.8rem;position:relative;top:-3px;width:30px}.header__basket-label{display:inline}.header__basket-count{align-items:center;background-color:#ca7181;border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:500;height:29px;justify-content:center;min-width:29px;padding:0 6px;position:absolute;right:0;top:25px}.header__basket-dropdown{background-color:#fff;border:1px solid transparent;box-shadow:0 .25rem .5rem transparent;display:none;height:auto;opacity:0;padding-left:3rem;padding-right:3rem;position:absolute;right:0;top:calc(100% + 6px);transition:opacity .3s ease-in-out,visibility .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;visibility:hidden;width:500px;z-index:24}.header__basket-dropdown.is-active{border-color:#e5e1dc;box-shadow:0 .25rem .5rem #0000001a;display:block;opacity:1;visibility:visible}.header__basket-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem;margin-top:1.5rem}.header__basket-header h2{margin:0}.header__basket-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;flex-shrink:0;height:22px;padding:0;width:22px}.header__basket-close:focus{outline:none}.header__basket-close:focus-visible{outline:2px solid #000;outline-offset:2px}.header__basket-close svg{display:block;height:100%;width:100%}.header__basket-text{display:flex;justify-content:space-between;margin:0 0 1rem}.header__basket-text:nth-last-of-type(2){margin-top:3rem}.header__basket-link{display:flex;justify-content:space-between;margin-bottom:4rem;margin-top:2rem;width:100%}.header__basket-link svg{fill:#fff;height:.8125rem;transform:rotate(-90deg);transition:all .2s ease-in-out;width:1.1875rem}.header__basket-link:hover svg{transform:rotate(-90deg) translate(1rem)}.header__hamburger{background:none;border:none;cursor:pointer;display:none;flex:0 0 auto;flex-shrink:0;padding:0}.header__hamburger,.header__hamburger svg{height:30px;width:30px}.header__hamburger:focus{outline:none}.header__hamburger:focus-visible{outline:2px solid #000;outline-offset:2px}.simple-basket-wrap{max-height:18.75rem;overflow-y:auto;padding-bottom:4.5rem;position:relative}.simple-basket-item{align-items:flex-start;border-bottom:1px solid hsla(0,0%,60%,.3);border-top:1px solid hsla(0,0%,60%,.3);display:flex;height:auto;padding:2rem 3rem 2rem 0}.simple-basket-item__img{flex-shrink:0;height:7.1875rem;margin-right:1.5rem;width:7.1875rem}.simple-basket-item__content{flex:1;min-width:0}.simple-basket-item__brand,.simple-basket-item__name,.simple-basket-item__price,.simple-basket-item__quantity{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-highlight-wrapper{display:flex;flex-wrap:wrap;gap:0;list-style:none;margin:0;padding:0;width:100%}.nav-highlight-wrapper>li{display:flex;width:50%}.nav-highlight-wrapper>li:first-child{padding-right:1rem}.nav-highlight-wrapper>li:nth-child(2){justify-content:flex-end;padding-left:1rem}.nav-highlight-wrapper>li:nth-child(2) .nav-highlight{align-items:flex-end}.nav-highlight-wrapper>li:nth-child(2) .nav-highlight .nav-highlight__img{margin-left:auto;margin-right:0}.nav-highlight-wrapper>li:nth-child(2) .nav-highlight .nav-highlight__subject,.nav-highlight-wrapper>li:nth-child(2) .nav-highlight .nav-highlight__text{margin-left:auto;text-align:left}.nav-highlight{box-sizing:border-box;display:flex;flex-direction:column;padding:0;position:relative;text-decoration:none;width:100%}.nav-highlight__img{display:block;height:auto;margin-bottom:1rem;max-width:320px;width:100%}.nav-highlight__subject{font-size:1rem;margin:0;max-width:320px;width:100%}.nav-highlight__text{margin:0;max-width:320px;padding-bottom:3rem;width:100%}.header.is-routing,.nav__item.is-routing{pointer-events:none!important}@media only screen and (max-width:1200px){.nav-dropdown__links{flex-direction:column;flex-wrap:nowrap}.nav-dropdown__link{padding-right:0;width:100%}}@media only screen and (max-width:768px){.header-wrapper{height:142px}.header{gap:1rem;height:90px;padding:0 1rem}.header__logo{flex:0 0 auto}.header__logo svg{height:55px;width:112px}.header__basket-label{display:none}.header__basket-icon{display:block}.header__basket-button{height:90px}.header__basket-count{top:15px}.header__hamburger{display:block}.nav__list-item>.nav__item{display:none}.nav-dropdown{max-height:calc(100vh - 142px);top:142px}.nav-dropdown__content{padding:0 1rem 3rem}.nav-dropdown__grid{gap:0;grid-template-columns:1fr}.nav-dropdown__section:first-child,.nav-dropdown__section:nth-child(2){padding-left:0;padding-right:0}.nav-dropdown__section:nth-child(2):before{display:none}.nav-dropdown__links{flex-direction:column;flex-wrap:nowrap}.nav-dropdown__link{padding-right:0;width:100%}.nav-highlight{width:100%}.nav-highlight:first-of-type:before{display:none}.nav-highlight:nth-of-type(2){align-items:flex-start}.nav-highlight:nth-of-type(2) .nav-highlight__img,.nav-highlight:nth-of-type(2) .nav-highlight__subject,.nav-highlight:nth-of-type(2) .nav-highlight__text{margin-left:0}}.mobile-nav{height:calc(100vh - 142px);overflow-y:auto;top:142px;z-index:100}.mobile-nav.is-active{display:block}.mobile-nav__close{position:fixed;right:1.5rem;top:calc(142px + 1.5rem);z-index:102}.mobile-nav__main{padding:4rem 1.5rem 2rem}.mobile-nav__list{list-style:none;margin:0 0 2rem;padding:0}.mobile-nav__item{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-bottom:1px solid #ccc;color:#000;cursor:pointer;display:flex;font-size:1.125rem;justify-content:space-between;padding:1rem 0;text-align:left;text-decoration:none;width:100%}.mobile-nav__item svg{height:16px;transform:rotate(-90deg);width:16px}.mobile-nav__item:hover{color:#ca7181}.mobile-nav__promotions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.mobile-nav__promotions .nav-highlight{flex:1 1 calc(50% - .5rem);min-width:0}.mobile-nav__promotions .nav-highlight__img{margin-left:0;margin-right:0;max-width:none;width:100%}.mobile-nav__promotions .nav-highlight__subject,.mobile-nav__promotions .nav-highlight__text{max-width:none;width:100%}.mobile-nav__promotions .nav-highlight:nth-of-type(2){align-items:flex-start}.mobile-nav__promotions .nav-highlight:nth-of-type(2) .nav-highlight__img,.mobile-nav__promotions .nav-highlight:nth-of-type(2) .nav-highlight__subject,.mobile-nav__promotions .nav-highlight:nth-of-type(2) .nav-highlight__text{margin-left:0}@media(max-width:576px){.mobile-nav__promotions{flex-direction:column;gap:0}.mobile-nav__promotions .nav-highlight{flex:1 1 100%}.mobile-nav__promotions .nav-highlight__img{margin-left:0;margin-right:0;max-width:none;width:100%}.mobile-nav__promotions .nav-highlight__subject,.mobile-nav__promotions .nav-highlight__text{max-width:none;width:100%}}.mobile-nav__promotion-headline{color:#000;font-size:1rem;font-weight:500;margin:0 0 1rem;width:100%}.mobile-nav__submenu{background-color:#fff;height:calc(100vh - 142px);left:-100%;overflow-y:auto;padding:1.5rem 1.5rem 2rem;position:fixed;top:142px;transition:left .3s ease-in-out;width:100%;z-index:101}.mobile-nav__submenu.is-active{left:0}.mobile-nav__submenu-header{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:#000;cursor:pointer;display:flex;font-size:1.5rem;font-weight:500;gap:1rem;margin:0 0 2rem;padding:0;text-align:left;width:100%}.mobile-nav__submenu-header:focus{outline:none}.mobile-nav__submenu-header:focus-visible{outline:2px solid #000;outline-offset:2px}.mobile-nav__submenu-back-arrow{flex-shrink:0;height:22px;transform:rotate(90deg);width:22px}.mobile-nav__submenu-list{list-style:none;margin:0;padding:0}.mobile-nav__submenu-list li{border-bottom:1px solid #ccc}.mobile-nav__submenu-list a{color:#000;display:block;font-size:1rem;padding:1rem 0;text-decoration:none}.mobile-nav__submenu-list a.is-active,.mobile-nav__submenu-list a:hover{color:#ca7181}@media(min-width:769px){.mobile-nav{display:none!important}}.main-content-wrapper{background-color:#f9f7f6;margin:0 auto;max-width:1440px;min-height:75vh;padding:186px 1.5rem 6rem}@media only screen and (max-width:1200px){.main-content-wrapper{padding-bottom:4rem}}@media only screen and (max-width:768px){.main-content-wrapper{padding-left:1rem;padding-right:1rem;padding-top:158px}}.error-page[data-v-66077a7e]{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.error-page__content[data-v-66077a7e]{max-width:600px;text-align:center}.error-page h1[data-v-66077a7e]{color:#ca7181;font-size:6rem;margin-bottom:1rem}.error-page p[data-v-66077a7e]{color:#636363;font-size:1.5rem;margin-bottom:2rem}
