/** Shopify CDN: Minification failed

Line 832:2 "align-item" is not a known CSS property
Line 3264:0 Unexpected "}"
Line 3556:21 Expected identifier but found whitespace
Line 3556:23 Unexpected "{"
Line 3556:32 Expected ":"

**/
@import url("//fonts.cdnfonts.com/css/sofia-pro");

body,
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
p,
a {
  /*   font-family: 'Sofia Pro', sans-serif; */
  font-family: "Sofia-pro" !important;
  font-weight: 600 !important;
}

h1 {
  font-size: 32px !important;
  text-align: center !important;
  color: #735e56 !important;
}
.page-width .rte h2 {
  font-size: 28px !important;
  color: #735e56 !important;
}
.page-width .rte h3 {
  font-size: 24px !important;
  color: #735e56 !important;
}
.page-width .rte p {
  font-size: 15px !important;
  color: #735e56 !important;
  line-height: 26px;
 text-align: left;
}
.grid__item .rte p {
    /* text-align: center; */
}

/* Header CSS */
.header__icons .header__icon svg {
  padding: 7px;
}
.announcement-slide {
  width: 100%;
  background-color: #75b91d;
  border-radius: 0 0 30px 30px;
}
.announcement-slide p.announcement-bar__message {
  padding: 13px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Sofia-pro";
  letter-spacing: 0;
}
@media only screen and (max-width: 800px) {
  .announcement-slide p.announcement-bar__message {
    font-size: 12px;
  }
}
.announcement-slide a.announcement-bar__link:hover {
  text-decoration: none;
}
.shopify-header-section.section-header {
  top: 0;
}
.shopify-header-section .custom-header {
  border-bottom: 0;
}
.header-desktop-right-side {
  display: flex;
  align-items: center;
  justify-content: end;
}
.custom-header nav.header__inline-menu .list-menu__item span {
  font-size: 15px;
  line-height: 23px;
  color: #735E56;
  font-weight: 400;
  font-family: "Sofia-pro-regular";
}
.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: unset !important;
}

/**** OBJECTS ****/
.moving-object {
  width: inherit !important;
  position: absolute;
  z-index: 1;
}
.m-auto {
  margin: 0 auto;
}
.small-seprator {
  width: 68px;
  height: 11px;
  background-image: url("https://miraclenoodle.com/cdn/shop/files/seprator.png");
  margin-bottom: 18px;
}
.big-seprator {
  width: 112px !important;
  height: 16px;
  background-image: url("https://miraclenoodle.com/cdn/shop/files/seprator-big.png");
  margin-bottom: 28px;
}
@media only screen and (max-width: 800px) {
  .moving-object {
    display: none !important;
  }
}
/**** OBJECTS ****/

/**** buttons ****/
.button_new {
  display: inline-block;
  color: #ffffff;
  background: rgba(255, 129, 43, 1);
  border-radius: 100px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-family: Sofia Pro, sans-serif!important;
  font-weight: 900!important;
  text-align: center;
  border: 0px;
  outline: none;
  text-decoration: none;
}
.button_new.medium {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.03em;
  padding: 13px 25px;
  min-width: 265px;
}
.button_new.large {
  padding: 15px 40px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: center;
}
.button_new.outline {
  background: transparent;
  border: 2px solid #ff812b;
  border-radius: 100px;
  color: #ff812b;
}
.button_new:hover {
  color: #ffffff !important;
  background: rgba(255, 129, 43, 0.8);
}
/**** buttons ****/

/**** FIND YOUR FLAVOR ****/
.find-flavor-shape {
  display: flex;
  position: relative;
}
.find-flavor-shape .find-shape,
.find-flavor-shape .find-flavor {
  width: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.find-flavor-shape .moving-object.object-1 {
  left: 5%;
  top: 15%;
}
.find-flavor-shape .moving-object.object-2 {
  right: 5%;
  top: 50%;
}
.find-flavor-shape .moving-object.object-3 {
  right: 52%;
  bottom: -50px;
}
.find-flavor-shape .find-shape {
  background-color: #d8ecb5;
  padding-left: 10%;
  padding-right: 2.5%;
}
.find-flavor-shape .find-flavor {
  padding-right: 10%;
  padding-left: 2.5%;
  background: url("/cdn/shop/files/find_flavor_bg-2.png?v=1631018896")
    repeat-x left bottom;
}
.find-flavor-shape .find-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 0px;
  margin-top: 40px;
  grid-column-gap: 15px;
}
.find-flavor-shape .find-grid .grid-itm {
  text-align: center;
  padding-bottom: 40px;
}
.find-flavor-shape .find-grid img {
  width: auto;
  height: 138px;
  object-fit: contain;
}
.find-flavor-shape .find-grid a {
  font-family: "Sofia Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #735e56;
  text-decoration: none;
}
.find-flavor-shape .find-header {
  text-align: center;
}
.find-flavor-shape .find-header h3 {
  font-family: "Sofia Pro", sans-serif !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 50px;
  line-height: 60px;
  color: #ff812b;
  margin-bottom:20px;
}
.find-flavor-shape .find-header span {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}
.find-flavor-shape .find-flavor .find-header h3 {
  color: #75b91d;
}
.find-flavor-shape .find-grid .block_title {
  font-weight: 700 !important;
  font-family: Sofia Pro,sans-serif;
  color: #735e56;
  font-size: 20px;
  line-height: 22px;
}

@media only screen and (max-width: 800px) {
  .find-flavor-shape {
    display: inherit;
  }
  .find-flavor-shape .find-flavor,
  .find-flavor-shape .find-shape {
    width: 100%;
    padding: 10% 20px;
  }
  .find-flavor-shape .find-grid {
    grid-template-columns: 50% 50%;
  }
  .find-flavor-shape .find-flavor {
    background-size: 100% auto;
  }
}
/**** FIND YOUR FLAVOR ****/

/**** OUR BRANDS ****/
.press_notes {
  position: relative;
  padding: 5% 10%;
  text-align: center;
  font-family: "Sofia Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #735e56;
  background-image: url("/cdn/shop/files/home_logos_bg.png?v=1631020353");
  background-size: 100% 100%;
  background-position: center center;
  letter-spacing: 0;
}
.press_notes .brands-grid {
  display: flex;
}
.press_notes .moving-object {
  bottom: -60px;
  right: 30%;
}
.press_notes .medium-up--one-quarter {
  padding: 0px 2.5%;
  width: 25%;
}
.press_notes .medium-up--one-quarter .small-seprator {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 800px) {
  .press_notes {
    padding: 10% 20px 5% 20px;
    background-image: inherit;
    background-color: #fff;
  }
  .press_notes .medium-up--one-quarter {
    padding: 0px 0px 5% 0px;
  }
  .press_notes .medium-up--one-quarter {
    width: 50%;
  }
  .press_notes .brands-grid {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .press_notes .medium-up--one-quarter {
    width: 100%;
  }
}
/**** OUR BRANDS ****/

/**** PRODUCT BENEFITS ****/
.product_benefits {
  background: #6aaa16;
  color: #fff;
  position: relative;
}
.product_benefits .moving-object.object-1 {
  right: 2.5%;
  top: 2.5%;
}
.product_benefits .moving-object.object-2 {
  left: 32.5%;
  top: 10%;
}
.product_benefits .moving-object.object-3 {
  right: 20%;
  top: 22.5%;
}
.product_benefits .moving-object.object-4 {
  left: 5%;
  top: 45%;
}
.product_benefits .moving-object.object-5 {
  left: 16%;
  bottom: 7%;
}
.product_benefits .moving-object.object-6 {
  right: 40%;
  bottom: 7%;
}
.product_benefits .moving-object.object-7 {
  right: 30%;
  bottom: 7%;
}
.product_benefits .moving-object.object-8 {
  right: 5%;
  bottom: 7%;
}
.product_benefits h4,
.product_benefits p {
  color: #fff;
}
.product_benefits .product_benefits-grid {
  align-items: center;
  display: flex;
}
.product_benefits img {
  display: block;
  width: 100%;
}
.product_benefits .medium-up--one-third {
  padding-left: 10%;
  padding-right: 2.5%;
  text-align: center;
}
.product_benefits h4 {
  font-family: Sofia Pro, sans-serif!important;
  font-style: normal;
  font-weight:700;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 18px;
}
.product_benefits p {
  font-family: Sofia Pro,sans-serif!important;
  font-style: normal;
  font-weight: 400!important;
  font-size: 18px;
  line-height: 25px;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .product_benefits .product_benefits-grid {
    flex-wrap: wrap;
  }
  .product_benefits .medium-up--one-third {
    padding: 20px;
    width: 100%;
  }
  .product_benefits .medium-up--one-third .blank_space {
    height: 35px;
  }
}
/**** PRODUCT BENEFITS ****/

/**** NEXT GENERATION ****/
.next_generation_meals {
  background-image: url(//miraclenoodle.com/cdn/shop/t/111/assets/new-ml-products.png?v=1247032…);
  background-size: cover;
  text-align: center;
  padding: 20% 0;
  position: relative;
}
.next_generation_meals::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 67px;
  bottom: -1px;
  left: 0px;
  background-image: url("/cdn/shop/files/bg-wave-top.png");
  background-size: 100% 100%;
}
.next_generation_meals h2 {
  text-transform: inherit;
  letter-spacing: inherit;
  font-weight: bold;
  font-size: 56px;
  line-height: 71px;
  color: #ff812b;
}
.button.next_generation_btn {
  background: transparent;
  border: 2px solid #ff812b;
  border-radius: 100px;
  color: #ff812b;
}
.button.next_generation_btn:after {
  display: none;
}
@media only screen and (max-width: 800px) {
  .button.next_generation_btn {
    padding: 15px 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 800px) {
  .next_generation_meals h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .next_generation_meals {
    min-height: 900px;
    background-color: #fff8e5;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(/cdn/shop/files/mobile-data-table-heading-bg.png?v=1631740310) !important;
  }
  .next_generation_meals::after {
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
/**** NEXT GENERATION ****/

/**** Comparison Tabel ****/
.pro_comparision_table {
  padding: 5% 10% 10% 10%;
  background-image: url("/cdn/shop/files/product-table_bg.png");
  background-size: 100% 100%;
  position: relative;
}
.pro_comparision_table .mobile_only {
  display: none;
}
.pro_comparision_table .desktop_only .grid-flex {
  display: grid;
  grid-template-columns: 2.4fr 1fr 1fr 1fr 1fr;
}
.pro_comparision_table .moving-object.one {
  right: 5%;
  top: 5%;
}
.pro_comparision_table .desktop_only .column-box {
  text-align: center;
}
.pro_comparision_table .desktop_only .column_1 {
  text-align: left;
}
.pro_comparision_table .desktop_only .column-box {
  border-right: 2px solid #75b91d;
}
.pro_comparision_table .desktop_only .column-box:last-child {
  border-right: 0;
}
.pro_comparision_table .moving-object.two {
  right: 12%;
  bottom: 8%;
}
.pro_comparision_table::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 67px;
  bottom: 0px;
  left: 0px;
  background-image: url("/cdn/shop/files/bg-wave-top.png");
  background-size: 100% 100%;
}
.pro_comparision_table .desktop_only .data_table {
  background: #fff;
  border: 2px solid #6aaa16;
  border-radius: 30px 30px 0px 30px;
}
.pro_comparision_table .desktop_only .data_table .table_header div,
.pro_comparision_table .data_table .table_body div {
  padding: 20px 15px;
}
.pro_comparision_table .desktop_only .data_table img {
  display: inline-block;
  vertical-align: middle;
}

.pro_comparision_table .desktop_only .data_table .table_header h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #75b91d;
  margin: 0px;
  padding: 0px;
}
.grid-flex.table_header .column-box {
    padding: 20px 13px !important;
}
.pro_comparision_table .desktop_only .column_1.column-box h4 {
  font-size: 30px;
  line-height: 35px;
}
.pro_comparision_table .desktop_only .data_table .table_header h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #75b91d;
  margin: 0px;
  padding: 0px;
}
.pro_comparision_table .desktop_only .data_table .table_body {
  border-top: 2px solid #6aaa16;
  font-weight: bold;
  font-size: 20px;
  line-height: 74px;
  color: #ff3c3c;
}
.pro_comparision_table .desktop_only .data_table .table_body a {
  color: #ff3c3c;
  display: block;
  text-decoration: none;
}

.pro_comparision_table .mobile_only .each-block {
  background: #fff;
  border: 2px solid #6aaa16;
  border-radius: 15px;
  margin-bottom: 30px;
}
.pro_comparision_table .mobile_only .block-heading {
  padding: 5px 15px;
  border-bottom: 2px solid #6aaa16;
}
.pro_comparision_table .mobile_only .block-heading a {
  text-decoration: none;
}
.pro_comparision_table .mobile_only .column_image_title {
  display: flex;
  align-items: center;

}
.pro_comparision_table .mobile_only span.column_image {
  margin-right: 20px;
}
.pro_comparision_table .mobile_only span.column_image img {
  width: 50px;
}
.pro_comparision_table .mobile_only span.content_value {
  color: #ff3c3c;
}
.pro_comparision_table .mobile_only span.content_value img {
  width: 24px;
}
.pro_comparision_table .mobile_only span.content_key {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #735e56;
}
.pro_comparision_table .mobile_only span.column_title {
  color: #ff3c3c;
}
.pro_comparision_table .mobile_only .block-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 15px 0px;
}

.pro_comparision_table .mobile_only .block-content .content-column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pro_comparision_table .mobile_only .block-content .content-column > span {
  width: 100%;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .pro_comparision_table .desktop_only {
    display: none;
  }
  .pro_comparision_table .mobile_only {
    display: block;
  }
  .pro_comparision_table:after {
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/**** Comparison Tabel ****/

/* Testimonial Section */
.home_testimonials {
  padding: 7% 10% 5% 10%;
  background-image: url("/cdn/shop/files/home-testimonial_bg.png");
  background-size: 100% auto;
  background-position: left center;
  text-align: center;
}
.home_testimonials .section-header h2 {
  text-transform: inherit;
  letter-spacing: inherit;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #75b91d;
  margin: 0 0 2.5% 0;
}
.home_testimonials .testimonial-wrapper {
  display: flex;
  /* column-gap: 20px; */
  gap:40px;
}
.home_testimonials .testimonial-slide {
  background: #f7feee;
  border-radius: 30px;
  padding: 30px 50px;
  width: calc(33.33% - 20px);
  /* margin: 2.5%; */
}
.home_testimonials .testimonial-slide h4 {
  text-transform: inherit;
  letter-spacing: inherit;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #75b91d;
  margin: 0 0 8px 0;
}
.home_testimonials .testimonial-slide small {
  text-transform: inherit;
  letter-spacing: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #735e56;
}
.home_testimonials .testimonial-slide p {
  text-transform: inherit;
  letter-spacing: 0;
  font-weight: 400!important;
  font-size: 18px;
  line-height: 25px;
  color: #735e56;
  margin: 25px 0 0 0;
}
@media only screen and (min-width: 801px) and (max-width: 1080px) {
  .home_testimonials .testimonial-wrapper {
    column-gap: 10px;
  }
  .home_testimonials .testimonial-slide {
    padding: 20px;
    width: calc(33.33% - 10px);
  }
}
@media only screen and (max-width: 800px) {
  .home_testimonials .testimonial-wrapper {
    flex-wrap: wrap;
    column-gap: 0px;
    row-gap: 15px;
  }
  .home_testimonials .testimonial-slide {
    width: 100%;
    padding-inline: 20px;
  }
  .home_testimonials {
    background-position: center center;
    background-repeat: no-repeat;
    padding-inline: 20px;
  }
}
/* Testimonial Section */

/* Home invented */
.home_invented_6th {
  text-align: left;
}
.home_invented_6th .home-invented-grid {
  background: #fff8e5;
  margin: 5.5% 0px;
  align-items: center;
  display: flex;
}
.home_invented_6th .home-invented-grid .home-invented-grid-one-half {
  width: 50%;
}
.home_invented_6th .home-invented-grid img {
  width: 100%;
  margin: -5.5% 0px;
}
.home_invented_6th .home-invented-grid .text_content {
  padding: 5% 10% 5% 5%;
}
.home_invented_6th .home-invented-grid .text_content h2 {
  text-transform: inherit;
  letter-spacing: inherit;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #ff812b;
  margin: 15px 0px;
}
.home_invented_6th .home-invented-grid .text_content h4 {
  text-transform: inherit;
  letter-spacing: inherit;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #735e56;
  margin: 15px 0 40px 0;
}

@media only screen and (max-width: 800px) {
  .home_invented_6th .home-invented-grid {
    flex-wrap: wrap;
  }
  .home_invented_6th .home-invented-grid .home-invented-grid-one-half {
    width: 100%;
  }
  .home-invented-grid-one-half.text_content {
    text-align: center;
  }
  .home-invented-grid-one-half.text_content .small-seprator {
    margin: 18px auto;
  }
}
/* Home invented */

/* Home Featured In */
.home_featuredin {
  margin-bottom: 30px;
}
.home_featuredin h3 {
  text-transform: inherit;
  letter-spacing: inherit;
  font-size: 50px;
  line-height: 60px;
  color: #391f15;
  text-align: center;
}
.home_featuredin_logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
  justify-content: center;
}
/* Home invented */

/* Home Newsletter */
.home_newsletter {
  background-image: url("/cdn/shop/files/home-newsletter_bg.png");
  background-size: cover;
  background-position: center top;
  padding: 10% 10% 8% 10%;
}
.home_newsletter .news_form {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 538px;
}
.home_newsletter .news_form h3 {
  color: #735e56;
  font-size: 24px;
}
.home_newsletter .news_form .form_bg {
  background-color: #fff;
  padding: 8px;
  border-radius: 100px;
  width: 100%;
}
.home_newsletter .news_form .form_bg form {
  display: flex;
  align-item: center;
}
.home_newsletter .news_form .form_bg form input {
  border: 0px;
  outline: none;
  color: rgba(57, 31, 21, 1);
  font-size: 18px;
  line-height: 25px;
  width: 65%;
  padding: 10px 15px;
}
.home_newsletter .news_form .form_bg form input::placeholder {
  color: rgba(57, 31, 21, 0.5);
}
.home_newsletter .news_form .form_bg form button {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  background: #75b91d;
  border-radius: 100px;
  border: 0px;
  line-height: 45px;
  width: 35%;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .footer__content-top .grid {
    row-gap: 0px !important;
  }
  .home_newsletter {
    background-image: url(/cdn/shop/files/mobile-newsletter-bg.png?v=1631740310);
    min-height: 470px;
    background-size: contain;
    padding: 10% 20px;
  }
  .home_newsletter .news_form h3 {
    font-size: 20px;
    line-height: 35px;
    color: #75b91d;
  }
  .home_newsletter .news_form .form_bg form button {
    font-size: 16px;
    width: 40%;
  }
}
/* Home Newsletter */

/* Health Benefits Section  */

.health-benefits .title-wrapper-with-link .title.inline-richtext.h2 {
  color: #564640;
}
.health-benefits .multicolumn-card.content-container h3.inline-richtext strong {
  color: #75b91d;
}
.health-benefits .multicolumn-card.content-container a.link.animate-arrow {
  color: #fd4e17;
}
.health-benefits .multicolumn-card.content-container .rte strong {
  color: #866055;
}
.health-benefits .section-head h1 {
  text-align: center;
  margin: 25px 0px;
  color: #564640;
}
.health-benefits .banner-image img {
  display: block;
  width: 100%;
}
.health-benefits .image-with-text-col {
  display: flex;
  column-gap: 30px;
  padding-top: 40px;
}
.health-benefits .left-content {
  width: 200px;
}
.health-benefits .left-content img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.health-benefits .right-content {
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.health-benefits .right-content h2 {
  font-size: 25px;
  margin: 10px 0px;
  color: #564640;
}
.health-benefits .right-content p,
.health-benefits .child-para-1 p,
.health-benefits .child-para-2 p {
  color: #866055;
}
.health-benefits .child-para-1,
.health-benefits .child-para-2 {
  margin-top: 10px;
}
.health-benefits .child-head-1 h3,
.health-benefits .child-head-2 h3 {
  font-size: 25px;
  margin-top: 30px;
  color: #fd4e17;
}
.health-benefits .image-with-text-col.bg-color1 {
  padding: 40px 30px;
  margin-bottom: 36px;
}
.health-benefits .image-with-text-col.bg-color1 h2,
.health-benefits .image-with-text-col.bg-color1 p {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .health-benefits .section-head h1 {
    font-size: 30px;
  }
  .health-benefits .image-with-text-col {
    padding-top: 30px;
    flex-direction: column;
  }
  .health-benefits .left-content,
  .health-benefits .right-content {
    width: 100%;
  }
  .health-benefits .left-content {
    margin-bottom: 15px;
  }
  .footer-block__image-wrapper {
    flex-direction: row!important;
}
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .health-benefits .right-content h2 {
    margin: 0;
  }
}

/* Health Benefits Section Css End  */

/* Footer */
.footer__blocks-wrapper .footer-block.grid__item {
  width: calc(20% - 8px);
}
.footer-block__image-wrapper .block_footer_logo {
  margin-bottom: 8px;
}
.footer-block__image-wrapper .footer_logo_text,
.footer-block__image-wrapper .footer_logo_text a {
  font-size: 10px;
  color: #fff;
  line-height: 14px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.footer-block__image-wrapper .footer_logo_text {
  line-height: 18px;
  margin-top: 16px;
}
.footer__blocks-wrapper .footer-block__heading,
.footer__blocks-wrapper .footer-block__heading_2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #ffc806;
  margin-bottom: 10px;
}
.footer_contact_us ul li a,
.footer__blocks-wrapper ul.footer-block__details-content.list-unstyled li a {
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.footer_contact_us ul li a:hover,
.footer__blocks-wrapper
  ul.footer-block__details-content.list-unstyled
  li
  a:hover {
  text-decoration: none;
}

.footer_contact_us {
  margin-top: 20px;
}
.footer_contact_us ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_contact_us ul li {
  line-height: 20px;
}
.footer_contact_us ul.foo_social_icons {
  display: flex;
  column-gap: 10px;
  margin-top: 10px;
}
.footer_contact_us ul.foo_social_icons li {
  width: 30px;
}
.footer_contact_us ul.foo_social_icons li img {
  max-width: 100%;
}

@media only screen and (max-width: 800px) {
  .footer_contact_us {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #ffc806;
  }
  .footer-block__details-content.footer-block-image.center {
    justify-content: left;
    margin-bottom: 0px;
  }
  .footer__blocks-wrapper .footer-block.grid__item {
    width: 100%;
    margin: 20px 0;
  }
  .footer__blocks-wrapper .footer-block--menu {
    border-bottom: 1px solid #ffc806;
  }
  .footer__blocks-wrapper .footer-block--menu.link_list_social {
    border-bottom: none;
  }
  .footer__blocks-wrapper .footer-block--menu .footer-block__heading {
    cursor: pointer;
    background-image: url("https://miraclenoodle.com/cdn/shop/files/footer-mobile-arrow.png?v=1631795344");
    background-position: right center;
    background-repeat: no-repeat;
  }
  .footer__blocks-wrapper ul.footer-block__details-content.list-unstyled {
    display: none;
    margin-bottom: 20px;
  }

  .footer__blocks-wrapper .footer-block--menu .footer-block__heading {
    background-image: unset;
    position: relative;
  }
  .footer__blocks-wrapper .footer-block--menu .footer-block__heading::after {
    content: "";
    cursor: pointer;
    position: absolute;
    background-image: url(https://miraclenoodle.com/cdn/shop/files/footer-mobile-arrow.png?v=1631795344);
    background-position: right center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 0;
    right: 0;
    transition: 0.5s;
  }
  .footer-block__heading.inline-richtext.open::after {
    transform: rotate(180deg);
    transition: 0.5s;
  }
}
/* Footer */

/* Testing Changes */

@media only screen and (min-width: 1300px) {
  .shopify-header-section .custom-header .announcement-bar.page-width,
  .shopify-header-section .custom-header header.header {
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .featured-image-banner .image-ratio,
  .featured-image-banner .image-ratio img {
    height: 100%;
  }
  .find-flavor-shape .find-shape {
    padding-left: 6%;
  }
  .find-flavor-shape .find-flavor {
    padding-right: 6%;
  }
  .find-flavor-shape .find-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .shopify-header-section .custom-header .announcement-bar.page-width,
  .shopify-header-section .custom-header header.header {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    max-width: 100%;
  }
  .shopify-header-section .custom-header header.header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-footer-wrapper .footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .custom-footer-wrapper .footer__blocks-wrapper .footer-block {
    width: 100%;
    text-align: left;
  }
  .custom-footer-wrapper
    .footer__blocks-wrapper
    .footer-block
    .footer-block-image {
    justify-content: start;
  }
}
@media only screen and (max-width: 989px) {
  .custom-header header.header span.hamburger-icon svg {
    width: 30px;
    height: 30px;
    fill: #75b91d;
  }
  .custom-header header.header header-drawer {
    margin-left: 0;
  }
  .custom-header header.header span.hamburger-icon svg.icon-close {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .custom-footer-wrapper .footer__blocks-wrapper {
    display: flex;
  }
  .find-flavor-shape .find-flavor,
  .find-flavor-shape .find-shape {
    padding-right: 3%;
    padding-left: 3%;
  }
  .home_newsletter .news_form {
    display: block;
    margin: auto;
  }
  .home_newsletter {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .single-logo img {
    display: block;
    width: 100%;
  }
  .single-logo {
    max-width: 100px;
    width: 100%;
  }
  .home_invented_6th .home-invented-grid .text_content h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .home_invented_6th .home-invented-grid .text_content {
    padding: 10% 20px;
  }
  .home_invented_6th .home-invented-grid .text_content h4 {
    font-size: 20px;
  }
}

.video--miracle-noodles-section .deferred-media__poster-button {
  color: #75b91d;
}

.page-width .rte .accordion {
  font-weight: bold;
  color: #75b91d;
  font-size: 24px;
}

/* *********----ABOUT----PAGE----CSS----*********  */

/* about us history  */

.about-us {
  background-image: url(/cdn/shop/files/bg-image.png?v=1691099634);
  padding-top: 40px;
  padding-bottom: 80px;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us .img-wrapper .desktop-image img {
  display: block;
  width: 80%;
}
.about-us .img-wrapper .mobile-image img,
.mobile-image-line {
  display: none;
}
.about-us .main-heading h1 {
  color: #ff812b;
  text-align: center;
  font-size: 55px;
  font-weight: 400;
  line-height: 71px;
  margin-bottom: 35px;
}
.about-us .about-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about-us h2.content-head {
  color: #735e56;
  font-size: 28px;
  line-height: 35px;
}
.about-us p.content-para-1,
p.content-para-2 {
  font-size: 18px;
  line-height: 25px;
  color: #735e56;
}
.about-us .right-content,
.about-us .left-content {
  padding: 15px;
}
/* about-us-mission  */
.about-mission {
  background-image: url(/cdn/shop/files/bg-2.png?v=1691100873);
  padding-top: 135px;
  padding-bottom: 250px;
  margin-top: -77px;
  background-color: rgba(0, 0, 0, 0);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-mission .img-wrapper .image-1 {
  display: block;
  width: 80%;
}
.about-mission .about-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  direction: rtl;
}
.about-mission h2.content-head {
  color: #735e56;
  font-size: 28px;
  line-height: 35px;
  padding-top: 40px;
}
.about-mission p.content-para-1,
.about-mission p.content-para-2,
.about-mission p.content-para-3 {
  font-size: 18px;
  line-height: 25px;
  color: #735e56;
}
.about-mission .left-content {
  text-align: left;
}
.about-mission .img-wrapper {
  position: relative;
}
.about-mission .img-wrapper img.image-2 {
  position: absolute;
  bottom: -132px;
  left: 0;
}
.about-mission .right-content,
.about-mission .left-content {
  padding: 15px;
}
.about-mission .img-wrapper .image-1-mobile {
  display: none;
}
/* about-us-founder  */
.about-founder {
  background-image: none;
  padding-top: 0;
  margin-top: -30px;
  padding-bottom: 50px;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.about-founder .about-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 60px;
}
.about-founder h2.content-head {
  color: #735e56;
  font-size: 28px;
  line-height: 35px;
}
.about-founder .img-wrapper .desktop-image img {
  display: block;
  width: 80%;
}
.about-founder .img-wrapper .mobile-image img {
  display: none;
}
.about-founder p.content-para-1 {
  font-size: 18px;
  line-height: 25px;
  color: #735e56;
}
.about-founder.left-content {
  text-align: left;
}
.about-founder .image {
  position: absolute;
  right: 2%;
  top: 2%;
}
.about-founder .decoration-image {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -50px;
  margin-right: -107px;
  margin-top: -150px;
}
.about-founder .right-content,
.about-founder .left-content {
  padding: 15px;
}
.about-founder .mobile-line-image {
  display: none;
}
/* about-range-css  */
.about-range {
  margin-bottom: 50px;
}
.about-range .top-heading {
  padding-top: 5em;
  padding-bottom: 5em;
  text-align: center;
  background-color: #ffe8d9;
}
.about-range .top-heading a {
  color: #fff;
  padding: 15px 40px;
  font-size: 20px;
  border-radius: 100px;
  background-color: rgba(255, 129, 43, 0.8);
  font-weight: 900;
  text-decoration: none;
}
.about-range .top-heading a:hover {
  color: #564640;
  transition: 1s;
}
.about-range .heading {
  padding-top: 15px;
}
.about-range .heading h1 {
  color: #ff812b;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 71px;
  margin-top: 10px;
  margin-bottom: 0;
}
.about-range .content p {
  padding-left: 120px;
  padding-right: 120px;
  margin-top: 5px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 25px;
  color: #735e56;
  text-align: center;
}
/* about-beam-css  */
.about-beam {
  padding-bottom: 40px;
}
.about-beam .logo {
  display: flex;
  column-gap: 25px;
  align-items: center;
  margin-bottom: 10px;
}
.about-beam .partner-logo img,
.about-beam .beam-logo img {
  height: 45px;
}
.about-beam .logo-separator {
  border-left: 1px solid #d3d3d3;
  height: 45px;
  display: block;
}
.about-beam .card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-beam .card {
  width: calc(50% - 10px);
  border: 1px solid #d3d3d3;
  display: flex;
  flex-direction: column;
}
.about-beam .image-card {
  height: 100%;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px 24px 16px;
  overflow-wrap: break-word;
  background-color: rgb(85, 85, 85);
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-beam p.card-label {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}
.about-beam .card-name {
  margin-top: 5px;
  font-size: 22px;
  color: #ffffff;
  line-height: 20px;
}
.about-beam .card-progress {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-beam .progress-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}
.about-beam .card-description p {
  font-size: 12px;
  margin: 0;
  margin-top: 10px;
}
.about-beam .card-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.about-beam .progress {
  outline: 1px solid #d3d3d3;
  display: block;
  width: 80%;
  height: 10px;
}
.about-beam .inner-progress-bar {
  display: block !important;
  height: 10px;
  background-color: #86c13a;
}
.about-beam span.footer-content,
.about-beam .card-footer a {
  color: #868686;
  font-size: 12px;
}
.about-beam p.progress-percentage {
  font-size: 12px;
  margin: 0;
}
.about-beam span.footer-content {
  font-style: italic;
}
.about-beam .card-5,
.about-beam .card-6,
.about-beam .card-7,
.about-beam .card-8,
.about-beam .card-9 {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* about-us-history  */
  .about-us {
    background-position: center center;
    background-size: cover;
  }
  .about-us .container-width {
    padding: 0px;
  }
  .about-us .img-wrapper .desktop-image img {
    display: block;
    width: 100%;
  }
  .about-us .main-heading h1 {
    font-size: 35px;
  }
  .about-us h2.content-head {
    font-size: 22px;
  }
  .about-us p.content-para-1,
  p.content-para-2 {
    font-size: 12px;
    line-height: 17px;
  }
  .about-us .right-content,
  .about-us .left-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* about-us-mission */
  .about-mission .container-width {
    padding: 0px;
  }
  .about-mission .img-wrapper .image-1 {
    display: block;
    width: 100%;
  }
  .about-mission h2.content-head {
    font-size: 22px;
  }
  .about-mission p.content-para-1,
  .about-mission p.content-para-2,
  .about-mission p.content-para-3 {
    font-size: 12px;
    line-height: 17px;
  }
  .about-mission .right-content,
  .about-mission .left-content {
    padding: 15px;
  }
  .about-mission .img-wrapper img.image-2 {
    bottom: -142px;
    left: 0;
    right: unset;
  }
  /* about-us-founder  */
  .about-founder .container-width {
    padding: 0px;
  }
  .about-founder .img-wrapper .desktop-image img {
    display: block;
    width: 100%;
  }
  .about-founder h2.content-head {
    font-size: 22px;
  }
  .about-founder p.content-para-1 {
    font-size: 12px;
    line-height: 17px;
  }
  .about-founder .right-content,
  .about-founder .left-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-founder .decoration-image {
    right: -108px;
  }
  .about-founder .image {
    right: -20px;
    top: 0;
  }
  /* about-range  */
  .about-range .container {
    padding: 0;
  }
  .about-range,
  .about-range .content p {
    margin-bottom: 35px;
  }
  .about-range .top-heading {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .about-range .heading {
    padding-top: 20px;
  }
  .about-range .heading h1 {
    font-size: 36px;
  }
  .about-range .content p {
    font-size: 15px;
    line-height: 22px;
  }
  /* about-beam  */
  .about-beam .container-width {
    padding: 0px 15px;
  }
  .about-beam .card-container {
    justify-content: center;
  }
  .about-beam .card-5,
  .about-beam .card-6,
  .about-beam .card-7,
  .about-beam .card-8,
  .about-beam .card-9 {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  /* about-us-history  */
  .about-us {
    background-image: url(/cdn/shop/files/mobile-background.png?v=1691239804);
    background-size: cover;
  }
  .about-us .img-wrapper .desktop-image img {
    display: none;
  }
  .about-us .img-wrapper .mobile-image img {
    display: block;
    width: 100%;
  }
  .about-us .about-column {
    grid-template-columns: 1fr;
  }
  .about-us .right-content {
    display: none;
  }
  .about-us .left-content {
    padding: 0px;
  }
  .about-us .main-heading h1 {
    color: #75b91d;
    margin-top: 0;
    font-size: 39px;
    margin-bottom: 50px;
    line-height: 90px;
  }
  .about-us h2.content-head {
    margin-bottom: 15px;
    text-align: left;
    font-size: 22px;
  }
  .about-us p.content-para-1,
  p.content-para-2 {
    font-size: 18px;
    line-height: 25px;
    color: #735e56;
  }
  .about-us p.content-para-2 {
    margin-top: 25px;
  }
  .about-mission .about-column {
    grid-template-columns: 1fr !important;
  }
  .about-mission .left-content {
    padding: 0px !important;
  }
  .mobile-image-line {
    display: flex;
    justify-content: flex-end;
    margin-right: -15px;
  }
  .mobile-image-line img {
    width: 166px;
    display: block;
  }
  /* about-us-mission  */
  .about-mission {
    background-image: url(/cdn/shop/files/about-mission-mobile-bg.png?v=1691424770);
    padding: 0px;
  }
  .about-mission .container-width {
    padding-bottom: 350px;
  }
  .about-mission .img-wrapper .mobile-image {
    margin-top: 23px;
  }
  .about-mission .img-wrapper .image-1 {
    display: none;
  }
  .about-mission h2.content-head {
    text-align: left;
    margin-top: 0;
    font-size: 22px;
  }
  .about-mission .img-wrapper .image-1-mobile {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .about-mission .right-content {
    padding: 0px;
  }
  .about-mission .img-wrapper img.image-2 {
    display: none;
  }
  /* about-us-founder  */
  .about-founder {
    padding-bottom: 35px;
    overflow: unset;
  }
  .about-founder .container-width {
    margin-top: -350px;
  }
  .about-founder .img-wrapper .desktop-image img {
    display: none;
  }
  .about-founder .img-wrapper .mobile-image img {
    display: block;
    width: 100%;
  }
  .about-founder h2.content-head {
    font-size: 22px;
    margin-top: 32px;
  }
  .about-founder .right-content {
    grid-row: 1;
    padding: 0px;
  }
  .about-founder .left-content {
    grid-row: 2;
    padding: 0px;
  }
  .about-founder .about-column {
    grid-template-columns: 1fr;
    padding-bottom: 0px;
  }
  .about-founder .decoration-image,
  .about-founder .image {
    display: none;
  }
  .about-founder .mobile-line-image {
    display: flex;
    justify-content: flex-end;
    margin-right: -15px;
    margin-top: 25px;
  }
  /* about-range  */
  .about-range {
    margin-bottom: 35px;
  }
  .about-range .container {
    padding: 0;
  }
  .about-range .top-heading {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .about-range .top-heading a {
    padding: 12px 25px;
    font-size: 18px;
  }
  .about-range .heading h1 {
    font-size: 28px;
    line-height: 32px;
    padding: 15px 15px 5px;
  }
  .about-range .content p {
    padding: 0px 15px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  /* about-beam  */
  .about-beam {
    padding-bottom: 25px;
  }
  .about-beam .card-container {
    padding-top: 25px;
  }
  .about-beam .logo {
    column-gap: 15px;
  }
  .about-beam .partner-logo img,
  .about-beam .beam-logo img {
    height: 40px;
  }
  .about-beam .image-card {
    min-height: 200px;
  }
  .about-beam .card-progress {
    padding: 5px 15px 15px;
  }
  .about-beam .progress {
    width: 70%;
    height: 6px;
  }
  .about-beam .inner-progress-bar {
    height: 6px;
  }
  .about-beam .card-description p {
    line-height: 1.3;
  }
  .about-beam .progress-bar {
    margin-top: 0;
  }
  .about-beam .card-5,
  .about-beam .card-6,
  .about-beam .card-7,
  .about-beam .card-8,
  .about-beam .card-9 {
    display: flex;
    flex-direction: column;
  }
  .about-beam .card,
  .about-beam .logo {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
}

/* Contact Page CSS */
/* Banner Section */
body.contact-page main.main-content {
  padding-left: 0;
  padding-right: 0;
}
.custom-contact-us-page-container .contact-banner-image-with-text {
  display: flex;
}
.custom-contact-us-page-container .featured-text-banner,
.custom-contact-us-page-container .featured-image-banner {
  width: 100%;
}
.custom-contact-us-page-container .featured-text-banner .featured-content-inner {
  padding-top: 80px;
  max-width: 80%;
}
.custom-contact-us-page-container .featured-content-inner .heading {
  font-weight: 700;
  font-size: 50px !important;
  line-height: 70px !important;
  color: #75b91d !important;
  text-transform: capitalize;
  text-align: left !important;
  margin-bottom: 15px;
  margin-top: 0;
  /*     font-family: sofia pro; */
}
.custom-contact-us-page-container .featured-text-banner .featured-content-inner .content {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #735e56;
  margin-bottom: 40px;
}
.custom-contact-us-page-container .featured-text-banner .featured-content-inner a.button {
  background: #75b91d;
  border-radius: 100px;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
.custom-contact-us-page-container .featured-text-banner .featured-content-inner img {
  display: block;
  max-width: 130px;
  margin-bottom: 25px;
}
.custom-contact-us-page-container .contact-banner-image-with-text img {
  display: block;
  width: 100%;
}
.custom-contact-us-page-container .featured-text-banner .featured-content-inner a.button::before,
.custom-contact-us-page-container .featured-text-banner .featured-content-inner a.button::after {
  display: none;
}
.footer-block__image-wrapper {
    display: flex;
    align-items: center;
    max-width: 100% !important;
}
  /* .footer-block__image-wrapper .footer_logo_text {
    margin-left: 25px;
} */
@media only screen and (max-width: 1200px) {
  .custom-contact-us-page-container .featured-text-banner .featured-content-inner {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-contact-us-page-container .featured-text-banner .featured-content-inner {
    padding-top: 20px;
    max-width: 100%;
    padding-right: 20px;
  }
  .custom-contact-us-page-container .featured-content-inner .heading {
    font-size: 45px !important;
    line-height: 55px !important;
  }
  .custom-contact-us-page-container .featured-text-banner .featured-content-inner .content {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-contact-us-page-container .contact-banner-image-with-text {
    flex-wrap: wrap;
  }
  .custom-contact-us-page-container .featured-text-banner .featured-content-inner {
    padding-top: 50px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .custom-contact-us-page-container .featured-text-banner .featured-content-inner img {
    display: none;
  }
  .custom-contact-us-page-container .featured-content-inner .heading {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .custom-contact-us-page-container .featured-text-banner .featured-content-inner .content {
    margin-bottom: 25px;
  }
}

/* Contact Other Sections CSS */
.custom-featured-logo-container .logo-wrapper {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  padding-top: 50px;
  padding-bottom: 80px;
  padding-bottom: 120px;
}
@media screen and (min-width: 1174px) {
  .custom-featured-logo-container .logo-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
.custom-featured-logo-container .logo-wrapper .logo-slide .icons {
  display: block;
  margin: auto;
  max-width: 80px;
  margin-bottom: 15px;
}
.custom-featured-logo-container .logo-wrapper .logo-slide {
  text-align: center;
}
.custom-featured-logo-container .logo-wrapper .logo-slide p.social-name {
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #735e56;
  font-weight: 400;
  margin-bottom: 2px;
  /*     font-family: sofia pro; */
}
.custom-featured-logo-container .logo-wrapper .logo-slide a.link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #735e56;
  display: block;
  word-break: break-word;
}
.custom-images-gallery-container .gallery-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.custom-images-gallery-container .gallery-box .gallery-slide img {
  display: block;
  width: 100%;
}
.custom-images-gallery-container .gallery-box .gallery-slide:nth-child(2),
.custom-images-gallery-container .gallery-box .gallery-slide:nth-child(4) {
  margin-top: -40px;
}
.custom-images-gallery-container .gallery-text-box .inner-wrapper p.content {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin: 0;
  /*     font-family: 'sofia pro'; */
}
.custom-images-gallery-container.images-gallery-section {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 25%,
    #ff812b 25%,
    #ff812b 100%
  );
}
body.contact-page div#shopify-section-footer .site-footer {
  margin-top: 0;
}
.custom-images-gallery-container.images-gallery-section .gallery-text-box {
  padding-top: 80px;
  padding-bottom: 100px;
}
.custom-images-gallery-container .gallery-text-box .inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: self-start;
  gap: 60px;
}
.custom-images-gallery-container .gallery-text-box .inner-wrapper a.button {
  background: #fff;
  display: flex;
  max-width: 200px;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 20px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff812b;
  /*     font-family: sofia pro; */
  border-radius: 50px;
}
.custom-images-gallery-container .gallery-text-box .inner-wrapper p.content:after {
  content: "";
  background-image: url(/cdn/shop/files/Group_166.png?v=1686295246);
  display: block;
  width: 130px;
  height: 8px;
  background-size: contain;
  margin-top: 10px;
}
.custom-images-gallery-container.images-gallery-section .gallery-text-box {
  background-image: url(/cdn/shop/files/Union.png?v=1686295640);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 100px;
  background-position-y: 25px;
}
.custom-images-gallery-container .image-background-box {
  background-image: url(/cdn/shop/files/Ellipse_13.png?v=1686296552);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 400px;
  background-position-y: center;
}
#shopify-section-header.fixed-header {
  height: auto;
  transition: 0.5s;
}
.custom-images-gallery-container .gallery-text-box .inner-wrapper a.button::before,
.custom-images-gallery-container .gallery-text-box .inner-wrapper a.button::after {
  display: none;
}

@media only screen and (min-width: 990px) {
  #collection-design-wrapper #product-grid.grid--4-col-desktop .grid__item {
    width: calc(25% - 30px);
  }
  #collection-design-wrapper #product-grid {
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .custom-images-gallery-container.images-gallery-section .gallery-text-box {
    background-size: 700px;
    background-position-x: 25px;
    background-position-y: bottom;
  }
  .custom-images-gallery-container .gallery-text-box .inner-wrapper p.content:after {
    height: 11px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom-images-gallery-container.images-gallery-section .gallery-text-box {
    background-position-x: center;
    background-position-y: bottom;
  }
  .custom-images-gallery-container .gallery-text-box .inner-wrapper p.content {
    font-size: 40px;
    line-height: 48px;
  }
  .custom-images-gallery-container.images-gallery-section .gallery-text-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-images-gallery-container.images-gallery-section {
    background: linear-gradient(
      to bottom,
      transparent 0%,
      transparent 0%,
      #ff812b 0%,
      #ff812b 100%
    );
  }
  .custom-images-gallery-container .image-background-box {
    background-size: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .logo-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .logo-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-top: 20px;
  }
  .logo-wrapper .logo-slide:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .logo-wrapper .logo-slide:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .logo-wrapper .logo-slide:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .logo-wrapper .logo-slide:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .logo-wrapper .logo-slide:nth-child(5) {
    grid-area: 3 / 1 / 4 / 3;
  }
  .custom-images-gallery-container .gallery-text-box .inner-wrapper {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .custom-images-gallery-container .image-background-box {
    background-image: none;
  }
  .custom-images-gallery-container.images-gallery-section .gallery-text-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-images-gallery-container .gallery-box .gallery-slide:nth-child(2),
  .custom-images-gallery-container .gallery-box .gallery-slide:nth-child(4) {
    margin-top: -15px;
  }
  div#shopify-section-header .site-header {
    border: 0;
  }
  .title--primary {
    margin: 2rem 0!important;
}
}

/* Collection Page Changes */
.custom-grid-columns .card-wrapper:hover .card__heading a {
  text-decoration: none;
  color: #ff812b;
}
.main-product-section .product .product__media-wrapper .thumbnail-slider li {
  border-radius: 50%;
  overflow: hidden;
}
.main-product-section
  .product
  .product__media-wrapper
  .thumbnail-slider
  li
  .thumbnail[aria-current] {
  box-shadow: none;
  border: 0;
}
.main-product-section .product__info-wrapper .product__title h1 {
  text-align: left !important;
  /* color: #FF812B !important;  */
  font-family: Sofia Pro;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
/* .main-product-section .product__info-wrapper .product__title h1> span > div {
  display: inline-block;
} */
/* ***** ---- FAQ -- Page -- CSS ---- ****  */

.faq .heading h1 {
  font-size: 40px !important;
  color: #735e56 !important;
}
.faq .sub-heading h3 {
  font-size: 26px;
  text-align: center;
}
.faq .para,
.faq .footer-text {
  border-left: 8px solid #75b91d;
  border-radius: 20px;
  padding: 10px 0px 10px 15px;
}
.faq .para {
  margin-bottom: 20px;
}
.faq .footer-text {
  margin: 20px 0px;
}
.faq .para .para-1 {
  font-size: 20px;
  margin: 0px;
}
.faq .para .para-2 {
  font-size: 20px;
  margin: 5px 0px 0px;
}
.faq .accordion-toggle {
  padding: 20px;
  font-size: 20px;
  border-radius: 5px;
  background-color: #75b91d;
  color: #fff;
  margin-bottom: 12px;
  display: flex;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.faq .accordion-content {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 15px;
  border-top: 2px solid #75b91d;
  border-radius: 10px;
  box-shadow: inset 0 0 35px #e6dddd, 3px 3px 5px #ccc;
}
.faq .accordion-toggle p {
  margin: 0;
}
.faq .accordion-content {
  display: none;
}
.faq .footer-text-1 {
  font-size: 20px;
  line-height: 24px;
  margin: 5px 0px 10px;
}
.faq .footer-text-2 {
  font-size: 18px;
  margin: 10px 0px 0px;
}
.faq .expand-icon {
  position: relative;
}
.faq .expand-icon::before,
.faq .expand-icon::after {
  content: " ";
  width: 22px;
  height: 4px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
  border-radius: 2px;
}
.faq .expand-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .expand-icon::after {
  transform: translate(-50%, -50%);
}
.faq .expand-icon.expanded::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq .expand-icon.expanded::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .faq .heading h1 {
    font-size: 36px !important;
    margin: 20px 0px;
  }
  .faq .sub-heading h3 {
    font-size: 24px;
  }
  .faq .para .para-1,
  .faq .para .para-2 {
    font-size: 18px;
  }
  .faq .accordion-toggle {
    padding: 15px;
    font-size: 18px;
  }
  .faq .accordion-content {
    padding: 15px;
  }
  .faq .accordion-content p {
    margin: 10px 0px 0px;
  }
  .faq .accordion-content p:nth-child(1) {
    margin-top: 0px;
  }
  .faq .footer-text-1 {
    font-size: 18px;
  }
  .faq .footer-text-2 {
    font-size: 16px;
    margin: 10px 0 0;
  }
  .faq .accordion-toggle p {
    width: calc(100% - 10%);
  }
}
@media only screen and (max-width: 767px) {
  .faq .heading h1 {
    font-size: 32px !important;
    margin: 24px 0px;
  }
  .faq .sub-heading h3 {
    font-size: 20px;
    margin: 20px 0px;
  }
  .faq .para .para-1 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq .para .para-2 {
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0px 0px;
  }
  .faq .accordion-toggle {
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .faq .accordion-content {
    padding: 15px;
    margin-bottom: 8px;
  }
  .faq .accordion-content p {
    margin: 10px 0px 0px;
  }
  .faq .footer-text-1 {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0 10px;
  }
  .faq .footer-text-2 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0px;
  }
  .faq .para,
  .faq .footer-text {
    border-left: 6px solid #75b91d;
    border-radius: 16px;
    padding: 8px 0 8px 12px;
  }
  .faq .accordion-toggle p {
    width: calc(100% - 10%);
  }
  .faq .expand-icon:before,
  .faq .expand-icon:after {
    width: 18px;
    height: 4px;
  }
}

/*********PRIVACY -- POLICY -- PAGE -- CSS***********/

.page-width .privacy-policy-page-content .privacy-policy-content-head {
  font-weight: 700 !important;
  font-family: "Sofia-pro-semibold" !important;
  font-size: 24px !important;
  line-height: 30px;
  border-left: 8px solid #75b91d;
  border-radius: 20px;
  padding: 10px 0 10px 15px;
  border-top: 1px solid #75b91d;
  border-bottom: 1px solid #75b91d;
  border-right: 1px solid #75b91d;
}
.page-width .privacy-policy-page-content a:empty {
  display: inline-block;
}
/* .privacy-policy-page-content p {
  border-left: 8px solid #75b91d;
  border-radius: 20px;
  padding: 10px 0 10px 15px;
  border-top: 1px solid #75b91d;
  border-bottom: 1px solid #75b91d;
  border-right: 1px solid #75b91d;
} */
.privacy-policy-page-content p {
  font-weight: 500 !important;
  word-wrap: break-word;
}
.privacy-policy-page-content .privacy-policy-content-child,
.privacy-policy-page-content .privacy-policy-custom-list {
  font-weight: 500;
}
.privacy-policy-page-content .hyperlinks_links a,
.privacy-policy-page-content .privacy-policy-content-child-two,
.privacy-policy-page-content .custom-hyperlink {
  color: #75b91d;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-width .privacy-policy-page-content .privacy-policy-content-head {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-width .privacy-policy-page-content .privacy-policy-content-head {
    font-size: 20px !important;
  }
  .page-width .privacy-policy-page-content .privacy-policy-content-head {
    border-left: 5px solid #75b91d;
    border-radius: 15px;
    padding: 6px 0 6px 12px;
  }
}

/*********SHIPPING -- AND -- PRIVACY -- POLICY -- CSS***********/

.shipping-and-return-policy-container .custom-heading-css {
  font-weight: 700 !important;
  font-family: Sofia-pro-semibold !important;
  font-size: 24px !important;
  line-height: 30px;
  border-left: 8px solid #75b91d;
  border-radius: 20px;
  padding: 10px 0 10px 15px;
  border-top: 1px solid #75b91d;
  border-bottom: 1px solid #75b91d;
  border-right: 1px solid #75b91d;
}
.shipping-and-return-policy-container p,
.shipping-and-return-policy-container .custom-list-css {
  font-weight: 500 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shipping-and-return-policy-container .custom-heading-css {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  .shipping-and-return-policy-container .custom-heading-css {
    font-size: 20px !important;
    border-left: 5px solid #75b91d;
    border-radius: 15px;
    padding: 6px 0 6px 12px;
  }
}

.mengamenu-full-block {
  padding: 40px 30px;
  width: 100%;
  left: 0;
  top: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  background-color: #ffffff;
  -webkit-transition: background-color 1s linear;
  -moz-transition: background-color 1s linear;
  -o-transition: background-color 1s linear;
  -ms-transition: background-color 1s linear;
  transition: background-color 1s linear;
  z-index: 2;
  text-align: center;
  padding-top: 0;
}
.mengamenu-full-block .mega-text-block h2 {
  color: #75b91d;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 32px;
}
.mengamenu-full-block .mega-text-block a {
  background-color: #ff812b;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 250px;
  width: 100%;
  padding: 15px 0;
  display: inline-block;
  font-size: 16px;
  border-radius: 40px;
  margin-bottom: 10px;
  text-decoration:none;
}
.mengamenu-full-block .image-megamenu-block {
  display: flex;
}
.mengamenu-full-block .image-megamenu-block a.grid__item {
  width: 25%;
  text-decoration:none;
}
.mengamenu-full-block .image-megamenu-block a.grid__item h3 {
  font-size: 16px;
  color: #391f15;
}
.grid__item.small--ten-twelfths.medium-up--two-fifths.text-right.grid__header-menu.grid__header-icon-menu {
  display: flex;
  justify-content: flex-end;
}
.grid__item.small--ten-twelfths.medium-up--two-fifths.text-right.grid__header-menu.grid__header-icon-menu
  .site-nav {
  width: calc(100% - 60px);
  text-align: left;
  display: flex;
  align-items: center;
}
.megamenu-image-box img {
  width: 100%;
}
.addon-tab {
  display: block;
  width: 100%;
  padding: 15px 25px;
}
.addon-tab .product-upsell {
  border: 0;
}
.addon-tab .product-upsell:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.addon-tab {
  padding-top: 0;
  padding-bottom: 0;
}
.product-upsell {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin: 10px 0;
    padding: 5px;
  }
  .product-upsell img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }
  .product-upsell p {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #391F15;
    text-align: left;
    padding-left: 15px;
  }
.product-upsell a {
    display: flex;
    align-items: center;
      text-decoration: none;
}
.hide-links {
    display: none;
}
.menu-drawer__utility-links .menu-drawer__account {
    display: inline-block;
}
li.upper-links:nth-child(2) a {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 24px;
    margin-bottom: 24px;
}
li.upper-links a {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 20px;
    color: #391f15;
}
@media only screen and (min-width: 750px){
  .mengamenu-full-block .mega-text-block.medium-up--two-fifths {
      width: 40%;
    max-width: 40%;
  }
  .mengamenu-full-block .image-megamenu-block.medium-up--three-fifths {
      width: 60%;
    max-width: 60%;
  }
}
/* **************Shipping ------ and ---- Return ----- Policies ------ New Theme***************  */

.page-width .shipping-and-return-policies-container .main-head {
  font-size: 28px !important;
  color: #735e56 !important;
  text-align: center;
  margin-bottom: 0px;
}
.page-width .shipping-and-return-policies-container h3 {
  font-size: 24px !important;
  color: #735e56 !important;
}
.page-width .shipping-and-return-policies-container p {
  font-size: 18px !important;
  color: #735e56 !important;
  margin: 8px 0px 16px;
  line-height: 28px;
}
.page-width .shipping-and-return-policies-container .m-bottom {
  margin-bottom: 40px;
}
.page-width .shipping-and-return-policies-container p.para {
  margin: 16px 0px;
}
.page-width .shipping-and-return-policies-container .address p {
  margin: 8px 0px;
}
.shipping-and-return-policies-container {
  margin-bottom: 40px !important;
}
.shipping-and-return-policies-container ul {
  color: #735e56;
  font-size: 18px;
  line-height: 30px;
}
.shipping-and-return-policies-container ul li {
  margin-bottom: 10px;
}
.shipping-and-return-policies-container a {
  color: #75b91d !important;
}
.page-width .shipping-and-return-policies-container .policy-para {
  text-align: center;
  margin-top: 15px !important;
  font-style: italic;
  font-size: 16px !important;
  color: #75b91d !important;
}
.shipping-and-return-policies-container .shipping span,
.shipping-and-return-policies-container .cancelation-policy p span {
  color: red;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-width .shipping-and-return-policies-container .main-head {
    font-size: 26px !important;
  }
  .page-width .shipping-and-return-policies-container h3 {
    font-size: 22px !important;
    margin: 20px 0px;
  }
  .page-width .shipping-and-return-policies-container .m-bottom {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-width .shipping-and-return-policies-container .main-head {
    font-size: 22px !important;
    margin: 20px 0px;
  }
  .page-width .shipping-and-return-policies-container .m-bottom {
    margin-bottom: 25px;
  }
  .page-width .shipping-and-return-policies-container h3 {
    font-size: 20px !important;
    color: #735e56 !important;
    margin: 16px 0px;
  }
  .page-width .shipping-and-return-policies-container p {
    font-size: 16px !important;
    line-height: 24px;
  }
  .shipping-and-return-policies-container {
    margin-bottom: 0px !important;
  }
  .shipping-and-return-policies-container ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .page-width .shipping-and-return-policies-container .address p {
    margin: 5px 0;
  }
}
/* **************Interest ------ Based ---- Ads ----- Policies ------ New Theme***************  */
.interest--based--ads--container p span a {
  color: #75b91d;
}
/* **************affiliate------ New Theme***************  */
.page-width .affiliate-content-container h2 {
  font-size: 26px !important;
}
.page-width .affiliate-content-container p {
  line-height: 28px;
}
.affiliate-content-container a {
  color: #75b91d !important;
}
.affiliate-content-container .m-bottom {
  margin-bottom: 50px;
}
.affiliate-content-container ol {
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .affiliate-content-container .m-bottom {
    margin-bottom: 40px;
  }
  .page-width .affiliate-content-container h2 {
    font-size: 24px !important;
  }
  .page-width .affiliate-content-container h3 {
    font-size: 22px !important;
  }
  .page-width .affiliate-content-container p {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  .affiliate-content-container .m-bottom {
    margin-bottom: 25px;
    line-height: 26px;
  }
  .page-width .affiliate-content-container p {
    font-size: 15px !important;
    line-height: 24px;
  }
  .page-width .affiliate-content-container h2 {
    font-size: 22px !important;
  }
  .page-width .affiliate-content-container h3 {
    font-size: 20px !important;
  }
}
/* **************Terms ------ &  ---- Conditions ----- New Theme***************  */
.page-width .terms-and-condition-container .heading {
  font-size: 28px !important;
  color: #75b91d !important;
  text-align: center;
  margin: 0px 0px 25px;
  font-weight: 700 !important;
  font-family: Sofia-pro-semibold !important;
}
.page-width .terms-and-condition-container h3 {
  font-size: 26px !important;
  color: #75b91d !important;
}
.page-width .terms-and-condition-container p {
  line-height: 28px;
}
.terms-and-condition-container .m-bottom {
  margin-bottom: 50px;
}
.terms-and-condition-container .other-communications ol,
.terms-and-condition-container span {
  color: #735e56;
}
.terms-and-condition-container .other-communications ol {
  list-style: lower-roman;
}
.terms-and-condition-container .other-communications ol li::marker {
  color: #75b91d;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .terms-and-condition-container .m-bottom {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .terms-and-condition-container .m-bottom {
    margin-bottom: 25px;
  }
  .page-width .terms-and-condition-container .heading {
    font-size: 24px !important;
  }
  .page-width .terms-and-condition-container p {
    line-height: 24px;
    font-size: 16px !important;
  }
  .page-width .terms-and-condition-container h3 {
    font-size: 24px !important;
    margin: 18px 0px;
  }
}
/* **************collaboration----- New Theme***************  */
.collaboration--container .image img {
  border: none;
  display: block;
  width: 100%;
}
.collaboration--container p {
  line-height: 28px;
}
.collaboration--container ul {
  color: #735e56;
}
.collaboration--container a {
  color: #75b91d !important;
}
.collaboration--container .m-bottom {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .collaboration--container .m-bottom {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .collaboration--container .m-bottom {
    margin-bottom: 25px;
  }
  .page-width .collaboration--container p {
    line-height: 24px;
    font-size: 16px !important;
  }
}
/* **************Cookie ------ Policy----- New Theme***************  */

.cookie-delivery-container .parent {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  font-size: 18px;
  color: #735e56;
  border: 1px solid #ebebeb;
  width: 100%;
}
.cookie-delivery-container .parent div {
  border: 1px solid #ebebeb;
  padding: 15px;
  word-wrap: break-word;
}
.cookie-delivery-container a {
  color: #75b91d !important;
}
.cookie-delivery-container div:empty {
  display: unset !important;
}
.cookie-delivery-container ul {
  color: #735e56 !important;
}
@media only screen and (max-width: 767px) {
  .page-width .cookie-delivery-container p {
    font-size: 16px !important;
    line-height: 24px;
  }
}
.shopify-header-section .custom-header header.header{
  position:relative;
}

/* Testing Changes Homepage */

@media only screen and (max-width: 800px) {
  .home_testimonials .section-header h2 {
    font-size: 40px;
  }
  .header__icons .header__search .header__icon svg {
    padding: 9px;
  }
}
.blog-articles__article.article {
    grid-column: span 1 !important;
      text-align: left !important;
}
.article-card__image {
    background: transparent !important;
}
.card__media .media img {
    object-fit: contain !important;
}
.card--standard.card--text {
    text-align: left !important;
}
.main-blog.page-width {
    max-width: 1200px;
}
.card.article-card {
    text-align: left !important;
}
.main-blog .title--primary {
    font-size: 35px !important;
}
.article-card .card__heading {
    color: #735e56;
    margin-bottom: 11px;
    font-size: 26px;
}
.article__author {
    margin-right: 10px;
}
.article__author, .article__date {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 20px;
    color: #735e56;
    text-transform: capitalize;
}
.article-card__excerpt {
    margin-bottom: 17.5px !important;
    margin-top: 0 !important;
    font-size: 16px;
    color:#735e56;
}
.article_read-more {
    padding: 8px 10px;
    border: 1px solid #606060;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #3a3a3a;
    text-decoration: none;
  font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif!important;
    font-weight: bold!important;
}
.article-template header {
    text-align: center;
}
.article-template iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
.shopify-section-header-sticky .header__heading-logo-wrapper img {
    max-width: 70px;
}

/* Product Page CSS */
.custom-product-template .yotpo-display-wrapper span.yotpo-stars span.yotpo-icon {
    width: 20px !important;
}
.custom-product-template .product-price-class {
    margin-top: 0;
}
.custom-product-template .product__title {
    margin-block: 10px 8px;
}
.custom-product-template div.product__title {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
}
/* .custom-product-template .product-price-class span {
    font-size: 13px;
    line-height: 20px;
    color: #735e56;
} */
.custom-product-template variant-selects .form__label {
    font-size: 14px;
    line-height: 14px;
    color: rgba(115, 94, 86, 0.7);
    text-transform: uppercase;
}
.custom-product-template variant-selects .select::before,
.custom-product-template variant-selects .select::after {
    display: none;
}
.custom-product-template variant-selects .select select {
    border: 2px solid #735E56;
    border-radius: 30px;
}
.custom-product-template variant-selects {
    margin-top: 30px;
}
.custom-product-template variant-selects .select {
    max-width: 40rem;
}
.product-buy-button .product-form__buttons button.product-form__submit::before,
.product-buy-button .product-form__buttons button.product-form__submit::after {
    display: none;
}
.product-buy-button .product-form__buttons button.product-form__submit {
    margin: 0;
    padding: 12px 30px;
    background: #75B91D;
    border-radius: 100px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-decoration: none;
}
.product-buy-button .product-form__buttons {
    max-width: 100%;
    display: flex;
    align-items: center;
    /* flex-wrap:wrap; */
}
/* .product-buy-button .product-form__buttons .shopify-payment-button div {
    display: flex;
    align-items: center;
    width: 100%;
} */
.product-buy-button .product-form__buttons .shopify-payment-button {
    width: 100%;
}
.product-buy-button .product-form__buttons .shopify-payment-button .shopify-cleanslate {
    display: none;
}
.custom-product-template variant-selects .select select:focus-visible {
    box-shadow: none;
}



.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display:block;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.customModelButton {
    display: block;
    border: 0px!important;
    font-size: 14px;
    line-height: 17px;
    padding-top: 7px;
  cursor: pointer;
}
@media screen and (max-width:600px){
  .custom-model-wrap {
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
  button.btn.product-form__cart-submit {
    margin-bottom: 25px!important;
}
main.main-content {
    min-height: auto;
}}
@media only screen and (min-width: 600px) and (max-width: 767px){
  .card--standard>.card__content .card__information {
    width: 100%!important;
    margin: 0 auto!important;
    max-width: 80%!important;
}
  .blog-articles {
    grid-template-columns: 1fr!important;
  }
}
@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner {
    margin-top: 45px;
  }
}

.footer_html {
    margin-top: 15px;
}
.footer_html .row .large-6 {
    text-align: center;
}
.footer_html .row .large-6 .form-coupon {
    margin: 25px 0;
}
.online-retailers {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
}
.footer_html .row .large-6 .form-coupon .klaviyo_field_group label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #735e56b3;
    cursor: pointer;
    margin-bottom: 10px;
}
.footer_html .row .large-6 .form-coupon .klaviyo_field_group {
    margin-bottom: 15px;
}
.footer_html .row .large-6 .form-coupon .klaviyo_field_group label, .main_search_label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #735e56b3;
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
}
.footer_html .row .large-6 .form-coupon .klaviyo_field_group input {
    padding: 10px 18px;
    border: 1px solid #cccccc;
}
.footer_html .row .large-6 .form-coupon button {
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #735e56;
    line-height: 1.5;
}
.online-retailers h2 {
    width: 100%;
    color: #735e56;
    text-transform: uppercase;
    font-size: 20px;
}
.online-retailers img {
    max-width: 150px;
    display: block;
}
.search_bar {
    display: flex;
}
.footer_html .row .large-6 .form-coupon .klaviyo_field_group input, .search_bar .main_search_bar input, .search_bar .search_within_distance select, .search_bar .search_limit select {
    padding: 10px 18px;
    border: 1px solid #cccccc;
}
.search_bar .search_within_distance select, .search_bar .search_limit select {
    padding-right: 0;
}

}
@media only screen and (max-width: 767px){
  .currency-switcher {
      position: absolute;
      right: 25px;
  }
  #selectLocation {
    border: 2px solid #735E56;
    border-radius: 30px;
    line-height: 1.2;
    cursor: pointer;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 8px;
    margin-top: 35px
}
  .flex-items {
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
  nav.menu-drawer__navigation {
    width: 100%;
}
  .footer-block__image-wrapper {
    flex-direction:row!important;;
}
  .header__heading-logo {
    max-width: 80%!important;
}
}
.customer .field label {
    position: initial !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #735e56b3 !important;
}
.customer .field input {
    padding: 10px 18px !important;
    border: 1px solid #ccc !important;
}
.customer .field:after, .customer .field:before{
  content: unset !important;
}
.customer .field{
  display:block !important;
  text-align: left;
}
.login a[href="#recover"], .login a {
    margin-left: auto !important;
    margin-right: auto !important;
    color: #735e56;
    text-decoration: none !important;
}
.customer button:after, .customer button:before{
  content: unset !important;
}
.customer button {
    background: #f76400 !important;
}
/* First-section(Grain Free-Recipe Ready) */
.tabs-container .tab p.paragraph {
    font-size: 15px!important;
    line-height: 23px!important;
}
/* grid-products-gap */
span.column_title {
    margin-left: 10px;
}
/* footer */
.footer-block__image-wrapper {
    flex-direction:column;
}
/* footer-links-3-page */
.main-blog a.large.w-auto {
    font-weight: 900!important;
    font-family: Sofia Pro,sans-serif!important;
}
.rte.scroll-trigger.animate--slide-in h4 {
    margin: 0;
}
.main-page-title+.rte img {
    border: none;
    margin-bottom: 0;
}
.rte.scroll-trigger.animate--slide-in {
    font-size: 15px;
    color: #735e56;
}
.cta_exploreourrange {
    margin-top: 2em;
    padding: 4em 0;
    background-color: #ffe8d9;
}
/* footer-css */
.rte.scroll-trigger.animate--slide-in h4 {
    color: #735e56;
    font-size: 17px;
    font-family: 'Sofia-pro';
}
/* footer-3-links-css */
.card__inner {
    /* width: 100%; */
    /* width: 450px;
    height: 350px;
    margin: 0 auto; */
}


@media screen and (min-width: 1174px) {
  .card.article-card .card__inner {
      max-width: 450px;
      max-height: 300px;
  }
  .article-card-wrapper.card-wrapper {
      padding: 4rem;
  }
}
/* recipe-cookbook-footer-links */
.template-page .page-width .rte p {
    /* text-align: center!important; */
}

/* === main-product page css mr.m ===  */
.custom--main--product--section {
  padding-bottom: 50px !important;
}
#custom--product--shape--container--mobile {
  display: none;
}
.custom--main--product--section .custom--have--metafield .product__media-wrapper, .main-product-section .custom--have--metafield .product__info-wrapper, .main-product-section .custom--have--metafield .custom--product--shape--container {
  width: 33.33% !important;
  max-width: 33.33% !important;
}
.custom--main--product--section .custom--have--metafield .custom--product--shape a {
    color: #735E56;
    text-align: center;
    font-family: Sofia Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    display: flex;
    width: 100px;
    height: 100px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 30px;
}
.custom--main--product--section .custom--have--metafield .custom--product--shape--wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    height: fit-content;
}
.custom--main--product--section .custom--have--metafield .custom--product--shape--container .custom--shape--heading p {
    color: #735E56;
    font-family: Sofia Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.custom--main--product--section .custom--have--metafield .custom--product--shape.active a {
  color: #ffffff;
  background: #75B91D;
}
@media only screen and (min-width:768px) and (max-width: 1200px) {
  .custom--main--product--section .custom--have--metafield .custom--product--shape--container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 25px 0px;
  }
  .custom--main--product--section .custom--have--metafield .product__media-wrapper, .main-product-section .custom--have--metafield .product__info-wrapper {
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media only screen and (max-width:767px) {
  .custom--main--product--section .custom--have--metafield .product__media-wrapper, .main-product-section .custom--have--metafield .product__info-wrapper, .main-product-section .custom--have--metafield .custom--product--shape--container {
    width: 100% !important;
    max-width: 100% !important;
  }
  #custom--product--shape--container--desktop {
    display: none;
  }
  #custom--product--shape--container--mobile {
    display: block;
  }
  .custom--main--product--section .custom--have--metafield .custom--product--shape--wrapper {
    margin: 20px 0px;
  }
  .custom--main--product--section .custom--have--metafield .custom--product--shape a {
    width: unset;
    height: unset;
    aspect-ratio: 1/1;
  }
  .custom--main--product--section .custom--have--metafield .custom--product--shape--wrapper .custom--product--shape {
    width: calc(16.66% - 5px);
  }
}
@media screen and (max-width: 600px)  {
  .custom--main--product--section .custom--have--metafield .custom--product--shape--wrapper .custom--product--shape {
    width: calc(20% - 5px);
  }
}
@media screen and (max-width: 500px)  {
  .custom--main--product--section .custom--have--metafield .custom--product--shape--wrapper .custom--product--shape {
    width: calc(25% - 5px);
  }
}
@media only screen and (max-width:400px) {
    .custom--main--product--section .custom--have--metafield .custom--product--shape a {
      width: unset;
      height: unset;
      aspect-ratio: 1/1;
    }
    .custom--main--product--section .custom--have--metafield .custom--product--shape--wrapper .custom--product--shape {
      width: calc(33.33% - 5px);
    }
}
/* === noodle benefit section css mr.m ===  */
 #custom--noodle--benefits .noodle-benefits {
    display: flex;
    align-items: center;
  }
  #custom--noodle--benefits {
    position: relative;
    padding-bottom: 80px;
  }
  #custom--noodle--benefits::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 84px;
    top: -80px;
    left: 0;
    background-image: url(/cdn/shop/files/Subtract.png?v=1693549045);
    background-size: 100% 100%;
  }
  #custom--noodle--benefits .left-content-container {
    width: 25%;
    max-width: 232px;
    margin-right: auto;
  }
  #custom--noodle--benefits .right-content-container  {
    width: 25%;
    max-width: 232px;
    margin-left: auto;
  }
  #custom--noodle--benefits .center-image-container {
    width: 50%;
  }
  #custom--noodle--benefits .label {
    color: #75B91D;
    text-align: center;
    font-family: Sofia Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
  }
  #custom--noodle--benefits .title {
    color: #735E56;
    text-align: center;
    font-family: Sofia Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 25px 0 10px;
  }
  #custom--noodle--benefits .left-content-container img, #custom--noodle--benefits .right-content-container img  {
    display: block;
    width: 100%;
    max-width: 67.857px;
    margin: 0 auto;
  }
  #custom--noodle--benefits .center-image img {
    display: block;
    width: 100%;
  }
/* === ingredients section css mr.m ===  */
  #custom--ingredients {
    background-color: {{ section.settings.bg_color }};
    padding: 100px 0px 200px;
    position: relative;
    z-index: -2;
  }
  #custom--ingredients #custom--page--width {
    padding-left: 50px;
    position: relative;
  }
  #custom--ingredients::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 84px;
    bottom: -1px;
    left: 0;
    background-image: url(/cdn/shop/files/Subtract_1.png?v=1693554255);
    background-size: 100% 100%;
  }
  #custom--ingredients::before {
    content: " ";
    position: absolute;
    width: 100%;
    max-width: 550px;
    height: 210px;
    bottom: 0px;
    left: 0;
    background-image: url(/cdn/shop/files/Union_18ed7609-ec6a-426c-a922-097e2507c821.png?v=1693554441);
    background-size: 100% 100%;
  }
  #custom--ingredients .image{
    position: relative;
  }
  #custom--ingredients #custom--page--width::after {
    content: " ";
    position: absolute;
    width: 100%;
    max-width: 300px;
    height: 400px;
    top: -170px;
    right: 0;
    background-image: url(/cdn/shop/files/Ellipse_85.png?v=1693558804);
    background-size: 100% 100%;
    z-index: -1;
  }
  #custom--ingredients .custom--ingredients {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #custom--ingredients .image img {
    display: block;
    width: 100%;
  }
  #custom--ingredients .text h3 {
    color: #ffffff;
    font-family: Sofia Pro;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
  }
  #custom--ingredients .text p {
    color: #ffffff;
    font-family: Sofia Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    max-width: 330px;
  }
  #custom--ingredients .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    height: fit-content;
  }
  #custom--ingredients .tabs p {
    color: #ffffff;
    text-align: center;
    font-family: Sofia Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    padding: 20px 50px;
    width: fit-content;
    margin: 0;
  }
  #custom--ingredients .text img {
    max-width: 140px;
  }
/* === comparison.section css mr.m ===  */
#custom--comparison {
    background-image: url("/cdn/shop/files/specification.png?v=1693802755");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 90px;
  }
  #custom--comparison .custom--comparison {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  #custom--comparison .heading {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 25px 0px rgba(78, 123, 17, 0.05);
  }
  #custom--comparison .product-with-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #custom--comparison .product-with-logo img {
    display: block;
    width: 100%;
    max-width: 73px;
  }
  #custom--comparison .specifications-container {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  #custom--comparison .specifications {
    display: flex;
    border-radius: 10px;
    background: #FFF;
    align-items: center;
    box-shadow: 0px 10px 25px 0px rgba(78, 123, 17, 0.05);
  }
  #custom--comparison .product, #custom--comparison .product-with-logo, #custom--comparison .other-brand, #custom--comparison .row {
    width: 33.33%;
  }
  #custom--comparison .other-brand p, #custom--comparison .row-2, #custom--comparison .row-3 {
    text-align: center;
    padding: 10px;
  }
  #custom--comparison .heading p {
    color: #735E56;
    font-family: Sofia Pro;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
  }
  #custom--comparison .row p {
    color: #75B91D;
    font-family: Sofia Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 20px 0px;
    line-height: 25px;
    margin: 0;
  }
   #custom--comparison .other-brand p {
     padding: 30px 0px;
   }
  #custom--comparison .product-with-logo {
    padding: 20px 0px;
    padding: 0px 0px;
  }
  #custom--comparison .row-1 p, #custom--comparison .product p {
    padding: 30px 0px 30px 30px;
    margin: 0;
  }
  #custom--comparison .product-with-logo::before {
    content: '';
    width: 1px;
    height: 70%;
    background: #735E56;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
   #custom--comparison .row-2::before {
    content: '';
    width: 1px;
    height: 70%;
    background: #735E56;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
   }
  #custom--comparison .row-2::after {
    content: '';
    width: 1px;
    height: 70%;
    background: #735E56;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #custom--comparison .product-with-logo, #custom--comparison .row-2{
    position: relative;
  }
  #custom--comparison .product-with-logo::after{
    content: '';
    width: 1px;
    height: 70%;
    background: #735E56;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #custom--comparison .row-child-3 {
    border-radius: 10px;
    background: #ff3c3c0d;
  }
  #custom--comparison .row-child-2 {
    border-radius: 10px;
    background: #75b91d0d;;
  }
  #custom--comparison .row-child-2 img, #custom--comparison .row-child-3 img {
    padding: 18px 0px;
    max-width: 24px;
    margin: 0 auto;
    display: flex;
  }
 @media only screen and (max-width:767px) {
    #custom--noodle--benefits .noodle-benefits {
      flex-direction: column;
    }
    #custom--noodle--benefits .left-content-container, #custom--noodle--benefits .right-content-container {
      width: 100%;
      max-width: unset;
      display: flex;
      flex-direction: column;
      gap: 22px
    }
    #custom--noodle--benefits .center-image-container {
      width: 100%;
    }
    #custom--noodle--benefits .label {
      font-size: 24px;
      line-height: 24px;
      margin: 16px 0px;
    }
    #custom--noodle--benefits .title {
      font-size: 16px;
      line-height: 22px;
      margin: 14px 0 10px;
      max-width: 425px;
      margin: 0 auto;
    }
    #custom--noodle--benefits .left-content-container img {
      max-width: 50.857px;
    }
    #custom--noodle--benefits::before {
      top: -80px;
      background-size: 100% auto!important;
      background-repeat: no-repeat;
      background-position: center bottom;
    }
    #custom--noodle--benefits .center-image img {
      display: block;
      width: 100%;
      max-width: 80%;
      margin: 25px auto;
    }
   /* === ingredients section css mr.m ===  */
   #custom--ingredients {
      padding: 70px 0px;
    }
    #custom--ingredients .custom--ingredients {
      grid-template-columns: repeat(1, 1fr);
      gap: 35px;
    }
    #custom--ingredients .text img {
      max-width: 115px;
    }
    #custom--ingredients #custom--page--width {
      max-width: 160rem;
      margin: 0 auto;
      padding: 0 1.5rem;
    }
    #custom--ingredients .text h3 {
      font-size: 34px;
      line-height: 48px;
      margin: 10px 0px;
    }
    #custom--ingredients .tabs {
      gap: 12px;
    }
    #custom--ingredients .text p {
      font-size: 16px;
      line-height: 22px;
      max-width: unset;
      margin: 14px 0px;
    }
    #custom--ingredients .tabs p {
      font-size: 18px;
      line-height: 20px;
      padding: 14px 35px;
    }
    #custom--ingredients::after {
      background-size: 100% auto!important;
      background-repeat: no-repeat;
      background-position: center bottom;
      bottom: -2px;
    }
    #custom--ingredients .image {
      margin-right: -1.5rem;
    }
    #custom--ingredients #custom--page--width::after {
      max-width: 113px;
      height: 141px;
      top: -95px;
    }
    #custom--ingredients::before {
      max-width: 220px;
      height: 80px;
    }
   /* === comparison.section css mr.m ===  */
   #custom--comparison {
      padding: 30px 0px 50px;
    }
    #custom--comparison .custom--comparison, #custom--comparison .specifications-container {
      row-gap: 10px;
    }
    #custom--comparison .heading p {
      font-size: 14px;
      line-height: 16px;
    }
    #custom--comparison .other-brand p {
      padding: 20px 0px;
    }
    #custom--comparison .row-1 p, #custom--comparison .product p {
      padding: 16px 0px 16px 16px !important;
    }
    #custom--comparison .row p {
      font-size: 16px;
      line-height: 20px;
      padding: 10px 0px;
    }
    #custom--comparison .other-brand p, #custom--comparison .row-2, #custom--comparison .row-3 {
      padding: 10px;
    }
    #custom--comparison .product-with-logo {
      padding: 12px 0px;
    }
    #custom--comparison .product-with-logo img {
      max-width: 40px;
    }
    #custom--comparison .row-child-2 img, #custom--comparison .row-child-3 img {
      padding: 10px 0px;
      max-width: 20px;
      margin: 0 auto;
      display: flex;
    }
  }
  @media only screen and (min-width:768px) and (max-width:1024px) {
    #custom--noodle--benefits .noodle-benefits {
      flex-direction: column;
    }
    #custom--noodle--benefits .left-content-container, #custom--noodle--benefits .right-content-container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      max-width: unset;
    }
    #custom--noodle--benefits .left-content, #custom--noodle--benefits .right-content {
      width: 50%;
      padding: 14px;
    }
    #custom--noodle--benefits::before {
      top: -80px;
      background-size: 100% auto!important;
      background-repeat: no-repeat;
      background-position: center bottom;
    }
    #custom--noodle--benefits .center-image-container {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
    }
    /* === ingredients section css mr.m ===  */
    #custom--ingredients .custom--ingredients {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 60px;
    }
    #custom--ingredients .text h3 {
      font-size: 48px;
      line-height: 56px;
      margin: 28px 0px;
    }
    #custom--ingredients .text p {
      max-width: 500px;
    }
    #custom--ingredients .tabs p {
      font-size: 26px;
      line-height: 32px;
      padding: 16px 60px;
    }
    #custom--ingredients #custom--page--width::after {
      max-width: 165px;
      height: 210px;
      top: -135px;
    }
    #custom--ingredients .image img {
      max-width: 75%;
      margin-left: auto;
    }
    #custom--ingredients::after {
      bottom: -1px;
      background-size: 100% auto!important;
      background-repeat: no-repeat;
      background-position: center bottom;
    }
    /* === comparison.section css mr.m ===  */
    #custom--comparison .heading p {
      font-size: 24px;
    }
    #custom--comparison .row-1 p, #custom--comparison .product p {
      padding: 25px 0px 25px 25px;
    }
    #custom--comparison .product-with-logo img {
      max-width: 60px;
    }
    #custom--comparison .product-with-logo {
      padding: 15px 0px;
    }
    #custom--comparison .row p {
      font-size: 18px;
      line-height: 22px;
      padding: 15px 0px;
    }
    #custom--comparison .row-1 p, #custom--comparison .product p {
      padding: 20px 0px 20px 20px;
    }
    #custom--comparison .row-child-2 img, #custom--comparison .row-child-3 img {
      padding: 17px 0px;
      max-width: 20px;
      margin: 0 auto;
      display: flex;
    }
  }
/* === ingredients section css mr.m ===  */
 @media only screen and (min-width:1025px) and (max-width:1240px) {
    #custom--ingredients .tabs p {
      font-size: 19px;
      line-height: 26px;
      padding: 15px 45px;
    }
  }
  @media only screen and (min-width:1241px) and (max-width:1400px) {
    #custom--ingredients .tabs p {
      font-size: 25px;
      padding: 15px 50px;
    }
  }
/* === Product page section css mr.m ===  */
.custom--main--product--section .custom--deleivery--time--container {
  margin: 0;
}
.custom--main--product--section .product-form__buttons.product-details-product-buy-button{
  flex-wrap:wrap;
  gap: 10px;
}
.custom--main--product--section .yotpo .standalone-bottomline .star-clickable {
  gap: 10px;
}
.custom--main--product--section .custom--delievery--time {
  display: flex;
  gap: 12px;
  border-radius: 10px;
  background: #FFF;
  padding: 12px;
}
.custom--main--product--section .custom--delievery--content--child {
  display: flex;
  gap: 5px;
}
.custom--main--product--section .custom--delievery--time p {
  margin: 0;
}
.custom--main--product--section .custom--delievery--content>p {
    /* color: #FF812B;  */
    font-family: Sofia Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.custom--main--product--section .custom--delievery--content .custom--delievery--content--child p {
  color: #735E56;
  font-family: Sofia Pro;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.custom--main--product--section .custom--delievery--content .custom--delievery--content--child p:nth-child(1) {
  font-weight: 700 !important;
  font-family: Sofia Pro,sans-serif !important;
  line-height: 26px;
}
.custom--main--product--section .custom--delievery--content .custom--delievery--content--child p:nth-child(2) {
  color: #735E56;
  font-weight: 400;
}
.custom--main--product--section .custom--delievery--content .custom--delievery--content--child p:nth-child(3) {
  color: #75B91D;
}
.custom-product-template .product-price-class #custom--title--price {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  border-radius: 111px;
  background: #75b91d;
  padding: 3px 10px;
}
.product-buy-button .product-form__buttons .shopify-payment-button div {
  /* flex-direction: column; */
  border-radius: 100px;
}
.product-buy-button .product-form__buttons .shopify-payment-button .shopify-cleanslate {
  display: block !important;
}
.custom-product-template variant-selects .form__label {
  display: none;
}
.custom-product-template variant-selects .select select {
  border-radius: 10px;
  border: 2px solid #735E56;
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.custom-product-template variant-selects {
  margin-top: 10px;
}
.custom-product-template .shopify-payment-button__more-options {
  color: #fff;
  border-radius: 100px;
  /* background: #FF812B;  */
  margin: 0;
  padding: 12px 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 8px;
}
button.kqsiVA9Jf8LJAbxw8Bau.h7OYsWHrW5495r9beh2n.jjzYeefyWpPZLH9pIgyw.cYVH7FBl1ZchXEbTxNla {
  border-radius: 100px;
}
label.quantity__label.form__label, .quantity__button:not(:focus-visible):not(.focused), .quantity__input:not(:focus-visible):not(.focused) {
  display: flex;
  align-items: center;
  margin: 0;
  color: #735E56;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.price-per-item__container quantity-input.quantity::before {
  border-radius: 10px;
}
.price-per-item__container quantity-input.quantity::after {
  border-radius: 10px;
  border: 2px solid #735E56;
  box-shadow: none;
}
.price-per-item__container .quantity__button {
  width: fit-content;
}
.price-per-item__container .quantity__input {
  width: 20%;
  flex-grow: unset;
}
.price-per-item__container .quantity {
  justify-content: space-evenly;
  width: calc(20rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
}
.product .price__container {
    margin-bottom: 3px;
}
.main-product-section .product__info-wrapper .product__title h1 #custom--title--price {
  vertical-align: middle;
  display: inline-block;
}
.yotpo .text-m {
  /* color: #735E56 !important; */
  font-size: 14px !important;
  text-decoration-line: underline !important;
  text-underline-offset: 3px;
}
.deliverr-zip-form .deliverr-zip-deliver-to {
  color: #735E56;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.deliverr-zip-form .deliverr-zip-deliver-to > * {
  color: #FF812B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.product-form__input {
  display: flex;
  align-items: center;
  gap: 20px;
}
.custom-product-template #custom--quantity--price .product-price-class span.price-item.price-item--regular {
  color: #735E56;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}
.main-product-section .product__info-wrapper .product__title #custom--title--price .price__container .price__regular
 {
  border-radius: 111px;
  background: #75B91D;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding: 2px 8px;
}
/* .main-product-section .product__info-wrapper .product__title h1 #custom--title--price .price__regular .price__container span {
  border-radius: 111px;
  background: #75B91D;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding: 2px 8px;
} */
.product .price__container  {
  margin-bottom: 0;
}
.custom-product-description {
  overflow: hidden;
  margin: 15px 0 !important;
  font-size: 15px;
  line-height: 23px;
}
#custom--show--more, #custom--less--more {
  /* color: #FF812B;  */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
#custom--less--more img {
  transform: rotate(180deg);
}
@media only screen and (min-width:768px) and (max-width:900px) {
  .custom--main--product--section .custom--delievery--time {
    gap: 4px;
    padding: 10px 6px;
  }
  .custom--main--product--section .custom--delievery--content .custom--delievery--content--child p {
    font-size: 13px;
  }
}
@media only screen and (max-width:1024px) {
  .product-buy-button .product-form__buttons button.product-form__submit, .custom-product-template .shopify-payment-button__more-options {
    font-size: 16px;
  }
}
@media only screen and (max-width:425px) {
  .custom-product-template #custom--quantity--price .product-price-class span.price-item.price-item--regular {
    font-size: 22px;
  }
}
/* === instructions-recipes-section.liquid css mr.m ===  */
#custom--instruction--recipe {
  background-image: url('/cdn/shop/files/bg-image.jpg?v=1694164212');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 225px 0px;
  position: relative;
}
#custom--instruction--recipe .custom--instruction--recipe {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#custom--instruction--recipe .recipe h3, #custom--instruction--recipe .instruction h3 {
  color: #FFF;
  font-family: Sofia Pro;
  font-size: 41px;
  font-style: normal;
  margin: 20px 0px 15px;
  font-weight: 700;
  line-height: 55px;
  margin: 30px 0px 21px;
}
#custom--instruction--recipe .instruction p, #custom--instruction--recipe .recipe p {
  color: #ffffff;
  font-family: Sofia Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  width: 100%;
  max-width: 350px;
  margin: 0;
}
#custom--instruction--recipe img {
  display: block;
  width: 100%;
  max-width: 135px;
}
#custom--instruction--recipe .recipe {
  padding-left: 5rem;
}
#custom--instruction--recipe .instruction a, #custom--instruction--recipe .recipe a {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 2px solid var(--White, #FFF);
  text-decoration: none;
  padding: 15px 40px;
  margin-top: 40px;
  display: inline-block;
}
#custom--instruction--recipe::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 84px;
  top: -1px;
  left: 0;
  background-image: url('/cdn/shop/files/white-wave.png?v=1694166934');
  background-size: 100% 100%;
}
/* #custom--instruction--recipe::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 84px;
  bottom: -1px;
  left: 0;
  background-image: url('/cdn/shop/files/green-wave.png?v=1694167094');
  background-size: 100% 100%;
} */
@media only screen and (max-width:767px) {
  #custom--instruction--recipe .custom--instruction--recipe {
    grid-template-columns: 1fr;
  }
  #custom--instruction--recipe {
    background-image: url('/cdn/shop/files/imagee.png?v=1694177038');
    padding: 125px 0px;
  }
  #custom--instruction--recipe::before {
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    background-position: center top;
  }
  /* #custom--instruction--recipe::after {
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    background-position: center bottom;
  } */
  #custom--instruction--recipe .recipe {
    padding-left: 0;
    padding-top: 220px;
  }
  #custom--instruction--recipe .recipe h3, #custom--instruction--recipe .instruction h3 {
    font-size: 34px;
    line-height: 48px;
  }
  #custom--instruction--recipe .instruction p, #custom--instruction--recipe .recipe p {
    font-size: 16px;
    line-height: 24px;
  }
  #custom--instruction--recipe .instruction a, #custom--instruction--recipe .recipe a {
    font-size: 15px;
    padding: 7px 16px;
    margin-top: 30px;
  }
}
@media only screen and (max-width:425px) {
  #custom--instruction--recipe {
    padding: 70px 0px;
  }
  #custom--instruction--recipe .recipe {
    padding-top: 120px;
  }
  #custom--instruction--recipe .recipe h3, #custom--instruction--recipe .instruction h3 {
    margin: 20px 0px 15px;
  }
  #custom--instruction--recipe .instruction a, #custom--instruction--recipe .recipe a {
    margin-top: 25px;
  }
}
@media only screen and (min-width:768px) and (max-width:990px) {
  #custom--instruction--recipe {
    background-image: url('/cdn/shop/files/imagee.png?v=1694177038');
    padding: 200px 0px;
  }
  #custom--instruction--recipe .recipe {
    padding-left: 0;
    padding-top: 260px;
  }
  #custom--instruction--recipe .recipe h3, #custom--instruction--recipe .instruction h3 {
    font-size: 38px;
    line-height: 52px;
  }
  #custom--instruction--recipe .instruction p, #custom--instruction--recipe .recipe p {
    font-size: 18px;
    line-height: 28px;
  }
  #custom--instruction--recipe .instruction a, #custom--instruction--recipe .recipe a {
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 40px;
  }
  #custom--instruction--recipe .custom--instruction--recipe {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    #custom--instruction--recipe::before {
      background-size: 100% auto!important;
      background-repeat: no-repeat;
      background-position: center top;
    }
    /* #custom--instruction--recipe::after {
      background-size: 100% auto!important;
      background-repeat: no-repeat;
      background-position: center bottom;
    } */
}
/* === product-page-faq.liquid css mr.m ===  */
#custom--product--page--faq {
  /* background-image: url('/cdn/shop/files/main-bg55.png?v=1694168543');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #93CE46;
  padding: 50px 0px 100px;
  position: relative;
}
#custom--product--page--faq::before {
  content: "";
  background-image: url(/cdn/shop/files/circle-big.png?v=1694171666);
  position: absolute;
  width: 100%;
  background-size: cover;
  max-width: 285px;
  height: 335px;
  left: 0;
  top: 70px;
}
#custom--product--page--faq::after {
  content: "";
  background-image: url(/cdn/shop/files/Union1.png?v=1694175117s);
  position: absolute;
  width: 100%;
  background-size: cover;
  max-width: 60%;
  height: 323px;
  left: 0;
  bottom: 0;
}
#custom--product--page--faq .custom--instruction--recipie--icons::before {
  content: "";
  background-image: url(/cdn/shop/files/circle-small.png?v=1694172301);
  position: absolute;
  width: 100%;
  background-size: cover;
  max-width: 200px;
  height: 200px;
  right: 321px;
  top: 20px;
}
#custom--product--page--faq .custom--instruction--recipie--icons::after {
  content: "";
  background-image: url(/cdn/shop/files/bottom.png?v=1694174038);
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 350px;
  height: 305px;
  right: 0;
  bottom: 0;
}
#custom--product--page--faq .custom--image--here::before {
  content: '';
  background-image: url('/cdn/shop/files/green-wave.png?v=1694167094');
  position: absolute;
  width: 100%;
  height: 84px;
  top: -83px;
  left: 0;
  background-size: 100% 100%;
}
#custom--product--page--faq .heading h1 {
  color: #ffffff !important;
  text-align: center;
  font-family: Sofia Pro;
  font-size: 41px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  margin: 0px 0px 45px 0px;
}
.custom--product--faq .accordian--container {
  color: #ffffff;
  font-family: Sofia Pro;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(44.5px);
  padding: 35px 40px;
  margin-bottom: 15px;
}
.custom--product--faq .accordion-toggle p {
  margin: 0;
}
.custom--product--faq .accordion-content {
  display: none;
}
.custom--product--faq .accordion-content {
  color: #ffffff;
  font-family: Sofia Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.custom--product--faq .expand-icon {
  position: relative;
}
.custom--product--faq .expand-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.custom--product--faq .expand-icon::after {
  transform: translate(-50%, -50%);
}
.custom--product--faq .expand-icon::before, .custom--product--faq .expand-icon::after {
  content: " ";
  width: 22px;
  height: 4px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
}
.custom--product--faq .expand-icon.expanded::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.custom--product--faq .expand-icon.expanded::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.custom--product--faq .accordion-content p {
  margin: 20px 0px 0px;
}
.custom--product--faq .accordian {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  #custom--product--page--faq .custom--product--faq .accordian--container {
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
  }
  #custom--product--page--faq .custom--product--faq .accordion-toggle p {
    width: calc(100% - 10%);
  }
  #custom--product--page--faq .custom--product--faq .expand-icon::before, .custom--product--faq .expand-icon::after {
    width: 18px;
    height: 4px;
  }
  #custom--product--page--faq .custom--product--faq .accordion-content {
    font-size: 15px;
    line-height: 24px;
  }
  #custom--product--page--faq .heading h1 {
    font-size: 28px !important;
    margin: 0px 0px 25px 0px;
  }
  #custom--product--page--faq {
    padding: 30px 0px 50px;
  }
  #custom--product--page--faq::before {
    max-width: 150px;
    height: 180px;
  }
  #custom--product--page--faq::after {
    height: 68px;
  }
  #custom--product--page--faq .custom--instruction--recipie--icons::before {
    max-width: 100px;
    height: 100px;
    right: 0;
    top: 5px;
  }
  #custom--product--page--faq .custom--instruction--recipie--icons::after {
    max-width: 160px;
    height: 115px;
  }
  #custom--product--page--faq .custom--product--faq .accordion-content p {
    margin: 15px 0px 0px;
  }
  #custom--product--page--faq .custom--image--here::before {
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .custom--product--faq .accordian--container {
    font-size: 20px;
    line-height: 26px;
    padding: 30px 35px;
  }
  #custom--product--page--faq .custom--image--here::before {
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  #custom--product--page--faq .custom--product--faq .accordion-toggle p {
    width: calc(100% - 10%);
  }
  .custom--product--faq .accordion-content p {
    margin: 15px 0px 0px;
  }
  .custom--product--faq .accordion-content {
    font-size: 17px;
  }
  #custom--product--page--faq::before {
    max-width: 200px;
    height: 240px;
  }
  #custom--product--page--faq .custom--instruction--recipie--icons::before {
    max-width: 150px;
    height: 160px;
    right: 70px;
    top: 30px;
  }
  #custom--product--page--faq::after {
    height: 160px;
  }
  #custom--product--page--faq .custom--instruction--recipie--icons::after {
    max-width: 270px;
    height: 200px;
  }
}
/* === yotpo review section css mr.m ===  */
.yotpo .yotpo-regular-box {
  border-radius: 20px;
  background: #FFF8E5;
  padding: 50px !important;
  margin-bottom: 25px !important;
  border: none !important;
}
.main-widget.yotpo-display-wrapper {
  padding-bottom: 20px;
}
.yotpo .new-yotpo-small-box {
  border: none !important;
}
.yotpo .yotpo-review .yotpo-main {
  margin: 40px 0px 32px !important;
}
.yotpo .yotpo-review .yotpo-footer {
  margin-left: 0 !important;
}
.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
  background: #735E56 !important;
}
.yotpo .yotpo-review .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark {
  color: #735E56 !important;
}
.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #735E56 !important;
  font-size: 20px;
  font-style: normal;
  line-height: 18px;
}
.yotpo .yotpo-review .yotpo-footer .footer-actions {
  border-radius: 30px;
  background: #ffffff;
  padding: 13px 15px;
}
.yotpo .yotpo-review .yotpo-footer .y-label, .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date, .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-title {
  font-style: italic !important;
}
.yotpo .reviews-header .reviews-amount {
  color: #735E56;
  font-size: 30px;
  line-height: 35px;
  font-family: Sofia Pro, sans-serif;
  font-weight: 700;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
  color: #75B91D !important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border-color: #75B91D !important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab span {
  color: #735E56;
  font-family: Sofia Pro, sans-serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
}
.yotpo-nav-content .filters-dropdown .yotpo-dropdown-button {
  border-radius: 30px;
  border: 1px solid #735e562e;
  padding: 20px 25px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.yotpo .filters-dropdown .yotpo-dropdown-button:hover {
  border-color: #735E56;
}
.yotpo .suggested-topics-row .suggested-topic:hover {
  background-color: #75B91D;
}
.yotpo  .suggested-topics-row .suggested-topic.active-topic {
  background: #75B91D;
}
.yotpo .filters-dropdown .yotpo-dropdown-button .selected, .yotpo .filters-container .free-text-search-input {
  color: #735E56;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.yotpo .filters-dropdown .yotpo-dropdown-button .yotpo-icon {
  color: #735E56;
}
.yotpo .filters-container .filters-container-title {
  color: #735E56;
  font-size: 30px;
  font-style: normal;
  font-family: Sofia Pro, sans-serif!important;
  font-weight: 700;
  line-height: 35px;
}
.yotpo .filters-container .free-text-search-input {
  border-radius: 30px;
  border: 1px solid #735e562e;
}
.yotpo .filters-container .magnifying-glass-icon {
  color: #735E56;
}
.yotpo .suggested-topics-row .suggested-topic {
  border-radius: 30px;
  background-color: #FFF8E5;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yotpo .suggested-topics-row {
    display: flex;
}
.yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
  color: #FF812B !important;
}
.yotpo .yotpo-pager .yotpo-page-element {
  color: #735E56 !important;
}
.yotpo .write-question-review-buttons-container .write-question-review-button {
  border-radius: 100px;
  background: #FF812B;
  padding: 17px 40px !important;
  height: auto;
}
.yotpo .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text, .yotpo .write-question-review-buttons-container .write-question-review-button .write-question-review-button-icon {
  color: #ffffff !important;
}
.yotpo .write-question-review-buttons-container .write-question-review-button:hover {
  background: #735E56 !important;
}
.suggested-topics-row .suggested-topic:hover span.suggested-topic-text {
  color: #ffffff;
}
.yotpo .filters-container .free-text-search-input::placeholder {
  color: #735E56;
}
.main-widget .yotpo-reviews-filters {
  border-bottom: none !important;
}
@media only screen and (max-width:767px) {
  .yotpo .yotpo-regular-box {
    padding: 20px !important;
  }
  .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
    font-size: 16px;
  }
  .yotpo .yotpo-review .yotpo-main {
    margin: 25px 0px 20px !important;
  }
  .main-widget.yotpo-display-wrapper {
    padding-bottom: 60px;
  }
  .yotpo .yotpo-review .yotpo-footer .footer-actions {
    padding: 10px 12px;
  }
  .yotpo .yotpo-nav ul .yotpo-nav-tab span {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .yotpo .filters-container .filters-container-title {
    font-size: 22px;
    line-height: 24px;
  }
  .reviews-header .reviews-amount {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .yotpo .write-question-review-buttons-container .write-question-review-button {
    padding: 20px !important;
  }
}
@media only screen and (max-width:425px) {
  .yotpo #suggested-topics-mobile-layout {
    display: block !important;
  }
  .yotpo .suggested-topics-row {
    gap: 10px;
  }
  .yotpo .suggested-topics-row .suggested-topic {
    width: 31.33%;
    height: unset;
    margin: 0;
    aspect-ratio: 1/1;
  }
  .yotpo .write-question-review-buttons-container .write-question-review-button {
    padding: 12px !important;
  }
}


/* DESSERT PRODUCT PAGE CSS HERE  */
.product--description--main {
  position: relative;
}
.product--description--main .accordion-toggle p {
  color: #735E56;
  font-size: 41px;
  font-style: normal;
  line-height: 55px;
  font-weight: 700 !important;
  font-family: Sofia Pro,sans-serif !important;
  margin: 20px 0px;
}
.product--description--main .accordion-content p {
  color: #735E56;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  position: relative;
}
.product--description--main .accordion-content.accordian-content3 p:nth-child(1), .product--description--main .accordion-content.accordian-content4 p:nth-child(1), .product--description--main .accordion-content.accordian-content5 p:nth-child(1) {
  color: var(--Brown, #735E56);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: 700 !important;
  font-family: Sofia Pro,sans-serif !important;
}
.product--description--main .accordion-content.accordian-content3 p:nth-child(2) {
  color: #FF812B;
}
.product--description--main .accordion-content.accordian-content5 ol {
  padding-left: 20px;
}
.product--description--main .accordion-main::before {
  content: '';
  background-image: url('/cdn/shop/files/line.svg?v=1695106780');
  width: 135.857px;
  height: 10.796px;
  display: block;
}
.product--description--main .accordion-toggle.expand-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product--description--main .accordion-toggle.expand-icon svg {
  background: #FF812B;
  width: 60px;
  height: auto;
  padding: 14px;
  border-radius: 50%;
  transition: 0.5s;
}
.product--description--main {
  position: relative;
  padding: 30px 0px;
}
.product--description--main .custom--image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 84px;
  top: -82px;
  left: 0;
  background-image: url('/cdn/shop/files/Subtract2.png?v=1695115408');
  background-size: 100% 100%;
}
/* .product--description--main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 84px;
  bottom: -1px;
  left: 0;
  background-image: url('/cdn/shop/files/Subtract_438e6468-19f5-4e20-9500-019f3f163ef6.png?v=1695115185');
  background-size: 100% 100%;
} */
.custom--dessert--ingredients::after {
  background-image: url('/cdn/shop/files/Subtract2.png?v=1695115408');
}
.product--description--main .custom--accordian--toggle.accordion-toggle.expand-icon.active svg {
  transform: rotate(180deg);
  transition: 0.5s;
}
.product--description--main .accordion-content {
  display: none;
}
.product--description--main.active::after {
  content: '';
  background-image: url('/cdn/shop/files/Group_311.png?v=1695185480');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 620px;
  height: 165px;
}
.product--description--main.active::before {
  content: '';
  background-image: url('/cdn/shop/files/circlesss.png?v=1695190193');
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 95px;
  height: 120px;
  bottom: -20px;
  left: 0;
  top: unset;
  z-index: -1;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .product--description--main .custom--image::before {
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .product--description--main .accordion-toggle p {
    font-size: 32px;
    line-height: 38px;
  }
  .product--description--main .accordion-toggle.expand-icon svg {
    width: 50px;
  }
  .product--description--main .accordion-content p {
    font-size: 16px;
  }
  .product--description--main .accordion-content.accordian-content3 p:nth-child(1),
  .product--description--main .accordion-content.accordian-content4 p:nth-child(1),
  .product--description--main .accordion-content.accordian-content5 p:nth-child(1) {
    font-size: 18px;
  }
  .product--description--main.active::after  {
    max-width: 500px;
    height: 120px;
  }
}
@media only screen and (max-width:767px) {
  .product--description--main .custom--image::before {
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .product--description--main .accordion-toggle p {
    font-size: 26px;
    line-height: 32px;
  }
  .product--description--main.active::after  {
    max-width: 300px;
    height: 95px;
  }
  .product--description--main .accordion-toggle.expand-icon {
    gap: 88x;
  }
  .product--description--main .accordion-toggle.expand-icon svg {
    width: 60px;
    padding: 12px;
  }
  .product--description--main .accordion-content p {
    font-size: 15px;
  }
  .product--description--main .accordion-content.accordian-content3 p:nth-child(1),
  .product--description--main .accordion-content.accordian-content4 p:nth-child(1),
  .product--description--main .accordion-content.accordian-content5 p:nth-child(1) {
    font-size: 18px;
  }
}
@media only screen and (max-width: 425px) {
  .product--description--main.active::after {
    max-width: 220px;
    height: 70px;
  }
}
/* product section  */
.custom--main--product--section .custom--description--wrapper {
  display: flex;
  background: #fff;
  gap: 12px;
  padding: 20px 15px 25px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: -8px;
}
.custom--main--product--section .custom--description--wrapper .custom--icon img {
  display: block;
  width: 100%;
  max-width: 50px;
}
.custom--main--product--section .custom--description--wrapper .custom--descrip p {
  margin: 0px 0 10px;
  color: #735E56;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
@media only screen and (max-width:767px) {
  .custom--main--product--section .custom--description--wrapper .custom--descrip p,
  .custom--main--product--section .recharge-subscription-widget .rc-template__radio .rc-radio.rc-radio--active ,
  .custom--main--product--section .subscription-radio span{
    font-size: 14px;
  }
}
/* updated recharge css */
.rc-container-wrapper.rc_container_wrapper {
    padding: 0;
}
.rc-container-wrapper.rc_container_wrapper .rc-widget {
    padding: 0 !important;
}
.rc-container-wrapper.rc_container_wrapper .rc-radio.rc-option__onetime.rc-option.rc_widget__option{
  padding: 10px;
  display:none;
}
.rc-container-wrapper.rc_container_wrapper .rc-radio.rc-option__subsave.rc-option.rc_widget__option{
  padding: 10px;
}
.rc-container-wrapper.rc_container_wrapper .rc-template__legacy-radio {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #735E56;
  background: #fff;
  color: #735E56;
}
.rc-container-wrapper.rc_container_wrapper .rc-option--active{
    color: #ffffff;
    background: #735E56;
}
.rc-container-wrapper.rc_container_wrapper .rc-template__legacy-radio input {
    display: none!important;
}
.rc-container-wrapper.rc_container_wrapper .rc-template__legacy-radio .rc_widget__option__selector+.rc-selling-plans {
    padding-left: 0;
}
.rc-container-wrapper.rc_container_wrapper .rc_widget__option__plans__dropdown {
    border-radius: 20px;
    color: #735e56;
    font-weight: 600;
    width: 100%;
    padding: 12px;
}

/* New Changes 6 Dec */
@media only screen and (min-width: 768px) {
  .yotpo .yotpo-nav li {
    margin-right: 60px !important;
  }
}
/* New Changes 07 dec  */
#c-product-tabs .product_tabs ul.tabs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin: 0 0 4em;
  padding: 0;
  text-align: center;
}
#c-product-tabs .product_tabs ul.tabs li {
  width: 16.66%;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
#c-product-tabs .product_tabs ul.tabs li a {
  display: block;
  text-align: center;
  padding: 10px 20px;
  color: #735e56;
  border-bottom: 4px solid rgba(115,94,86,.1);
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
#c-product-tabs .product_tabs ul.tabs:before,
#c-product-tabs .product_tabs ul.tabs:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
#c-product-tabs .product_tabs ul.tabs li a.active {
  color: rgb(255, 129, 43);
  border-bottom: 4px solid rgb(255, 129, 43);
}
#c-product-tabs .product_tabs {
  width: 100%;
  position: relative;
  /* display: table; */
  align-items: center;
  background: rgb(255, 248, 229);
  padding: 10% 10% 5%;
}
#c-product-tabs .product_tabs::before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 67px;
  background: url('/cdn/shop/files/bg-wave-bottom.png?v=1630865721') left top / 100% 100% no-repeat;
}
#c-product-tabs #productinfo-mobile {
  display: none;
}
/* --- */
#c-product-benefits .prod_temp_desc_benefit {
  width: 100%;
  position: relative !important;
  display: table;
  align-items: center;
  background: #FFF8E5;
}
#c-product-benefits .prod_temp_benefit {
  display: table-cell;
  width: 45%;
  padding: 8% 5% 8% 10%;
  color: #fff;
  background: url(/cdn/shop/files/prod_temp_benefit_bg.png?v=1631535839);
  background-size: cover;
}
#c-product-benefits .prod_temp_desc_benefit .prod_temp_desc {
  display: table-cell;
  width: 55%;
  padding: 8% 10% 8% 5%;
  font-size: 18px;
  line-height: 25px;
  color: #735e56;
}
#c-product-benefits .prod_temp_desc_benefit .prod_temp_desc h2.sec_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #735e56;
  text-transform: inherit;
  letter-spacing: inherit;
}
#c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin-top: 0px;
  margin-bottom: 18px;
}
#c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit p {
  margin: 0;
}
#c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit h4,
#c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit p {
  color: #fff;
}
#c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit .benefit_boxes .benefit_box .small-seprator {
  display: inline-block;
}
#c-product-benefits .small-seprator {
  width: 68px;
  height: 11px;
  background-image: url(/cdn/shop/files/seprator.png);
  margin-bottom: 18px;
}
#c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit .benefit_boxes {
  display: grid;
  column-gap: 60px;
  grid-template-columns: 1fr 1fr;
}
#c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit .benefit_boxes .benefit_box {
  display: unset;
  text-align: center;
  margin-bottom: 4em;
}
#c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit p {
  font-size: 18px;
  line-height: 25px;
}
#c-product-benefits .prod_temp_desc_benefit:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 67px;
  background: url('/cdn/shop/files/bg-wave-bottom.png?v=1630865721') no-repeat left top;
  background-size: 100% 100%;
}
#c-product-benefits .prod_temp_desc_benefit:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 67px;
  background: url('/cdn/shop/files/bg-wave-top.png?v=1630865721') no-repeat left top;
  background-size: 100% 100%;
}
.c-main-product-section .page-width.custom--product--width {
  padding-bottom: 60px;
}
product-recommendations .related-products__heading {
  color: #735e56;
  font-size: 35px;
  text-align: center;
}
.related-pro-slider .card__inner.color-background-2.gradient.ratio {
  background: transparent;
}
.home_newsletter .news_form .form_bg form input:focus-visible {
    outline: 0;
    box-shadow: none;
}
/* ----  */
@media only screen and (max-width:1150px) {
  .egg-text-left {
      position: initial !important;
      background: #ffffffe6;
      width: 100% !important;
      margin: auto;
      float: none !important;
      padding: 12px 12px;
      border-radius: 22px;
  }
  .egg-text-left .egg-heading-orange {
      font-size: 28px !important;
  }
  .egg-text-right {
      float: none !important;
      margin-top: 32px !important;
      width: 100%;
  }
  .egg-text-right img {
      height: 100%;
  }
  .egg_template {
      display: flex;
      padding-left: 30px;
      padding-right: 30px;
      align-items: start;
  }
  .egg_template {
      display: flex;
      padding-left: 30px !important;
      padding-right: 30px !important;
  }
  .egg_template > div {
      flex: 0 0 50%;
  }
}
@media only screen and (min-width:1025px) and (max-width:1200px) {
  #c-product-benefits .prod_temp_benefit {
    padding: 8% 5% 8% 5%;
  }
  #c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit h4,
  #c-product-benefits .prod_temp_desc_benefit .prod_temp_desc h2.sec_title {
    font-size: 28px;
  }
  #c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit p,
  #c-product-benefits .prod_temp_desc_benefit .prod_temp_desc p {
    font-size: 16px;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  #c-product-tabs .product_tabs {
    padding: 10% 0% 5%;
  }
  #c-product-tabs .product_tabs ul.tabs li a {
    font-size: 12px;
  }
}
@media only screen and (max-width:1024px) {
  #c-product-benefits .prod_temp_benefit {
    display: block;
    width: 100%;
    padding: 15% 15% 5%;
  }
  #c-product-benefits .prod_temp_desc_benefit .prod_temp_desc {
    display: block;
    width: 100%;
    padding: 10% 5% 15%;
  }
  #c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit .benefit_boxes {
    column-gap: 24px;
    grid-template-columns: 1fr;
  }
  #c-product-benefits .prod_temp_desc_benefit .prod_temp_benefit .benefit_boxes .benefit_box {
    margin-bottom: 35px;
  }
  #c-product-benefits .prod_temp_desc_benefit .prod_temp_desc h2.sec_title {
    margin-top: 0;
    margin-bottom: 18px;
  }
  #c-product-benefits .prod_temp_desc_benefit .prod_temp_desc p {
    font-size: 17px;
  }
  #c-product-benefits .prod_temp_desc_benefit:after {
    background-size: 100% auto;
    background-position: center bottom;
  }
  #c-product-benefits .prod_temp_desc_benefit .prod_temp_desc p:last-child {
    margin-bottom: 0;
  }
  #c-product-benefits .prod_temp_desc_benefit:before {
    background-size: 100% auto;
  }
  #c-product-tabs .product_tabs::before {
    background-size: 100% auto;
    background-position: center top;
  }

}
@media only screen and (max-width:767px){
  #c-product-tabs #productInfo {
    display: none;
  }
  #c-product-tabs .product_tabs::before {
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #c-product-tabs #productinfo-mobile {
    display: block;
    padding: 10% 10%;
  }
  #c-product-tabs .accordion-content .inner-width img {
    display: block;
    /* width: 100%; */
  }
  #c-product-tabs button.accordion {
    position: relative;
  }
  #c-product-tabs button.accordion {
    width: 100%;
    background-color: #735e56;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s linear;
    margin: 0;
  }
  #c-product-tabs button.accordion:after {
    content: "";
    background-image: url(/cdn/shop/files/white-free-arrow-down-icon-3101-thumb.png?v=1674305287);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
  }
  #c-product-tabs button.accordion:hover,
  #c-product-tabs button.accordion.is-open {
    background-color: #ff812b;
    color: #fff;
  }
  #c-product-tabs .accordion-content {
    background-color: #fff;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease-in-out;
  }
  #c-product-tabs .prod_temp_desc_benefit:before {
    background: url('/cdn/shop/files/new-bg-wave-bottom_1.png?v=1674901776');
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .egg_template {
      display: block !important;
      padding: 8% 30px !important;
  }
  .egg-text-right, .egg-text-right img {
      width: 100% !important;
  }
  .egg-text-right > .shopify-app-block{
    width: 100% !important;
    margin-left:0% !important;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;

}
}

.egg_template {
  background-image: url(/cdn/shop/files/Egg_White_Noodle_V_-_1.png?v=1707248365?v=1247032…);
  background-size: cover;
  text-align: center;
  padding: 25% 0;
  position: relative;
  background-position: bottom center;
}
.egg-text-left{
  float:left;
  width:40%;
  position: absolute;
    top: 85px;
}
.egg-heading1{
  color:#735E56 !important;
  font-weight: 900 !important;
  font-size: 25px !important;
}
.egg-heading-orange{
  color: #FF812B !important;
    font-weight: 900 !important;
    font-size: 40px !important;
}

.egg-description{
  color:#735E56 !important;
  padding-left: 26%;
  padding-right: 25%;
}
.egg-text-right{
  float:right;
  width:40%;
  margin-top:-200px;
}

.egg-text-right > .shopify-app-block{
  width: 60%;
    margin-left: 25%;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;

}



