@import url("https://fonts.googleapis.com/css2?family=Lato&family=Roboto:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;700;900&display=swap");
.head-background {
  width: 100vw;
}

.head-background .head-img-container {
  z-index: -1;
}

.head-background .head-img-container img {
  width: 100%;
}

.head-background .product-name {
  z-index: 2;
  font-size: 8rem;
  font-weight: bold;
  color: white;
}

@media (max-width: 820px) {
  .head-background .product-name {
    font-size: 5rem;
  }
}

@media (max-width: 500px) {
  .head-background .product-name {
    font-size: 3rem;
  }
}

.intro-section .intro-title {
  margin-bottom: 1.5rem;
}

.intro-section .intro-title .product-name, .intro-section .intro-title .heading {
  color: #11224E;
  margin: 0;
  padding: 0;
  margin-right: 1rem;
}

.intro-section .intro-title .subtitle {
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
}

.intro-section .intro-info {
  margin-bottom: 3rem;
}

.intro-section img {
  max-height: 80%;
  max-width: 100%;
}

.intro-section .pet-foot-prints img {
  position: absolute;
  z-index: -2;
  right: 0;
  top: 70%;
}

@media (max-width: 500px) {
  .intro-section .pet-foot-prints {
    display: none;
  }
}

.learn-more-section {
  background-color: #030C24;
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.learn-more-section .learn-more-title {
  margin-bottom: 2rem;
}

.learn-more-section .image-box {
  position: relative;
  float: left;
  height: 100%;
}

.learn-more-section .image-box .hover-img {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.learn-more-section .image-box .hover-img div {
  width: 70%;
  color: #030C24;
  font-size: .6rem;
  position: absolute;
}

.learn-more-section .image-box:hover .hover-img {
  opacity: 1;
}

.learn-more-section .image-box:hover .image-inn {
  opacity: 0;
}

.learn-more-section img {
  width: 15rem;
  height: auto;
  max-width: 100%;
}

.learn-more-section .learn-more-subtitle {
  margin-top: 2rem;
  font-family: 'Roboto';
  letter-spacing: 1.2px;
  color: #f3f3f3;
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media (max-width: 768px) and (min-width: 575.5px) {
  .learn-more-section .learn-more-subtitle {
    font-size: 2.5vw;
  }
}

@media (max-width: 374px) {
  .learn-more-section .learn-more-subtitle {
    font-size: 5vw;
    word-wrap: break-word;
  }
}

.ingredient-section {
  position: relative;
  padding-bottom: 0;
}

.ingredient-section .heading {
  text-transform: uppercase;
  color: #f3f3f3;
}

.ingredient-section .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -5;
  -o-object-fit: cover;
     object-fit: cover;
}

.ingredient-section .bg-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}

.ingredient-section .ingredient-table {
  height: 30rem;
}

.ingredient-section .ingredient-table * {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.ingredient-section .ingredient-table .ingredient-container {
  height: 100%;
  overflow-y: auto;
}

.ingredient-section .guaranteed-analysis {
  height: 30rem;
  width: 100%;
  background-color: #030C24;
  color: #f3f3f3;
  padding: 1.5rem;
}

.ingredient-section .guaranteed-analysis .headline {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.ingredient-section .guaranteed-analysis .analysis-container {
  overflow-y: auto;
}

.ingredient-section .guaranteed-analysis .analysis-container .analysis-item {
  font-style: italic;
  font-size: 1.1rem;
  text-transform: capitalize;
}

.ingredient-section *::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  background-color: #ebebeb;
  border-radius: 5px;
}

.ingredient-section *::-webkit-scrollbar-thumb {
  background: #3f3f3f;
  border-radius: 5px;
}

@media (max-width: 375px) {
  .ingredient-section .guaranteed-analysis {
    height: 35rem;
  }
}

.description-section > div {
  margin-bottom: 5rem;
}

.brand-icon-container {
  margin-bottom: 2rem;
  width: 15rem;
  font-size: .8rem;
}

.brand-icon-container img {
  width: 100%;
  height: auto;
}

.brand-icon-container .product-name {
  font-size: 2.5rem;
  text-transform: uppercase;
}
/*# sourceMappingURL=single_product.css.map */