.b-feedback-form__fields{display:flex;flex-direction:column;gap:1.6rem}.b-feedback-form__fields--hidden,.b-feedback-form__info--hidden{display:none}.b-input-file{display:flex;flex-direction:column;gap:.2rem}.b-input-file__label{align-items:center;border:.1rem solid var(--color-grey-2);display:flex;gap:.4rem;justify-content:center;padding:1.2rem .8rem;position:relative;width:20.4rem}.b-input-file__label:focus-within,.b-input-file__label:hover{border-color:var(--color-grey)}.b-input-file__field{cursor:pointer;inset:0;opacity:0;position:absolute;z-index:2}.b-input-file__accept{color:var(--color-darkgrey-2);margin-top:.6rem}.b-input-file__label-name{color:var(--color-dark);line-height:1}.b-input-file__label-text{color:var(--color-dark)}.b-input-file__label-icon{color:var(--color-darkgrey-2);display:flex}.b-input-file__files{display:flex;flex-direction:column;gap:.6rem;margin-top:.6rem}.b-input-file__file{align-items:center;display:flex;gap:.2rem}.b-input-file__file-name{color:#4a5254;font-size:1.4rem;line-height:1.57}.b-input-file__file-remove{color:var(--color-grey);display:flex}.b-input-file--full,.b-input-file--full .b-input-file__label{width:100%}.b-input-file--justify-start .b-input-file__label{justify-content:flex-start}.b-input-file--no-top-border .b-input-file__label{border-top:.1rem solid transparent}.b-input-file--grey-label .b-input-file__label-text{color:var(--color-darkgrey-2)}.b-input-file--small-label .b-input-file__label-text{font-size:clamp(1.2rem,1.2rem + (1.4 - 1.2) * (100vw - 41rem)/(144 - 41),1.4rem);line-height:1.57}.b-textarea{display:flex;flex-direction:column;gap:.2rem}.b-textarea__input-wrapper{position:relative}.b-textarea__max-length{bottom:1rem;position:absolute;right:1rem}.b-textarea__field{border:.1rem solid var(--color-grey-2);caret-color:var(--color-secondary);color:var(--color-black);min-height:9.6rem;overflow:hidden;padding:1.2rem 1.6rem;transition:border-color var(--base-transition);width:max(100%,18rem)}.b-textarea__field::-moz-placeholder{color:var(--color-darkgrey-2)}.b-textarea__field::placeholder{color:var(--color-darkgrey-2)}.b-textarea__field:focus,.b-textarea__field:hover{border-color:var(--color-grey)}.b-textarea__field:focus{outline:none}.b-textarea--no-bottom-border .b-textarea__field{border-bottom:.1rem solid transparent}.b-textarea--no-border .b-textarea__field{border:none}.b-textarea--shorter .b-textarea__field{min-height:6.6rem;padding:0}.b-textarea--tiny .b-textarea__field{min-height:0;padding:0}.b-select{display:flex;flex-direction:column;gap:.2rem}.b-select--slim .b-select__button{padding:.3rem .8rem .3rem 1.2rem}.b-select--slim .b-select__body{top:2.7rem}@media screen and (min-width:1024px){.b-select--slim .b-select__body{top:3rem}}.b-select--slim .b-select__list{padding:0 1.2rem .5rem}.b-select--hidden{display:none}.b-select__field{position:relative}.b-select__button{align-items:center;border:.1rem solid var(--color-grey-2);display:flex;gap:1.2rem;padding:.7rem 1.2rem .7rem 1.6rem;width:100%}.b-select__button--open .b-select__arrow{transform:rotate(180deg)}.b-select__button:focus{outline:none}.b-select__label-wrapper{display:block;flex-grow:1;max-width:100%;overflow:hidden}.b-select__label{color:var(--color-darkgrey-2);display:block;width:-moz-max-content;width:max-content}.b-select__label.selected{color:var(--color-black)}.b-select__arrow{color:var(--color-primary);display:flex;flex-shrink:0;transition:transform var(--base-transition)}.b-select__body{left:0;overflow:hidden;position:absolute;top:3.8rem;transition:max-height var(--base-transition);width:100%;z-index:1}.b-select__body::-webkit-scrollbar{width:.4rem}.b-select__body::-webkit-scrollbar-track{background:transparent}.b-select__body::-webkit-scrollbar-thumb{background-color:var(--color-grey-2);border-radius:.8rem}.b-select__list{background-color:var(--color-body);border:.1rem solid var(--color-grey-2);border-top:.1rem solid transparent;display:grid;gap:.8rem;padding:0 1.6rem 1.2rem}.b-select__item,.b-select__subitem{cursor:pointer;transition:color var(--base-transition)}.b-select__item--active,.b-select__item--selected,.b-select__item:hover,.b-select__subitem--active,.b-select__subitem--selected,.b-select__subitem:hover{color:var(--color-primary)}.b-select__item--disabled,.b-select__subitem--disabled{color:var(--color-light);pointer-events:none}.b-select__group-header{align-items:center;cursor:pointer;display:flex;gap:1rem}.b-select__subitems{display:none;font-size:clamp(1.2rem,1.2rem + (1.4 - 1.2) * (100vw - 41rem)/(144 - 41),1.4rem);line-height:1.57;padding-left:3rem}.b-select__subitems.active{display:block}.b-select__group-arrow{transition:transform .3s ease}.b-select__group-arrow svg{transform:rotate(-90deg)}.b-select__group-arrow.opened svg{transform:rotate(0deg)}.b-select--relative-body .b-select__body{position:relative;top:-.1rem}.b-location-choice{background-color:var(--color-white);min-width:23.8rem}@media screen and (min-width:414px){.b-location-choice{min-width:32.6rem}}@media screen and (min-width:768px){.b-location-choice{min-width:62.4rem}}.b-location-choice__title{margin-bottom:3rem}.b-location-choice__search{margin-bottom:1.6rem;max-width:40.5rem}.b-location-choice__define{color:var(--color-darkblue);margin-bottom:3rem}.b-location-choice__define>div{display:flex;gap:.8rem}.b-location-choice__define>div>span{align-items:center;display:flex}.b-location-choice__items{align-content:baseline;display:grid;gap:.8rem 2.2rem;grid-template-columns:1fr 1fr;height:32.2rem;overflow-y:auto}.b-location-choice__items::-webkit-scrollbar{width:.4rem}.b-location-choice__items::-webkit-scrollbar-track{background:transparent}.b-location-choice__items::-webkit-scrollbar-thumb{background-color:var(--color-grey-2);border-radius:.8rem}.b-location-choice__item{cursor:pointer;display:none}.b-location-choice__item:hover{color:var(--color-darkblue)}.b-location-choice__item--active{display:block}.b-location-choice__item--current{color:var(--color-grey);pointer-events:none}.b-location-choice__item--current:hover{color:unset}.b-to-top{background-color:var(--color-dark);border-radius:50%;bottom:4rem;display:none;height:4rem;place-items:center;position:fixed;right:var(--padding-x);transform:rotate(180deg);transition:all .4s ease;width:4rem;z-index:10}.b-to-top,.b-to-top:active,.b-to-top:visited{color:var(--color-body)}.b-to-top:hover{background-color:var(--color-darkgrey-3)}.b-to-top:focus{background-color:var(--color-black)}.b-to-top.show{display:grid}.b-to-top path{fill:var(--color-white)}.b-preloader{display:grid;gap:.2rem;grid-template-columns:1fr 1fr;height:2.4rem;width:2.4rem}.b-preloader span{background-color:var(--color-primary);display:block}.b-preloader span:first-child,.b-preloader span:nth-child(4){animation:fade 2s var(--base-transition-fn) infinite}.b-preloader span:nth-child(2),.b-preloader span:nth-child(3){animation:fade 2s var(--base-transition-fn) 1s infinite}.b-preloader--hidden{display:none}@keyframes fade{0%{background-color:var(--color-primary)}50%{background-color:var(--color-lightgrey-2)}to{background-color:var(--color-primary)}}.b-video-poster{position:relative}.b-video-poster__video{max-height:354px;position:relative;z-index:100}.b-video-poster__video-element--video{-o-object-fit:cover;object-fit:cover}.b-video-poster__poster{bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;z-index:200}.b-video-poster__poster--hidden{opacity:0;pointer-events:none}.b-video-poster__play-logo{--color:hsla(0,0%,100%,.8);border:.1rem solid var(--color);border-radius:50%;color:var(--color);display:grid;height:6.4rem;left:50%;place-items:center;position:absolute;top:50%;transform:translate(-50%,-50%);width:6.4rem;z-index:1}.b-video-poster__poster-element{-o-object-fit:cover;object-fit:cover}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.b-slider-section--white-nav .b-slider-section__nav{background-color:var(--color-body);box-shadow:0 1px 4px 0 rgba(0,0,0,.122);color:var(--color-darkgrey-2)}.b-slider-section--tr-nav .b-slider-section__nav{background-color:transparent;border:.1rem solid var(--color-grey);color:var(--color-grey)}.b-slider-section--tr-nav .b-slider-section__nav:hover{background-color:var(--color-grey);color:var(--color-body)}.b-slider-section--slide-fit .b-slider-section__slide{width:-moz-max-content;width:max-content}.b-slider-section--catalog-section{margin-top:clamp(4.8rem,4.8rem + (9.6 - 4.8)*(100vw - 41rem)/(144 - 41),9.6rem)}.b-slider-section--header-search .b-slider-section__header{margin-bottom:1.2rem}.b-slider-section--header-search .b-slider-section__title{font-size:clamp(1.6rem,1.6rem + (1.8 - 1.6) * (100vw - 41rem)/(144 - 41),1.8rem);line-height:1.44}.b-slider-section__empty{color:var(--color-darkgrey-2)}.b-slider-section__header{align-items:center;display:flex;gap:3rem;margin-bottom:clamp(1.6rem,1.6rem + (4 - 1.6)*(100vw - 41rem)/(144 - 41),4rem)}.b-slider-section__title{color:var(--color-dark);flex-grow:1}.b-slider-section__controls{align-items:center;display:flex;flex-shrink:0;gap:2.4rem}.b-slider-section hr{background-color:var(--color-lightgrey);border:0;color:var(--color-lightgrey);height:.1rem;margin-bottom:clamp(4.8rem,4.8rem + (8 - 4.8)*(100vw - 41rem)/(144 - 41),8rem);margin-top:1rem}.b-slider-section__link{--color:var(--color-light);border-bottom:.1rem dashed var(--color);color:var(--color);display:inline-block;font-size:clamp(1.2rem,1.2rem + (1.4 - 1.2) * (100vw - 41rem)/(144 - 41),1.4rem);font-size:clamp(1.4rem,1.4rem + (1.6 - 1.4) * (100vw - 41rem)/(144 - 41),1.6rem);line-height:1.57;line-height:1.5;transition:var(--base-transition);transition-property:color,border-bottom-color}.b-slider-section__link:active,.b-slider-section__link:visited{color:var(--color)}.b-slider-section__link--active,.b-slider-section__link:focus,.b-slider-section__link:hover{--color:var(--color-primary)}.b-slider-section__link:focus{border-color:transparent;outline:none}@media(width < 540px){.b-slider-section__link--mob-hide{display:none}}.b-slider-section__nav-container{align-items:center;display:none;gap:1.2rem}@media screen and (min-width:540px){.b-slider-section__nav-container{display:flex}}.b-slider-section__nav-container--mini svg{height:.5rem;width:auto}.b-slider-section__nav{background-color:var(--color-grey-2);border-radius:50%;color:var(--color-body);display:grid;height:3.2rem;place-items:center;transition:var(--base-transition);transition-property:background-color;width:3.2rem}.b-slider-section__nav:hover{background-color:var(--color-dark)}.b-slider-section__nav--disabled{cursor:default;opacity:.6}.b-slider-section__nav--disabled:hover{background-color:var(--color-grey-2)}.b-slider-section__nav--prev{transform:rotate(90deg)}.b-slider-section__nav--next{transform:rotate(270deg)}.b-slider-section__slider{overflow:hidden;position:relative}@media(width < 540px){.b-slider-section__slider--mob-space-r{width:calc(100% + var(--padding-x))}}.b-slider-section__slide{width:-moz-fit-content;width:fit-content}.b-slider-section__slide>iframe{height:clamp(21rem,21rem + (35.4 - 21)*(100vw - 41rem)/(144 - 41),35.4rem);max-width:100%}.b-slider-section .swiper-wrapper.b-slider-section__slider-wrapper{height:auto}.b-slider-section__link-mobile{margin-top:2.4rem}@media screen and (min-width:540px){.b-slider-section__link-mobile{display:none}}.b-slider-section__bullets{align-items:center;display:flex;gap:.8rem;justify-content:center;margin-top:1.6rem}@media screen and (min-width:540px){.b-slider-section__bullets{display:none}}.b-slider-section__bullet{border:.1rem solid rgba(0,48,87,.5);border-radius:50%;cursor:pointer;display:block;height:.6rem;transition:background-color var(--base-transition);width:.6rem}.b-slider-section__bullet--active,.b-slider-section__bullet:hover{background-color:var(--color-primary);border-color:var(--color-primary)}.b-slider-section--search-header-section .b-slider-section__header{margin-bottom:1.7rem}.b-slider-section--search-header-section .b-slider-section__title{color:var(--color-black3);font-size:clamp(1.6rem,1.6rem + (1.8 - 1.6) * (100vw - 41rem)/(144 - 41),1.8rem);line-height:1.44}.b-slider-section--search-header-section .b-slider-section__nav{height:2.8rem;width:2.8rem}.b-slider-section--search-header-section .b-slider-section__nav-container{gap:.8rem}.b-product-card{height:100%;position:relative}.b-product-card__product-wrapper{display:flex;flex-direction:column;gap:1.6rem}@media screen and (min-width:768px){.b-product-card{max-width:17.6rem}}@media screen and (min-width:1024px){.b-product-card{max-width:21.4rem;width:21.4rem}}.b-product-card:hover img{transform:scale(1.05)}.b-product-card:hover .b-product-card__more{text-decoration:none}.b-product-card:focus .b-product-card__title,.b-product-card:hover .b-product-card__title{--color:var(--color-secondary)}.b-product-card:focus .b-product-card__top-attributes,.b-product-card:hover .b-product-card__top-attributes{transform:translateY(0)}.b-product-card__more{font-size:clamp(1.2rem,1.2rem + (1.4 - 1.2) * (100vw - 41rem)/(144 - 41),1.4rem);line-height:1.57;margin-top:.5rem;text-decoration:underline;text-underline-offset:.2em;transition:-webkit-text-decoration var(--base-transition);transition:text-decoration var(--base-transition);transition:text-decoration var(--base-transition),-webkit-text-decoration var(--base-transition)}.b-product-card__more,.b-product-card__more:active,.b-product-card__more:visited{color:var(--color-secondary)}.b-product-card__more:hover{text-decoration:none}.b-product-card__image-container{aspect-ratio:1/1;display:flex;height:auto;max-height:17.6rem;overflow:hidden;position:relative;width:100%}.b-product-card__image-container img{height:100%;-o-object-fit:none;object-fit:none;transition:transform var(--base-transition);width:100%}@media screen and (min-width:540px){.b-product-card__image-container img{-o-object-fit:cover;object-fit:cover}}@media screen and (min-width:1024px){.b-product-card__image-container{max-height:21.4rem}}.b-product-card__tags{display:flex;flex-flow:column nowrap;left:.8rem;position:absolute;row-gap:.8rem;top:.8rem}@media screen and (min-width:768px){.b-product-card__tags{left:1.6rem;top:1.6rem}}.b-product-card__tag{width:-moz-fit-content;width:fit-content}.b-product-card__image{height:100%;width:100%}.b-product-card__title{--color:var(--color-primary);color:var(--color);font-size:clamp(1.4rem,1.4rem + (1.6 - 1.4) * (100vw - 41rem)/(144 - 41),1.6rem);transition:color var(--base-transition)}.b-product-card__title:active,.b-product-card__title:visited{color:var(--color)}.b-product-card__collection{color:var(--color-grey);font-size:clamp(1.2rem,1.2rem + (1.4 - 1.2) * (100vw - 41rem)/(144 - 41),1.4rem);line-height:1.57;text-transform:uppercase}.b-product-card__price{align-items:center;color:var(--color-light);display:flex;justify-content:flex-start;margin-top:.5rem}.b-product-card__price-value{margin-right:1rem}.b-product-card__upper-wrapper{display:flex;flex-flow:row nowrap;justify-content:space-between}.b-product-card__category{border:1px solid var(--color-darkgrey-2);color:var(--color-darkgrey-2);margin-bottom:.6rem;padding:.2rem .8rem;width:-moz-fit-content;width:fit-content}.b-product-card__top-control-wrapper{align-content:center;-moz-column-gap:.8rem;column-gap:.8rem;display:flex;flex-flow:row nowrap}.b-product-card__top-attributes{background:var(--color-black3-50a);bottom:0;color:var(--color-lightgrey);font-size:1.4rem;font-weight:500;line-height:1.57;padding:.3rem .8rem;position:absolute;transform:translateY(100%);transition:transform var(--base-transition);width:100%}.b-product-card__top-attribute-value{color:var(--color-white)}.b-product-card--horizontal{align-items:flex-start;flex-direction:column;max-width:29.6rem;width:auto}@media screen and (min-width:768px){.b-product-card--horizontal .b-product-card__product-wrapper{flex-direction:row}.b-product-card--horizontal .b-product-card__image-container{max-width:7.2rem}}.b-product-card--always-horizontal{width:auto}.b-product-card--always-horizontal .b-product-card__product-wrapper{align-items:flex-start;flex-direction:row}.b-product-card--always-horizontal .b-product-card__image-container{max-width:7.2rem}.b-product-card--always-horizontal .b-product-card__image-container img{-o-object-fit:cover;object-fit:cover}.b-product-card--hidden-button .b-product-card__more{display:none}.b-product-card--slider{width:100%}@media screen and (min-width:768px){.b-product-card--slider{max-width:14.9rem}}.b-product-card--slim{max-width:13.8rem;width:100%}.b-product-card--with-category .b-product-card__title{font-size:clamp(1.2rem,1.2rem + (1.4 - 1.2) * (100vw - 41rem)/(144 - 41),1.4rem);line-height:1.57}.b-product-card--large-image .b-product-card__image-container{height:11rem;max-width:11rem;min-width:11rem;width:11rem}.b-product-card--catalog-formats-modal .b-product-card__image-container{max-height:7.2rem;max-width:7.2rem}.b-product-card--catalog-formats-modal .b-product-card__image-container img{-o-object-fit:cover;object-fit:cover}.b-product-card--catalog-formats-modal .b-product-card__more{display:none}@media screen and (min-width:1366px){.b-product-card--catalog-viewed{max-width:40.9rem}}@media screen and (min-width:1920px){.b-product-card--catalog-viewed{max-width:29.6rem}}.b-product-card--catalog-viewed .b-product-card__category,.b-product-card--catalog-viewed .b-product-card__title{display:block;max-width:17rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:1366px){.b-product-card--catalog-viewed .b-product-card__category,.b-product-card--catalog-viewed .b-product-card__title{max-width:27.9rem}}@media screen and (min-width:1920px){.b-product-card--catalog-viewed .b-product-card__category,.b-product-card--catalog-viewed .b-product-card__title{max-width:17rem}}.b-product-card--catalog-products-modal{max-width:none;width:auto}.b-product-card--catalog-products-modal .b-product-card__image-container{max-height:none;min-width:15rem}@media screen and (min-width:1280px){.b-product-card--catalog-products-modal .b-product-card__image-container{min-width:auto}}.b-product-card--catalog-products-modal .b-product-card__image-container img{-o-object-fit:cover;object-fit:cover}.b-product-card--catalog-products-modal .b-product-card__more{display:none}.b-product-card--catalog-products-modal .b-product-card__title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b-product-card__attribute{color:var(--color-darkgrey-4)}.b-product-card--fit-content{width:-moz-fit-content;width:fit-content}.b-product-card--top-control-active-on-hover .b-product-card__top-control-wrapper{opacity:0;pointer-events:none;transition:opacity var(--base-transition)}.b-product-card--top-control-active-on-hover:hover .b-product-card__top-control-wrapper{opacity:1;pointer-events:all}.b-product-card--catalog-product{width:100%}.b-search-last-searched{display:flex;flex-flow:column nowrap;position:relative;row-gap:1.2rem}.b-search-last-searched__title-wrapper{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.b-search-last-searched__title{color:var(--color-black3);font-size:clamp(1.6rem,1.6rem + (1.8 - 1.6) * (100vw - 41rem)/(144 - 41),1.8rem);line-height:1.44}.b-search-last-searched__empty{color:var(--color-darkgrey-2);display:none}.b-search-last-searched__entries{display:flex;flex-flow:column nowrap;font-size:1.4rem;line-height:1.57;row-gap:.8rem}.b-search-last-searched__entries:empty{display:none}.b-search-last-searched__entries:empty+.b-search-last-searched__empty{display:block}.b-search-last-searched__entry{cursor:pointer}.b-search-last-searched__clear{color:var(--color-grey);cursor:pointer;font-size:1.4rem;line-height:1.57}.b-search-last-searched--list-page .b-search-last-searched__title{font-weight:500}.b-search-product-card{-moz-column-gap:1rem;column-gap:1rem;display:flex;flex-flow:row nowrap}.b-search-product-card__image-wrapper{position:relative;width:8rem}.b-search-product-card__tag{left:.6rem;max-width:calc(100% - 1.2rem);position:absolute;top:.4rem}.b-search-product-card__tag:hover .b-tooltip__content{display:block}.b-search-product-card--fitted .b-search-product-card__tag:hover .b-tooltip__content{display:none}.b-search-product-card__info-wrapper{display:flex;flex-flow:column nowrap;max-width:calc(100vw - 9rem - var(--padding-x)*2 - var(--scroll-w));overflow:hidden}@media screen and (min-width:414px){.b-search-product-card__info-wrapper{max-width:12.2rem}}.b-search-product-card__name{color:var(--color-black3)}.b-search-product-card__collection,.b-search-product-card__price{color:var(--color-darkgrey-4);font-size:1.4rem;line-height:1.57}.b-search-product-card__collection,.b-search-product-card__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b-search-product-card--archived{opacity:.5}.b-search-collection-card{display:flex;flex-flow:column nowrap;row-gap:.8rem}.b-search-collection-card__image-wrapper{position:relative;width:15.2rem}.b-search-collection-card__tag{left:.6rem;max-width:calc(100% - 1.2rem);position:absolute;top:.4rem}.b-search-collection-card__tag:hover .b-tooltip__content{display:block}.b-search-collection-card--fitted .b-search-collection-card__tag:hover .b-tooltip__content{display:none}.b-search-collection-card__info-wrapper{display:flex;flex-flow:column nowrap}.b-search-collection-card__name{color:var(--color-black3);font-size:1.4rem;line-height:1.57}.b-search-collection-card__count{color:var(--color-darkgrey-4);font-size:1.2rem;line-height:1.66}.b-search-collection-card--list-page .b-search-collection-card__image-wrapper{width:16.9rem}