diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index f7c6d1e..6582f21 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -54,9 +54,6 @@ width: 100%; } -.carouselGaleryThumbs { - background: pink; -} -.carouselGaleryThumbs .swiper-wrapper { - gap: 16px; +.carouselGaleryThumbs .productImagesThumb { + margin-right: 16px; } \ No newline at end of file diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index 9266100..4113adf 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -60,9 +60,8 @@ } } .carouselGaleryThumbs{ - background: pink; - .swiper-wrapper{ - gap: 16px; + .productImagesThumb{ + margin-right: 16px; } }