/** Shopify CDN: Minification failed

Line 401:0 Unexpected "}"
Line 589:0 Unexpected "}"
Line 904:4 "isplay" is not a known CSS property

**/
.listicle_banner_v1 .left_side_v1 {
  width: 40%;
}
.rating_text_wrapper_v1 .rating_text_wrapper_v1 {
  gap: 10px;
}
.rating_text_wrapper_v1 .stars_wrapper_v1 svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.text_v1 h2 {
  font-size: 1.5em;
}
.listicle_banner_v1 .button_vv.button_v1 {
  width: 100%;
  max-width: 400px;
  border-radius: 0;
  padding: 15px;
}
.marquee_text_v2 {
  margin: 0;
  line-height: 1;
  flex-shrink: 0;
  margin-left: auto;
}
.boredom_v2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
}
p.marquee_text_v2 + .marquee_v2 {
  margin-left: 0;
}

@media (max-width: 400px) {
  .marquee_text_v2 {
    font-size: 0.8em;
  }
}
@media (max-width: 800px) {
  .listicle_banner_v1 img.image_vv.logo_v1,
  .listicle_banner_v1 .rating_text_wrapper_v1 {
    margin: 0 auto;
  }
  .listicle_banner_v1 .text_vv.text_v1 {
    text-align: center;
  }
  .listicle_banner_v1 .button_vv.button_v1 {
    max-width: 100%;
  }
  .listicle_banner_v1 .image_v1 {
    max-height: 100%;
  }
  .listicle_banner_v1 .left_side_v1,
  .listicle_banner_v1 .right_side_v1 {
    width: 100%;
  }
}

.block_wrapper_f1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.block_f1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image_f1 {
  width: 35%;
}
.text_review_wrapper_f1 {
  width: 60%;
}
.text_f1,
.review_f1 {
  width: 100%;
  max-width: 520px;
}
.review_f1 {
  margin-top: 20px;
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 0.9em;
}
.review_f1 svg {
  margin: 0;
  line-height: 1;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}
@media (max-width: 1000px) {
  .image_f1 {
    width: 40%;
  }
  .text_review_wrapper_f1 {
    width: 55%;
  }
}
@media (max-width: 800px) {
  .block_wrapper_f1 {
    gap: 30px;
  }
  .block_f1 {
    flex-direction: column;
    gap: 15px;
  }
  .image_f1,
  .text_review_wrapper_f1 {
    width: 100%;
  }
  .text_f1,
  .review_f1 {
    max-width: 100%;
  }
}

html,
body {
  margin: 0;
  height: 100%;
}
.container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle_f2 {
  display: block !important;
}
.circle_f2,
.circle_f2::before {
  content: " ";
  margin: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s;
  background-color: #ffffff;
}

.circle_f2::before {
  animation: mymove 1s infinite;
  position: absolute;
  background-color: #ffffff;
}

@-webkit-keyframes mymove {
  50% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.section_wrapper_f2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.left_side_f2,
.right_side_f2 {
  width: 48%;
}
.offers_f2 {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.sale_text_f2 {
  margin: 0;
  line-height: 1.4;
}
.live_f2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-radius: 5px;
}
p.live_text_f2 {
  margin: 0;
  line-height: 1;
  font-size: 0.7em;
  color: #fff;
}
.right_side_f2 .button_vv.button_v1 {
  margin-top: 20px;
}
.button_bottom__text_image_f2 {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.button_bottom_text_f2 {
  margin: 0;
  line-height: 1;
  font-size: 0.8em;
}
.button_bottom_f2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.logos_wrapper_f2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  margin: 20px 0;
}
.logos_f2 {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo_f2 {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.logo_text_f2 {
    margin: 0;
    line-height: 1.4;
    font-size: 0.8em;
}
.button_and_bottom_text_f2 {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 800px) {
  .section_wrapper_f2 {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .left_side_f2, .right_side_f2 {
    width: 100%;
  }
  .right_side_f2 .text_vv.text_v1 {
    text-align: left;
  }
  .button_and_bottom_text_f2 {
    max-width: 100%;
  }
  .offers_f2 {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

.add_to_cart_button_v4 {
    margin: 15px 0 0 0;
    width: calc(100% - 100px);
}






















































.text-hh p:first-child,
.text-hh h1:first-child,
.text-hh h2:first-child,
.text-hh h3:first-child,
.text-hh h4:first-child,
.text-hh h5:first-child,
.text-hh h6:first-child {
  margin-top: 0;
  letter-spacing:0;
}
.text-hh p:last-child,
.text-hh h1:last-child,
.text-hh h2:last-child,
.text-hh h3:last-child,
.text-hh h4:last-child,
.text-hh h5:last-child,
.text-hh h6:last-child {
  margin-bottom: 0;
  letter-spacing:0;
}
.text-hh h1,
.text-hh h2,
.text-hh h3,
.text-hh h4,
.text-hh h5 {
  font-weight: 800;
  letter-spacing:0;
}
.text-hh * {
    margin:10px 0;
}
.narrow-page-width{
width:100%;
max-width:900px !important;
}
/* end */
/* mh banner2 */
.text1-wrapper-y1 h2 {
    font-size: 2.3em;
    letter-spacing: 0;
}.text1-wrapper-y1 p {
   font-size: 1.14em;
    letter-spacing: 0;
    line-height: normal;
}img.img1-y1 {
    width: 100%;
    object-fit: contain;
    height: 100%;
    padding-top: 10px;
}img.img2-y1 {
    width: 200px;
    height: auto;
    object-fit: contain;
    max-width: 100%;
}.images-wrapper-y1 {
    display: grid;
    gap: 30px;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
}.images-wrapper-y1 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
}.bgtext-wrapper-y1 {
    padding: 10px;
}.bgtext-wrapper-y1 p {
    letter-spacing: 0;
    font-size: 1.14em;
}
@media (max-width:1000px) {
    img.img4-y3 {
    width: 150px;
}img.img3-y3 {
    width: 50px;
}
}
@media (max-width:660px) {
    .text1-wrapper-y1 h2 {
    font-size: 1.55em;
}.text1-wrapper-y1 p {
    font-size: 1em;
}
}
/* emd */
/* mh eyes */
.images-wrapper-y2 {
    width: calc(33% - 6px);
}.images-wrapper-y2 {
    position: relative;
}p.text1-y2 {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 90%;
    transform: translate(-50%);
    padding: 4px 0px;
    font-size: 1.1em;
    font-weight: 700;
}.main-container-y2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}.image2-wrapper-y2 {
    width: calc(50% - 8px);
    position: relative;
}.wrapper-y2 {
    display: flex;
    gap: 15px;
    padding-top: 20px;
}
.img2-y2,
.img1-y2 {
    object-fit: cover;
    width: 100%;
    height: 287px;
}p.bottom-text-y2 {
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1.3;
    letter-spacing: 0;
}
@media (max-width:660px) {
    .images-wrapper-y2 {
    width: calc(50% - 8px);
}p.text1-y2 {
    bottom: 15px;
    font-size: .71em;
}
}
@media (max-width:550px) {
    .img2-y2,
.img1-y2 {
    object-fit: cover;
    width: 100%;
    height: 170px;
}
}
/* end */
/* mh month */
.left-side-y3,
.right-side-y3 {
    border-radius: 15px;
    border: 2px solid;
    width: calc(50% - 7px);
    box-shadow: -2.15px 4.35px 0px #000000;
    padding: 20px 5px;
}p.txt1-y3 {
    margin: 0;
    font-weight: 800;
    font-size: 1.4em;
    width: 50%;
}svg#right-arrow {
    width: 43px;
    height: auto;
}.image-wrapper-y3 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-top: 15px;
}img.img1-y3 {
    width: 152px;
    height: 152px;
    object-fit: contain;
}.text-wrapper-y3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}p.txt3-y3 {
    margin-bottom: 0;
    text-align: center;
    line-height: 1.4;
}.main-container-y3 {
    display: flex;
    gap: 15px;
}img.img3-y3 {
    width: 120px;
    height: 120px;
    max-width:100%;
     object-fit: cover;
}p.bk-text-y3 {
    margin: 0;
    font-size: 1.4em;
    font-weight: 800;
}.block-inner-y3 {
    display: flex;
    text-align: center;
    align-items: center;
    line-height: 1;
    gap: 30px;
    justify-content: center;
}img.img4-y3 {
    width: 100px;
    height: 100px;
    max-width:100%;
}svg#down-arrow {
    width: 43px;
    height: 43px;
    margin: 0 auto;
    display: none;
    margin-right: 40%;
}
@media (max-width:950px) {
    img.img1-y3 {
    width: 112px;
    height: 112px;
}img.img4-y3 {
    width: 70px;
    height: 70px;
}img.img3-y3 {
    width: 100px;
    height: 100px;
}p.bk-text-y3 {
    font-size: 1.2em;
}
}
@media (max-width:860px) {
    .main-container-y3 {
    flex-direction: column;
}.left-side-y3, .right-side-y3 {
    width: 100%;
}svg#down-arrow {
    margin-right: auto;
}.image-wrapper-y3 {
    justify-content: space-around;
}
}
@media (max-width:530px) {
    p.txt1-y3 {
    font-size: 1.3em;
    width: 45%;
}img.img1-y3 {
    width: 100px;
}img.img3-y3 {
    width: 45px;
}img.img4-y3 {
    width: 70px;
    height:70px;
}
}svg#down-arrow {
    margin-right: 50%;
}
}
@media (max-width:300px) {
    p.txt1-y3 {
    font-size: 1em;
    width: 100%;
}img.img1-y3 {
    width: 50px;
}svg#right-arrow {
    height: 35px;
    width: 35px;
}img.img3-y3 {
    width: 25px;
}img.img4-y3 {
    width: 70px;
}p.bk-text-y3 {
    font-size: 1em;
    width: 30%;
}svg#down-arrow {
    width: 40px;
    height: 40px;
}.left-side-y3, .right-side-y3 {
    padding: 20px 15px;
}
.block-inner-y3 {
    gap: 10px;
}
}
/* end */
/* mh fruits */
h2.heading-y4 {
    font-size: 2.4em;
    margin: 0;
    letter-spacing:0;
}img.img1-y4 {
    width: 100%;
    height: 200px;
    object-fit: cover;
}.block-inner-y4 {
    width: calc(33% - 6px);
}.txt-wrapper-y4 {
    padding: 15px;
    text-align: center;
}.block-outer-y4 {
    display: flex;
    gap: 12px;
    padding-top: 15px;
    flex-wrap: wrap;
}.txt-wrapper-y4 h2 {
    font-size: 1.18em;
    letter-spacing:0;
}.link-wrapper-y4 a {
    width: 100%;
    text-decoration: none;
    padding: 15px 10px;
    font-size: 1.4em;
    font-weight: 800;
    letter-spacing:0;
}.link-wrapper-y4 {
    width: 100%;
    display: flex;
    text-align: center;
    padding-top: 20px;
}
.block-inner-y4 p {
    letter-spacing: 0;
}
@media (max-width:750px) {
    .txt-wrapper-y4 {
    padding: 15px 10px;
    }h2.heading-y4 {
    font-size: 1.6em;
}
}
@media (max-width:670px) {
    .block-outer-y4 {
    flex-direction: column;
}.block-inner-y4 {
    width: 100%;
}img.img1-y4 {
    width: 100%;
    height: 250px;
    object-fit: cover;
}.link-wrapper-y4 a {
    font-size: 1em;
}
}
/* end */
/* mh logo */
img.img1-y5 {
    width: 50px;
    height: 50px;
}p.text1-y5 {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    letter-spacing:0;
}.imgtext-wrapper-y5 {
    display: flex;
    align-items: center;
    gap: 5px;
}.block-inner-y5 {
    width: calc(25% - 2px);
}.block-outer-y5 {
    display: flex;
    align-items: center;
    gap: 6px;
}
@media (max-width:920px) {
    .block-outer-y5 {
    flex-wrap: wrap;
}.block-inner-y5 {
    width: calc(50% - 11px);
}.block-outer-y5 {
    gap: 20px;
}
}
@media (max-width:500px) {
    img.img1-y5 {
    width: 40px;
    height: 40px;
}p.text1-y5 {
    font-size: .8em;
}
}
/* end */
/* mh imgtext */
.text1-y6 h2 {
    font-size: 2.3em;
    letter-spacing:0;
}.text1-y6 p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing:0;
}img.img1-y6 {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 2px;
}.block-text2-y6 p {
    line-height: 1.3;
    letter-spacing:0;
}.block-outer-y6 {
    padding: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}.bottom-y6 {
    padding-top: 20px;
}

@media (max-width:500px) {
    .text1-y6 h2 {
    font-size: 1.55em;
}
}
/* end */
/* mh review2 */
.block-inner-y7 {
    width: calc(33% - 6px);
}img.img1-y7 {
    width: 100%;
    height: 450px;
    object-fit: cover;
}img.img2-y7 {
    width: 150px;
    object-fit: contain;
    height: auto;
}.txt1-y7 p {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 1.05em;
    margin-top: 5px;
    letter-spacing:0;
}p.name-y7,
p.verify-text-y7 {
    margin: 0;
}.verify-wrapper-y7 {
    display: flex;
    align-items: center;
    gap: 5px;
}img.img3-y7 {
    width: 20px;
    height: auto;
}.name-wrapper-y7 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}h2.head-y7 {
    font-size: 2.75em;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing:0;
}.block-outer-y7 {
    display: flex;
    gap: 16px;
}
@media (max-width:110px) {
    p.name-y7, p.verify-text-y7 {
    font-size: .85em;
}
}
@media (max-width:950px) {
    .block-inner-y7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}.block-outer-y7 {
    flex-direction: column;
}img.img2-y7 {
    padding-top: 10px;
}img.img1-y7 {
    height: 358px;
}.name-wrapper-y7 {
    gap: 2px;
    flex-direction: column;
}h2.head-y7 {
    font-size: 1.49em;
}
}
/* end */
/* mh drops */
.head-y8 h2 {
    font-size: 2.4em;
    margin: 0;
}.head-y8 p {
    margin: 0;
    line-height: 1.3;
}img.img1-y8 {
    height: 33px;
    width: 33px;
}p.cross-text-y8 {
    margin: 0;
    font-size: 1.4em;
    letter-spacing:0;
}.cross-wrapper-y8 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}.block-inner-y8 {
    width: calc(50% - 5px);
    background-color: white;
    border-radius: 4px;
    padding: 20px;
}.block-outer-y8 {
    padding: 15px;
}img.img2-y8 {
    width: 80%;
    height: 289px;
    display: flex;
    margin: 0 auto;
    margin-top: 15px;
    object-fit: contain;
}p.cross2-text-y8 {
    font-size:.9em;
    margin: 0;
    letter-spacing:0;
}img.img3-y8 {
    width: 27px;
    height: 27px;
}.cross2-wrapper-y8 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding-top: 15px;
}.block-outer-y8 {
    display: flex;
    gap: 12px;
}.bottom-y8.text-hh {
    padding-top: 15px;
}.bottom-y8 p {
    font-size: 1.18em;
    letter-spacing:0;
}p.number-y6 {
    margin: 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 10px;
}
@media (max-width:840px) {
    .block-outer-y8 {
    flex-direction: column;
}.block-inner-y8 {
    width: 100%;
}p.cross-text-y8 {
    font-size: 1.2em;
    line-height:1;
}.head-y8 h2 {
    font-size: 1.55em;
}.bottom-y8 p {
    font-size: 1em;
}img.img3-y8 {
    width: 22px;
    height: 22px;
}img.img1-y8 {
    height: 27px;
    width: 27px;
}.block-inner-y8 {
    padding: 20px 15px;
}
}
/* end */
/* mh bottle button */
.left-side-y1 {
    width: 40%;
    isplay: flex;
    justify-content: flex-end;
}.right-side-y1 {
    width: 60%;
    padding-left: 40px;
}img.img2-y9 {
    width: 20px;
    height: 20px;
}p.bk-text-y9 {
    margin: 0;
    line-height: 1.4;
    font-size: 1.1em;
}.main-container-y1 {
    display: flex;
    align-items: center;
}.tick-wrapper-y9 {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 10px;
}img.img1-y9 {
    width: 264px;
    height: 300px;
    max-width: 100%;
}.txt-wrapper-y9 h2 {
    font-size: 1.4em;
}
@media (max-width:550px) {
    .main-container-y1 {
    flex-direction: column;
}.left-side-y1 {
    width: 80%;
}.right-side-y1 {
    width: 100%;
    padding-left: 10px;
    padding-top: 20px;
}p.bk-text-y9 {
    margin: 0;
    line-height: 1.4;
    font-size: 1em;
}
}







.narrow-page-width {
  margin-left: auto;
  margin-right: auto;
}p.text1-y5 {
    font-size: 0.8em;
}img.img1-y7 {
    height: 250px;
}img.img2-y7 {
    width: 100px;
}img.img3-y7 {
    width: 15px;
}p.verify-text-y7 {
    font-size: 0.6em;
}p.name-y7 {
    font-size: 0.8em;
}.txt1-y7 {
    font-size: 0.8em;
    margin-bottom: 10px;
}.head-y8 {
    margin-bottom: 20px;
}.bottom-y8 p {
    font-size: 1em !important;
}.head-y8 h2, .text1-y6 h2 {
    font-size: 1.5em !important;
}
