M
Size: a a a
M
M
M
PO
M
PO
M
PO
MH
MH
$('.assortment__item-body').on('click', '.open-detail', function () {
console.log('hello')
})
VF
MH
MH
$('.assortment-slider').slick({
infinite: true,
slidesToShow: 3,
slidesToScroll: 1,
responsive: [
{
breakpoint: 991.98,
settings: {
slidesToShow: 2,
}
},
{
breakpoint: 656,
settings: {
slidesToShow: 1,
}
},
]
})
MH
PO
MH
PO
MH
MH