/* Головна сторінка — продакшен-блоки */
.gf-home-hero {
  justify-content: flex-start !important;
  background-position: 72% center;
  background-image: var(--hero-desk);
  background-size: cover;
  background-repeat: no-repeat;
}

.gf-home-hero--has-mobile {
  background-image: var(--hero-desk);
}

@media (max-width: 767px) {
  .gf-home-hero--has-mobile {
    background-image: var(--hero-mob) !important;
    background-position: center center;
  }
}

.gf-home-hero--image-only::before {
  display: none;
}

.gf-home-hero__hit {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  border-radius: inherit;
}

.gf-home-hero-slider {
  position: relative;
}

.gf-home-hero-slider .slick-list,
.gf-home-hero-slider .slick-track,
.gf-home-hero-slider .slick-slide > div {
  height: 100%;
}

.gf-home-hero-slider .cs_slide {
  outline: none;
}

.gf-home-hero-slider__arrows.cs_slider_arrows.cs_style_1 {
  display: block !important;
}

.gf-home-hero-slider__arrows .cs_left_arrow,
.gf-home-hero-slider__arrows .cs_right_arrow {
  background: rgba(255, 255, 255, 0.88);
  color: #2b1522;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(43, 21, 34, 0.12);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
}

.gf-home-hero-slider__arrows .cs_left_arrow {
  left: 16px;
}

.gf-home-hero-slider__arrows .cs_right_arrow {
  right: 16px;
}

.gf-home-hero-slider__dots.cs_pagination.cs_style_1 {
  display: flex !important;
  justify-content: center;
  margin-top: 16px;
}

.gf-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.72) 38%,
    rgba(255, 255, 255, 0.15) 58%,
    transparent 72%
  );
  pointer-events: none;
  z-index: 1;
}

.gf-home-hero .cs_hero_text {
  padding-right: 0;
  padding-left: clamp(28px, 5vw, 72px);
  text-align: left;
  z-index: 2;
}

.gf-home-hero .cs_hero_title {
  color: #2b1522;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.gf-home-hero .cs_hero_subtitle {
  color: #5a3d4d !important;
  max-width: 34ch;
}

.gf-home-hero .cs_hero_mini_img {
  z-index: 2;
}

@media (max-width: 991px) {
  .gf-home-hero {
    background-position: 80% center;
  }

  .gf-home-hero::before {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.82) 52%,
      rgba(255, 255, 255, 0.35) 72%,
      transparent 88%
    );
  }
}

@media (max-width: 575px) {
  .gf-home-hero .cs_hero_text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gf-home-hero .cs_hero_title {
    font-size: clamp(2rem, 10vw, 2.75rem) !important;
    line-height: 1.1;
  }
}

.gf-home-hero-features {
  margin-bottom: 8px;
}

.gf-home-hero-features__grid {
  gap: 18px;
}

.gf-home-hero-features__grid .cs_grid_col {
  min-width: 0;
}

.gf-home-hero-features__card.cs_iconbox.cs_style_1 {
  height: 100%;
  min-height: 148px;
  padding: 22px 14px 18px;
  background: #fff;
  border: 1px solid #ececf0;
  box-shadow: 0 8px 24px rgba(48, 48, 48, 0.05);
  gap: 12px;
}

.gf-home-hero-features__card.cs_iconbox.cs_style_1 img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.gf-home-hero-features__card.cs_iconbox.cs_style_1 p {
  font-size: 0.9rem;
  line-height: 1.35;
  color: #2b1522;
}

@media (max-width: 575px) {
  .gf-home-hero-features__card.cs_iconbox.cs_style_1 {
    min-height: 132px;
    padding: 18px 12px 16px;
  }

  .gf-home-hero-features__card.cs_iconbox.cs_style_1 p {
    font-size: 0.85rem;
  }
}

.gf-home-categories-section {
  background: #fafafa;
}

.gf-home-promo-banner {
  display: block;
  height: 100%;
  transition: box-shadow 0.3s ease;
}

.gf-home-promo-banner:hover {
  box-shadow: 0 0 0 1px var(--accent-color, #e61f7f);
}

.gf-home-promo-banner img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 740 / 1100;
  object-fit: cover;
}

/* Банери: лівий високий + два праві повні картинки UA/RU */
.gf-home-banners-row {
  align-items: stretch;
}

.gf-home-banners-row > .col-lg-6 {
  display: flex;
  flex-direction: column;
}

.gf-home-banners-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 auto;
  min-height: 100%;
}

.gf-home-banners-side .gf-home-promo-banner--side {
  flex: 1 1 0;
  min-height: 0;
}

.gf-home-banners-side .gf-home-promo-banner--side img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2960 / 2200;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .gf-home-banners-row {
    align-items: flex-start;
  }

  .gf-home-banners-row > .col-lg-6 {
    display: block;
    min-height: 0;
    width: 100%;
  }

  .gf-home-promo-banner {
    height: auto;
    overflow: visible;
    margin-bottom: 12px;
    background: #f7f7f9;
  }

  .gf-home-promo-banner:last-child {
    margin-bottom: 0;
  }

  .gf-home-promo-banner img {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center top;
    display: block;
  }

  .gf-home-banners-side {
    min-height: 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
  }

  .gf-home-banners-side .gf-home-promo-banner--side {
    flex: none;
    height: auto;
  }

  .gf-home-banners-side .gf-home-promo-banner--side img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .gf-home-promo-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0;
  }

  .gf-home-promo-section .container {
    overflow: visible;
  }
}

@media (max-width: 575.98px) {
  .gf-home-banners-side {
    gap: 12px;
  }

  .gf-home-promo-banner {
    margin-bottom: 10px;
    border-radius: 10px;
  }
}

.gf-home-category-photo {
  display: block;
  aspect-ratio: 325 / 575;
  max-width: 520px;
  margin-inline: auto;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  color: inherit;
  text-decoration: none;
}

.gf-home-category-photo:hover {
  box-shadow: 0 12px 32px rgba(48, 48, 48, 0.12);
  color: inherit;
  transform: translateY(-3px);
}

.gf-home-category-photo__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.gf-home-category-photo__img--top {
  object-position: center 18%;
}

.gf-home-category-photo__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 18px 14px 0;
  pointer-events: none;
}

.gf-home-category-photo__panel {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 22px 18px 20px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(48, 48, 48, 0.1);
}

.gf-home-category-photo__title {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
  color: #303030;
  letter-spacing: -0.01em;
}

.gf-home-category-photo__text {
  margin: 0 auto 16px;
  max-width: 220px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(48, 48, 48, 0.78);
}

.gf-home-category-photo__btn.cs_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  font-size: 14px;
  letter-spacing: 0.04em;
  pointer-events: none;
}

@media (max-width: 575px) {
  .gf-home-category-photo__content {
    padding: 14px 12px 0;
  }

  .gf-home-category-photo__panel {
    padding: 18px 14px 16px;
  }

  .gf-home-category-photo__title {
    font-size: 1.3rem;
  }

  .gf-home-category-photo__text {
    font-size: 13px;
    margin-bottom: 14px;
  }
}

.gf-home-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 28px 20px 24px;
  background: #fff;
  border: 1px solid #ececf0;
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gf-home-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 31, 127, 0.25);
  box-shadow: 0 14px 34px rgba(48, 48, 48, 0.08);
  color: inherit;
}

.gf-home-category-card__media {
  display: block;
  margin-bottom: 18px;
}

.gf-home-category-card__media img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.gf-home-category-card__title {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 6px;
}

.gf-home-category-card__meta {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--accent-color, #e61f7f);
  margin-bottom: 8px;
}

.gf-home-category-card__blurb {
  display: block;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #777;
}

.gf-home-benefits {
  background: #fafafa;
}

.gf-benefit-card {
  height: 100%;
  padding: 24px 20px;
  border: 1px solid #ececf0;
  border-radius: 16px;
  background: #fff;
}

.gf-benefit-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 10px;
}

.gf-benefit-card__text {
  margin: 0;
  color: #666;
  line-height: 1.55;
  font-size: 0.95rem;
}

/* Темний футер — як shop-v3 */
.gf-site-footer.cs_primary_bg .cs_contact_widget li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.gf-site-footer.cs_primary_bg .cs_contact_widget i {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.85);
}

.gf-site-footer.cs_primary_bg .cs_contact_widget a,
.gf-site-footer.cs_primary_bg .cs_menu_widget a,
.gf-site-footer.cs_primary_bg .cs_footer_links a {
  color: rgba(255, 255, 255, 0.85);
}

.gf-site-footer.cs_primary_bg .cs_contact_widget a:hover,
.gf-site-footer.cs_primary_bg .cs_menu_widget a:hover,
.gf-site-footer.cs_primary_bg .cs_footer_links a:hover {
  color: #fff;
}

.gf-site-footer.cs_primary_bg .cs_contact_widget li {
  color: rgba(255, 255, 255, 0.75);
}

.gf-site-footer .gf-footer-social {
  display: flex;
  gap: 12px;
  font-size: 1.25rem;
}

.gf-site-footer.cs_primary_bg .gf-footer-social a {
  color: rgba(255, 255, 255, 0.85);
}

.gf-site-footer.cs_primary_bg .gf-footer-social a:hover {
  color: #fff;
}

.gf-site-footer.cs_primary_bg .cs_copyright {
  color: rgba(255, 255, 255, 0.7);
}

.gf-site-footer.cs_primary_bg .cs_newsletter.cs_style_3 input {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.gf-site-footer.cs_primary_bg .cs_newsletter.cs_style_3 input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

/* Каруселі товарів на головній */
.gf-home-carousel-hint {
  max-width: 34ch;
}

.gf-home-carousel {
  position: relative;
  padding: 0 48px 8px;
  overflow: hidden;
}

.gf-home-carousel .cs_slider_container {
  overflow: hidden;
}

.gf-home-carousel .slick-list {
  overflow: hidden !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: auto !important;
}

.gf-home-carousel .slick-track {
  display: flex !important;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.gf-home-carousel .slick-slide {
  height: auto !important;
  float: none;
  display: flex !important;
}

.gf-home-carousel .slick-slide > div,
.gf-home-carousel .cs_slider {
  width: 100%;
  height: auto;
  display: flex;
}

.gf-home-carousel::after {
  display: none;
}

.gf-home-carousel .cs_left_arrow,
.gf-home-carousel .cs_right_arrow {
  opacity: 1 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  background: #fff;
  z-index: 5;
  top: 42%;
  width: 44px;
  height: 44px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.gf-home-carousel .cs_left_arrow {
  left: 0 !important;
}

.gf-home-carousel .cs_right_arrow {
  right: 0 !important;
}

.gf-home-carousel .cs_left_arrow svg,
.gf-home-carousel .cs_right_arrow svg {
  width: 10px;
  height: auto;
}

.gf-home-carousel__dots.cs_pagination.cs_style_1 {
  display: flex !important;
}

.gf-home-carousel__arrows.cs_slider_arrows.cs_style_1 {
  display: block !important;
}

.gf-home-bestseller .cs_section_heading_title svg,
.gf-home-sale .cs_section_heading_title svg {
  width: 22px;
  height: auto;
  margin-right: 10px;
  color: var(--accent-color, #e61f7f);
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_product_link,
.gf-home-often .cs_product_card.cs_style_1 .cs_product_link,
.gf-home-new .cs_product_card.cs_style_1 .cs_product_link,
.gf-home-sale .cs_product_card.cs_style_1 .cs_product_link,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_product_link {
  z-index: 1;
  pointer-events: none;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_product_card_in,
.gf-home-often .cs_product_card.cs_style_1 .cs_product_card_in,
.gf-home-new .cs_product_card.cs_style_1 .cs_product_card_in,
.gf-home-sale .cs_product_card.cs_style_1 .cs_product_card_in,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_product_card_in {
  position: relative;
  z-index: 3;
}

.gf-home-product-title-link {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 3;
}

.gf-home-product-title-link:hover {
  color: var(--accent-color, #e61f7f);
}

.gf-home-carousel .cs_product_card.cs_style_1,
.gf-home-new .cs_product_card.cs_style_1,
.cs_new_item_list .cs_product_card.cs_style_1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_product_card_in,
.gf-home-new .cs_product_card.cs_style_1 .cs_product_card_in,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_product_card_in {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 auto;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_products_btns,
.gf-home-new .cs_product_card.cs_style_1 .cs_products_btns,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_products_btns {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: stretch;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 0 12px 12px !important;
  opacity: 1 !important;
  background: none !important;
  box-sizing: border-box;
  z-index: 6;
  transform: none !important;
  pointer-events: auto;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_products_btns > *,
.gf-home-new .cs_product_card.cs_style_1 .cs_products_btns > *,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_products_btns > * {
  pointer-events: auto;
  position: relative;
  z-index: 5;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_btn.cs_style_1,
.gf-home-new .cs_product_card.cs_style_1 .cs_btn.cs_style_1,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_btn.cs_style_1 {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;
  min-height: 44px;
  height: 44px;
  padding: 0 12px !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-transform: none;
  gap: 8px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_btn.cs_style_1 img,
.gf-home-new .cs_product_card.cs_style_1 .cs_btn.cs_style_1 img,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_btn.cs_style_1 img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_like_btn,
.gf-home-new .cs_product_card.cs_style_1 .cs_like_btn,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_like_btn {
  width: 44px;
  height: 44px;
  min-width: 44px !important;
  flex: 0 0 44px !important;
  border: 1px solid #e0e0e5;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_like_btn svg,
.gf-home-new .cs_product_card.cs_style_1 .cs_like_btn svg,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_like_btn svg {
  width: 20px;
  height: 18px;
  flex-shrink: 0;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_like_btn.active,
.gf-home-new .cs_product_card.cs_style_1 .cs_like_btn.active,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_like_btn.active {
  border-color: #e61f7f;
  background: rgba(230, 31, 127, 0.08);
}

.gf-home-carousel .cs_product_card.cs_style_1:hover .cs_products_btns,
.gf-home-new .cs_product_card.cs_style_1:hover .cs_products_btns,
.cs_new_item_list .cs_product_card.cs_style_1:hover .cs_products_btns {
  bottom: auto !important;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_product_thumb,
.gf-home-new .cs_product_card.cs_style_1 .cs_product_thumb,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_product_thumb {
  height: 280px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_product_title,
.gf-home-new .cs_product_card.cs_style_1 .cs_product_title,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_product_title {
  font-size: 16px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gf-home-carousel .cs_product_card.cs_style_1 .cs_product_price,
.gf-home-new .cs_product_card.cs_style_1 .cs_product_price,
.cs_new_item_list .cs_product_card.cs_style_1 .cs_product_price {
  font-size: 18px !important;
  line-height: 1.3 !important;
}

/* Секції з каруселями — фіксований стек, без «наїзду» блоків */
.gf-home-sale,
.gf-home-bestseller,
.gf-home-often,
.gf-home-new {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  transform: translateZ(0);
}

@media (max-width: 991px) {
  .gf-home-carousel {
    position: relative;
    padding: 0 0 12px;
    overflow: hidden;
  }

  .gf-home-carousel.cs_slider_gap_20 .slick-slide {
    padding-left: 0;
    padding-right: 12px;
  }

  .gf-home-carousel.cs_slider_gap_20 .slick-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 28px !important;
    padding-left: 0 !important;
  }

  .gf-home-carousel .cs_slider_container,
  .gf-home-carousel .slick-list {
    overflow: hidden !important;
  }

  .gf-home-carousel .slick-list {
    height: auto !important;
    min-height: 0;
  }

  .gf-home-carousel__arrows.cs_slider_arrows.cs_style_1 {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: auto;
    margin: 16px 0 8px;
    pointer-events: none;
  }

  .gf-home-carousel .cs_left_arrow,
  .gf-home-carousel .cs_right_arrow {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 44px;
    height: 44px;
    margin: 0;
    pointer-events: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff !important;
  }

  .gf-home-carousel::before {
    display: none;
  }

  .gf-home-carousel .cs_product_card.cs_style_1,
  .gf-home-new .cs_product_card.cs_style_1,
  .cs_new_item_list .cs_product_card.cs_style_1 {
    background: #fff;
    border: 1px solid #ececf0;
    box-shadow: 0 4px 16px rgba(20, 20, 30, 0.05);
    text-align: left !important;
    border-radius: 14px;
    overflow: hidden;
  }

  .gf-home-carousel .cs_product_card.cs_style_1 .cs_product_thumb,
  .gf-home-new .cs_product_card.cs_style_1 .cs_product_thumb,
  .cs_new_item_list .cs_product_card.cs_style_1 .cs_product_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 236px !important;
    min-height: 236px;
    max-height: 236px;
    padding: 16px !important;
    overflow: hidden;
    position: relative;
  }

  .gf-home-carousel .cs_product_card.cs_style_1 .cs_product_thumb > img,
  .gf-home-new .cs_product_card.cs_style_1 .cs_product_thumb > img,
  .cs_new_item_list .cs_product_card.cs_style_1 .cs_product_thumb > img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 204px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }

  .gf-home-carousel .cs_product_card.cs_style_1 .cs_product_info,
  .gf-home-new .cs_product_card.cs_style_1 .cs_product_info,
  .cs_new_item_list .cs_product_card.cs_style_1 .cs_product_info {
    flex: 1 1 auto;
    padding: 12px 14px 8px !important;
    text-align: left !important;
  }

  .gf-home-carousel .cs_product_card.cs_style_1 .cs_product_category,
  .gf-home-new .cs_product_card.cs_style_1 .cs_product_category,
  .cs_new_item_list .cs_product_card.cs_style_1 .cs_product_category {
    justify-content: flex-start !important;
    font-size: 11px !important;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
  }

  .gf-home-carousel .cs_product_card.cs_style_1 .cs_product_title,
  .gf-home-new .cs_product_card.cs_style_1 .cs_product_title,
  .cs_new_item_list .cs_product_card.cs_style_1 .cs_product_title {
    font-size: 15px !important;
    line-height: 1.35 !important;
    margin-bottom: 6px !important;
  }

  .gf-home-carousel .cs_product_card.cs_style_1 .cs_product_price,
  .gf-home-new .cs_product_card.cs_style_1 .cs_product_price,
  .cs_new_item_list .cs_product_card.cs_style_1 .cs_product_price {
    font-size: 17px !important;
    line-height: 1.2 !important;
    justify-content: flex-start !important;
    margin-bottom: 10px;
  }

  .gf-home-carousel .cs_product_card.cs_style_1 .cs_products_btns,
  .gf-home-new .cs_product_card.cs_style_1 .cs_products_btns,
  .cs_new_item_list .cs_product_card.cs_style_1 .cs_products_btns {
    padding: 0 14px 14px !important;
  }

  .gf-home-carousel .cs_product_card.cs_style_1 .cs_btn.cs_style_1,
  .gf-home-new .cs_product_card.cs_style_1 .cs_btn.cs_style_1,
  .cs_new_item_list .cs_product_card.cs_style_1 .cs_btn.cs_style_1 {
    min-width: 0 !important;
    max-width: none !important;
    min-height: 44px;
    height: 44px;
    font-size: 13px;
    padding: 0 10px !important;
  }

  .gf-home-carousel .cs_product_card.cs_style_1 .cs_like_btn,
  .gf-home-new .cs_product_card.cs_style_1 .cs_like_btn,
  .cs_new_item_list .cs_product_card.cs_style_1 .cs_like_btn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    flex: 0 0 44px !important;
  }

  .gf-home-carousel__dots.cs_pagination.cs_style_1 {
    display: none !important;
  }

  .gf-home-sale .cs_section_heading.cs_style_1,
  .gf-home-bestseller .cs_section_heading.cs_style_1,
  .gf-home-often .cs_section_heading.cs_style_1,
  .gf-home-new .cs_section_heading.cs_style_1 {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 8px;
    margin-bottom: 4px;
  }

  .gf-home-sale .cs_section_heading_title,
  .gf-home-bestseller .cs_section_heading_title,
  .gf-home-often .cs_section_heading_title,
  .gf-home-new .cs_section_heading_title {
    font-size: clamp(1.45rem, 5.5vw, 2rem) !important;
  }

  .gf-home-sale .cs_text_btn,
  .gf-home-bestseller .cs_text_btn,
  .gf-home-often .cs_text_btn,
  .gf-home-new .cs_text_btn {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  .gf-home-carousel {
    padding: 0 0 32px;
  }

  .gf-home-hero.cs_hero.cs_style_1 {
    min-height: 360px;
    padding: 36px 0 42px;
  }

  .gf-home-hero.gf-home-hero--image-only {
    min-height: 0;
    padding: 0;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f7f7f9;
  }

  .gf-home-hero.gf-home-hero--image-only::before {
    display: none;
  }

  .gf-home-hero-slider .gf-home-hero.gf-home-hero--image-only {
    min-height: clamp(180px, 56vw, 320px);
  }

  .gf-home-hero .cs_hero_mini_img {
    display: none;
  }

  .gf-home-hero .cs_hero_subtitle {
    font-size: 0.95rem !important;
    margin-bottom: 16px;
  }

  .gf-home-hero .cs_btn {
    min-height: 44px;
    padding: 0 20px;
    font-size: 0.95rem !important;
  }

  .gf-home-hero + .cs_height_70,
  .gf-home-hero + .cs_height_lg_50 {
    height: 28px !important;
  }

  .gf-home-sale .cs_height_40,
  .gf-home-sale .cs_height_60,
  .gf-home-bestseller .cs_height_60,
  .gf-home-often .cs_height_60,
  .gf-home-new .cs_height_60,
  .gf-home-new .cs_height_140,
  .gf-home-often .cs_height_80,
  .gf-home-new .cs_height_80 {
    height: 28px !important;
  }

  .gf-home-sale .cs_height_lg_30,
  .gf-home-sale .cs_height_lg_50 {
    height: 16px !important;
  }
}

/* Акції + Про нас (SEO) */
.gf-home-aktsii__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 24px 32px;
  background: linear-gradient(135deg, #fff5f9 0%, #faf7f8 100%);
  border: 1px solid #f0e0e8;
}

/* Про нас */
.gf-home-about__text {
  max-width: 820px;
  line-height: 1.7;
  font-size: 1.05rem;
}

.gf-home-about__text.is-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gf-home-about__toggle[hidden] {
  display: none !important;
}

.gf-shop-filter-scroll {
  max-height: 220px;
  overflow-y: auto;
}

.gf-review-form textarea {
  min-height: 120px;
}
