.product-card{border:2px solid #f5f5f5;border-radius:8px;display:flex;flex:1;flex-direction:column;height:100%}.product-card__slide.lazy{background-image:none!important}.product-card__slider-wrap{display:inline-block;padding-bottom:100%;position:relative;width:100%}@media screen and (max-width:992px){.product-card__slider-wrap{padding-bottom:120%}}.product-card__slider{height:100%;left:0;position:absolute;top:0;width:100%}.product-card__slide{background-position:50%;background-repeat:no-repeat;background-size:contain;height:80%;left:10%;position:absolute;top:10%;width:80%}@media screen and (max-width:540px){.product-card__slide{height:88%;left:6%;top:6%;width:88%}}.product-card__slider-columns{display:flex;height:100%;width:100%}.product-card__slide-column{flex:1;height:100%;position:relative;z-index:3}.product-card__slider-dots{align-items:center;bottom:10px;display:flex;gap:5px;justify-content:center;left:0;position:absolute;width:100%}@media screen and (max-width:540px){.product-card__slider-dots{bottom:15px}}.product-card__slider-dot{background-color:#f5f5f5;border-radius:50%;display:inline-block;height:6px;width:6px}.product-card__slider-dot.active{background-color:#3ae23a}.product-card__badges{display:flex;gap:6px;left:14px;position:absolute;top:10px}@media screen and (max-width:540px){.product-card__badges{gap:3px;left:10px;top:8px}}.product-card__badge,.product-card__discount{background-color:#fff;border:1px solid;border-radius:5px;color:#fff;display:inline-block;font-size:20px;font-weight:600;height:30px;line-height:18px;padding:6px;text-align:center;z-index:3}@media screen and (max-width:540px){.product-card__badge,.product-card__discount{border-radius:3px;font-size:14px;height:22px;line-height:17px;padding:2px 3px}}.product-card__discount{background-color:#c605ab;border-color:#c605ab;color:#fff}.product-card__badge.badge--new{color:#c605ab}.product-card__badge.badge--hit{color:#60c}.product-card__buttons{display:flex;flex-direction:column;gap:5px;position:absolute;right:10px;top:10px;z-index:3}@media screen and (max-width:540px){.product-card__buttons{top:7px}}.product-card__button{background-position:50%;background-repeat:no-repeat;background-size:28px;cursor:pointer;display:inline-block;height:30px;width:30px}@media screen and (max-width:540px){.product-card__button{background-size:24px;height:24px;width:24px}}.product-card__button.button--favorite{background-image:url(/build/images/header-favorites-green.55e7f048.svg)}.product-card__button.button--favorite.active{background-image:url(/build/images/header-favorites-green-active.b15f5009.svg)}.product-card__button.button--compare{background-image:url(/build/images/header-compare-green.602d59f1.svg)}.product-card__button.button--compare.active{background-image:url(/build/images/header-compare-green-active.581f4e1d.svg)}.product-card__button.button--quickview{background-image:url(/build/images/header-search-green.6b7e5173.svg)}.product-card__info{align-items:stretch;flex-direction:column;justify-content:flex-end;margin-top:auto;padding:0 15px;width:100%}@media screen and (max-width:540px){.product-card__info{padding:0 10px 10px}}.product-card__title{margin-bottom:10px;min-height:55px}@media screen and (max-width:540px){.product-card__title{margin-bottom:20px}}.product-card__title a{color:#000;font-size:14px;font-weight:600;text-decoration:none;word-break:break-word}.product-card__properties{margin-bottom:10px}.product-card__property{font-size:12px;margin-bottom:5px}.product-card__property a{color:#868686;margin-left:5px;text-decoration:underline}.product-card__old-price{color:#868686;font-size:12px;text-decoration:line-through}.product-card__price-discount{color:#3ae23a;font-size:12px;font-weight:600;margin-left:15px}.product-card__row{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px;margin-top:auto}.product-card__old-price-block{margin-right:auto}.product-card__rating{align-items:center;display:flex;gap:3px}.product-card__rating-star{background-image:url(/build/images/favorites-star-gray.075734c7.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:16px;width:16px}.product-card__rating-star.active{background-image:url(/build/images/favorites-star-green.ba85d745.svg)}.product-card__price{margin-right:auto}.product-card__price,.product-card__price span{font-size:20px;font-weight:700}@media screen and (max-width:540px){.product-card__price,.product-card__price span{font-size:18px}}.product-card__one-click,.product-card__to-cart{background-position:50%;background-repeat:no-repeat;background-size:20px;border-radius:15px;cursor:pointer;height:30px;position:relative;transition:all .1s ease}.product-card__one-click span,.product-card__to-cart span{background:#3ae23a;border:2px solid #fff;border-radius:10px;color:#fff;display:inline-block;font-size:10px;font-weight:700;height:20px;line-height:19px;min-width:20px;position:absolute;right:-9px;text-align:center;top:-7px;user-select:none}.product-card__to-cart.button--solo{border-radius:15px;margin-left:0}.product-card__one-click{background-color:#3ae23a;background-image:url(/build/images/click-white.c20c094f.svg);border-right:1px solid hsla(0,0%,100%,.6);width:80px}.product-card__one-click:hover{background-color:#20c320}.product-card__to-cart{background-color:#60c;background-image:url(/build/images/header-cart-white.59425353.svg);flex:1;margin-left:10px;text-align:center}@media screen and (max-width:540px){.product-card__to-cart{margin-left:0;margin-top:10px}}.product-card__to-cart:hover{background-color:#29004e}.product-card__to-cart p{background:inherit;background-position:100%;border-radius:inherit;color:#fff;display:inline-block;font-size:12px;font-weight:600;height:inherit;line-height:30px;margin-bottom:0;padding-right:30px}.product-card__quantity-input-wrap{display:flex;margin-left:auto;margin-right:-10px}@media screen and (max-width:540px){.product-card__quantity-input-wrap{display:none}}.product-card__delimiter{display:block;margin-bottom:10px;width:100%}@media screen and (max-width:540px){.product-card__delimiter{display:none}}.product-card__quantity-input-minus,.product-card__quantity-input-plus{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:16px;cursor:pointer;display:inline-block;height:30px;width:30px}.product-card__quantity-input-plus{background-image:url(/build/images/plus-violet.2dd9eb50.svg)}.product-card__quantity-input-minus{background-image:url(/build/images/minus-violet.29f66418.svg)}.product-card__quantity-input{border:none;font-size:20px;font-weight:700;text-align:center;width:30px}.product-card__quantity-input.input-minimized{font-size:14px}.product-card__rates{color:#868686;font-size:12px;line-height:14px;margin-right:8px;text-decoration:none}.product-card__share{color:#868686;cursor:pointer;font-size:12px;margin-left:8px;margin-top:1px;position:relative}.product-card__share-container{position:absolute;right:0;top:-30px;width:max-content}.product-card__bottom{height:16px;margin-top:auto}@media screen and (max-width:375px){.product-card__bottom{height:auto}}.product-card__out-of-stock{color:#fb5858;font-size:11px;font-weight:600}.product-card .present-in-product{bottom:20px;left:15px;width:calc(100% - 30px);z-index:5}@media screen and (max-width:540px){.product-card .present-in-product__button{background-size:16px;border-radius:4px;height:22px;width:22px}.product-card .present-in-product__image{height:35px;min-width:35px}.product-card .present-in-product__info p{font-size:12px}}.products-slider .product-card__info{display:flex;flex:1;flex-direction:column;margin-top:0}.present-in-product{position:absolute}.present-in-product__button{background-color:#c605ab;background-image:url(/build/images/present-in-product.065a38de.png);background-position:50%;background-repeat:no-repeat;background-size:20px;border-radius:8px;cursor:pointer;display:block;height:32px;width:32px}.present-in-product__tooltip{background:#fff;border:2px solid #f5f5f5;border-radius:10px;display:flex;gap:10px;padding:30px 10px;position:absolute;top:calc(100% + 5px);width:100%;z-index:5}.present-in-product__image{background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #f5f5f5;border-radius:4px;height:50px;min-width:50px;width:50px}.present-in-product__info p{font-size:14px;margin-bottom:5px}.present-in-product__info a{font-size:12px}.present-in-product__close{background-image:url(/build/images/cross-violet.2e178086.svg);background-position:50%;background-repeat:no-repeat;background-size:15px;cursor:pointer;display:block;height:20px;position:absolute;right:6px;top:8px;width:20px}.product-detail .promocode-product-block.mobile{display:none}@media screen and (max-width:540px){.product-detail .promocode-product-block.mobile{display:block}}.product-detail .promocode-product-block.desktop{display:block;margin-bottom:15px;margin-top:-5px}@media screen and (max-width:540px){.product-detail .promocode-product-block.desktop{display:none}}.promocode-product-block{margin-bottom:10px;position:relative}.promocode-product-block__promocode-preview{background-color:#60c;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:5px 25px 5px 5px;position:relative;width:fit-content}.promocode-product-block__promocode-preview:after{background-image:url(/build/images/arrow-right-white.94700ed6.svg);background-position:50%;background-repeat:no-repeat;background-size:20px;content:"";height:100%;position:absolute;top:0;width:25px}.promocode-product-block__promocode-popup{background-color:#fff;border:2px solid #f5f5f5;border-radius:10px;bottom:100%;left:0;min-width:235px;padding:15px;position:absolute;z-index:5}.promocode-product-block__promocode-popup-title{font-size:14px;font-weight:700;line-height:19px;margin-bottom:10px}.promocode-product-block__promocode-popup-text{font-size:14px;font-weight:400;line-height:19px;margin-bottom:10px}.promocode-product-block__promocode-popup-link{color:#60c;font-size:12px;font-weight:500;line-height:16px}.promocode-product-block__promocode-popup-close{background-image:url(/build/images/cross-violet.2e178086.svg);cursor:pointer;height:20px;position:absolute;right:15px;top:15px;width:20px;z-index:5}.promocode-product-fito-modal{align-items:end}.promocode-product-fito-modal .fito-modal__content{border-radius:0;max-width:100%;padding:20px 15px 30px;width:100%}.promocode-product-fito-modal__title{font-size:14px;font-weight:700;line-height:19px;margin-bottom:15px}.promocode-product-fito-modal__text{font-size:14px;font-weight:400;line-height:19px;margin-bottom:15px}.promocode-product-fito-modal__link{background-color:#e8e8e8;border-radius:20px;color:#000;display:block;font-size:15px;font-weight:700;line-height:42px;text-align:center;text-decoration:none;width:100%}.promocode-product-fito-modal .cross-picker{background-image:url(/build/images/cross-violet.2e178086.svg);cursor:pointer;height:20px;position:absolute;right:15px;top:15px;width:20px;z-index:5}