@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;
}

.dog_nutrition {
  padding: 0px 0 clamp(32px, 2.917vw, 56px) 0;
}
.dog_nutrition .container-flex {
  gap: 14px;
  padding-top: 18px;
}
@media (max-width: 767px) {
  .dog_nutrition {
    padding-left: 16px;
    padding-right: 17px;
  }
}
.dog_nutrition .result-order-box {
  padding: 17px 24px 24px 24px;
  border-radius: 16px;
  background-color: #30505D;
}
@media (max-width: 767px) {
  .dog_nutrition .result-order-box {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
.dog_nutrition .result-order-box h1.page_title {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 767px) {
  .dog_nutrition .result-order-box h1.page_title {
    margin-bottom: 31px;
    color: #240036;
  }
}
@media (max-width: 767px) {
  .dog_nutrition .result-order {
    background-color: #30505D;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
  }
}
.dog_nutrition .result-order label {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .dog_nutrition .result-order label {
    margin-bottom: 0;
  }
}
.dog_nutrition .result-order select {
  width: 100%;
  background-position: 99%;
  color: #30505D;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3866_2331)'%3E%3Cpath d='M12 16L6 10H18L12 16Z' fill='%234C7B8E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3866_2331'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.dog_nutrition .article_stack {
  padding-top: 27px;
}
@media (max-width: 767px) {
  .dog_nutrition .article_stack {
    padding-top: 31px;
  }
}
.dog_nutrition .article_stack .article_card {
  padding: 20px;
  background-color: #F6F6F6;
  border-radius: 16px;
  margin-bottom: 16px;
}
.dog_nutrition .article_stack .article_card a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .dog_nutrition .article_stack .article_card a {
    flex-direction: column;
  }
}
.dog_nutrition .article_stack .article_card .article_img {
  flex-shrink: 0;
  width: 220px;
}
.dog_nutrition .article_stack .article_card .article_img img {
  display: block;
  width: 100%;
  height: 177px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .dog_nutrition .article_stack .article_card .article_img img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575px) {
  .dog_nutrition .article_stack .article_card .article_img {
    width: 100%;
  }
}
.dog_nutrition .article_stack .article_card h3 {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-size: 21px;
  line-height: 130%;
  color: #0C191F;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .dog_nutrition .article_stack .article_card h3 {
    margin-bottom: 16px;
  }
}
.dog_nutrition .article_stack .article_card p {
  color: #30505D;
  font-weight: 400;
  font-size: 16px;
}
.dog_nutrition .article_stack .article_card p span {
  font-weight: 600;
  text-decoration: underline;
}
.dog_nutrition .article_stack .article_card p:last-of-type {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  line-height: 140%;
  margin: 20px 0 0 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .dog_nutrition .article_stack .article_card p:last-of-type {
    margin: 13px 0 0 0;
    line-height: 150%;
  }
}/*# sourceMappingURL=dog_nutrition.css.map */