@charset "UTF-8";
.product-status{position:relative;display:flex;align-items:center;gap:2px}@media screen and (min-width:1200px){.product-status{gap:0.2rem}}.product-status__item{font-size:0.75rem;font-weight:400;line-height:1.1;padding:4px 8px;color:#FFFFFF;border-radius:3px;display:inline-flex;align-items:center;min-height:21px}@media screen and (min-width:1200px){.product-status__item{font-size:0.7rem;font-weight:400;line-height:1.1}}@media screen and (min-width:1200px){.product-status__item{padding:0.35rem 0.5rem;min-height:1.55rem}}.product-status__item--new{background:var(--mainColor)}.product-status__item--hit{background:var(--secondaryColor)}.product-status__item--promotion{background:var(--label-1-1)}.wrapper_img{position:relative}.wrapper_img:before{position:absolute;z-index:5;display:flex;align-items:center;justify-content:center;width:70px;position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;font-family:"icomoon";font-size:30px;font-weight:400;line-height:1;color:inherit;height:70px;margin:auto;content:"";pointer-events:none;border-radius:50%;transition-duration:0.2s;background:rgba(255, 255, 255, 0.4)}@media screen and (min-width:1200px){.wrapper_img:before{font-size:1.7rem}}.spinner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;border:5px solid rgba(0, 0, 0, 0.1);border-top:5px solid #000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.params_product .form-wrapper{margin-bottom:0}.params_product .form-wrapper:not(:last-child){margin-bottom:12px}@media screen and (min-width:1200px){.params_product .form-wrapper:not(:last-child){margin-bottom:1.2rem}}.params_product .form-wrapper .fieldset-legend{font-size:0.875rem;font-weight:400;line-height:1.5;color:var(--grey-500)}@media screen and (min-width:1200px){.params_product .form-wrapper .fieldset-legend{font-size:0.85rem;font-weight:400;line-height:1.5}}.params_product .form-wrapper .fieldset-wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.params_product .form-wrapper .fieldset-wrapper>div{display:inline-flex;display:contents;flex-wrap:wrap;gap:5px}.params_product .form-wrapper .fieldset-wrapper>div .icon{display:none}.params_product .form-wrapper .fieldset-wrapper>div input:checked~.option{color:var(--whiteColor);background:var(--mainColor)}.params_product .form-wrapper .fieldset-wrapper>div input:disabled~.option{color:var(--grey-200);background:var(--grey-50)}.params_product .form-wrapper .fieldset-wrapper>div .option{font-size:1rem;font-weight:700;min-width:24px;margin:0;padding:3px;color:var(--mainColor);transition-duration:0.2s;border-radius:calc(var(--itemRadius) / 2);background:var(--primary-50)}@media screen and (min-width:1200px){.params_product .form-wrapper .fieldset-wrapper>div .option{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.params_product .form-wrapper .fieldset-wrapper>div .option{padding:0.45rem 0.95rem}}.params_product .form-wrapper .fieldset-wrapper>div .option .color-icon{position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;border-radius:50%;z-index:1}.params_product .form-wrapper .fieldset-wrapper>div .option .color-icon[style*="background-color: #FFFFFF"]{border:1px solid var(--grey-100)}.params_product .form-wrapper .fieldset-wrapper>div .option:hover{color:var(--whiteColor);background:var(--mainColor)}.params_product .form-wrapper .fieldset-wrapper>div .form-item{display:inline-flex;margin:0}.params_product .form-wrapper .fieldset-wrapper>div .form-item:nth-child(n+5){display:none}.params_product .form-wrapper .fieldset-wrapper.is-open>div .form-item{margin:0}.params_product .form-wrapper .fieldset-wrapper.is-open>div .form-item:nth-child(n+5){display:inline-flex}.params_product .form-wrapper:not(.basket-gp-colors) .fieldset-wrapper{align-items:flex-start;flex-direction:column}.params_product .form-wrapper .field-suffix{display:inline}.params_product .form-wrapper .field-suffix.is-active .js-params-btn{background:var(--primary-100)}.params_product .form-wrapper .field-suffix.is-active .js-params-btn:before{content:""}.params_product .form-wrapper .js-params-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer;border-radius:50%;background:var(--grey-100);transition-duration:0.2s}@media screen and (min-width:1200px){.params_product .form-wrapper .js-params-btn{width:1.5rem;height:1.5rem}}.params_product .form-wrapper .js-params-btn:before{content:"";font-family:"icomoon";font-size:16px;font-weight:400;line-height:1;color:inherit;color:var(--mainColor)}@media screen and (min-width:1200px){.params_product .form-wrapper .js-params-btn:before{font-size:1.2rem}}.params_product .basket-gp-colors .fieldset-wrapper .form-type-radio input:checked~.option:after{transform:scale(1)}.params_product .basket-gp-colors .fieldset-wrapper .form-type-radio .option{width:44px;height:44px;font-size:0;border-radius:50%}.params_product .basket-gp-colors .fieldset-wrapper .form-type-radio .option:after{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;content:"";transform:scale(0);border:1px solid var(--mainColor);transition-duration:0.2s;border-radius:50%}.product-teaser{height:100%;display:flex;flex-direction:column}.product-teaser__body{flex-grow:1;display:flex;flex-direction:column;background:var(--whiteColor)}@media (any-hover:hover){.product-teaser__body{position:relative}.product-teaser__body:before{content:"";position:absolute;z-index:-1;top:-0.25rem;bottom:-0.25rem;left:-0.25rem;right:-0.25rem;transition:0.3s;border-radius:10px;overflow:hidden;background:var(--whiteColor)}.product-teaser__body:hover:before{box-shadow:var(--shadow-Light-8-16)}}@media (any-hover:hover){.product-teaser__body.has-second-image .image{transition:0.3s}.product-teaser__body.has-second-image:hover .image-1{opacity:0}.product-teaser__body.has-second-image:hover .image-2{opacity:1}}.product-teaser__top{position:relative;z-index:1}.product-teaser__top .product-status{position:absolute;pointer-events:none;z-index:2;bottom:8px;left:8px}@media screen and (min-width:1200px){.product-teaser__top .product-status{bottom:0.6rem;left:0.6rem}}.product-teaser__image{position:relative;z-index:1;overflow:hidden}.product-teaser__image:before{content:"";display:block;padding:0 0 100%}.product-teaser__image .media{position:static}.product-teaser__image .image{position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none}.product-teaser__image .image.image-1{z-index:1}.product-teaser__image .image.image-2{z-index:2;opacity:0}.no-avail .product-teaser__image img{filter:grayscale(0.85);transition:0.3s}@media (any-hover:hover){.no-avail .product-teaser__image:hover img{filter:unset}}.product-teaser__image img{position:absolute;left:0;top:0;right:0;bottom:0;max-height:100%;width:auto;margin:auto}.product-teaser__link{position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;z-index:2;text-decoration:none}.product-teaser__like{position:absolute;z-index:2;top:4px;right:4px;display:flex}@media screen and (min-width:1200px){.product-teaser__like{top:0.6rem;right:0.6rem}}.product-teaser__like .favorite_button{width:24px;height:24px;background:#FFFFFF;border-radius:var(--itemRadius);display:flex;align-items:center;justify-content:center}@media screen and (min-width:1200px){.product-teaser__like .favorite_button{width:1.2rem;height:1.2rem}}.product-teaser__like .favorite_button:before{font-size:20px;color:var(--label-1-1)}@media screen and (min-width:1200px){.product-teaser__like .favorite_button:before{font-size:1.2rem}}.product-teaser__main{padding:5px 0 0;position:relative;display:flex;flex-direction:column;gap:8px;flex-grow:1}@media screen and (min-width:1200px){.product-teaser__main{padding:0.25rem 0 0;gap:0.6rem}}.product-teaser__title{flex-grow:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding-left:8px;padding-right:8px;line-height:1.1}@media screen and (min-width:1200px){.product-teaser__title{padding-left:0.6rem;padding-right:0.6rem}}.product-teaser__title a{font-size:10px;font-weight:700;line-height:1.1;text-decoration:none;transition-duration:0.2s}@media screen and (min-width:1200px){.product-teaser__title a{font-size:0.85rem}}@media (any-hover:hover){.product-teaser__title a:hover{color:var(--mainColor)}}.product-teaser__basket-group{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 8px}@media screen and (min-width:1200px){.product-teaser__basket-group{gap:0.75rem;margin:unset;padding:0 0.6rem}}@media screen and (min-width:1200px){.product-teaser__price{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}}.product-teaser__price .price{font-size:0.875rem;font-weight:800;line-height:1.1;color:var(--primary-500)}@media screen and (min-width:1200px){.product-teaser__price .price{font-size:1.2rem;font-weight:800;line-height:1.1}}.no-avail .product-teaser__price .price{color:var(--grey-500)}.product-teaser__price .price-old{font-size:0.75rem;line-height:1.1;font-weight:400;text-decoration:line-through;color:var(--grey-500)}@media screen and (min-width:1200px){.product-teaser__price .price-old{font-size:0.85rem;line-height:1.5}}.product-teaser__btn .addto_basket_button{padding:2px;min-height:unset !important;font-size:0;gap:unset;width:34px;height:34px;border-radius:var(--itemRadius)}@media screen and (min-width:1200px){.product-teaser__btn .addto_basket_button{width:auto;height:2.6rem;padding:0.25rem 0.8rem;font-size:0.85rem;font-weight:700;line-height:1.1}}.product-teaser__btn .addto_basket_button:after{font-size:20px}@media screen and (min-width:1200px){.product-teaser__btn .addto_basket_button:after{display:none}}.product-teaser__btn .warehous-btn{padding:2px;font-size:0;min-height:unset;border-radius:50%;width:34px;height:34px;gap:unset;background:var(--primary-700);border:1px solid var(--primary-700);color:#FFFFFF}@media (any-hover:hover){.product-teaser__btn .warehous-btn:hover{background:var(--primary-600);border-color:var(--primary-600)}}.product-teaser__btn .warehous-btn:after{content:"";font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.product-teaser__btn .warehous-btn:after{font-size:1.2rem}}@media screen and (min-width:1200px){.product-teaser__btn .warehous-btn{padding:0.25rem;width:2.7rem;height:2.7rem}}.product-teaser__availability{padding:12px 8px;border-top:2px solid var(--grey-50);display:flex;align-items:center;justify-content:center;position:relative}@media screen and (min-width:1200px){.product-teaser__availability{padding:0.8rem 0.4rem}}.product-teaser__availability .icon{flex-shrink:0;width:11px;height:11px;display:flex;align-items:center;justify-content:center;margin-right:2px;color:var(--primary-500)}@media screen and (min-width:1200px){.product-teaser__availability .icon{width:0.75rem;height:0.75rem;margin-right:0.3125rem}}.product-teaser__availability .icon:before{content:"";font-family:"icomoon";font-size:11px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.product-teaser__availability .icon:before{font-size:0.75rem}}.product-teaser__availability a{font-size:10px;line-height:1.1;text-decoration:underline;transition:0.3s}@media screen and (min-width:1200px){.product-teaser__availability a{font-size:0.7rem}}@media (any-hover:hover){.product-teaser__availability a:hover{color:var(--primary-500);text-decoration:none}}.product-small__body{display:flex;align-items:center;justify-content:space-between;gap:2.4rem;padding:0.4rem 0}@media screen and (min-width:1200px){.product-info-tabs .product-small__body{height:4.1rem}}.product-small__title{font-size:0.875rem;font-weight:800;line-height:1.1;flex-grow:1}@media screen and (min-width:1200px){.product-small__title{font-size:0.85rem;font-weight:800;line-height:1.1}}.product-small__title span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-small__basket-group{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:2.4rem}.product-small__basket-group .basket_item_count{display:none !important}.product-small__basket-group .addto_basket_button{background:var(--secondary-500);color:var(--whiteColor);font-size:0 !important;padding:unset !important;gap:0}@media screen and (min-width:1200px){.product-small__basket-group .addto_basket_button{min-height:2.6rem;width:2.6rem}}.product-small__basket-group .addto_basket_button:after{color:var(--grey-900);font-size:1.2rem}.product-small__price .price-wrap{display:flex;flex-direction:column;align-items:flex-start;white-space:nowrap;gap:0}.product-small__price .price{font-size:1.1875rem;font-weight:800;line-height:1.1;color:var(--secondary-500)}@media screen and (min-width:1200px){.product-small__price .price{font-size:1.2rem;font-weight:800;line-height:1.1}}.product-small__price .price-old{font-size:0.875rem;font-weight:400;line-height:1.5;text-decoration:line-through}@media screen and (min-width:1200px){.product-small__price .price-old{font-size:0.85rem;font-weight:400;line-height:1.5}}.view-catalog:not(.no-grid) .view-content{display:flex;flex-wrap:wrap;margin:0 -4px -8px}@media screen and (min-width:1200px){.view-catalog:not(.no-grid) .view-content{margin:0 -0.5rem -1rem}}.view-catalog:not(.no-grid) .views-row{padding:0 4px 8px;width:50%}@media screen and (min-width:576px){.view-catalog:not(.no-grid) .views-row{width:33.333%}}@media screen and (min-width:992px){.view-catalog:not(.no-grid) .views-row{width:25%}}@media screen and (min-width:1200px){.view-catalog:not(.no-grid) .views-row{padding:0 0.5rem 1rem;width:20%}}@media screen and (min-width:1200px){.view-catalog:not(.no-grid).view-display-id-page_1 .views-row,.view-catalog:not(.no-grid).view-display-id-page_2 .views-row,.view-catalog:not(.no-grid).view-display-id-page_4 .views-row{width:25%}}.view-catalog.view-has-slider{position:relative}.view-catalog.view-has-slider .swiper{margin:0 -24px;padding:0 16px}@media screen and (min-width:1200px){.view-catalog.view-has-slider .swiper{margin:-0.25rem -0.6rem;padding:0.25rem 0}}.view-catalog.view-has-slider .swiper-slide{padding:0 8px;width:164px;margin:unset}@media screen and (min-width:1200px){.view-catalog.view-has-slider .swiper-slide{padding:0 0.6rem;width:20%}}.block.personal-views-block-catalog-block-2,.block.viewed-products{padding:32px 0}@media screen and (min-width:1200px){.block.personal-views-block-catalog-block-2,.block.viewed-products{padding:2.5rem 0}}.block.personal-views-block-catalog-block-2 .block__title,.block.personal-views-block-catalog-block-2 .viewed-products__title,.block.viewed-products .block__title,.block.viewed-products .viewed-products__title{margin-bottom:24px}@media screen and (min-width:1200px){.block.personal-views-block-catalog-block-2 .block__title,.block.personal-views-block-catalog-block-2 .viewed-products__title,.block.viewed-products .block__title,.block.viewed-products .viewed-products__title{margin-bottom:2.1rem;padding-right:8rem}.block.personal-views-block-catalog-block-2 .block__title h2,.block.personal-views-block-catalog-block-2 .viewed-products__title h2,.block.viewed-products .block__title h2,.block.viewed-products .viewed-products__title h2{font-size:2rem;font-weight:800;line-height:1.1}}.block.personal-views-block-catalog-block-2 .view-content,.block.viewed-products .view-content{position:relative}.block.personal-views-block-catalog-block-2 .swiper-navigation,.block.viewed-products .swiper-navigation{position:absolute;bottom:100%;right:0;margin-bottom:1.6rem}@media screen and (max-width:1199px){.block.personal-views-block-catalog-block-2 .swiper-navigation,.block.viewed-products .swiper-navigation{display:none}}.block.viewed-products .view-header{margin-bottom:24px}@media screen and (min-width:1200px){.block.viewed-products .view-header{margin-bottom:2.1rem;padding-right:8rem}.block.viewed-products .view-header h2{font-size:2rem;font-weight:800;line-height:1.1}}.block.viewed-products.last-block-on-content{padding:64px 0 0}@media screen and (min-width:1200px){.block.viewed-products.last-block-on-content{padding:5rem 0 0}}@media screen and (min-width:1200px){.view-catalog-products .view-filters{margin-bottom:2.4rem}}.view-catalog-products .view-filters .form-checkboxes{display:flex;overflow-x:auto;margin:12px -25px -10px;padding:0 20px;-ms-overflow-style:none;scrollbar-width:none;gap:6px}@media screen and (min-width:1200px){.view-catalog-products .view-filters .form-checkboxes{margin:0 -1.25rem -0.5rem;padding:0 1rem}}.view-catalog-products .view-filters .form-checkboxes::-webkit-scrollbar{display:none}.view-catalog-products .view-filters .form-checkboxes .form-item{flex-shrink:0}.view-catalog-products .view-filters .form-checkboxes .form-item .option{display:flex;align-items:center;padding:10px 8px 10px 14px;color:var(--mainColor);border-radius:var(--itemRadius);background:var(--grey-50);font-size:1rem;font-weight:700;gap:15px}@media screen and (min-width:1200px){.view-catalog-products .view-filters .form-checkboxes .form-item .option{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.view-catalog-products .view-filters .form-checkboxes .form-item .option{padding:0.6rem 0.5rem 0.6rem 0.75rem;line-height:1.5}}.view-catalog-products .view-filters .form-checkboxes .form-item .option:before{content:none}.view-catalog-products .view-filters .form-checkboxes .form-item .option:after{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;position:static;width:auto;height:auto;margin:0;font-size:1.25rem;content:"";transform:unset;opacity:1;color:inherit}@media screen and (min-width:1200px){.view-catalog-products .view-filters .form-checkboxes .form-item .option:after{font-size:1.2rem}}.view-catalog-products .view-filters .form-checkboxes .form-item .option .icon{display:none}.view-catalog-products .view-filters .form-checkboxes .form-item input[type="checkbox"]:checked~label{color:var(--whiteColor);background:var(--mainColor)}.view-catalog-products .view-filters .form-checkboxes .form-item input[type="checkbox"]:checked~label:after{content:"";opacity:0.5;color:var(--whiteColor)}.view-catalog-products .view-filters .form-checkboxes .form-item input[type="checkbox"]:focus~label{outline:var(--primary-300) solid 4px}.view-block-super_prices .block__title,.front-products .block__title{font-size:1.5rem;font-weight:800;line-height:1.1;margin-bottom:16px}@media screen and (min-width:1200px){.view-block-super_prices .block__title,.front-products .block__title{font-size:1.5rem;font-weight:800;line-height:1.1}}@media screen and (min-width:1200px){.view-block-super_prices .block__title,.front-products .block__title{margin-bottom:1.6rem}}.view-block-super_prices .more-link-wrapper,.front-products .more-link-wrapper{display:none}@media screen and (min-width:1200px){.view-block-super_prices .more-link-wrapper,.front-products .more-link-wrapper{display:block;position:absolute;z-index:1;top:auto;right:0;bottom:100%;margin-bottom:1.6rem}}.view-block-super_prices .more-link-wrapper a,.front-products .more-link-wrapper a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Nunito";line-height:1.25;border-radius:var(--itemRadius);text-align:center;text-decoration:none;background-color:transparent;outline:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;overflow:hidden;transition-duration:0.2s;border:none;gap:12px;font-size:0.875rem;font-weight:700;line-height:1.1;padding:14px 16px;min-height:44px;background:var(--secondary-500);color:var(--grey-900)}@media screen and (min-width:1200px){.view-block-super_prices .more-link-wrapper a,.front-products .more-link-wrapper a{gap:0.6rem}}@media screen and (min-width:1200px){.view-block-super_prices .more-link-wrapper a,.front-products .more-link-wrapper a{font-size:0.85rem;font-weight:700;line-height:1.1}}@media screen and (min-width:1200px){.view-block-super_prices .more-link-wrapper a,.front-products .more-link-wrapper a{padding:0.9rem 1rem;min-height:2.8rem}}.view-block-super_prices .more-link-wrapper a:hover,.front-products .more-link-wrapper a:hover{background:var(--secondary-500)}/*# sourceMappingURL=products.css.map */