.product-banner-img {
    z-index: 3;
    position: relative;
    left: 0;
    background-size: cover;
    background-position: center;
    width:100%;
    height: 62vw;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.wheretobuy-banner-img {
    z-index: 3;
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    width:100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.mmt-5 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.other-product-banner-img {
    z-index: 3;
    position: relative;
    left: 0;
    background-size: cover;
    width:100%;
    height: 800px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-position: center;
}
.other-product-banner-mobile-img {
    display: none;
    z-index: 3;
    position: relative;
    top: -52px;
    left: 0;
    background-size: cover;
    width:100%;
    height: 172vw;
    align-items: center;
    flex-direction: column;
    background-position: center;
}

.w-80 {
  width: 80%;
}
.product-banner-mobile-img {
    display: none;
}
.product-title {
    font-family: 'Poppins', sans-serif;
    margin-top: 7rem;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}
.quote-size {
  font-family: 'melona', sans-serif;
    font-size: 60px;
    font-weight: 600;
}
.product-desc {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3px;
}
.product-desc-container {
    position: relative;
    top: 0px;
}
.ingredient-box {
    color: #fff;
    border-radius: 20px;
    padding: 10px 5px;
    font-size: 12px;
    width: 98px;
    height: 120px;
}
.ingre-padding {
  padding: 3rem 5rem;
}
.ingre-font {
  font-weight: 400;
  font-size: 14px;
}
memp {
    font-size: 34px;
    font-weight: 400;
}
.product-desc-title {
  font-family: 'Poppins', sans-serif;
    font-size: 20px;
  font-weight: 600;
}
.product-desc-line {
    border: 2px solid #000;
    opacity: 1;
}
.nutrition-line {
    border: 1px solid #000;
    opacity: 1;
}
.icon-menu-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 10vw;
    top: 15vw;
}
.icon-menu-container img {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    width: 95px;
}
.hide {
    display: none;
}
.rs-wave {
    display: inline-block;
    animation: 1s confettiDrop ease-in-out infinite alternate;
    margin: 8% 2.5% 0;
    padding-bottom: 2.5%;
    animation-delay: (2s * 2 / -3);
    background-color: transparent;
    width: 80px;
}

@keyframes confettiDrop {
    0% {
        transform: none;
    }
}

#find-store-btn {
    background-color: #a3cd3a;
    border: 1px solid #a3cd3a;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #90b581;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #90b581;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #90b581;
}

.icon-menu-section {
    display: none;
}


@media only screen and (min-width: 951px) {
.product-banner-img {
    width:100%;
    height: 1022px;
}
}
@media only screen and (max-width: 1230px) {
    .desktop-icon {
        display: none;
    }
    .ingredient-box-wrapper {
        width: 50% !important;
    }
    .ingredient-box {
        margin: 1rem auto;
    }
    .icon-menu-section {
        display: block;
        padding-top: 5rem;
    }
    .icon-menu-section p {
        font-size: 15px;
        text-align: center;
    }
    .icon-menu-container {
        position: relative;
        flex-direction: row;
        top: unset;
        right: unset;
        justify-content: center;
    }
    .mobile-p-1 {
        padding: 0 1rem !important;
        margin-top: 3rem;
    }
    .mobile-p-2 {
        padding: 0 1.5rem !important;
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 950px) {
    .product-banner-img {
        display: none;
    }
    .product-banner-mobile-img {
        display: block;
        z-index: 3;
        position: relative;
        top: 0;
        left: 0;
        background-size: cover;
        width:100%;
        height: 90vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-position: bottom;
    }
    .product-desc-container {
        top: -65px;
    }
    .lquote {
        text-align: left !important;
        height: 40px;
    }
    .rquote {
        text-align: right;
        margin: 0 !important;
    }
    .product-title {
        margin-top: 3rem;
    }
    .product-desc-container {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 600px) {
    .other-product-banner-img {
        display:none;
    }
    .other-product-banner-mobile-img {
        display: flex;
    }
    .ingre-padding {
        padding: 2rem 1rem;
    }
    .product-title {
        font-size: 35px;
    }
}

@media only screen and (max-width:  540px) {
    .other-product-banner-img {
        height:  120vw;
    }
    .other-product-detail-container {
        top: 15px;
        margin-bottom: 3rem;
    }
}

@media only screen and (max-width: 420px) {
  .product-title {
      font-size: 35px;
  }
  .wheretobuy-title {
    font-size: 26px;
  }
  .wheretobuy-banner-img {
    top: 0;
  }
  .nutrition-container .col-6 {
    text-align: left;
}
  .product-banner-mobile-img {
    height: 78vh;
  }
  .ingredient-box {
  width: 90px;
  height: 112px;
}
.ingredient-box-wrapper {
  height: 130px;
}
.w-80 {
  width: 100%;
}
    .quote-size {
      display: none;
      font-size: 40px;
    line-height: 0;
    }
    .product-desc {
    margin-top: -10px !important;
}
}
