.hovf-t-c{
    overflow: hidden
}
.hovf-tg{
    transition: all .25s
}
.hovf:hover + .hovf-t-c .hovf-tg{
    transform: scale(1.1)
}
.hovf-al{
    transition: all .25s
}
.hovf:hover + .hovf-al{
    transform: scale(1.1)
}
.hovf:hover + .hovf-t-c .hovf-tg{
    transform: scale(1.1)
}
.splide-gallery .splide__list{
    justify-content:center
}
@media (min-width: 768px){
.splide-new-product .splide__slide.is-active img{
	transform:scale(1);
}}
