@import url("responsive.css");

.hero-banner__container {
  margin: 0 auto;
}

.hero-main {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-swiper {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.hero-swiper .swiper-wrapper {
  height: 100%;
}

.hero-slide {
  aspect-ratio: 3 / 1;
  height: 100%;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slide::before {
  content: none;
}

.hero-swiper__nav {
  color: #7fd400 !important;
  background-color: #ffffff !important;
  opacity: 0.5;
  padding: 8px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 24px;
  z-index: 2;
}
.hero-swiper__nav::after {
  font-size: 16px !important;
}

.hero-content {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  font-size: 64px;
  line-height: 122%;
  letter-spacing: 2%;
  text-align: center;
  color: #212121;
}

.hero-title span {
  color: #93d500;
}

.hero-desc {
  max-width: 402px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
  text-align: center;
  color: #212121;
}

.hero-actions {
  display: inline-flex;
  gap: 8px;
}

.hero-btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
  text-decoration: none;
}

.hero-btn--primary {
  background: linear-gradient(90deg, #4f8c08 0%, #93d500 100%);
  color: #ffffff;
}
.hero-btn--primary:hover {
  background: #a0d743;
  color: #ffffff;
}

.hero-btn--ghost {
  background: #ffffff;
  color: #437127;
}
.hero-btn--ghost:hover {
  background: #f2ffe5;
  color: #437127;
}

.hero-subs {
  position: relative;
}

.hero-subs .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  padding-left: 32px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.hero-card__content {
  position: relative;
  z-index: 1;
  max-width: 248px;
}

.hero-card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 1%;
  vertical-align: middle;

  margin: 0 0 8px;
  color: #212121;
}

.hero-card__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
  margin: 0 0 16px;
  color: #616161;
}

.hero-card__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
  color: #93d500;
}
.hero-card__link:hover {
  color: #abe649;
}

.hero-card__link:hover svg {
  transition:
    transform 0.2s ease,
    stroke 0.2s ease,
    fill 0.2s ease;
}

.hero-card:hover .hero-card__link svg {
  transform: translateX(4px);
}

.hero-card:hover .hero-card__link svg path {
  stroke: #abe649; /* màu khi hover */
}

.benefits-section {
  background: linear-gradient(90deg, #4f8c08 0%, #93d500 100%);
  padding: 48px 0;
}

.benefits-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 0 32px;
}

.benefit-item {
  flex: 1 1 0;
  display: flex !important;
  align-items: center;
  gap: 18px;
  min-width: 0;
  position: relative;
  padding: 0;
}

.benefit-item + .benefit-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 56px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
}

.benefit-item__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  color: #5d8e00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.benefit-item__icon svg {
  width: 28px;
  height: 28px;
}

.benefit-item__content {
  min-width: 0;
}

.benefit-item__title {
  margin: 0 0 4px;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 1%;
  color: #ffffff;
}

.benefit-item__text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
  color: rgba(255, 255, 255, 0.92);
}

/* Featured categories */
.featured-category-section {
  padding-top: 96px;
  padding-bottom: 48px;
}
.featured-category__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.featured-category__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 1%;
  margin: 0;
  color: #212121;
}
.featured-category__title span {
  color: #93d500;
}
.featured-category__viewall {
  color: #93d500;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
}
.featured-category-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 32px;
  align-items: start;
}

.featured-category-swiper {
  width: 100%;
}

.featured-category-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.featured-category-thumb {
  width: 144px;
  height: 144px;
  border-radius: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}
.featured-category-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 1%;
  text-align: center;
  color: #212121;
  text-align: center;
}

@media (max-width: 767px) {
  .featured-category__header {
    padding: 0;
  }

  .featured-category-swiper.is-slider {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .featured-category-swiper.is-slider .featured-category-list {
    display: flex !important;
    gap: 0;
    overflow: visible;
    padding: 0 !important;
  }

  .featured-category-swiper.is-slider .featured-category-item {
    height: auto;
    gap: 8px;
  }

  .featured-category-swiper.is-slider .featured-category-thumb {
    width: 100%;
    height: 88px;
    max-width: 100%;
    border-radius: 12px;
  }

  .featured-category-swiper.is-slider .featured-category-name {
    font-size: 14px;
    line-height: 1.35;
  }
}

/* Promo products */
.promo-products-section {
  padding: 48px 0 96px;
}

.promo-products__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.promo-products__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 1%;
  margin: 0;
  color: #212121;
}

.promo-products__title span {
  color: #93d500;
}

.promo-products__filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.promo-products__filters--swiper {
  margin: 0px !important;
}

.promo-products__filters--swiper .swiper-wrapper {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: flex !important;
}

.promo-products__filters--swiper .swiper-wrapper {
}

.promo-products__filter-slide {
  width: auto !important;
  flex: 0 0 auto;
}

.promo-products__filter-slide .promo-products__filter {
  white-space: nowrap;
}

.promo-products__filter {
  border-radius: 24px;
  border: none;
  background: #f5f5f5;
  padding: 8px 20px;
  font-weight: 600;
  color: #616161;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
  vertical-align: middle;
}

.promo-products__filter.is-active,
.promo-products__filter:hover {
  background: linear-gradient(90deg, #4f8c08 0%, #93d500 100%);
  color: #ffffff;
  border-color: transparent;
}

.promo-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
}

.promo-products__footer {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.promo-products__view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #93d500;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.promo-products__view-all svg {
  flex: 0 0 auto;
}

.promo-products__view-all:hover {
  color: #b6ef32;
  transform: translateX(2px);
}

.promo-product-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #ecefe6;
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(25, 39, 12, 0.12);
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.promo-product-card:hover > .promo-product__body .promo-product__title a {
  color: #93d500;
}

.promo-product-card:hover > .promo-product__media img {
  transform: scale(1.04);
  transition: transform 0.2s ease;
}

.promo-product-card.is-hidden {
  display: none;
}

.promo-product__media {
  position: relative;
  background: #ffffff;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-product__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 230px;
  text-decoration: none;
}

.promo-product__media img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}

.promo-product__tag {
  position: absolute;
  left: 14px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 24px;
  background: #f2fee4;
  color: #4f8c08;
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
  vertical-align: middle;
  z-index: 2;
}

.promo-product__tag-icon {
  width: 20px;
  height: 20px;
}

.promo-product__wish {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  background: #ffffff;
  color: #7fd400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
  z-index: 2;
}

.promo-product__wish svg {
  width: 24px;
  height: 24px;
}

.promo-product__wish:hover {
  transform: translateY(-2px);
  color: #5d9903;
  box-shadow: 0 16px 32px rgba(31, 46, 15, 0.16);
}

.promo-product__wish.is-favorite {
  background: #f2fee4;
  color: #437127;
}

.promo-product__wish.is-favorite svg path {
  fill: #93d500;
  stroke: #437127;
}

.promo-product__wish.is-loading {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
}

.promo-product__body {
  --promo-product-title-min-height: 26px;
  --promo-product-subtitle-min-height: 18px;
  --promo-product-meta-min-height: 26px;
  --promo-product-sku-min-height: 18px;
  --promo-product-unit-price-min-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 20px;
  flex: 1 1 auto;
}

.promo-product__summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.promo-product__summary-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.promo-product__title {
  margin: 0;
  min-height: var(--promo-product-title-min-height);
  font-weight: 700;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 1%;
}

.promo-product__title a {
  color: #437127;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.promo-product__subtitle {
  margin: 0;
  min-height: var(--promo-product-subtitle-min-height);
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
  color: #808080;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.promo-product__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: var(--promo-product-meta-min-height);
}

.promo-product__meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 24px;
  background: #f2ffe5;
  color: #4f8c08;
  font-weight: 600;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
}

.promo-product__meta-item-label {
  white-space: nowrap;
}

.promo-product__meta-divider {
  width: 1px;
  height: 18px;
  background: rgba(93, 150, 9, 0.28);
}

.promo-product__sku {
  min-height: var(--promo-product-sku-min-height);
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
  color: #757575;
}

.promo-product__purchase {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--primary-grey-100, #f5f5f5);
}

.promo-product__rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.promo-product__price-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.promo-product__price-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.promo-product__price-current {
  font-weight: 600;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 1%;
  color: #5b930d;
}

.promo-product__price-regular {
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
  text-decoration: line-through;
  color: #757575;
  text-decoration: line-through;
  white-space: nowrap;
}

.promo-product__discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  font-weight: 400;
  font-size: 9px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #437127;
  background: #b6ef24;
  border-radius: 18px;
  white-space: nowrap;
}

.promo-product__unit-price {
  min-height: var(--promo-product-unit-price-min-height);
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
  color: #616161;
}

.promo-product__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 8px 20px;
  border-radius: 24px;
  background: linear-gradient(90deg, #4f8c08 0%, #93d500 100%);
  color: #ffffff;
  text-decoration: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.promo-product__cart svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.promo-product__cart:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
  box-shadow: 0 12px 24px rgba(91, 147, 13, 0.18);
  color: #ffffff;
}

.different-section {
  padding: 64px 0 96px;
  background: #ffffff;
}

.different-section__inner {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin: 0 auto;
}

.different-section__header {
  display: flex;
  justify-content: center;
}

.different-section__title {
  margin: 0;
  color: #212121;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-align: center;
}

.different-section__title span {
  color: #93d500;
}

.different-section__grid {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.different-section__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
}

.different-section__row--image-right .different-section__media {
  order: 2;
}

.different-section__row--image-right .different-section__content {
  order: 1;
}

.different-section__media {
  position: relative;
  min-width: 0;
  width: 100%;
}

.different-section__image-wrap {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    rgba(147, 213, 0, 0.18),
    rgba(255, 255, 255, 0.05)
  );
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.different-section__image {
  display: block;
  width: 100%;
  aspect-ratio: 514 / 385;
  object-fit: cover;
}

.different-section__badge {
  position: absolute;
  left: -24px;
  bottom: -24.5px;
  width: 130px;
  min-height: 170px;
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  color: #93d500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 18px;
  box-shadow: 0px 0px 20px 0px #94c83e33;
}

.different-section__badge strong {
  font-size: 17px;
  line-height: 1.1;
}

.different-section__badge span:last-child {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}

.different-section__badge-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.different-section__content {
  max-width: 520px;
}

.different-section__heading {
  margin: 0 0 18px;
  color: #212121;
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 1%;
}

.different-section__text {
  margin: 0 0 24px;
  color: #616161;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
  vertical-align: middle;
}

.different-section__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.different-section__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #93d500;
  text-decoration: none;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.different-section__link:hover {
  transform: translateX(2px);
  opacity: 0.9;
  color: #abe649;
}

.different-section__link svg {
  flex: 0 0 auto;
}
.different-section__link svg path {
  stroke: #abe649; /* màu khi hover */
}

.different-section__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #212121;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.different-section__tick {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #101010;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.different-section__tick svg {
  width: 24px;
  height: 24px;
}

.ceo-insight-section {
  padding: 48px 0;
}

.ceo-insight-section__inner {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #ebebeb;
  min-height: 480px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-left: 48px;
  padding-right: 0;
}

.ceo-insight-section__content {
  position: relative;
  z-index: 2;
  width: min(100%, 900px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.ceo-insight-section__title {
  color: #202124;
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 1%;
}

.ceo-insight-section__title span {
  color: #93d500;
}

.ceo-insight-section__list {
  display: grid;
  gap: 32px;
}

.ceo-insight-item__title {
  margin: 0 0 8px;
  color: #616161;
  font-weight: 700;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 1%;
}

.ceo-insight-item__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #6d6e70;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 1%;
}

.ceo-insight-item__meta span:last-child {
  color: #93d500;
}

.ceo-insight-section__button {
  padding: 12px 20px;
  border-radius: 24px;
  background: linear-gradient(90deg, #4f8c08 0%, #93d500 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
  width: 114px;
}

.ceo-insight-section__button:hover {
  background: #a0d743;
  color: #ffffff;
}

.ceo-insight-section__media {
}

.ceo-insight-section__media img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.awards-section {
  padding: 72px 0;
}

.awards-section__inner {
  overflow: hidden;
}

.awards-grid {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
}

.awards-grid__item {
  width: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.awards-grid__item::after {
  content: "";
  width: 1px;
  height: 48.00000000000004px;
  background: #eeeeee;
  margin-left: 32px;
}

.awards-grid__item:last-child::after {
  display: none;
}

.awards-card {
  background: #efefef;
  border-radius: 2px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awards-grid__item--square .awards-card {
  min-height: 200px;
}

.awards-card__image {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.fresh-foods-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.fresh-foods-section::before {
  content: none;
}

@media (max-width: 1024px) {
  .hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(255, 255, 255, 0.68) 45%,
      rgba(255, 255, 255, 0.74) 100%
    );
    pointer-events: none;
  }

  .fresh-foods-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.28) 0%,
      rgba(255, 255, 255, 0.72) 2%,
      rgba(255, 255, 255, 0.9) 100%
    );
    pointer-events: none;
    z-index: 0;
  }
}

.fresh-foods-section__inner {
  position: relative;
  z-index: 1;
  border-radius: 0;
  min-height: 432px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

.fresh-foods-section__media {
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fresh-foods-section__image {
  width: 100%;
  max-width: 820px;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
}

.fresh-foods-section__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 612px;
}

.fresh-foods-section__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 24px;
  background: #f2ffe5;
  color: #4f8c08;
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
  max-width: 124px;
  margin-bottom: 8px;
}

.fresh-foods-section__title {
  color: #212121;
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 1%;
  margin-bottom: 24px;
}

.fresh-foods-section__title span {
  color: #93d500;
}

.fresh-foods-section__desc {
  margin: 0 0 36px;
  color: #616161;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
  margin-bottom: 24px;
}

.fresh-foods-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 24px;
  background: linear-gradient(90deg, #4f8c08 0%, #93d500 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
  max-width: 142px;
}

.fresh-foods-section__button:hover {
  background: #5f9b00;
  color: #ffffff;
}

.business-cooperation-section {
  padding: 56px 0;
}

.business-cooperation-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.486fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.business-cooperation-section__media {
  justify-content: center;
}

.business-cooperation-section__media img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
  display: block;
  max-height: 390px;
}

.business-cooperation-section__title {
  margin: 0 0 28px;
  color: #212121;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 1%;
}

.business-cooperation-section__title span {
  color: #93d500;
}

.business-cooperation-section__list {
  display: grid;
  gap: 8px;
}

.business-cooperation-item {
  min-height: 58px;
  border-radius: 12px;
  border-left: 2px solid #93d500;
  background-color: #f2ffe5;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 172px 100%;
  padding: 16px 188px 16px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.business-cooperation-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 14.25L11.25 9L6.75 3.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 14.25L11.25 9L6.75 3.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  z-index: 1;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.business-cooperation-item:hover {
  background-image: none;
  background: linear-gradient(90deg, #4f8c08 0%, #93d500 100%) !important;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.business-cooperation-item:hover,
.business-cooperation-item:focus-visible {
  transform: translateX(2px);
}

.business-cooperation-item:hover::after,
.business-cooperation-item:focus-visible::after {
  transform: translate(3px, -50%);
  background-color: #ffffff;
}

.business-cooperation-item:hover h3,
.business-cooperation-item:focus-visible h3 {
  color: #ffffff;
}

.business-cooperation-item__title {
  margin: 0;
  color: #4f8c08;
  font-weight: 700;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 1%;
  position: relative;
  z-index: 1;
}

.partner-logos-section {
  padding: 56px 0 72px 0;
}

.partner-logos-section__title {
  margin: 0 0 48px;
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #212121;
}

.partner-logos-section__title span {
  color: #93d500;
}

.partner-logos-swiper {
  width: 100%;
  max-width: 1296px;
  height: 96px;
  margin: 0 auto;
  overflow: visible;
}
.header-main .header-actions .header-actions__hotline .phone {
  text-align: right;
}

.partner-logos-swiper .swiper-wrapper {
  align-items: center;
}

.partner-logos-slide {
  width: auto;
  height: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.partner-logos-slide img {
  display: block;
  width: 220px;
  height: 96px;
  object-fit: contain;
}

.customer-reviews-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 72px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.customer-reviews-section__inner {
  position: relative;
}

.customer-reviews-section__title {
  margin: 0 0 42px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 0.01em;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}

.customer-reviews-swiper {
  overflow: visible;
  padding: 0 0 58px;
}

.customer-reviews-swiper .swiper-wrapper {
  align-items: stretch;
}

.customer-review-card {
  padding: 24px;
  border-radius: 16px;
  background: #efefef;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
}

.customer-review-card__rating {
  width: 136px;
  height: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.customer-review-card__star {
  width: 24px;
  height: 24px;
  color: #c9c9c9;
}

.customer-review-card__star.is-active {
  color: #93d500;
}

.customer-review-card__star svg {
  width: 24px;
  height: 24px;
  display: block;
}

.customer-review-card__text {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #616161;
  vertical-align: middle;
}

.customer-review-card__author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.customer-review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  background: #d9d9d9;
}

.customer-review-card__name {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #212121;
  vertical-align: middle;
}

.customer-review-card__position {
  margin: 2px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 0.01em;
  color: #9a9a9a;
  vertical-align: middle;
}

.customer-reviews-swiper__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  color: #93d500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.customer-reviews-swiper__nav svg {
  width: 24px;
  height: 24px;
}

.customer-reviews-swiper__nav--prev {
  left: 24px;
}

.customer-reviews-swiper__nav--next {
  right: 24px;
}

.customer-reviews-swiper__pagination {
  margin-top: 48px;
  text-align: center;
}

.customer-reviews-swiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d4d4d4;
  opacity: 1;
  margin: 0 4px !important;
}

.customer-reviews-swiper__pagination .swiper-pagination-bullet-active {
  background: #93d500;
}
/* ========================================
   Easy Recipes Section
======================================== */

.easy-recipes-section {
  padding-top: 72px;
  padding-bottom: 48px;
}

/* ========================================
   Header
======================================== */

.recipes-header {
  padding: 0 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
  gap: 24px;
}

.recipes-header__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 1%;
}

.recipes-header__title-text {
  color: #212121;
}

.recipes-header__title-highlight {
  color: #93d500;
}

.recipes-header__description {
  color: #616161;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
}
.recipes-header a {
  padding: 12px 20px;
  border-radius: 24px;
  background: linear-gradient(90deg, #4f8c08 0%, #93d500 100%);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
  width: 150px;
  color: #ffffff;
}
/* ========================================
   Grid
======================================== */

.recipes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ========================================
   Card
======================================== */

.recipe-card {
  min-height: 532px;
  gap: 10px;
  border-radius: 8px;
  padding: 16px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.recipe-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ========================================
   Content
======================================== */

.recipe-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 114px;
  border-radius: 12px;
  padding: 16px;
  background-color: #ffffff;
}

.recipe-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
  color: #212121;
}

/* ========================================
   Meta
======================================== */

.recipe-card__meta {
  display: flex;
  gap: 24px;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
  color: #4f8c08;
}

.recipe-card__meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ========================================
   News & Events Section
======================================== */

.news-events-section {
  padding: 48px 0 96px 0;
}

.news-events-section__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.news-events-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.news-events-section__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 0.01em;
  vertical-align: middle;
  color: #212121;
}

.news-events-section__title-highlight {
  color: #93d500;
}

.news-events-section__view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 0.02em;
  vertical-align: middle;
  color: #93d500;
}

.news-events-section__view-all:hover {
  color: #b6ef32;
}

.news-events-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
}

.news-events-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
  height: 321px;
}
.news-events-card:hover > .news-events-card__title {
  color: #437127;
}

.news-events-card__image-wrap {
  border-radius: 16px;
  overflow: hidden;
  height: 229px;
  background: #1a1a1a;
  flex-shrink: 0;
}

.news-events-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news-events-card__image:hover {
  transform: scale(1.2) !important;
  transition: transform 0.4s ease;
}

.news-events-card__image--empty {
  background: #1a1a1a;
}

.news-events-card__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  vertical-align: middle;
}

.news-events-card__date {
  color: #9a9a9a;
}

.news-events-card__category {
  color: #4f8c08;
}

.news-events-card__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  vertical-align: middle;
  color: #212121;
}

/* ========================================
   Dish Grid Section
======================================== */

.dish-grid-section {
  width: 100%;
}

.dish-grid-swiper {
  width: 100%;
}

.dish-grid-section .dish-grid-list.swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.dish-grid-swiper__pagination {
  display: none;
}

.dish-grid-swiper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d4d4d4;
  opacity: 1;
}

.dish-grid-swiper__pagination .swiper-pagination-bullet-active {
  background: #93d500;
}

.dish-grid-card {
  position: relative;
  display: block;
  min-height: 372px;
  overflow: hidden;
  text-decoration: none;
}

.dish-grid-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dish-grid-card__image--empty {
  width: 100%;
  height: 100%;
  background: #0f0f0f;
}

.dish-grid-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(
    90deg,
    rgba(148, 200, 62, 0.8) 0%,
    rgba(87, 124, 25, 0.8) 100%
  );
  opacity: 90%;
  visibility: hidden;
  transition: opacity 0.24s ease;
  padding: 20px;
}

.dish-grid-card:hover .dish-grid-card__overlay,
.dish-grid-card:focus-visible .dish-grid-card__overlay {
  opacity: 1;
  visibility: visible;
}

.dish-grid-card__title {
  margin: 0;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-align: center;
  vertical-align: middle;
}

@media (prefers-reduced-motion: no-preference) {
  .home-page.is-reveal-ready > section:not(.hero-banner) {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition:
      opacity 0.35s ease,
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .home-page.is-reveal-ready .hero-banner {
    overflow: hidden;
  }

  .home-page.is-reveal-ready .hero-title,
  .home-page.is-reveal-ready .hero-desc,
  .home-page.is-reveal-ready .hero-actions,
  .home-page.is-reveal-ready .hero-swiper__nav,
  .home-page.is-reveal-ready .hero-card {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition:
      opacity 0.35s ease,
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .home-page.is-reveal-ready > section:not(.hero-banner).is-revealed,
  .home-page.is-reveal-ready .hero-title.is-revealed,
  .home-page.is-reveal-ready .hero-desc.is-revealed,
  .home-page.is-reveal-ready .hero-actions.is-revealed,
  .home-page.is-reveal-ready .hero-swiper__nav.is-revealed,
  .home-page.is-reveal-ready .hero-card.is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .home-page.is-reveal-ready .hero-title {
    transition-delay: 0.04s;
  }

  .home-page.is-reveal-ready .hero-desc {
    transition-delay: 0.1s;
  }

  .home-page.is-reveal-ready .hero-actions {
    transition-delay: 0.16s;
  }

  .home-page.is-reveal-ready .hero-swiper__nav {
    transition-delay: 0.22s;
  }

  .home-page.is-reveal-ready .hero-subs .hero-card:nth-child(1) {
    transition-delay: 0.24s;
  }

  .home-page.is-reveal-ready .hero-subs .hero-card:nth-child(2) {
    transition-delay: 0.28s;
  }

  .home-page.is-reveal-ready .hero-subs .hero-card:nth-child(3) {
    transition-delay: 0.32s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page.is-reveal-ready > section,
  .home-page.is-reveal-ready .hero-title,
  .home-page.is-reveal-ready .hero-desc,
  .home-page.is-reveal-ready .hero-actions,
  .home-page.is-reveal-ready .hero-swiper__nav,
  .home-page.is-reveal-ready .hero-card {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

/* ========================================
   Responsive
======================================== */

/* ========================================
   Home Responsive Normalize
======================================== */

/* ========================================
   Home Responsive Refinements
======================================== */

.benefits-section__inner {
  display: block;
  overflow: hidden;
}

.benefits-section__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
}

.benefits-section__track .benefit-item {
  width: 100%;
}

.benefits-section__inner:not(.is-slider) .benefit-item {
  justify-content: center;
  padding: 0 12px;
}

.benefits-section__inner:not(.is-slider) .benefit-item + .benefit-item::before {
  left: -12px;
}

.awards-swiper {
  overflow: hidden;
}

.benefits-swiper__pagination,
.awards-swiper__pagination {
  display: none;
}
