.product-card{display:flex;justify-content:space-between;border-radius:6px;border:1px solid var(--grey-300);margin-bottom:32px;padding:24px;gap:32px;flex:1 1 calc(33.333% - 32px)}@media (max-width:991px){.product-card{flex:1 1 50%;gap:0;justify-content:flex-end;flex-wrap:wrap}}@media (max-width:767px){.product-card{flex-wrap:wrap;padding:16px;gap:0;margin-bottom:16px;flex:1 1 calc(100% - 16px)}}@media (max-width:413px){.product-card{margin-bottom:16px}}.product-card .product-thumb{min-width:434px;width:434px;position:relative;order:1;height:fit-content}@media (max-width:1200px){.product-card .product-thumb{min-width:300px;width:300px}}@media (max-width:991px){.product-card .product-thumb{width:calc(50% - 12px);min-width:calc(50% - 12px);margin-right:12px}}@media (max-width:767px){.product-card .product-thumb{order:1;width:100%;min-width:100%;margin-bottom:16px;margin-right:0}}.product-card .product-thumb.with-bar-top{padding-top:61px}@media (max-width:767px){.product-card .product-thumb.with-bar-top{padding-top:55px}}@media (max-width:320px){.product-card .product-thumb.with-bar-top{padding-top:44px}}.product-card .product-thumb.with-bar-bottom{padding-bottom:56px}@media (max-width:767px){.product-card .product-thumb.with-bar-bottom{padding-bottom:50px}}@media (max-width:320px){.product-card .product-thumb.with-bar-bottom{padding-bottom:40px}}.product-card .product-thumb .btn-wishlist{width:50px;height:50px;background-color:var(--grey-50);position:absolute;top:8px;left:8px;border-radius:6px;transition:all 0.2s ease;z-index:2}.product-card .product-thumb .btn-wishlist:hover{background-color:var(--green-50)}.product-card .product-thumb .btn-wishlist:hover svg path{fill:var(--green-900)}@media (max-width:991px){.product-card .product-thumb .btn-wishlist{width:42px;height:42px;top:4px;left:4px}}@media (max-width:991px){.product-card .product-thumb .btn-wishlist svg{width:20px;height:20px}}.product-card .product-thumb .image img{margin:0 auto;display:block;width:100%}.product-card .product-thumb .image .img-responsive.out-of-stock{opacity:.5}.product-card .product-thumb .weather-conditions{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:space-between;height:calc(100%);padding:0 16px;pointer-events:none;z-index:2}.product-card .product-thumb .weather-conditions .weather-conditions__top{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.product-card .product-thumb .weather-conditions .weather-conditions__top .weather-icon-item{display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:auto}.product-card .product-thumb .weather-conditions .weather-conditions__top .weather-icon-item .weather-icon-img{width:48px;height:53px;background:#DDEDC3;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4px 0 6px 0}@media (max-width:767px){.product-card .product-thumb .weather-conditions .weather-conditions__top .weather-icon-item .weather-icon-img{width:42px;height:47px}}@media (max-width:320px){.product-card .product-thumb .weather-conditions .weather-conditions__top .weather-icon-item .weather-icon-img{width:32px;height:36px}}.product-card .product-thumb .weather-conditions .weather-conditions__top .weather-icon-item .weather-icon-img img{width:32px;height:32px;background:#fff0}@media (max-width:767px){.product-card .product-thumb .weather-conditions .weather-conditions__top .weather-icon-item .weather-icon-img img{width:28px;height:28px}}@media (max-width:320px){.product-card .product-thumb .weather-conditions .weather-conditions__top .weather-icon-item .weather-icon-img img{width:20px;height:20px}}.product-card .product-thumb .weather-conditions .weather-conditions__top .weather-icon-item .weather-icon-img .weather-icon-text{font-size:10px;font-weight:600;line-height:10px;color:#1A1C1F;text-align:center;max-width:60px}@media (max-width:320px){.product-card .product-thumb .weather-conditions .weather-conditions__top .weather-icon-item .weather-icon-img .weather-icon-text{font-size:8px;line-height:8px}}.product-card .product-thumb .weather-conditions .weather-conditions__bottom{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.product-card .product-thumb .weather-conditions .weather-conditions__bottom .weather-icon-item{display:flex;align-items:center;pointer-events:auto}.product-card .product-thumb .weather-conditions .weather-conditions__bottom .weather-icon-item .weather-icon-img{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#DDEDC3;border-radius:100%}@media (max-width:767px){.product-card .product-thumb .weather-conditions .weather-conditions__bottom .weather-icon-item .weather-icon-img{width:42px;height:42px}}@media (max-width:320px){.product-card .product-thumb .weather-conditions .weather-conditions__bottom .weather-icon-item .weather-icon-img{width:32px;height:32px}}.product-card .product-thumb .weather-conditions .weather-conditions__bottom .weather-icon-item .weather-icon-img img{width:32px;height:32px;background:#fff0}@media (max-width:767px){.product-card .product-thumb .weather-conditions .weather-conditions__bottom .weather-icon-item .weather-icon-img img{width:28px;height:28px}}@media (max-width:320px){.product-card .product-thumb .weather-conditions .weather-conditions__bottom .weather-icon-item .weather-icon-img img{width:20px;height:20px}}.product-card .product-thumb .weather-conditions .weather-conditions__bottom .weather-icon-item .weather-icon-text{background:#DDEDC3;white-space:nowrap;margin-left:-3px;border:1px solid #DDEDC3;border-radius:0 40px 40px 0;font-size:10px;font-weight:600;line-height:14px;color:#060809;display:flex;padding:2px 10px;justify-content:center;align-items:center}@media (max-width:767px){.product-card .product-thumb .weather-conditions .weather-conditions__bottom .weather-icon-item .weather-icon-text{padding:2px 8px}}@media (max-width:320px){.product-card .product-thumb .weather-conditions .weather-conditions__bottom .weather-icon-item .weather-icon-text{font-size:8px;line-height:11px}}.product-info{order:2;min-width:0;flex:1 1 auto}@media (max-width:991px){.product-info{width:calc(50% - 12px);min-width:calc(50% - 12px);gap:0;margin-left:12px}}@media (max-width:767px){.product-info{order:1;width:100%;min-width:100%;margin-left:0}}.product-info .product-name{margin-bottom:8px}@media (max-width:767px){.product-info .product-name{margin-bottom:4px}}.product-info .product-name a{font-size:24px;line-height:32px;font-weight:700;color:var(--black);transition:all 0.2s ease}.product-info .product-name a:hover{color:var(--green-900)}@media (max-width:991px){.product-info .product-name a{font-size:20px;line-height:30px}}@media (max-width:767px){.product-info .product-name a{font-size:20px;line-height:30px}}.product-info .product-name.not-active a{color:var(--grey-600)}.product-info .short-characteristic{font-size:18px;line-height:32px;font-weight:700;color:var(--black);margin-bottom:16px}@media (max-width:991px){.product-info .short-characteristic{font-size:16px;line-height:26px;font-weight:600}}@media (max-width:767px){.product-info .short-characteristic{font-size:16px;line-height:26px;margin-bottom:4px}}.product-info .short-characteristic.not-active{color:var(--grey-600)}.product-info .wrp-reviews{margin:17px 0;display:flex;align-items:center}@media (max-width:991px){.product-info .wrp-reviews{margin:16px 0}}@media (max-width:767px){.product-info .wrp-reviews{justify-content:space-between;margin:0}}.product-info .wrp-reviews .reviews-rating{display:flex;align-items:center}@media (max-width:991px){.product-info .wrp-reviews .reviews-rating svg{width:20px;height:20px}}.product-info .wrp-reviews .reviews-rating .rating{margin:0 16px 0 2px;font-size:20px;line-height:30px;color:var(--green-800);font-weight:700}@media (max-width:991px){.product-info .wrp-reviews .reviews-rating .rating{font-size:16px;line-height:26px}}@media (max-width:767px){.product-info .wrp-reviews .reviews-rating .rating{font-size:16px;line-height:26px}}.product-info .wrp-reviews .reviews-text{display:flex;align-items:center;font-size:18px;line-height:32px;font-weight:500;color:var(--blue-800);transition:all 0.2s ease}.product-info .wrp-reviews .reviews-text:hover{color:var(--green-900)}.product-info .wrp-reviews .reviews-text:hover .reviews-counter{text-decoration:underline}@media (max-width:991px){.product-info .wrp-reviews .reviews-text{font-size:16px;line-height:26px}}@media (max-width:991px){.product-info .wrp-reviews .reviews-text svg{width:20px;height:20px}}.product-info .wrp-reviews .reviews-text .reviews-counter{margin-left:6px;padding-top:1px;transition:all 0.2s ease}@media (max-width:767px){.product-info .wrp-reviews .reviews-text .reviews-counter{margin-left:6px}}.product-info .characteristics{min-width:0}@media (max-width:767px){.product-info .characteristics{margin-top:16px}}.product-info .characteristics .characteristic{min-width:0;display:flex;margin-bottom:4px;font-size:18px;line-height:32px;font-weight:500}@media (max-width:991px){.product-info .characteristics .characteristic{font-size:16px;line-height:26px}}@media (max-width:767px){.product-info .characteristics .characteristic{font-size:16px;line-height:26px}}.product-info .characteristics .characteristic .name{color:var(--grey-600);margin-right:8px;flex-shrink:0}.product-info .characteristics .characteristic .value{color:var(--black);font-weight:500;flex:1;flex-shrink:1;flex-grow:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (max-width:767px){.products_wr .short-characteristic,.products_wr .characteristics{display:none}}.product-action{order:3}@media (max-width:991px){.product-action{margin-top:12px;display:flex;flex-wrap:wrap;justify-content:space-between;order:3;width:calc(50% - 12px);min-width:calc(50% - 12px);margin-left:12px}}@media (max-width:767px){.product-action{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:16px;gap:8px;width:100%;align-items:center;margin-left:0;align-items:center}}.product-action .wrapper .availability{font-size:18px;line-height:32px;font-weight:500;margin-bottom:12px}@media (max-width:991px){.product-action .wrapper .availability{font-size:16px;line-height:26px;margin-bottom:2px}}@media (max-width:767px){.product-action .wrapper .availability{font-size:16px;line-height:26px;margin-bottom:2px;width:100%}}.product-action .wrapper .availability .is-available{color:var(--green-800)}.product-action .wrapper .availability .no-available{color:var(--grey-600)}.product-action .wrapper .caption .price{margin-bottom:12px}@media (max-width:991px){.product-action .wrapper .caption .price{margin-bottom:0}}.product-action .wrapper .caption .price .price-default{font-size:28px;line-height:36px;font-weight:700;color:var(--black)}@media (max-width:991px){.product-action .wrapper .caption .price .price-default{font-size:24px;line-height:32px}}.product-action .wrapper .caption .price .price-default .currency{font-size:24px;line-height:32px}@media (max-width:991px){.product-action .wrapper .caption .price .price-default .currency{font-size:20px;line-height:30px}}.product-action .wrapper .caption .price .price-new{color:var(--red-800);font-size:28px;line-height:36px;font-weight:700}@media (max-width:991px){.product-action .wrapper .caption .price .price-new{font-size:24px;line-height:32px}}.product-action .wrapper .caption .price .price-new .currency{font-size:24px;line-height:32px}@media (max-width:991px){.product-action .wrapper .caption .price .price-new .currency{font-size:20px;line-height:30px}}.product-action .wrapper .caption .price .wrp-sale-product{display:flex;align-items:center}.product-action .wrapper .caption .price .wrp-sale-product .sale-percent{font-size:14px;line-height:20px;color:var(--red-800);font-weight:600;padding:2px 4px;background-color:var(--red-100);width:40px;height:24px;border-radius:50px;margin-right:8px;display:flex;align-items:center;justify-content:center}@media (max-width:767px){.product-action .wrapper .caption .price .wrp-sale-product .sale-percent{width:35px;height:22px;margin-right:4px;font-size:12px;line-height:18px}}.product-action .wrapper .caption .price .wrp-sale-product .price-old{font-size:20px;line-height:30px;font-weight:500;color:var(--grey-600);position:relative}@media (max-width:991px){.product-action .wrapper .caption .price .wrp-sale-product .price-old{font-size:16px;line-height:20px}}.product-action .wrapper .caption .price .wrp-sale-product .price-old::before{content:"";position:absolute;top:14px;left:0;width:100%;height:1px;background:var(--grey-600)}@media (max-width:991px){.product-action .wrapper .caption .price .wrp-sale-product .price-old::before{top:10px}}.product-action .wrapper .caption .price .wrp-sale-product .price-old .currency{font-size:18px;line-height:24px}@media (max-width:991px){.product-action .wrapper .caption .price .wrp-sale-product .price-old .currency{font-size:14px;line-height:20px}}.product-action .btn_cart{border-radius:6px;font-weight:700;font-size:20px;line-height:30px;width:212px;height:58px;display:flex;align-items:center;justify-content:center;margin-top:12px;border:2px solid var(--green-800);transition:all 0.2s ease}@media (max-width:991px){.product-action .btn_cart{font-size:18px;line-height:24px;width:160px;height:52px}}@media (max-width:767px){.product-action .btn_cart{width:190px;height:52px;font-size:18px;line-height:24px;margin-top:0}}@media (max-width:413px){.product-action .btn_cart{width:42px;height:42px;font-size:0;line-height:0;margin-top:0}}.product-action .btn_cart svg{width:24px;height:24px;margin-right:12px}@media (max-width:991px){.product-action .btn_cart svg{width:20px;height:20px;margin-right:8px}}@media (max-width:413px){.product-action .btn_cart svg{margin:0;width:20px;height:20px}}.product-action .add-to-cart{color:#fff;background-color:var(--green-800);border-color:var(--green-800)}.product-action .add-to-cart::before{content:"";display:inline-block;width:24px;height:24px;margin-right:8px;background-image:url(/img/add-to-cart.svg);background-size:contain;background-repeat:no-repeat}@media (max-width:413px){.product-action .add-to-cart::before{width:20px;height:20px;margin-right:0}}.product-action .add-to-cart:hover{background-color:var(--green-900);border-color:var(--green-900)}.product-action .add-to-cart:focus{background-color:var(--green-800);border-color:var(--green-800);box-shadow:0 0 0 3px #0FA75066}.product-action .add-to-cart:disabled,.product-action .add-to-cart[disabled]{background-color:var(--grey-300);border-color:var(--grey-300);color:var(--grey-600);cursor:not-allowed}.product-action .add-to-cart:disabled svg path,.product-action .add-to-cart[disabled] svg path{fill:var(--grey-600)}@media (max-width:991px){.product-action .add-to-cart svg{width:24px;height:24px}}@media (max-width:413px){.product-action .add-to-cart svg{width:20px;height:20px}}.product-action .in-cart{border-color:var(--green-800);background-color:#fff;color:var(--green-800)}.product-action .in-cart::before{content:"";display:inline-block;width:24px;height:24px;margin-right:8px;background-image:url(/img/icon-in-cart.svg);background-size:contain;background-repeat:no-repeat}@media (max-width:413px){.product-action .in-cart::before{width:20px;height:20px;margin-right:0}}.product-action .is-tracked{border-color:var(--black);background-color:var(--black);color:#fff}@media (max-width:991px){.product-action .is-tracked{width:194px}}@media (max-width:767px){.product-action .is-tracked{border-color:var(--grey-600);background-color:var(--grey-600);width:194px}}@media (max-width:413px){.product-action .is-tracked{width:42px;height:42px}}@media (max-width:991px){.product-action .is-tracked svg{width:24px;height:24px}}@media (max-width:413px){.product-action .is-tracked svg{width:20px;height:20px}}.product-action .inform{border-color:var(--black);background-color:#fff;color:var(--black)}@media (max-width:991px){.product-action .inform svg{width:24px;height:24px}}@media (max-width:413px){.product-action .inform svg{width:20px;height:20px}}