.main-content {
  flex: 1;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto 100px;
  padding: 0 15px;
}

.meet-catalog {
  width: 100%;
  margin: 100px 0 0;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .meet-catalog {
    margin-top: 150px;
  }
}

.meet-catalog__tab {
  position: relative;
  display: block;
  min-height: 160px;
  padding: 0;
  overflow: visible;
  font: inherit;
  color: #0e0e0e;
  text-align: left;
  background-color: #f4f4f4;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

@media (min-width: 768px) {
  .meet-catalog__tab {
    min-height: 191px;
  }
}

.meet-catalog__tab.is-active {
  background-color: #bbe4e9;
}

.meet-catalog__slider {
  width: 100%;
  min-width: 0;
}

.meet-catalog__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 3px;
  margin: 18px auto 0;
  gap: 8px;
}

@media (min-width: 768px) {
  .meet-catalog__pagination {
    margin-top: 20px;
  }
}

.meet-catalog .product-line__panel.is-active:not(.product-line__placeholder) {
  width: 100%;
}

.meet-catalog .product-line__image-slider {
  overflow: visible;
}

.meet-catalog .product-line__image-slide {
  width: 320px;
  height: 320px;
  min-height: 294px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .meet-catalog .product-line__image-slide {
    width: 320px;
    height: 320px;
    min-height: 299px;
  }
}

.meet-catalog .product-line__image-slide img {
  object-fit: contain;
}

.meet-catalog .product-line__features {
  margin-top: 18px;
}

@media (min-width: 992px) {
  .meet-catalog .product-line__features {
    margin-top: 36px;
  }
}

.meet-catalog .product-line__feature-list {
  gap: 15px;
}

@media (max-width: 374.98px) {
  .meet-catalog .product-line__feature-list {
    gap: 10px;
  }
}

.meet-catalog .product-line__feature.is-active {
  color: #f8bbdf;
}

.meet-catalog .product-line__feature-label {
  background-color: #f8bbdf;
}

.meet-catalog .product-line__description {
  margin-top: 22px;
}

@media (min-width: 992px) {
  .meet-catalog .product-line__description {
    margin-top: 16px;
  }
}

.meet-catalog .product-line__link {
  max-width: none;
}

@media (min-width: 992px) {
  .meet-catalog .product-line__link {
    width: 237px;
    margin-top: 42px;
  }
}

.preventive-hero {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  color: #12113b;
  background: linear-gradient(to bottom, #f0eeff 50%, #f3f1eb 100%);
  border-radius: 20px;
  height: 747px;
  padding: 19px;
}

@media (min-width: 768px) {
  .preventive-hero {
    margin-top: 40px;
    height: 640px;
    overflow: visible;
    border-radius: 0;
    position: relative;
    background: transparent;
  }
  .preventive-hero__panel {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 551px;
    background: linear-gradient(to right, #f0eeff 25%, #f3f1eb 100%);
    content: "";
    border-radius: 28px;
    z-index: -1;
    padding: 40px;
  }
}

@media (min-width: 768px) {
}

.preventive-hero__brand {
  width: 138px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .preventive-hero__brand {
    width: 23.17%;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .preventive-hero__brand {
    width: 278px;
  }
}

.preventive-hero__logo {
  display: block;
  width: 138px;
  height: 64px;
}

@media (min-width: 768px) {
  .preventive-hero__logo {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .preventive-hero__logo {
    width: 278px;
    height: 130px;
  }
}

.preventive-hero__title {
  margin: 14px auto 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.22;
  color: #12113b;
  text-align: center;
}

@media (min-width: 768px) {
  .preventive-hero__title {
    width: 40%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .preventive-hero__title {
    width: 490px;
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .preventive-hero__title {
    font-size: 32px;
    margin-top: 30px;
  }
}

@media (max-width: 359.98px) {
  .preventive-hero__title {
    font-size: 22px;
  }
}

.preventive-hero__title-mobile {
  display: block;
}

@media (min-width: 768px) {
  .preventive-hero__title-mobile {
    display: none;
  }
}

.preventive-hero__title-desktop {
  display: none;
}

@media (min-width: 768px) {
  .preventive-hero__title-desktop {
    display: block;
  }
}

.preventive-hero__pets {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
  user-select: none;
}

.preventive-hero__products {
  margin: 10px auto 0;
  display: block;
  width: 252px;
}

@media (min-width: 768px) {
  .preventive-hero__products {
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 44%;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .preventive-hero__products {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .preventive-hero__products {
    left: 2px;
    bottom: 18px;
    width: 564px;
  }
}

.preventive-hero__pets {
  width: 334px;
  left: 50%;
  bottom: 0.27%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .preventive-hero__pets {
    bottom: 0;
    right: 0;
    left: auto;
    width: 50%;
    transform: none;
  }
}

@media (min-width: 1200px) {
  .preventive-hero__pets {
    width: 600px;
  }
}

.preventive-hero__products img,
.preventive-hero__pets img {
  display: block;
  width: 100%;
  height: auto;
}

.choice {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 100px 0 0;
}

@media (min-width: 768px) {
  .choice {
    margin-top: 150px;
  }
}

.choice__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 760px;
}

@media (min-width: 768px) {
  .choice__inner {
    height: 192px;
  }
}

.choice__title {
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .choice__title {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
  }
}

.choice__text {
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .choice__text {
    text-align: center;
  }
}

.choice__text strong {
  font-weight: 700;
}

.healthy-ration {
  width: 100%;
  margin: 100px auto 0;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .healthy-ration {
    margin-top: 150px;
  }
}

.healthy-ration__title {
  width: 100%;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .healthy-ration__title {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
  }
}

.healthy-ration__slider {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .healthy-ration__slider {
    overflow: visible;
  }
}

.healthy-ration__list {
  display: flex;
  align-items: stretch;
}

@media (min-width: 768px) {
  .healthy-ration__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    transform: none;
  }
}

.healthy-ration__card {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 290px;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
}

@media (min-width: 768px) {
  .healthy-ration__card {
    min-height: 316px;
    padding: 16px;
  }
}

.healthy-ration__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 0 0 12px;
  padding: 0;
  overflow: hidden;
  background-color: #d8d8d8;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.healthy-ration__icon:hover {
  background-color: #d7eff2;
}

.healthy-ration__icon svg {
  display: block;
  width: 120px;
  height: 120px;
}

.healthy-ration__card-title {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .healthy-ration__card-title {
    font-size: 24px;
    font-weight: 500;
  }
}

.healthy-ration__text {
  width: 100%;
  max-width: 355px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e;
}

.healthy-ration__navigation {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .healthy-ration__navigation {
    display: none;
  }
}

.healthy-ration__arrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 32px;
  padding: 0;
  color: #bbe4e9;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: color 0.3s ease;
}

.healthy-ration__arrow.swiper-button-disabled {
  color: #d8d8d8;
  cursor: default;
}

.healthy-ration__arrow:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 2px;
}

.healthy-ration__pagination {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.product-line {
  width: 100%;
  margin: 100px 0 0;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .product-line {
    margin-top: 150px;
  }
}

.product-line__icons-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.product-line__pets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .product-line__pets {
    gap: 20px;
    margin-bottom: 20px;
  }
}

.product-line__pet-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 80px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e;
  cursor: pointer;
  background-color: #f4f4f4;
  border: 0;
  border-radius: 12px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.product-line__pet-tab.is-active {
  background-color: #bbe4e9;
}

.product-line__pet-tab:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 2px;
}

.product-line__pet-image {
  display: block;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 50%;
}

.product-line__pet-image img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 374.98px) {
  .product-line__pet-image {
    margin-right: 10px;
  }
}

.product-line__pet-text {
  min-width: 0;
}

.product-line__body {
  width: 100%;
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 12px;
  box-sizing: border-box;
  /* min-height: 998px; */
}

@media (min-width: 768px) {
  .product-line__body {
    padding: 40px 20px;
    /* min-height: 579px; */
  }
}

@media (min-width: 1100px) {
  .product-line__body {
    /* height: 624px; */
  }
}

.product-line__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0 0 18px;
}

.product-line__tabs[hidden] {
  display: none;
}

@media (min-width: 768px) {
  .product-line__tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 40px;
  }
}

.product-line__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 52px;
  padding: 14px 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #12113b;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.product-line__tab[data-product-tab$="-renal"].is-active {
  background-color: #e0bfa3;
}

.product-line__tab[data-product-tab$="-urinary"].is-active {
  background-color: #f8bbdf;
}

.product-line__tab[data-product-tab$="-gastrointestinal"].is-active {
  background-color: #a7dad3;
}

.product-line__tab[data-product-tab$="-hypoallergenic"].is-active {
  background-color: #b3db81;
}

.product-line__tab[data-product-tab$="-probiotic"].is-active {
  background-color: #d8d8d8;
}

.product-line__tab:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 2px;
}

@media (max-width: 374.98px) {
  .product-line__tab {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
}

.product-line__panel {
  width: 100%;
}

.product-line__panel[hidden] {
  display: none;
}

.product-line__panel.is-active:not(.product-line__placeholder) {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .product-line__panel.is-active:not(.product-line__placeholder) {
    display: grid;
    grid-template-columns: minmax(340px, 437px) minmax(0, 1fr);
    align-items: start;
    gap: 40px;
    min-height: 452px;
  }
}

.product-line__media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 991.98px) {
  .product-line__media {
    display: contents;
  }
}

.product-line__image-slider {
  order: 4;
  width: 100%;
  max-width: 348px;
  margin: 18px auto 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .product-line__image-slider {
    order: initial;
    max-width: 357px;
    margin-top: 0;
  }
}

.product-line__image-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 294px;
}

@media (min-width: 768px) {
  .product-line__image-slide {
    min-height: 299px;
  }
}

.product-line__image-slide img {
  display: block;
  width: 100%;
  max-width: 348px;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .product-line__image-slide img {
    max-width: 357px;
    height: 299px;
  }
}

.product-line__image-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-height: 12px;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .product-line__image-pagination {
    margin-top: 23px;
  }
}

.product-line__features {
  order: 5;
  width: 100%;
  max-width: 348px;
  margin: 18px auto 0;
}

@media (min-width: 992px) {
  .product-line__features {
    order: initial;
    max-width: 336px;
    margin-top: 16px;
  }
}

.product-line__feature-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.product-line__feature {
  display: inline-flex;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  color: #d8d8eb;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.product-line__feature.is-active {
  color: #f8bbdf;
}

.product-line__panel--renal .product-line__feature.is-active {
  color: #e0bfa3;
}

.product-line__panel--urinary .product-line__feature.is-active {
  color: #f8bbdf;
}

.product-line__panel--gastrointestinal .product-line__feature.is-active {
  color: #a7dad3;
}

.product-line__panel--hypoallergenic .product-line__feature.is-active {
  color: #b3db81;
}

.product-line__panel--probiotic .product-line__feature.is-active {
  color: #d8d8d8;
}

.product-line__feature:hover {
  transform: translateY(-2px);
}

.product-line__feature:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.product-line__feature svg {
  display: block;
  width: 54px;
  height: 54px;
}

.product-line__feature-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 32px;
  max-width: 100%;
  margin: 10px auto 0;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #12113b;
  text-align: center;
  background-color: #f8bbdf;
  border-radius: 50px;
  box-sizing: border-box;
}

.product-line__panel--renal .product-line__feature-label {
  background-color: #e0bfa3;
}

.product-line__panel--urinary .product-line__feature-label {
  background-color: #f8bbdf;
}

.product-line__panel--gastrointestinal .product-line__feature-label {
  background-color: #a7dad3;
}

.product-line__panel--hypoallergenic .product-line__feature-label {
  background-color: #b3db81;
}

.product-line__panel--probiotic .product-line__feature-label {
  background-color: #d8d8d8;
}

@media (max-width: 767.98px) {
  .product-line__feature-label {
    width: 100%;
    min-height: 44px;
    margin-top: 18px;
    padding: 10px;
  }
}

.product-line__content {
  display: contents;
}

@media (min-width: 992px) {
  .product-line__content {
    display: flex;
    flex-direction: column;
    min-height: 452px;
    justify-content: flex-start;
  }
}

.product-line__head {
  display: contents;
}

@media (min-width: 992px) {
  .product-line__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.product-line__title {
  order: 1;
  max-width: 348px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #0e0e0e;
  text-align: center;
}

.product-line__title--desktop {
  display: none;
}

.product-line__title--mobile {
  display: block;
}

@media (min-width: 992px) {
  .product-line__title {
    max-width: none;
    margin: 0;
    font-size: 32px;
    line-height: 1.3;
    text-align: left;
  }

  .product-line__title--desktop {
    display: block;
    order: initial;
    margin-bottom: 16px;
  }

  .product-line__title--mobile {
    display: none;
  }
}

.product-line__taste {
  display: flex;
  order: 3;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 18px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e;
}

@media (min-width: 992px) {
  .product-line__taste {
    order: initial;
    margin: 0;
  }
}

.product-line__taste span {
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-color: #f9d429;
  border-radius: 50%;
}

.product-line__panel--renal .product-line__taste span {
  background-color: #f05d22;
}

.product-line__panel--gastrointestinal .product-line__taste span,
.product-line__panel--hypoallergenic .product-line__taste span {
  background-color: #9b7bb6;
}

.product-line__panel--probiotic .product-line__taste span {
  background-color: #fcc3c3;
}

.product-line__subtitle {
  order: 2;
  max-width: 348px;
  margin: 12px auto 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e;
  text-align: center;
}

@media (min-width: 992px) {
  .product-line__subtitle {
    order: initial;
    max-width: 620px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
  }
}

.product-line__description {
  order: 6;
  margin: 22px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e;
}

@media (min-width: 992px) {
  .product-line__description {
    order: initial;
    margin-top: 16px;
  }
}

.product-line__description p {
  margin: 0 0 24px;
}

@media (min-width: 992px) {
  .product-line__description p {
    margin-bottom: 24px;
  }
}

.product-line__description ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 22px;
}
.product-line__description ul + p {
  margin-top: 24px;
}
.product-line__description li {
  padding-left: 2px;
}

.product-line__link {
  order: 7;
  width: 100%;
  max-width: none;
  margin: 22px 0 0;
}

@media (min-width: 992px) {
  .product-line__link {
    order: initial;
    width: 237px;
    margin-top: 60px;
  }
  .product-line__link.probiotic {
    margin-top: 24px;
  }
}

.product-picker {
  width: 100%;
  margin: 100px 0 0;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .product-picker {
    margin-top: 150px;
  }
}

.product-picker__title {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .product-picker__title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
  }
}

.product-picker__scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1230px) {
  .product-picker__scroll {
    overflow-x: visible;
  }
}

.product-picker__table {
  width: 1106px;
  min-width: 1106px;
  border-spacing: 0;
  border-collapse: separate;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e;
}

@media (min-width: 1230px) {
  .product-picker__table {
    width: 1200px;
    min-width: 1200px;
  }
}

.product-picker__label-col {
  width: 146px;
}

@media (min-width: 1230px) {
  .product-picker__label-col {
    width: 156px;
  }
}

.product-picker__product-col {
  width: 240px;
}

@media (min-width: 1230px) {
  .product-picker__product-col {
    width: 261px;
  }
}

.product-picker__table th,
.product-picker__table td {
  position: relative;
  height: 40px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  background-color: #fffefd;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
}

.product-picker__table th:first-child,
.product-picker__table td:first-child {
  border-left: 1px solid #d8d8d8;
}

@media (max-width: 1229.98px) {
  .product-picker__table th:first-child,
  .product-picker__table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
  }

  .product-picker__table thead th:first-child {
    z-index: 4;
  }
}

.product-picker__table thead th {
  height: 52px;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
  border-top: 1px solid #d8d8d8;
}

.product-picker__table thead th:first-child {
  border-top-left-radius: 12px;
}

.product-picker__table thead th:last-child {
  border-top-right-radius: 12px;
}

.product-picker__table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 12px;
}

.product-picker__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.product-picker__table tbody th {
  font-weight: 500;
  line-height: 1;
}

.product-picker__table .product-picker__head--renal {
  background-color: #e0bfa3;
}

.product-picker__table .product-picker__head--urinary {
  background-color: #f8bbdf;
}

.product-picker__table .product-picker__head--gastrointestinal {
  background-color: #a7dad3;
}

.product-picker__table .product-picker__head--hypoallergenic {
  background-color: #b3db81;
}

.product-picker__table .product-picker__head--probiotic {
  background-color: #eeeeee;
}

.product-picker__row--components th,
.product-picker__row--components td {
  height: 286px;
}

@media (min-width: 1230px) {
  .product-picker__row--components th,
  .product-picker__row--components td {
    height: 264px;
  }
}

.product-picker__badge {
  display: table;
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-height: 30px;
  margin: 0 0 8px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.9;
  color: #0e0e0e;
  background-color: #eef2fa;
  border-radius: 50px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .product-picker__badge {
    vertical-align: top;
    min-height: 32px;
    margin-right: 6px;
    margin-bottom: 8px;
    padding: 4px 12px;
    line-height: 1.15;
  }
}
@media (min-width: 1230px) {
  .product-picker__badge br.hidden {
    display: none;
  }
}

.product-picker__age {
  display: inline-block;
  padding-right: 8px;
}

.product-picker__tooltip-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

.product-picker__tooltip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  line-height: 1;

  background-color: transparent;
  border: none;

  cursor: pointer;
}

.product-picker__tooltip {
  position: absolute;
  right: 2px;
  top: 34px;
  display: block;
  width: 291px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #353535;
  border-radius: 6px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.product-picker__tooltip::before {
  position: absolute;
  top: -10px;
  right: var(--product-picker-tooltip-arrow-right, 9px);
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #353535;
  border-left: 6px solid transparent;
  content: "";
}

.product-picker__tooltip-wrap.is-open .product-picker__tooltip {
  opacity: 1;
  visibility: visible;
}

.product-picker__tooltip.is-floating {
  position: fixed;
  right: auto;
  z-index: 100000;
  opacity: 1;
  visibility: visible;
}

.product-picker__note {
  width: 100%;
  max-width: 368px;
  margin: 20px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #d8d8d8;
  text-align: center;
}

@media (min-width: 768px) {
  .product-picker__note {
    max-width: 540px;
    margin: 20px auto 0;
    font-size: 24px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .main-content {
    margin: 0 auto 160px;
  }
}

.category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding-block: 4px;
  padding-inline: 20px 4px;
  max-width: 400px;
  width: 100% - 20px;

  height: 40px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #0e0e0e;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .category-link {
  }
}

.category-link__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #bbe4e9;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .category-link__icon {
  }
}

.benefits {
  width: 100%;

  margin: 100px auto 0;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .benefits {
    margin: 150px auto 0;
  }
}

.benefits__slider {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .benefits__slider {
    overflow: visible;
  }
}

.benefits__pagination {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.brand-video {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 100px auto 0;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 992px) {
  .brand-video {
    grid-template-columns: 590px minmax(0, 1fr);
    align-items: flex-start;
    gap: 16px;
    margin-top: 150px;
  }
}

.brand-video__video {
  display: block;
  width: 100%;
  aspect-ratio: 590 / 332;
  object-fit: cover;
}

.brand-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: rgba(14, 14, 14, 0.88);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    background-color 0.3s ease,
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.brand-video__play:hover {
  background-color: #0e0e0e;
}

.brand-video__play:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.brand-video.is-playing .brand-video__play {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* .ration__inner::before,
.ration__inner::after {
  content: "";
  position: absolute;
  display: none;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.ration__inner::before {
  top: 0;
  left: 0;
  width: 63px;
  height: 47px;
  background-image: url("data:image/svg+xml,%3Csvg width='63' height='47' viewBox='0 0 63 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse opacity='0.34' cx='-1.9594' cy='-18.0514' rx='64.599' ry='64.0625' transform='rotate(-11.4614 -1.9594 -18.0514)' fill='url(%23paint0_linear_6673_17321)' fill-opacity='0.17'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6673_17321' x1='-3.821' y1='-95.4225' x2='-8.28444' y2='-12.4223' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2398DEFF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2398DEFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.ration__inner::after {
  right: 0;
  bottom: 0;
  width: 108px;
  height: 59px;
  background-image: url("data:image/svg+xml,%3Csvg width='108' height='59' viewBox='0 0 108 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='93.8527' cy='93.1351' rx='93.8651' ry='93.0855' transform='rotate(-11.4614 93.8527 93.1351)' fill='url(%23paint0_linear_6673_17322)' fill-opacity='0.17'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6673_17322' x1='91.1477' y1='-19.2884' x2='84.6622' y2='101.314' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2398DEFF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2398DEFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
} */

.feed-lines {
  width: 100%;
  margin: 100px auto 0;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .feed-lines {
    margin-top: 150px;
  }
}

.feed-lines__slider {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1230px) {
  .feed-lines__slider {
    overflow: visible;
  }
}

.feed-line-card {
  flex: 0 0 280px;
  width: 280px;
  height: auto;
  box-sizing: border-box;
}

@media (min-width: 1230px) {
  .feed-line-card {
    width: auto;
  }
}

.feed-line-card__face--front {
  align-items: stretch;
  background: #f4f4f4;
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
  text-align: left;
  visibility: visible;
}

.feed-line-card__face--back {
  background-color: #f4f4f4;
  color: #0e0e0e;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.feed-line-card.is-flipped .feed-line-card__face--front {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.feed-line-card.is-flipped .feed-line-card__face--back {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.reviews {
  width: 100%;
  margin: 100px auto 0;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .reviews {
    margin-top: 150px;
  }
}

.reviews__slider {
  width: 100%;
  overflow: hidden;
}

.reviews__pagination {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.actions {
  width: 100vw;
  margin: 100px calc(50% - 50vw) 0;
  padding: 22px 0 18px;
  background-color: #f4f4f4;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .actions {
    margin-top: 150px;
    padding: 60px 0 54px;
  }
}

.actions__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 4px;
  padding-inline: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #0e0e0e;
  background: transparent;
  border: 0;
  cursor: pointer;
  min-height: 34px;
}
.actions__tab.is-active {
  font-size: 20px;
}

@media (min-width: 768px) {
  .actions__tab {
    padding-inline: 20px;
    font-size: 24px;
    line-height: 1.3;
    min-height: 52px;
  }
  .actions__tab.is-active {
    font-size: 32px;
  }
}

.actions__tab::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #42a1ae;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}

.actions__tab.is-active::after {
  opacity: 1;
}

.actions__tab:focus-visible {
  /* outline: 2px solid #42a1ae;
  outline-offset: 3px; */
}

.actions__slider {
  width: 100%;
  overflow: hidden;
}

.actions__pagination {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
