Task 7177 | выровнял слайды в рекоммендованных товарах

pull/36/head
parent 56f20aa21d
commit 85dd86e3e2
  1. 1
      wp-content/themes/cosmopet/modules/shop/components/catalog/assets/css/catalog.css
  2. 18
      wp-content/themes/cosmopet/modules/shop/components/single-product/assets/css/gp-style-core.css

@ -942,3 +942,4 @@ display: none;
} }
/* product */ /* product */
} }

@ -476,3 +476,21 @@ input:checked + .subscription-option-details::before, input:checked + .wcsatt-op
color: #1A1A1A; color: #1A1A1A;
font-weight: 600; 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;
}
Loading…
Cancel
Save