
@media screen and (max-width: 767px) {
	

    body .page-content .alfare-components {
	padding: 0px 16px;
    }
    body .alfare-components__item {
	width: 100%;
        max-width: 320px;
        padding-top: 197px;
        min-height: 187px;
        height: auto;
        background-size: 187px 187px;
        background-position: top center;
        -webkit-animation: none !important;
        animation: none !important;
        margin-bottom: 30px !important;
        margin-right: auto;
        margin-left: auto;
    }
    body .alfare-components__item:hover, body .alfare-components__item:active {
    	-webkit-transform: scale(1);
    	-ms-transform: scale(1);
   	 transform: scale(1);
    	-webkit-animation: initial;
    	animation: initial;
    }
    body .alfare-components__item:hover .alfare-components__text,
    body .alfare-components__item:active .alfare-components__text {
    	display: block;
    	-webkit-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
    }
    body .page-content .alfare-components__content {
        padding: 0px;
        background-size: contain;
    }
    body .page-content .alfare-components__content {
	min-height: auto;
	margin-top: 16px;
    }
    body .page-content .alfare-components__text {
	bottom: 0;
        left: auto;
        bottom: 0;
        display: block;
        position: relative;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .js-alfareSlider .slick-dots {
         display: flex;
         justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    body .page-content .product_rd__content-promo-box {
	margin-top: 64px;
   }
}