From 287dc111c711fcdc18513eb24f32f95ec552567c Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 18 Jun 2025 01:29:07 +0300 Subject: [PATCH] =?UTF-8?q?Task:6785=20|=20=D0=94=D0=BE=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9=20?= =?UTF-8?q?=D0=B8=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=BD=D1=82=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D0=BE=D0=B9=20ae?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../header/assets/css/gp-style-desktop.css | 18 ++++++------ .../themes/cosmopet/static/css/front-page.css | 29 +++++++++++++++++-- 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/wp-content/themes/cosmopet/modules/header/assets/css/gp-style-desktop.css b/wp-content/themes/cosmopet/modules/header/assets/css/gp-style-desktop.css index 02fc76c..38f010b 100644 --- a/wp-content/themes/cosmopet/modules/header/assets/css/gp-style-desktop.css +++ b/wp-content/themes/cosmopet/modules/header/assets/css/gp-style-desktop.css @@ -14,7 +14,7 @@ .main-menu__item{ margin-left: 24px; - transition: opacity .2s ease-out; + transition: .2s ease-out; } .main-menu__item:first-child{ margin-left: 0; @@ -40,7 +40,7 @@ font-weight: 700; font-size: 16px; line-height: 125%; - color: #000 + color: #000; text-decoration: none; @@ -53,7 +53,7 @@ font-weight: 700; font-size: 16px; line-height: 125%; - color: #000 + color: #000; border: none; border-radius: 24px; @@ -321,7 +321,7 @@ display: none; .header__menu-block{ position: absolute; - top: 56px; + top: 72px; left: 0; width: 100%; @@ -385,7 +385,7 @@ display: none; font-size: 26px; line-height: 123%; text-transform: uppercase; - color: #000 + color: #000; text-decoration: none; } @@ -440,7 +440,7 @@ display: none; font-weight: 700; font-size: 20px; line-height: 120%; - color: #000 + color: #000; text-decoration: none; } @@ -457,7 +457,7 @@ display: none; font-weight: 500; font-size: 18px; line-height: 133%; - color: #000 + color: #000; text-decoration: none; } @@ -480,7 +480,7 @@ display: none; font-size: 16px; line-height: 125%; color: #121212; - color: #000 + color: #000; text-decoration: none; } @@ -763,4 +763,4 @@ width: 0px; #telegram-widget-container { text-align: center; -} \ No newline at end of file +} diff --git a/wp-content/themes/cosmopet/static/css/front-page.css b/wp-content/themes/cosmopet/static/css/front-page.css index 0f835ad..1b07ce7 100644 --- a/wp-content/themes/cosmopet/static/css/front-page.css +++ b/wp-content/themes/cosmopet/static/css/front-page.css @@ -245,6 +245,7 @@ main { backdrop-filter: blur(6px); z-index: 1; box-shadow: -2px 5px 22.9px 0px rgba(0, 0, 0, 0.25); + gap: 45px; } .about_slider .carousel .carousel-item.active { @@ -1320,17 +1321,17 @@ width: 330px; .home__title { color: var(--interface-background, #F2F2F2); font-family: "Craftwork Grotesk"; - font-size: 48px; + font-size: 64px; font-style: normal; font-weight: 700; - line-height: 56px; /* 116.667% */ + line-height: 120%; text-transform: uppercase; } @media (min-width: 1600px){ .home__title { - font-size: 64px; + font-size: 80px; line-height: 120%; } } @@ -2058,6 +2059,7 @@ width: 330px; .sec-bf{ position: relative; z-index: 3; + overflow: hidden; } .copied{ @@ -3597,4 +3599,25 @@ color: #f4f1f0; .modal__basket { width: 100%!important; } + .about_slider .carousel .carousel-item { + gap: 12px; + } + .section_wrap { + padding: 110px 0 0px; + background: radial-gradient(250% 285% at 120% -27.98%, #0F5881 0%, #1EA49C 36.98%, #76CE75 66.67%, #ECF39F 91.15%); + } + .truth_block .truth_link { + height: 29px; + border-width: 2px; + text-transform: uppercase; + } + .discount_block_ae .discount__sale .discount_form .discount_form-btn { + align-items: center; + justify-content: flex-start; + } + .footer-content__address { + font-size: 24px; + line-height: 133%; + margin-bottom: 20px; + } } \ No newline at end of file