From 85dd86e3e22ac04578a97bd843efe5b1681c5e00 Mon Sep 17 00:00:00 2001 From: maksim Date: Tue, 1 Jul 2025 15:06:48 +0300 Subject: [PATCH] =?UTF-8?q?Task=207177=20|=20=D0=B2=D1=8B=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=BD=D1=8F=D0=BB=20=D1=81=D0=BB=D0=B0=D0=B9=D0=B4=D1=8B?= =?UTF-8?q?=20=D0=B2=20=D1=80=D0=B5=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B4=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D1=80=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/catalog/assets/css/catalog.css | 3 ++- .../assets/css/gp-style-core.css | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) 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