@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-box-trim: trim-both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

.home_flex {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width: 1024px) {
  .home_flex {
    flex-direction: column;
  }
}
.home_flex .content_wrapper {
  flex: 1;
}
@media (max-width: 1024px) {
  .home_flex .content_wrapper {
    width: 100%;
  }
}

.advertise_wrapper {
  width: 100%;
  max-width: 140px;
}
.advertise_wrapper.mobile {
  max-width: 100%;
  margin-bottom: 32px;
}
.advertise_wrapper.mobile p {
  text-align: center;
  color: #30505D;
  margin-bottom: 8px;
}
.advertise_wrapper.mobile a {
  display: block;
}
.advertise_wrapper.mobile a img {
  width: 100%;
}

.icon_text_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
  font-weight: 600;
  gap: 4px;
  color: #4C7B8E;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  justify-content: flex-start;
  letter-spacing: -0.5px;
  line-height: 1.5;
  color: #4C7B8E;
}

.dog_food_ingredients {
  padding: 22px 0 clamp(22px, 2.917vw, 56px) 0px 16px;
}
@media (max-width: 767px) {
  .dog_food_ingredients {
    padding: 16px 0 0 0;
  }
  .dog_food_ingredients .container {
    padding-bottom: 0;
  }
  .dog_food_ingredients .content_wrapper {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .dog_food_ingredients.detail_section .container {
    padding-top: 0;
  }
  .dog_food_ingredients.detail_section .detail_flex {
    padding: 0;
  }
}
.dog_food_ingredients.detail_section .icon_text_btn {
  gap: 8px;
  letter-spacing: -0.9px;
}
.dog_food_ingredients h1 {
  margin-bottom: 19px;
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  color: #240036;
}
.dog_food_ingredients .detail_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .dog_food_ingredients .detail_flex {
    padding: 0 16px;
  }
}
.dog_food_ingredients .detail_flex .detail_flex_content .p_tooltip_box {
  margin-bottom: 32px;
  justify-content: flex-start;
  padding-left: 0;
}
.dog_food_ingredients .detail_flex .detail_flex_content .p_tooltip_box span {
  font-size: 14px;
  display: flex;
  border-radius: 50px;
  font-family: "Work Sans";
}
.dog_food_ingredients .detail_flex .detail_flex_content .p_tooltip_box span .tooltip_description {
  position: relative;
}
.dog_food_ingredients .detail_flex .detail_flex_content .p_tooltip_box span .tooltip_description span {
  padding: 10px 17px 10px 50px;
  letter-spacing: 0.2px;
  color: #2C3133;
}
.dog_food_ingredients .detail_flex .detail_flex_content .p_tooltip_box span .tooltip_description span::before {
  position: absolute;
  content: "";
  background-image: url("../img/round_green_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.dog_food_ingredients .detail_flex .detail_flex_content .p_tooltip_box span.item_grey .tooltip_description span::before {
  background-image: url("../img/grey.png");
}
.dog_food_ingredients .detail_flex .detail_flex_content .p_tooltip_box span.item_yellow .tooltip_description span::before {
  background-image: url("../img/yellow.png");
}
.dog_food_ingredients .detail_flex .detail_flex_content .p_tooltip_box span.item_red .tooltip_description span::before {
  background-image: url("../img/red.webp");
}
.dog_food_ingredients .detail_flex .detail_flex_content p {
  font-size: 18px;
  color: #30505D;
  line-height: 150%;
  letter-spacing: 0.2px;
}
.dog_food_ingredients .detail_flex .detail_flex_content p:last-of-type {
  margin-bottom: 16px;
}
.dog_food_ingredients .detail_flex .detail_flex_content p a {
  font-weight: 500;
  color: #30505D;
  text-decoration: underline;
}
.dog_food_ingredients .detail_flex .detail_flex_content .next_detail {
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  .dog_food_ingredients .detail_flex .detail_flex_content .detail_header .detail_flex_logo.hide_desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .dog_food_ingredients .detail_flex .detail_flex_content .detail_header {
    gap: 32px;
    display: flex;
    align-items: flex-start;
  }
  .dog_food_ingredients .detail_flex .detail_flex_content .detail_header img {
    height: 120px;
  }
}
.dog_food_ingredients .detail_flex .detail_flex_logo {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .dog_food_ingredients .detail_flex .detail_flex_logo {
    display: none;
  }
  .dog_food_ingredients .detail_flex .detail_flex_logo.hide_desktop {
    display: flex;
  }
}
.dog_food_ingredients .detail_flex .detail_flex_logo img {
  display: block;
  width: 100%;
  max-width: 177px;
  height: 177px;
  -o-object-fit: contain;
     object-fit: contain;
}
.dog_food_ingredients .p_tooltip_box .tooltip_block {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 35px;
  z-index: 9;
}
@media (max-width: 1024px) {
  .dog_food_ingredients .p_tooltip_box .tooltip_block:first-child .tooltip_description {
    transform: translateX(-110%);
  }
}
@media (max-width: 767px) {
  .dog_food_ingredients .p_tooltip_box .tooltip_block {
    right: 15px;
  }
}
.dog_food_ingredients .p_tooltip_box .tooltip_block.item_green::before {
  background-image: url("../img/round_green_icon.svg");
}
.dog_food_ingredients .p_tooltip_box .tooltip_block.item_grey::before {
  background-image: url("../img/round_grey_icon.svg");
}
.dog_food_ingredients .p_tooltip_box .tooltip_block.item_red::before {
  background-image: url("../img/round_red_icon.svg");
}
.dog_food_ingredients .p_tooltip_box .tooltip_block.item_yellow::before {
  background-image: url("../img/round_yellow_icon.svg");
}
.dog_food_ingredients .p_tooltip_box .tooltip_block::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.dog_food_ingredients .p_tooltip_box .tooltip_block .tooltip_description {
  z-index: 999;
}
.dog_food_ingredients .p_tooltip_box .tooltip_block .tooltip_description span {
  font-family: "Work Sans";
}

@media (max-width: 767px) {
  .grid .grid_item:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.grid.grid_two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
@media (max-width: 820px) {
  .grid.grid_two {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.grid .g_accordion {
  margin-bottom: 32px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}
.grid .g_accordion div[id] {
  scroll-margin-top: 160px;
}
.grid .g_accordion:last-of-type {
  margin-bottom: 0;
}
.grid .g_accordion .g_accordion_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11.5px 24px 11.5px 7px;
  background-color: #F6F6F6;
  border-radius: 4px;
  border-left: 5px solid #30505D;
  cursor: pointer;
}
@media (max-width: 820px) {
  .grid .g_accordion .g_accordion_title {
    padding-left: 16px;
    border-left: 0;
  }
  .grid .g_accordion .g_accordion_title.radius-12 {
    border-radius: 12px !important;
  }
}
.grid .g_accordion .g_accordion_title h2 {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  color: #240036;
  font-weight: 700;
}
@media (max-width: 820px) {
  .grid .g_accordion .g_accordion_title h2 {
    font-weight: 400;
  }
}
@media (min-width: 767px) {
  .grid .g_accordion .g_accordion_title h2 {
    padding-right: 40px;
  }
}
.grid .g_accordion .g_accordion_title span {
  position: relative;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .grid .g_accordion .g_accordion_title span {
    width: 30px;
    height: 30px;
  }
}
.grid .g_accordion .g_accordion_title span img {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.3s ease;
}
.grid .g_accordion.active .g_accordion_title span img {
  transform: translate(-50%, -50%) rotate(90deg);
}
.grid .g_accordion .g_accordion_content {
  display: none;
  overflow: hidden;
}
.grid .g_accordion .g_accordion_content .g_accordion_description {
  padding: 16px;
}
.grid .g_accordion .g_accordion_ul {
  border: 1px solid #EBF5FB;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #F6F6F6;
}
.grid .g_accordion .g_accordion_ul li {
  padding: 0px 16px 0px 16px;
  gap: 0;
  position: relative;
}
.grid .g_accordion .g_accordion_ul li a {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid rgba(147, 163, 169, 0.5019607843);
  font-weight: 400;
  display: block;
  padding: 8px 50px 7px 7px;
  line-height: 1.71;
  color: #282A37;
  position: relative;
  width: 100%;
}
@media (max-width: 820px) {
  .grid .g_accordion .g_accordion_ul li a {
    padding: 8px 50px 7px 0px;
    border-bottom: 1px solid #ffffff;
  }
}
.grid .g_accordion .g_accordion_ul li a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/right_list_icon.svg");
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
}
@media (max-width: 767px) {
  .grid .g_accordion .g_accordion_ul li a::after {
    display: none;
  }
}
.grid .g_accordion .g_accordion_ul li:last-of-type a {
  border: none;
}
.grid .g_accordion .g_accordion_ul li.item_green a::before {
  background-image: url("../img/round_green_icon.svg");
}
.grid .g_accordion .g_accordion_ul li.item_grey a::before {
  background-image: url("../img/round_grey_icon.svg");
}
.grid .g_accordion .g_accordion_ul li.item_red a::before {
  background-image: url("../img/round_red_icon.svg");
}
.grid .g_accordion .g_accordion_ul li.item_yellow a::before {
  background-image: url("../img/round_yellow_icon.svg");
}

@media (max-width: 767px) {
  .faqs_wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.faqs_wrapper .g_accordion .g_accordion_title {
  color: #240036;
  border: unset;
  padding: 11.5px 12px 11.5px 12px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .faqs_wrapper .g_accordion .g_accordion_title {
    border-radius: 50px;
    font-size: 20px;
  }
}
.faqs_wrapper .g_accordion_content .g_accordion_description {
  padding: 32px 0 0 !important;
}
.faqs_wrapper .g_accordion_content p {
  color: #30505D;
}
.faqs_wrapper .g_accordion_content p:last-of-type {
  margin-bottom: 0;
}
.faqs_wrapper .g_accordion_content p b {
  font-weight: 600;
}
.faqs_wrapper .g_accordion_content p.bodysmall img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.faqs_wrapper .g_accordion_content .profile_table tr td:first-of-type {
  width: 80px;
}
.faqs_wrapper .g_accordion_content .profile_table tr td ul {
  margin-bottom: 16px;
}
.faqs_wrapper .g_accordion_content .profile_table tr td ul li {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  margin-bottom: 12px;
}
.faqs_wrapper .g_accordion_content .img_left {
  float: left;
  margin: 4px 20px 10px 0;
}
@media (max-width: 767px) {
  .faqs_wrapper .g_accordion_content .img_left {
    float: none;
    display: block !important;
    margin: 0 auto 16px auto;
  }
}
.faqs_wrapper .g_accordion_content table {
  margin: 0 !important;
}

.blue_link_box {
  background-color: #EBF5FB;
  margin-left: 0px !important;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .blue_link_box {
    padding: 24px 16px;
    border-radius: 0;
  }
}
.blue_link_box li {
  list-style: none !important;
}
.blue_link_box li span {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  display: block;
  text-decoration: underline;
  color: #30505D;
  line-height: 170%;
  cursor: pointer;
  font-weight: 600;
}/*# sourceMappingURL=food_ingredients.css.map */