﻿body {
/*  background-color: #3E4490;*/
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.bannerHeading {
    /*color: #8A3A46;*/
    color: #ae5296;
    font-family: "Grandstander-Bold", cursive;
    font-size: 3.7vw;
    margin: 0;
}
@media screen and (max-width: 768px) {
  .bannerHeading {
    font-size: 38px;
  }
}

.sectionTitle {
  font-family: "Grandstander-Bold", cursive;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  .sectionTitle {
    font-size: 28px;
  }
}

.subheading {
  font-family: "Grandstander-Bold", cursive;
  font-size: 1.3vw;
}
@media screen and (max-width: 768px) {
  .subheading {
    font-size: 20px;
  }
}

.subheadingPoppins {
  font-family: "Poppins-Medium", cursive;
  font-size: 1.3vw;
  color: #434343;
}
@media screen and (max-width: 768px) {
  .subheadingPoppins {
    font-size: 20px;
  }
}

.bodyText {
  font-family: "Poppins-Regular", cursive;
  font-size: 1.05vw;
}
@media screen and (max-width: 768px) {
  .bodyText {
    font-size: 14px;
  }
}

.bodyTextSmall {
  font-family: "Poppins-Regular", cursive;
  font-size: 0.95vw;
}
@media screen and (max-width: 768px) {
  .bodyTextSmall {
    font-size: 14px;
  }
}

.bodyTextSemibold {
  font-family: "Poppins-SemiBold", cursive;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .bodyTextSemibold {
    font-size: 16px;
  }
}

.bodyTextGrandstander {
  font-family: "Grandstander-Bold", cursive;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .bodyTextGrandstander {
    font-size: 16px;
  }
}

.reviewDate {
  font-family: "Grandstander-Medium", cursive;
  font-size: 0.95vw;
}
@media screen and (max-width: 768px) {
  .reviewDate {
    font-size: 14px;
  }
}

.reviewName {
  font-family: "Poppins-Bold", cursive;
  font-size: 1.3vw;
}
@media screen and (max-width: 768px) {
  .reviewName {
    font-size: 18px;
  }
}

.verticalLine {
  width: 0.1vw;
  height: 1vw;
  border: none;
  border-left: 0.1vw solid #FFFCF5;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .verticalLine {
    width: 5vw;
    height: 0.1vw;
    border-top: 0.1vw solid #FFFCF5;
    position: absolute;
    top: -62%;
  }
}

@media screen and (max-width: 768px) {
  .aboutLineLower {
    top: -49% !important;
  }
}

.productPrice {
  color: #434343;
  font-family: "Grandstander-Bold", cursive;
  font-size: 2vw;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .productPrice {
    font-size: 20px;
    display: none;
  }
}

.productPriceCurrency {
  color: #434343;
  font-family: "Poppins-Regular", cursive;
  font-size: 1.1vw;
}
@media screen and (max-width: 768px) {
  .productPriceCurrency {
    font-size: 16px;
    display: none;
  }
}

[data-inviewport=productCucumberRoate1].is-inViewport {
  animation: banner2FoodRotate1 0.8s;
}

[data-inviewport=productCucumberRoate2].is-inViewport {
  animation: banner2FoodRotate2 0.8s;
}

[data-inviewport=productCucumberScale] {
  opacity: 0;
  transform: scale(0);
  transform-origin: right;
}

[data-inviewport=productCucumberScale].is-inViewport {
  transform-origin: bottom;
  transform: scale(1);
  opacity: 1;
  transition: 0.8s;
}

[data-inviewport=broccoli1].is-inViewport {
  transform: rotate(247deg) !important;
  transition: 0.8s;
}

[data-inviewport=broccoli2].is-inViewport {
    transform: rotate(350deg) !important;
    transition: 0.8s;
}

[data-inviewport=banner2FoodWrapper] {
  opacity: 0;
  transform: translateY(-50%);
  transform-origin: right;
}

[data-inviewport=banner2FoodWrapper].is-inViewport {
  transform-origin: bottom;
  transform: translateY(-120%);
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.2s;
}

[data-inviewport=banner2FoodRotate1].is-inViewport {
  animation: banner2FoodRotate1 2s;
  animation-delay: 0.2s;
}

[data-inviewport=banner2FoodRotate2].is-inViewport {
  animation: banner2FoodRotate2 2s;
  animation-delay: 0.2s;
}

[data-inviewport=banner2FoodRotate3].is-inViewport {
  animation: banner2FoodRotate3 2s;
  animation-delay: 0.2s;
}

[data-inviewport=bannerFoodRotate].is-inViewport {
  transform: rotate(0deg) !important;
  transition: 0.6s;
}

@keyframes banner2FoodRotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes banner2FoodRotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes banner2FoodRotate3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}
@keyframes productSectDog {
  0% {
    transform: translateY(10%);
  }
  20% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(0%);
  }
  70% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.b {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.loading {
  display: none;
}

.bannerSect {
    width: 100vw;
    position: relative;
    height: 46vw;
    background-color: #DB9DC7;
}
@media screen and (max-width: 768px) {
  .bannerSect {
    height: auto;
  }
}
.bannerSect .productBannerBg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .bannerSect .productBannerBg {
    display: none;
  }
}
.bannerSect .productBannerBgMobile {
  width: 135%;
  position: absolute;
  bottom: -1%;
  left: -2%;
  display: none;
}
@media screen and (max-width: 768px) {
  .bannerSect .productBannerBgMobile {
    display: block;
  }
}
.bannerSect .productPageBannerDottedGreen {
  width: 41%;
  position: absolute;
  bottom: 0%;
  right: 2.5%;
}
@media screen and (max-width: 768px) {
  .bannerSect .productPageBannerDottedGreen {
    width: 80%;
    bottom: 20%;
    right: 5.5%;
  }
}
.bannerSect .productBannerCatSect {
    width: 20vw;
    height: 8vw;
    position: absolute;
    bottom: 2%;
    left: 18%;
}

@media screen and (max-width: 768px) {
    .bannerSect .productBannerCatSect {
        width: 39vw;
        height: 16vw;
        bottom: 17%;
        left: 33%;
        transform: scale(-1, 1);
    }
}

.bannerSect .productBannerCatSect .productBannerCatWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

    .bannerSect .productBannerCatSect .productBannerCatWrapper .productBannerCatImg1 {
        width: 70%;
        position: absolute;
        bottom: 0%;
        left: 19%;
    }

    .bannerSect .productBannerCatSect .productBannerCatWrapper .productBannerCatImg2 {
        width: 11%;
        position: absolute;
        top: 10%;
        right: 25%;
    }

    .bannerSect .productBannerCatSect .productBannerCatWrapper .productBannerCatImg3 {
        width: 60%;
        position: absolute;
        bottom: 4%;
        left: 19%;
        transform-origin: top left;
        animation: rotateClockwiseSmall 3s;
        animation-iteration-count: infinite;
    }

    .bannerSect .productBannerCatSect .productBannerCatWrapper .productBannerCatImg4 {
        width: 10%;
        position: absolute;
        top: 46%;
        right: 4%;
    }
.bannerSect .productBannerDogSect {
  width: 20vw;
  height: 15vw;
  position: absolute;
  bottom: 2%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  .bannerSect .productBannerDogSect {
    width: 42vw;
    height: 20vw;
    bottom: 22%;
    left: 58%;
    transform: scale(-1, 1);
  }
}
.bannerSect .productBannerDogSect .productBannerDogWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.bannerSect .productBannerDogSect .productBannerDogWrapper .productBannerDogImg1 {
  width: 81%;
  position: absolute;
  top: 5%;
  left: 19%;
}
.bannerSect .productBannerDogSect .productBannerDogWrapper .productBannerDogImg2 {
  width: 12%;
  position: absolute;
  top: 10%;
  right: 0%;
  transform-origin: top;
  animation-delay: 2s;
  animation: rotateClockwiseInverse 3s;
  animation-iteration-count: infinite;
}
.bannerSect .productBannerDogSect .productBannerDogWrapper .productBannerDogImg3 {
  width: 11%;
  position: absolute;
  top: 7%;
  right: 19%;
  transform-origin: top right;
  animation-delay: 2s;
  animation: rotateClockwise 3s;
  animation-iteration-count: infinite;
}
.bannerSect .productBannerDogSect .productBannerDogWrapper .productBannerDogImg4 {
  width: 30%;
  position: absolute;
  top: 7%;
  left: 0%;
  transform-origin: bottom right;
  animation: bannerFoodShake 2s;
  animation-iteration-count: infinite;
}
.bannerSect .bannerContentSect {
  width: 80%;
  margin-left: auto;
  margin-right: 6%;
  display: flex;
  padding-top: 11%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bannerSect .bannerContentSect {
    width: 90%;
    display: block;
    margin-right: auto;
    padding-top: 34%;
  }
}
.bannerSect .bannerContentSect .bannerInfoSect {
  width: 36%;
  margin-top: 3%;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bannerSect .bannerContentSect .bannerInfoSect {
    width: 100%;
  }
}
.bannerSect .bannerContentSect .bannerInfoSect .productBannerVegTag {
  width: 35%;
  position: absolute;
  top: -4%;
  right: -27%;
}
@media screen and (max-width: 768px) {
    .bannerSect .bannerContentSect .bannerInfoSect .productBannerVegTag {
        width: 38%;
        top: -32%;
        right: 2%;
    }
}
.bannerSect .bannerContentSect .bannerInfoSect .bannerHeading {
    color: #894277;
}
.bannerSect .bannerContentSect .bannerInfoSect .bannerBodyText {
  color: #434343;
}
.bannerSect .bannerContentSect .bannerInfoSect .productPackaging {
  width: 100%;
  position: relative;
  margin-top: 6%;
  display: flex;
  padding: 2% 0;
  border-top: 0.12vw solid #FFFCF5;
  border-bottom: 0.12vw solid #FFFCF5;
  justify-content: space-between;
}
.bannerSect .bannerContentSect .bannerInfoSect .productPackaging .productPackagingSubSect {
  position: relative;
  display: grid;
  align-items: center;
  grid-gap: 1vw;
}
.bannerSect .bannerContentSect .bannerInfoSect .productPackaging .productPackagingSubSect:nth-child(1) {
  width: 40%;
  grid-template-columns: 29% auto;
}
@media screen and (max-width: 768px) {
  .bannerSect .bannerContentSect .bannerInfoSect .productPackaging .productPackagingSubSect:nth-child(1) {
    width: 40%;
    grid-template-columns: 28% auto;
  }
}
.bannerSect .bannerContentSect .bannerInfoSect .productPackaging .productPackagingSubSect:nth-child(2) {
  width: 56%;
  grid-template-columns: 28% auto;
}
@media screen and (max-width: 768px) {
  .bannerSect .bannerContentSect .bannerInfoSect .productPackaging .productPackagingSubSect:nth-child(2) {
    width: 60%;
    grid-template-columns: 24% auto;
  }
}
.bannerSect .bannerContentSect .bannerInfoSect .productPackaging .productPackagingSubSect .productWeightIcon {
  width: 100%;
}
.bannerSect .bannerContentSect .bannerInfoSect .productPackaging .productPackagingSubSect .productPackagingSubSectText {
  width: 100%;
  position: relative;
}
.bannerSect .bannerContentSect .bannerInfoSect .productPackaging .productPackagingSubSect .productPackagingSubSectText .bodyTextSmall {
  margin: 0;
}
.bannerSect .bannerContentSect .bannerInfoSect .productPackaging .productPackagingSubSect .productPackagingSubSectText .subheading {
  margin: 0;
  color: #434343;
}
.bannerSect .bannerContentSect .bannerImgSect {
  width: 64%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bannerSect .bannerContentSect .bannerImgSect {
    width: 100%;
    margin-top: 6%;
    padding-bottom: 58%;
  }
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper {
  width: 48vw;
  height: 32vw;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper {
    width: 98vw;
    height: 62vw;
    margin-left: -13%;
  }
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect {
  width: 21%;
  height: 32%;
  position: absolute;
  top: 1%;
  right: 1%;
  transform: translateY(120%);
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect .foodAniSectWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect .foodAniSectWrapper .banner2FoodAniGroup {
  width: 100%;
  position: absolute;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect .foodAniSectWrapper .vegAni1 {
  width: 14%;
  position: absolute;
  left: 19%;
  top: 18%;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect .foodAniSectWrapper .vegAni2 {
  width: 23%;
  position: absolute;
  right: 33%;
  top: 16%;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect .foodAniSectWrapper .vegAni3 {
  width: 5%;
  position: absolute;
  right: 21%;
  top: 32%;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect .foodAniSectWrapper .vegAni4 {
  width: 25%;
  position: absolute;
  left: 1%;
  bottom: 20%;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect .foodAniSectWrapper .vegAni5 {
  width: 20%;
  position: absolute;
  left: 20%;
  top: 35%;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect .foodAniSectWrapper .vegAni6 {
  width: 32%;
  position: absolute;
  left: 43%;
  bottom: 24%;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect .foodAniSectWrapper .vegAni7 {
  width: 25%;
  position: absolute;
  left: 23%;
  bottom: 5%;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect .foodAniSectWrapper .vegAni8 {
  width: 17%;
  position: absolute;
  right: 31%;
  bottom: 2%;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .foodAniSect .foodAniSectWrapper .vegAni9 {
  width: 18%;
  position: absolute;
  right: 8%;
  bottom: 15%;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .productPageBannerLineSolid {
  width: 56%;
  position: absolute;
  top: -5%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .productPageBannerLineSolid {
    width: 57%;
    top: -5%;
    left: 7%;
  }
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .productPageBannerTubVectorGreen {
  width: 14%;
  position: absolute;
  bottom: 4%;
  left: 12%;
  animation: bannerFoodShake 3s;
  animation-iteration-count: infinite;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .productPageBannerGoGreenBig {
  width: 52%;
  position: absolute;
  top: 0;
  left: 20%;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .productImgGreen {
  width: 48%;
  position: absolute;
  top: 22%;
  right: -3%;
  transform: rotate(-28deg);
  transform-origin: bottom left;
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .productLabelIcon {
  width: 43%;
  position: absolute;
  bottom: 24%;
  left: -3%;
}
@media screen and (max-width: 768px) {
  .bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .productLabelIcon {
    width: 80%;
    bottom: -88%;
    left: 16%;
  }
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .productLabelIcon2 {
  width: 33%;
  position: absolute;
  top: 13%;
  left: 1%;
}
@media screen and (max-width: 768px) {
  .bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .productLabelIcon2 {
    width: 61%;
    top: 114%;
    left: 2%;
  }
}
.bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .productLabelIcon3 {
  width: 34%;
  position: absolute;
  top: 36%;
  right: 9%;
}
@media screen and (max-width: 768px) {
  .bannerSect .bannerContentSect .bannerImgSect .bannerImgWrapper .productLabelIcon3 {
    width: 66%;
    top: 114%;
    right: -16%;
  }
}

.productDetailSect {
  width: 100vw;
  height: 50vw;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: white;
  padding-top: 2%;
}
@media screen and (max-width: 768px) {
  .productDetailSect {
    height: auto;
    display: block;
  }
}
.productDetailSect .bb {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.productDetailSect .productDetailPawLogo {
  width: 20%;
  position: absolute;
  bottom: -10%;
  right: 30%;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailPawLogo {
    width: 34%;
    bottom: 0%;
    right: 6%;
  }
}
.productDetailSect .productDetailsBotWaves {
  width: 118%;
  position: absolute;
  bottom: -7%;
  left: -4%;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailsBotWaves {
    width: 418%;
    bottom: -5%;
    left: -143%;
  }
}
.productDetailSect .productDetailTextFlexMobile {
  width: 100%;
  position: relative;
  display: none;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailTextFlexMobile {
    display: block;
  }
}
.productDetailSect .productDetailTextFlexMobile .sectionTitle {
  color: #434343;
  margin-bottom: 0;
  margin-left: 6%;
}
.productDetailSect .productDetailTextFlexMobile:nth-child(1) {
  margin-bottom: -3%;
}
.productDetailSect .productDetailTextFlexMobile:nth-child(2) {
  display: block;
}
.productDetailSect .productDetailTextFlexMobile:nth-child(3) {
  align-items: flex-start;
}
.productDetailSect .productDetailTextFlexMobile .productDetailTextWrapper:nth-child(1) {
  width: 50%;
}
.productDetailSect .productDetailTextFlexMobile .productDetailTextWrapper:nth-child(2) {
  width: 52%;
}
.productDetailSect .productDetailTextFlexMobile .ingredientVectorSect {
  width: 65%;
  margin-left: 8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailTextFlexMobile .ingredientVectorSect {
    width: 100%;
    margin-left: 3%;
  }
}
.productDetailSect .productDetailTextFlexMobile .ingredientVectorSect .goGreenIngredientVector {
  width: 100%;
  position: relative;
}
.productDetailSect .productDetailTextFlexMobile .ingredientVectorSect .productCarouselDog {
  width: 17%;
  position: absolute;
  top: 7%;
  left: 17%;
  animation: productSectDog 3s;
  animation-iteration-count: infinite;
  z-index: 0;
}
.productDetailSect .productDetailTextFlexMobile .ingredientVectorSect .productCarouselDogPaw {
  width: 11%;
  position: absolute;
  top: 33%;
  left: 21%;
}
.productDetailSect .productDetailTextFlexMobile .productFeedingGuideBtn {
  width: 22%;
  background-image: url("../images/productFeedingGuideBtnBg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 236%;
  display: flex;
  align-items: center;
  padding: 2% 0;
  justify-content: space-evenly;
  text-decoration: none;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailTextFlexMobile .productFeedingGuideBtn {
    width: 33%;
    padding: 12% 0;
    margin-right: 2%;
    margin-left: auto;
    margin-top: -98%;
  }
}
.productDetailSect .productDetailTextFlexMobile .productFeedingGuideBtn .bodyTextSmall {
  color: #F9F7EF;
  text-decoration: none;
}
.productDetailSect .productDetailTextFlexMobile .productFeedingGuideBtn .productFeedingGuideBtnArrow {
  width: 13%;
  margin-left: -5%;
}
.productDetailSect .productDetailVisual {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailVisual {
    width: 100%;
  }
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper {
  width: 43vw;
  height: 34vw;
  position: relative;
  margin-right: 3%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailVisual .productDetailVisualWrapper {
    width: 96vw;
    height: 76vw;
    margin-right: auto;
  }
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .productPageBowlBgGreen {
  width: 77%;
  position: absolute;
  top: 2%;
  right: 4%;
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .productPageBowlGreen {
  width: 68%;
  position: absolute;
  top: 6%;
  right: 10%;
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .foodTubYellow {
  width: 32%;
  position: absolute;
  bottom: 10%;
  right: -1%;
  transform: rotate(16deg);
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .productPageArrowGreen {
  width: 8%;
  position: absolute;
  bottom: 34%;
  right: 25%;
  transform-origin: bottom left;
  animation: bannerFoodShake 2s;
  animation-iteration-count: infinite;
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .cucumberSect {
  width: 10vw;
  height: 9vw;
  position: absolute;
  top: 0%;
  right: -6%;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailVisual .productDetailVisualWrapper .cucumberSect {
    width: 22vw;
    height: 22vw;
    top: -3%;
    right: -6%;
  }
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .cucumberSect .cucumberSectWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .cucumberSect .cucumberSectWrapper .cucumber1 {
  width: 44%;
  position: absolute;
  top: 64%;
  left: 8%;
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .cucumberSect .cucumberSectWrapper .cucumber2 {
  width: 22%;
  position: absolute;
  top: 56%;
  left: -1%;
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .cucumberSect .cucumberSectWrapper .cucumber3 {
  width: 50%;
  position: absolute;
  top: 102%;
  right: 39%;
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .broccoliSect {
  width: 9vw;
  height: 12vw;
  position: absolute;
  top: 9%;
  left: 8%;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailVisual .productDetailVisualWrapper .broccoliSect {
    width: 25vw;
    height: 29vw;
    top: 3%;
    right: 5%;
  }
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .broccoliSect .broccoliSectWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .broccoliSect .broccoliSectWrapper .broccoli1 {
  width: 60%;
  position: absolute;
  bottom: 12%;
  right: -29%;
  transform: rotate(110deg);
  transform-origin: bottom left;
  transition: 0.8s;
}
    .productDetailSect .productDetailVisual .productDetailVisualWrapper .broccoliSect .broccoliSectWrapper .broccoli2 {
        width: 90%;
        position: absolute;
        top: 26%;
        right: 0%;
        transform-origin: left;
        transform: rotate(45deg);
        transition: 0.8s;
    }
.productDetailSect .productDetailVisual .productDetailVisualWrapper .productBowlDottedLine {
  width: 74%;
  position: absolute;
  top: 1%;
  left: 12%;
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .productDetailSectDeco {
  width: 26%;
  position: absolute;
  top: 3%;
  left: 2%;
}
.productDetailSect .productDetailVisual .productDetailVisualWrapper .productDetailSectDecoPurple2 {
  width: 12%;
  position: absolute;
  top: 10%;
  right: 2%;
}
.productDetailSect .productDetailText {
  width: 52%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailText {
    width: 100%;
    margin-top: 12%;
  }
}
.productDetailSect .productDetailText .sectionTitle {
  color: #434343;
  margin: 0;
}
.productDetailSect .productDetailText .bodyText {
  color: #434343;
  border-bottom: 0.11vw solid #CCD6D6;
  padding-bottom: 1.5%;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailText .bodyText {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 87%;
  }
}
.productDetailSect .productDetailText .noMargin {
  border: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailText .noMargin {
    margin: initial;
  }
}
.productDetailSect .productDetailText .productDetailTextFlex {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailText .productDetailTextFlex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailText .productDetailTextFlex.mobileGone {
    display: none;
  }
}
.productDetailSect .productDetailText .productDetailTextFlex .sectionTitle {
  color: #434343;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailText .productDetailTextFlex .sectionTitle {
    margin-left: 6%;
  }
}
.productDetailSect .productDetailText .productDetailTextFlex:nth-child(1) {
  margin-bottom: -3%;
}
.productDetailSect .productDetailText .productDetailTextFlex:nth-child(2) {
  display: block;
}
.productDetailSect .productDetailText .productDetailTextFlex:nth-child(4) {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailText .productDetailTextFlex:nth-child(4) {
    height: 88vw;
  }
}
.productDetailSect .productDetailText .productDetailTextFlex .productDetailTextWrapper:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailText .productDetailTextFlex .productDetailTextWrapper:nth-child(1) {
    width: 100%;
  }
}
.productDetailSect .productDetailText .productDetailTextFlex .productDetailTextWrapper:nth-child(2) {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailText .productDetailTextFlex .productDetailTextWrapper:nth-child(2) {
    width: 100%;
    margin-top: 3%;
  }
}
.productDetailSect .productDetailText .productDetailTextFlex .ingredientVectorSect {
  width: 65%;
  margin-left: 8%;
  position: relative;
}
.productDetailSect .productDetailText .productDetailTextFlex .ingredientVectorSect .goGreenIngredientVector {
  width: 100%;
}
.productDetailSect .productDetailText .productDetailTextFlex .ingredientVectorSect .productCarouselDog {
  width: 17%;
  position: absolute;
  top: 7%;
  left: 17%;
  animation: productSectDog 3s;
  animation-iteration-count: infinite;
  z-index: -1;
}
.productDetailSect .productDetailText .productDetailTextFlex .ingredientVectorSect .productCarouselDogPaw {
  width: 11%;
  position: absolute;
  top: 33%;
  left: 21%;
}
.productDetailSect .productDetailText .productDetailTextFlex .submitBtn {
  width: 22%;
  text-decoration: none;
  color: white;
  border-radius: 2vw;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0vw 1vw 1.5vw -0.5vw rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0vw 1vw 1.5vw -0.5vw rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0vw 1vw 1.5vw -0.5vw rgba(0, 0, 0, 0.05);
  position: relative;
  display: block;
  margin-right: 10%;
  padding: 0 1%;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailText .productDetailTextFlex .submitBtn {
    display: block;
    text-align: center;
    margin-top: -68%;
    width: 16%;
    margin-left: auto;
    padding: 4% 8%;
    border-radius: 6vw;
    box-shadow: 0vw 4vw 4.5vw -2vw rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0vw 4vw 4.5vw -2vw rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0vw 4vw 4.5vw -2vw rgba(0, 0, 0, 0.1);
    margin-right: 2%;
  }
}
.productDetailSect .productDetailText .productDetailTextFlex .submitBtn .hiddenSubmitBtn {
  text-decoration: none;
  padding: 9%;
  background-color: transparent;
  border-radius: 2vw;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  top: 0%;
  display: block;
  width: 84%;
  left: 0;
  text-align: center;
}
.productDetailSect .productDetailText .productDetailTextFlex .submitBtn .hiddenSubmitBtn span {
  position: relative;
  color: #BC6F2F !important;
  margin-left: -24%;
  border: none;
}
.productDetailSect .productDetailText .productDetailTextFlex .submitBtn .hiddenSubmitBtn .contactFormSubmitBtnStroke {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .productDetailSect .productDetailText .productDetailTextFlex .submitBtn .hiddenSubmitBtn {
    display: none;
  }
}
.productDetailSect .productDetailText .productDetailTextFlex .submitBtn .initialSubmitBtn {
  width: 84%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 9%;
  color: white;
  text-align: center;
  background: transparent;
  -webkit-mask: url("../images/natureSmaller.png");
  mask: url("../images/natureSmaller.png");
  -webkit-mask-size: 7100% 100%;
  mask-size: 7100% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(70) forwards;
  animation: ani2 0.7s steps(70) forwards;
}
@media screen and (max-width: 1200px) {
  .productDetailSect .productDetailText .productDetailTextFlex .submitBtn .initialSubmitBtn {
    -webkit-animation: none;
    animation: none;
  }
}
.productDetailSect .productDetailText .productDetailTextFlex .submitBtn .initialSubmitBtn span {
  position: relative;
  margin-left: -24%;
  color: #FFF8E3 !important;
  border: none;
}
@media screen and (max-width: 1200px) {
  .productDetailSect .productDetailText .productDetailTextFlex .submitBtn .initialSubmitBtn span {
    margin-left: -24% !important;
  }
}
.productDetailSect .productDetailText .productDetailTextFlex .submitBtn .initialSubmitBtn .contactFormSubmitBtn {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
.productDetailSect .productDetailText .productDetailTextFlex .submitBtn .initialSubmitBtn:hover {
  -webkit-animation: ani 0.7s steps(70) forwards;
  animation: ani 0.7s steps(70) forwards;
}
@media screen and (max-width: 1200px) {
  .productDetailSect .productDetailText .productDetailTextFlex .submitBtn .initialSubmitBtn:hover {
    -webkit-animation: none;
    animation: none;
  }
}

.differenceSect {
  width: 100vw;
  height: 40vw;
  position: relative;
  background-color: #FEFBF3;
}
@media screen and (max-width: 768px) {
  .differenceSect {
    height: auto;
  }
}
.differenceSect .differenceSectBotWave {
  width: 105%;
  position: absolute;
  bottom: -7%;
  left: -2%;
}
@media screen and (max-width: 768px) {
  .differenceSect .differenceSectBotWave {
    width: 260%;
    bottom: -4%;
    left: -36%;
  }
}
.differenceSect .differenceWrapper {
  width: 64%;
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
  padding-top: 4%;
}
@media screen and (max-width: 768px) {
  .differenceSect .differenceWrapper {
    width: 100%;
  }
}
.differenceSect .differenceWrapper .differenceTextSect {
  width: 46%;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .differenceSect .differenceWrapper .differenceTextSect.foodTypeMobile {
    position: absolute;
    top: 25%;
  }
}
@media screen and (max-width: 768px) {
  .differenceSect .differenceWrapper .differenceTextSect {
    display: block;
    width: 89%;
    padding-bottom: 15%;
  }
}
.differenceSect .differenceWrapper .differenceTextSect .sectionTitle {
  color: #434343;
  border-bottom: 0.11vw solid #434343;
  padding-bottom: 4%;
}
.differenceSect .differenceWrapper .differenceTextSect .pinkTitle {
  color: #BE5C97 !important;
  border: none;
  margin-bottom: 0;
  margin-left: 8%;
}
@media screen and (max-width: 768px) {
  .differenceSect .differenceWrapper .differenceTextSect .pinkTitle {
    margin-left: 0;
    margin-top: 113%;
  }
}
.differenceSect .differenceWrapper .differenceTextSect .differenceSectTipBgSect {
  width: 30vw;
  height: 12vw;
  position: relative;
  margin-top: -4%;
}
@media screen and (max-width: 768px) {
  .differenceSect .differenceWrapper .differenceTextSect .differenceSectTipBgSect {
    width: 88vw;
    height: 35vw;
  }
}
.differenceSect .differenceWrapper .differenceTextSect .differenceSectTipBgSect .differenceSectTipBg {
  width: 102%;
  position: absolute;
  top: -19%;
  left: 0;
}
.differenceSect .differenceWrapper .differenceTextSect .differenceSectTipBgSect .subheadingPoppins {
  position: absolute;
  top: 24%;
  left: 6%;
  width: 88%;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  .differenceSect .differenceWrapper .differenceTextSect .differenceSectTipBgSect .subheadingPoppins {
    width: 85%;
    font-size: 14px;
  }
}
.differenceSect .differenceWrapper .differenceTextSect .differenceSectGrid {
  width: 72%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  grid-gap: 8% 26%;
}
@media screen and (max-width: 768px) {
  .differenceSect .differenceWrapper .differenceTextSect .differenceSectGrid {
    width: 84%;
  }
}
.differenceSect .differenceWrapper .differenceTextSect .differenceSectGrid .differenceMealWrapper {
  width: 100%;
  position: relative;
}
.differenceSect .differenceWrapper .differenceTextSect .differenceSectGrid .differenceMealWrapper .cookedFood {
  width: 100%;
  display: block;
  position: relative;
}
.differenceSect .differenceWrapper .differenceTextSect .differenceSectGrid .differenceMealWrapper .productDifferenceCookedTag {
  width: 100%;
  display: block;
  position: relative;
  margin-top: -10%;
}
.differenceSect .differenceWrapper .differenceTextSect .differenceSectGrid .differenceMealWrapper .moreMargin {
  margin-left: 10%;
}

.feedingGuidelineSect {
  width: 100vw;
  height: 48vw;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .feedingGuidelineSect {
    height: auto;
  }
}
.feedingGuidelineSect .feedingGuideBotWave {
  width: 105%;
  position: absolute;
  bottom: -6%;
  left: -3%;
}
@media screen and (max-width: 768px) {
  .feedingGuidelineSect .feedingGuideBotWave {
    width: 235%;
    bottom: -10%;
    left: -43%;
  }
}
.feedingGuidelineSect .titleSect {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 2%;
}
@media screen and (max-width: 768px) {
  .feedingGuidelineSect .titleSect {
    width: 87%;
  }
}
.feedingGuidelineSect .titleSect .sectionTitle {
  text-align: center;
  color: #434343;
  margin: 0;
}
.feedingGuidelineSect .titleSect .bodyText {
  text-align: center;
  color: #434343;
  border-bottom: 0.11vw solid #434343;
  padding-bottom: 5%;
}
.feedingGuidelineSect .titleSect .servingGuidlineVector {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.feedingGuidelineSect .feedingGuideVisualSect {
  width: 100%;
  position: relative;
}
.feedingGuidelineSect .feedingGuideVisualSect .feedingGuideDottedLine {
  width: 48%;
  position: absolute;
  top: 28%;
  left: 26%;
}
@media screen and (max-width: 768px) {
  .feedingGuidelineSect .feedingGuideVisualSect .feedingGuideDottedLine {
    width: 125%;
    transform: rotate(-90deg);
    left: -52%;
    top: 33%;
  }
}
.feedingGuidelineSect .feedingGuideVisualSect .feedingGuideDottedLineLeft {
  width: 24%;
  position: absolute;
  top: 6%;
  left: 0%;
}
.feedingGuidelineSect .feedingGuideVisualSect .feedingGuideDottedLineRight {
  width: 24%;
  position: absolute;
  top: 5%;
  right: 0%;
}
.feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper {
  width: 65%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 0%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8%;
}
@media screen and (max-width: 768px) {
  .feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper {
    margin-top: 0%;
    width: 87%;
    grid-template-columns: 100%;
  }
}
.feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect {
  width: 100%;
  position: relative;
  margin-top: -5%;
}
.feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect:nth-child(2) {
  margin-top: 55%;
}
@media screen and (max-width: 768px) {
  .feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect:nth-child(2) {
    margin-top: -35%;
    margin-left: 14%;
  }
}
.feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect:nth-child(3) {
  margin-top: 50%;
}
@media screen and (max-width: 768px) {
  .feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect:nth-child(3) {
    margin-top: -35%;
    margin-left: 14%;
  }
}
@media screen and (max-width: 768px) {
  .feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect:nth-child(4) {
    margin-top: -35%;
    margin-left: -5%;
    margin-bottom: 10%;
  }
}
.feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect .feedingGuideIcon1 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect .feedingGuideIcon1 {
    width: 64%;
    margin-left: -8%;
  }
}
.feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect .sectionTitleMedium {
  color: #434343;
  margin: 0;
  text-align: center;
  margin-top: -24%;
  margin-bottom: -4%;
}
@media screen and (max-width: 768px) {
  .feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect .sectionTitleMedium {
    position: absolute;
    top: 74%;
    left: 42%;
  }
}
.feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect .bodyText {
  color: #434343;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feedingGuidelineSect .feedingGuideVisualSect .feedingGuideIconsWrapper .feedingGuideIconsect .bodyText {
    position: absolute;
    top: 46%;
    left: 42%;
  }
}

.nutritionSect {
  width: 100vw;
  height: 34vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nutritionSect {
    height: auto;
    padding-bottom: 38%;
  }
}
.nutritionSect .nutritionConcealer {
  width: 100vw;
  height: 10vw;
  position: absolute;
  background-color: #3E4391;
  top: 19%;
  left: 0;
}
.nutritionSect .bbb {
  width: 100%;
  position: absolute;
  opacity: 0.3;
}
.nutritionSect .nutritionSectBotWaves {
  width: 105%;
  position: absolute;
  bottom: -9%;
  left: -3%;
}
@media screen and (max-width: 768px) {
  .nutritionSect .nutritionSectBotWaves {
    width: 190%;
    bottom: -7%;
    left: -7%;
  }
}
.nutritionSect .nutritionHuskySect {
  width: 12vw;
  height: 13vw;
  position: absolute;
  top: 20%;
  left: 15%;
}
@media screen and (max-width: 768px) {
  .nutritionSect .nutritionHuskySect {
    width: 32vw;
    height: 35vw;
    top: 64%;
    left: 56%;
  }
}
.nutritionSect .nutritionHuskySect .nutritionHuskyWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.nutritionSect .nutritionHuskySect .nutritionHuskyWrapper .nutritionHuskyImg1 {
  width: 35%;
  position: absolute;
  top: 0;
  right: 3%;
}
.nutritionSect .nutritionHuskySect .nutritionHuskyWrapper .nutritionHuskyImg2 {
  width: 31%;
  position: absolute;
  top: 31%;
  right: 5%;
}
.nutritionSect .nutritionHuskySect .nutritionHuskyWrapper .nutritionHuskyBg {
  position: absolute;
  width: 160%;
  bottom: -22%;
  left: -24%;
}
.nutritionSect .nutritionPuppySect {
  width: 12vw;
  height: 13vw;
  position: absolute;
  top: 20%;
  right: 17%;
}
@media screen and (max-width: 768px) {
  .nutritionSect .nutritionPuppySect {
    display: none;
  }
}
.nutritionSect .nutritionPuppySect .nutritionPuppyWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.nutritionSect .nutritionPuppySect .nutritionPuppyWrapper .nutritionPuppyImg1 {
  width: 20%;
  position: absolute;
  top: 21%;
  right: 14%;
}
.nutritionSect .nutritionPuppySect .nutritionPuppyWrapper .nutritionPuppyImg2 {
  width: 64%;
  position: absolute;
  bottom: 17%;
  left: 15%;
}
.nutritionSect .nutritionPuppySect .nutritionPuppyWrapper .nutritionPuppyImg3 {
  width: 43%;
  position: absolute;
  top: 15%;
  left: 4%;
}
.nutritionSect .nutritionPuppySect .nutritionPuppyWrapper .nutritionPuppyShadow {
  width: 68%;
  position: absolute;
  bottom: 14%;
  left: 15%;
}
.nutritionSect .vectorDogSect {
  width: 47vw;
  height: 24vw;
  position: absolute;
  bottom: -6%;
  left: 25%;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .nutritionSect .vectorDogSect {
    width: 80vw;
    height: 41vw;
    left: 9%;
    bottom: 2%;
  }
}
.nutritionSect .vectorDogSect .vectorDogSectWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.nutritionSect .vectorDogSect .vectorDogSectWrapper .vectorDogImg1 {
  width: 64%;
  position: absolute;
  bottom: 11%;
  left: 8%;
}
.nutritionSect .vectorDogSect .vectorDogSectWrapper .vectorDogImg2 {
  width: 29%;
  position: absolute;
  top: 4%;
  left: 0;
  transform-origin: bottom right;
  animation-delay: 2s;
  animation: rotateAntiClockwise2 2s;
  animation-iteration-count: infinite;
}
.nutritionSect .vectorDogSect .vectorDogSectWrapper .vectorDogImg3 {
  width: 35%;
  position: absolute;
  top: 15%;
  right: 14%;
  transform-origin: bottom left;
  animation-delay: 2s;
  animation: rotateClockwiseInverse 2s;
  animation-iteration-count: infinite;
}
.nutritionSect .vectorDogSect .vectorDogSectWrapper .vectorDogImg4 {
  width: 18%;
  position: absolute;
  top: 7%;
  right: 0;
  transform-origin: bottom;
  animation: bannerFoodShake 3s;
  animation-iteration-count: infinite;
}
.nutritionSect .nutritionContent {
  width: 65%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .nutritionSect .nutritionContent {
    width: 90%;
  }
}
.nutritionSect .nutritionContent .sectionTitle {
  color: #F2EBD8;
  text-align: center;
  margin-top: -10%;
  margin-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .nutritionSect .nutritionContent .sectionTitle {
    margin-top: -2%;
  }
}
.nutritionSect .nutritionContent table {
  border: 0.12vw solid #F2EBD8;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .nutritionSect .nutritionContent table {
    width: 100%;
    border-radius: 3vw;
    border: 0.2vw solid #f2ebd8;
  }
}
.nutritionSect .nutritionContent th, .nutritionSect .nutritionContent td {
  border-bottom: 0.12vw solid #F2EBD8;
  border-right: 0.12vw solid #F2EBD8;
  border-spacing: 0;
}
.nutritionSect .nutritionContent tr:last-child > td {
  border-bottom: none;
}
.nutritionSect .nutritionContent tr > th:last-child, .nutritionSect .nutritionContent td:last-child {
  border-right: none;
}
.nutritionSect .nutritionContent .nutritionTable {
  width: 66%;
  margin-left: auto;
  margin-right: 14%;
  border-radius: 1.1vw;
}
@media screen and (max-width: 768px) {
  .nutritionSect .nutritionContent .nutritionTable {
    width: 100%;
    border-radius: 3vw;
    border: 0.2vw solid #f2ebd8;
    margin-top: 4%;
  }
}
.nutritionSect .nutritionContent .nutritionTable .subheading {
  color: #F2EBD8;
  text-align: start;
  padding: 2% 6%;
}
.nutritionSect .nutritionContent .nutritionTable .bodyText {
  color: #F2EBD8;
  padding: 1.5% 6%;
}

.otherProductSect {
  width: 100vw;
  height: 29vw;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .otherProductSect {
    height: auto;
  }
}
.otherProductSect .sectionTitle {
  color: #434343;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .otherProductSect .sectionTitle {
    padding-top: 6%;
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop {
    width: 95%;
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-stage-outer {
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .owl-stage {
    padding-bottom: 8%;
    margin-top: 6%;
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav {
  position: absolute;
  width: 7%;
  bottom: 28%;
  right: 16%;
  display: none;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav {
    width: 99%;
    justify-content: space-between;
    left: 1%;
    top: 28%;
    height: 0%;
    display: flex;
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .disabled {
  opacity: 0;
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev {
  width: 2.4vw;
  float: left;
  position: relative;
  height: 3vw;
  /*transform: translateX(-125%);*/
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev {
    width: 8vw;
    transform: translateX(0%);
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev.disabled:hover img {
  transform: scale(1);
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev:hover {
  background-color: transparent;
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev img {
  width: 160%;
  position: absolute;
  top: -34%;
  left: -27%;
  transition: 0.5s;
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev img:hover {
    transform: scale(1);
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next {
  width: 2.4vw;
  float: right;
  height: 3vw;
  position: relative;
  /*transform: translateX(125%);*/
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next {
    width: 8vw;
    transform: translateX(0%);
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next.disabled:hover img {
  transform: scale(1);
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next:hover {
  background-color: transparent;
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next img {
  width: 160%;
  position: absolute;
  top: -34%;
  right: -27%;
  transition: 0.5s;
}
.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next img:hover {
    transform: scale(1);
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .item {
  width: 100%;
  position: relative;
  text-decoration: none;
  /*margin-right: 5%;*/
}
.otherProductSect #otherProduct-owl-carousel-desktop .item:hover .otherProdCarouselYellow {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .item:hover .otherProdCarouselYellow {
    transform: scale(1);
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .item:hover .otherProdCarouselYellow .otherProdCarouselImg {
  transform: rotate(-25deg);
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .item:hover .otherProdCarouselYellow .otherProdCarouselImg {
    transform: rotate(0deg);
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .item .otherProdCarouselYellow {
  width: 36%;
  position: absolute;
  margin-top: -96%;
  margin-left: 32%;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .item .otherProdCarouselYellow {
    width: 40%;
    margin-left: 25%;
    margin-top: -90%;
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .item .otherProdCarouselYellow .otherProdCarouselImg {
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.otherProductSect #otherProduct-owl-carousel-desktop .item .otherProdCarouselBgYellow {
  width: 110%;
  margin-left: -5%;
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .item .otherProdCarouselBgYellow {
    width: 125%;
    margin-left: -12%;
    margin-bottom: -11%;
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .item .bodyTextSemibold {
  text-align: center;
  text-decoration: none;
  color: #434343;
}
.otherProductSect #otherProduct-owl-carousel-desktop .item .bodyTextSmall {
  text-align: center;
  text-decoration: none;
  color: #434343;
}
.otherProductSect #otherProduct-owl-carousel-desktop .item .productCarouselName {
  margin-top: -46%;
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .item .productCarouselName {
    margin-top: -40%;
  }
}
.otherProductSect #otherProduct-owl-carousel-desktop .item .productCarouselPrice {
  margin-top: -5%;
}
@media screen and (max-width: 768px) {
  .otherProductSect #otherProduct-owl-carousel-desktop .item .productCarouselPrice {
    margin-top: -10%;
  }
}
