.item_image_first{position:absolute;top:0;left:0;width:100%;height:100%}
.item_imageDots{position: absolute;top: calc(100% + 3px);left: 0;width: calc(100% + 4px);text-align: center;overflow: hidden;white-space: nowrap;display: flex;margin-left: -2px;justify-content: space-between;}
.item_imageDot{display:none;width:100%;height:3px;border:0;margin:0 2px;background:#ddd}
.item_imageDot.active{background:#7DA152}
.product-card__item:hover .item_imageDot{display: block}

.item_images_wrap{position: relative}
.item_slides_wrap{width: 100%;padding-bottom: 66%;position: relative}
.item_slides{display: flex;position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1}
.item_slide{flex: 1;min-width: 0;}
.item_slide{align-items: flex-end;display: flex;margin-right: 0;min-width: auto;scroll-snap-align: center;scroll-snap-stop: always;flex: 1;height: 100%;position: static;}
.item_slide_image{visibility: hidden;bottom: 0;right: 0;top: 0;transition: all .3s;width: 100%;z-index: -2;height: 100%;background: #fff;left: 0;overflow: hidden;position: absolute;display: none}
.image_sliders_active .item_slide_show .item_slide_image, .item_slide:first-child .item_slide_image{visibility: visible;
    z-index: -1;display: block}


@media screen and (max-width: 575px){
.catalog-row {
    grid-template-columns: repeat(2,minmax(0, 1fr));
    gap: 8px;
    display: grid;
}
    .catalog__column{padding: 0;margin: 0}

    .product-card__item{padding: 20px 10px 8px}
    .product-card__box{margin-top: 0}
    .product-card__content a{line-height: 1.25;height: auto;font-size: 14px;margin-bottom: 10px}
    .product-card__basket{width: 40px!important;height: 40px!important;min-width: 40px!important;background-color: #7da152;}
    .product-card__price{flex-wrap: wrap;gap: 2px 8px}
    .old__price{margin-left: 0px;font-size: 12px}
    .current__price{font-size: 18px}
    .product-card__hitsale{margin-right: 0;left: 8px;top: 8px;gap: 4px}
    .product-card__popular, .product-card__hit, .product-card__sale{font-size: 12px;padding: 4px 6px;font-weight: 400;line-height: 1.25}
    .product-card__hitsale p{margin: 0}
    .product-card__bottom{    align-items: center;
        margin-top: 15px;}
}
