.container{
  width:100%;
  max-width: 1200px;
  margin: 0;
  padding: 0;
}

.research {
        display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


/* ============================================================
   TEAM SLIDER
   ============================================================ */
.team-section {
  font-family: 'Jost', Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;eyebrow--dark
  box-sizing: border-box;
}

.team-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
}

.team-eyebrow {
      display: inline-flex;
    align-items: center;
    gap: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7acacc;
  margin-bottom: 14px;
}

.team-eyebrow::before {
    content: '';
    width: 22px;
    height: 2px;
    background: #7acacc;
    border-radius: 2px;
}

.team-title {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0;
}

.team-title em {
  font-style: italic;
  color: #7acacc;
  font-weight: 400;
}

/* NAV BUTTONS */
.team-nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  padding-bottom: 4px;
}

.team-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
      box-sizing: border-box;
}

.team-btn:hover {
  border-color: #7acacc;
  background: #7acacc;
  color: #fff;
}

/* SWIPER OVERRIDES */
.team-swiper {
  overflow: hidden;
}

.team-swiper .swiper-wrapper {
  align-items: stretch;
}

.team-swiper .swiper-slide {
  height: auto;
}

/* CARD */
.team-card {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 28px;
  padding: 24px;
  background: #f8f8f8;
  border-radius: 20px;
  height: 100%;
  box-sizing: border-box;
}

.team-card__media {
  border-radius: 14px;
  overflow: hidden;
  background: #e8e8e8;
}

.team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  display: block;
}

.team-card__body {
  display: flex;
  flex-direction: column;
}

.team-quote-mark {
  font-family: 'Jost', Arial, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 0.75;
  color: #7acacc;
  display: block;
  margin-bottom: 12px;
}

.team-card__quote {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0 0 auto;
}

.team-card__sig {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #e0e0e0;
}

.team-card__sig strong {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.team-card__sig span {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  color: #999;
}

/* PAGINATION DOTS */
.team-swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.team-swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #ddd;
  opacity: 1;
  transition: background 0.2s, width 0.2s;
}

.team-swiper-pagination .swiper-pagination-bullet-active {
  background: #7acacc;
  width: 56px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .team-section__head {
    margin-bottom: 32px;
  }

  .team-title {
    font-size: 28px;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .team-card__media {
    aspect-ratio: 16 / 9;
  }
  .team-btn {
      width: 40px;
      height: 40px;
    }
}



/* ============================================================
   RESEARCH — светлый позитивный блок
   ============================================================ */
   
   
   .research {
  font-family: 'Jost', Arial, sans-serif;
  background:
    radial-gradient(circle at 5% 10%, rgba(122, 202, 204, 0.18) 0%, transparent 40%),
    radial-gradient(circle at 95% 90%, rgba(122, 202, 204, 0.10) 0%, transparent 40%),
    #f5fafa;
  padding: 100px 0;
  border-radius: 40px;
  margin: 0 28px;
      box-sizing: border-box;
}

.research .container {
  padding: 0 32px;
      box-sizing: border-box;
}

.research .section-head {
  text-align: center;
  margin-bottom: 72px;
}

.research .eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7acacc;
  margin-bottom: 16px;
}

.research .section-title {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  color: #15140f;
  margin: 0;
}

.research .section-title em {
  font-style: italic;
  font-weight: 400;
  color: #7acacc;
}

/* STATS GRID */
.stats {
  list-style: none;
  margin: 0 0 64px !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.stat {
  padding: 32px 24px 28px;
  border-radius: 28px;
  background: #fff;
  position: relative;
  transition: transform 0.25s ease;
}


/* цветная точка в углу */
.stat::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  opacity: 0.2;
}

.stat[data-color="green"]::before { background: #88c83c; }
.stat[data-color="yellow"]::before { background: #f4bf1a; }
.stat[data-color="blue"]::before   { background: #2563d9; }
.stat[data-color="teal"]::before   { background: #2eb5b5; }
.stat[data-color="pink"]::before   { background: #ed6f9e; }

/* цифры */
.stat__num {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: -0.04em;
}

.stat[data-color="green"] .stat__num { color: #88c83c; }
.stat[data-color="yellow"] .stat__num { color: #f4bf1a; }
.stat[data-color="blue"] .stat__num   { color: #2563d9; }
.stat[data-color="teal"] .stat__num   { color: #2eb5b5; }
.stat[data-color="pink"] .stat__num   { color: #ed6f9e; }

.stat__num b {
  font-size: 76px;
  line-height: 0.9;
  font-weight: 500 !important;
}

.stat__num i {
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  margin-top: 8px;
  margin-left: 2px;
}

.stat p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #4a4842;
}

.stat p strong {
  color: #15140f;
  font-weight: 600;
}

/* PANEL */
.research__panel {
  background: #fff;
  border-radius: 28px;
  padding: 36px 40px;
  margin-bottom: 28px;
}

.eyebrow--dark {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8e8b83;
  margin-bottom: 20px;
}

.eyebrow--dark::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #7acacc;
}

.research__meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0;
}

.research__meta dt {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8e8b83;
  margin-bottom: 8px;
}

.research__meta dd {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #15140f;
}

/* NOTES */
.research__notes {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 32px;
  font-size: 12px;
  color: #8e8b83;
}

.research__notes sup {
  color: #4a4842;
  margin-right: 4px;
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .research__meta {
    grid-template-columns: repeat(2, 1fr);
  }

  .research__notes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .stats {
    grid-template-columns: 1fr;
  }

  .research {
    border-radius: 20px;
    margin: 0 15px;
    padding: 60px 0;
  }

  .research .section-title {
    font-size: 28px;
  }
  
    .research__meta {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   REVIEWS SLIDER
   ============================================================ */
.reviews-section {
  font-family: 'Jost', Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.reviews-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
}

.reviews-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7acacc;
  margin-bottom: 14px;
}

.reviews-eyebrow::before {
  content: '';
  width: 22px;
  height: 2px;
  background: #7acacc;
  border-radius: 2px;
}

.reviews-title {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0;
}

.reviews-title em {
  font-style: italic;
  color: #7acacc;
  font-weight: 400;
}

.reviews-nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  padding-bottom: 4px;
}

.reviews-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  box-sizing: border-box;
}

.reviews-btn:hover {
  border-color: #7acacc;
  background: #7acacc;
  color: #fff;
}

.reviews-swiper {
  overflow: hidden;
}

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

.reviews-swiper .swiper-slide {
  height: auto;
  max-height: 480px;
}

/* CARD */
.reviews-card {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 28px;
  padding: 24px;
  background: #f8f8f8;
  border-radius: 20px;
  height: 100%;
  box-sizing: border-box;
}

.reviews-card__media {
  border-radius: 14px;
  overflow: hidden;
  background: #e8e8e8;
}

.reviews-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  display: block;
}

.reviews-card__body {
  display: flex;
  flex-direction: column;
}

.reviews-card__chip {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 100px;
  background: #7acacc;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 16px;
}

.reviews-card[data-color="yellow"] .reviews-card__chip { background: #f4bf1a; color: #1a1a1a; }
.reviews-card[data-color="blue"]   .reviews-card__chip { background: #2563d9; }
.reviews-card[data-color="teal"]   .reviews-card__chip { background: #2eb5b5; }
.reviews-card[data-color="green"]  .reviews-card__chip { background: #88c83c; color: #1a1a1a; }
.reviews-card[data-color="pink"]   .reviews-card__chip { background: #ed6f9e; }

.reviews-card__stars {
  color: #f4bf1a;
  font-size: 16px;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.reviews-card__quote {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0 0 auto;
}

.reviews-card__sig {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.reviews-card__sig strong {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.reviews-card__sig span {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  color: #999;
}

.reviews-swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.reviews-swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #ddd;
  opacity: 1;
  transition: background 0.2s, width 0.2s;
}

.reviews-swiper-pagination .swiper-pagination-bullet-active {
  background: #7acacc;
  width: 56px;
}

@media (max-width: 768px) {
    .reviews-card__media
  .reviews-section__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }
  
.reviews-swiper .swiper-slide {
    max-height: max-content;
}

  .reviews-title {
    font-size: 28px;
  }

  .reviews-card {
    grid-template-columns: 1fr;
  }

  .reviews-card__media {
    aspect-ratio: 16 / 9;
    object-position: 50% 50%;
  }
  
  .reviews-card__media img {
      object-position: 50% 50%;
  }
  .reviews-btn {
      width: 40px;
      height: 40px;
    }
}


/* ============================================================
   INGREDIENTS / FLIP CARDS
   ============================================================ */
.ingredients {
  font-family: 'Jost', Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.ingredients-head {
  text-align: center;
  margin-bottom: 48px;
}

.ingredients-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7acacc;
  margin-bottom: 16px;
}

.ingredients-title {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0 0 16px;
}

.ingredients-title em {
  font-style: italic;
  color: #7acacc;
  font-weight: 400;
}

.ingredients-sub {
  font-size: 15px;
  line-height: 1.55;
  color: #4a4842;
  margin: 0 auto;
  max-width: 540px;
}

.ingredients-sub__mobile { display: none; }

/* GRID */
.ing-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  perspective: 1400px;
}

.ing-card {
  height: 360px;
}

.ing-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

/* hover только для устройств с настоящим hover (десктоп) */
@media (hover: hover) {
  .ing-card:hover .ing-card__inner {
    transform: rotateY(180deg);
  }
  .ing-card:hover .ing-card__img {
    transform: scale(1.06);
  }
}

/* tap-toggle для тач-устройств */
.ing-card.is-flipped .ing-card__inner {
  transform: rotateY(180deg);
}

.ing-card__face {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  box-sizing: border-box;
}

.ing-card__face--front {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ing-card__img {
  width: 150px;
  height: auto;
  margin-bottom: 22px;
  filter: drop-shadow(0 14px 28px rgba(20, 19, 15, 0.12));
  transition: transform 0.4s ease;
}

.ing-card__face--front h3 {
  font-family: 'Jost', Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  margin: 0;
  color: #1a1a1a;
}

/* tap icon в углу */
.ing-card__tap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: auto;
  opacity: 0;
  pointer-events: none;
}

.ing-card__face--back {
  transform: rotateY(180deg);
  justify-content: space-between;
  text-align: left;
}

.ing-card__face--back h3 {
  font-family: 'Jost', Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 14px;
  color: #1a1a1a;
}

.ing-card__face--back p {
  font-size: 14px;
  line-height: 1.55;
  color: #1a1a1a;
  margin: 0;
}

.ing-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 2px solid #1a1a1a;
  align-self: flex-start;
  margin-top: 16px;
  color: #1a1a1a !important;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.ing-card__link:hover { gap: 14px; }

/* Цветные задние стороны */
.ing-card[data-color="yellow"] .ing-card__face--back { background: #f4bf1a; }
.ing-card[data-color="blue"]   .ing-card__face--back { background: #2563d9; }
.ing-card[data-color="blue"]   .ing-card__face--back h3,
.ing-card[data-color="blue"]   .ing-card__face--back p,
.ing-card[data-color="blue"]   .ing-card__link { color: #fff !important; }
.ing-card[data-color="blue"]   .ing-card__link { border-color: #fff; }

.ing-card[data-color="teal"]   .ing-card__face--back { background: #2eb5b5; }
.ing-card[data-color="teal"]   .ing-card__face--back h3,
.ing-card[data-color="teal"]   .ing-card__face--back p,
.ing-card[data-color="teal"]   .ing-card__link { color: #fff !important; }
.ing-card[data-color="teal"]   .ing-card__link { border-color: #fff; }

.ing-card[data-color="green"]  .ing-card__face--back { background: #88c83c; }

.ing-card[data-color="pink"]   .ing-card__face--back { background: #ed6f9e; }
.ing-card[data-color="pink"]   .ing-card__face--back h3,
.ing-card[data-color="pink"]   .ing-card__face--back p,
.ing-card[data-color="pink"]   .ing-card__link { color: #fff !important; }
.ing-card[data-color="pink"]   .ing-card__link { border-color: #fff; }

/* RESPONSIVE */
@media (max-width: 960px) {
  .ingredients-sub__desktop { display: none; }
  .ingredients-sub__mobile { display: inline; }

  .ing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ingredients-title {
    font-size: 36px;
  }
  
  .ing-card__tap {
      opacity: 0.8;
    }
}

@media (max-width: 480px) {
  .ing-grid {
    grid-template-columns: 1fr;
  }

  .ingredients-title {
    font-size: 28px;
  }

}



/* ============================================================
   QUIZ CTA
   ============================================================ */
.quiz {
  font-family: 'Jost', Arial, sans-serif;
  margin: 0;
  box-sizing: border-box;
}

.quiz-inner {
  background:
    radial-gradient(circle at 5% 10%, rgba(122, 202, 204, 0.18) 0%, transparent 40%),
    radial-gradient(circle at 95% 90%, rgba(122, 202, 204, 0.10) 0%, transparent 40%),
    #f5fafa;
  border-radius: 40px;
  padding: 100px 32px;
  text-align: center;
  box-sizing: border-box;
}

.quiz-content {
  max-width: 620px;
  margin: 0 auto;
}

.quiz-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7acacc;
  margin-bottom: 16px;
}

.quiz-title {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0 0 24px;
}

.quiz-title em {
  font-style: italic;
  color: #7acacc;
  font-weight: 400;
}

.quiz-text {
  font-size: 17px;
  line-height: 1.55;
  color: #4a4842;
  margin: 0 0 36px;
}

.quiz-btn-wrap {
  display: flex;
  justify-content: center;
}

.quiz-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 211px;
  height: 54px;
  padding: 0 28px;
  border-radius: 20px !important;
  background: #7acacc !important;
  color: #ffffff !important;
  font-family: 'Jost', Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: background-color 0.2s ease-in-out;
}

.quiz-btn:hover {
  background: #7bdbdc !important;
  color: #ffffff !important;
}

.quiz-btn__text {
  display: inline-block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .quiz {
    margin: 0 12px;
  }

  .quiz-inner {
    padding: 60px 20px;
    border-radius: 20px;
  }

  .quiz-title {
    font-size: 28px;
  }

  .quiz-text {
    font-size: 15px;
  }
}

/* QUIZ — позиционирование */
.quiz-inner {
  position: relative;
  overflow: hidden;
}

.quiz-content {
  position: relative;
  z-index: 2;
}

.quiz-img {
  position: absolute;
  bottom: 0;
  width: 280px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.quiz-img--left {
  left: -40px;
}

.quiz-img--right {
  right: -40px;
}

@media (max-width: 960px) {
.quiz-img--right {
    right: -206px;
}
}

/* Mobile — оставляем только product-azelaic, по центру под кнопкой */
@media (max-width: 768px) {
  .quiz-img--right {
    display: none;
  }

    .quiz-img--left {
        width: 300px;
        right: 50%;
        transform: translateX(50%);
        bottom: -35px;
        opacity: 0.5;
    }

  .quiz-inner {
    padding-bottom: 180px;
  }
}


/* ============================================================
   PRODUCTS — горизонтальные карточки, 2 колонки
   ============================================================ */
.prod {
  font-family: 'Jost', Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.prod-head {
  text-align: center;
  margin-bottom: 56px;
}

.prod-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7acacc;
  margin-bottom: 16px;
}

.prod-title {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0;
}

.prod-title em {
  font-style: italic;
  font-weight: 400;
  color: #7acacc;
}

/* GRID */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.prod-card {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 24px 28px;
  box-sizing: border-box;
  --shadow-x: 0px;
  --shadow-y: 0px;
  transition: transform 0.25s ease, box-shadow 0.3s ease;
}

.prod-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-x) var(--shadow-y) 15px rgba(122, 202, 204, 0.35);
}

.prod-card__img {
  width: 120px;
  height: auto;
  max-height: 170px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.prod-card__body {
  display: flex;
  flex-direction: column;
}

.prod-card__title {
  font-family: 'Jost', Arial, sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.25;
  color: #1a1a1a;
  margin: 0;
}

.prod-card__brand {
  color: #7acacc;
}

.prod-card__sub {
  font-size: 14px;
  font-weight: 500;
  color: #7acacc;
  margin-top: 4px;
}

.prod-card__desc {
  font-size: 14px;
  line-height: 1.5;
  color: #4a4842;
  margin: 12px 0 0;
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .prod-grid {
    grid-template-columns: 1fr;
  }

  .prod-title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .prod-card {
    gap: 16px;
    padding: 18px 20px;
  }

  .prod-card__img {
    width: 90px;
    max-height: 130px;
  }

  .prod-card__title {
    font-size: 17px;
  }

  .prod-title {
    font-size: 28px;
  }

}

    
    
