/* PRODUCT LIST SCROLLABLE FIX */
.product-list--scrollable{display:flex!important;gap:20px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important;padding:10px 0 25px!important}
.product-list--scrollable::-webkit-scrollbar{display:none!important}
.product-list--scrollable .product-item{flex:0 0 calc((100% - 60px) / 4)!important;min-width:calc((100% - 60px) / 4)!important;max-width:calc((100% - 60px) / 4)!important;scroll-snap-align:start!important}
.product-list--scrollable .product-item .fps__card{height:100%!important}
@media (max-width: 989px){.product-list--scrollable .product-item{flex:0 0 calc((100% - 40px) / 3)!important;min-width:calc((100% - 40px) / 3)!important;max-width:calc((100% - 40px) / 3)!important}}
@media (max-width: 749px){.product-list--scrollable .product-item{flex:0 0 calc((100% - 20px) / 2)!important;min-width:calc((100% - 20px) / 2)!important;max-width:calc((100% - 20px) / 2)!important}}
@media (max-width: 480px){.product-list--scrollable .product-item{flex:0 0 calc(100% - 10px)!important;min-width:calc(100% - 10px)!important;max-width:calc(100% - 10px)!important}}