/* add 4.5 rem on mobile */
@media (max-width: 767px) {
	.product-single .s-slider-thumbs {
		margin-bottom: var(--custom-slider2, -1.5rem);
	}
}