diff --git a/wp-content/themes/cosmopet/modules/shop/components/catalog/assets/css/catalog.css b/wp-content/themes/cosmopet/modules/shop/components/catalog/assets/css/catalog.css index a46b6df..1283d7c 100644 --- a/wp-content/themes/cosmopet/modules/shop/components/catalog/assets/css/catalog.css +++ b/wp-content/themes/cosmopet/modules/shop/components/catalog/assets/css/catalog.css @@ -941,4 +941,5 @@ display: none; margin-top: 48px; } /* product */ -} \ No newline at end of file +} + diff --git a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/css/gp-style-core.css b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/css/gp-style-core.css index 8b998be..19d40d1 100644 --- a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/css/gp-style-core.css +++ b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/css/gp-style-core.css @@ -475,4 +475,22 @@ input:checked + .subscription-option-details::before, input:checked + .wcsatt-op .amount { color: #1A1A1A; font-weight: 600; +} + + + + +.detail__wrapper-catalot .swiper-slide { + height: auto; + display: flex; + flex-direction: column; +} + +.detail__wrapper-catalot .swiper-wrapper { + display: flex; + align-items: stretch; +} + +.detail__catalot .product__item{ + flex-grow: 1; } \ No newline at end of file