/** Shopify CDN: Minification failed

Line 1172:7 Unexpected "and"
Line 2063:0 Unexpected "}"

**/
/* custom product ingredients sec css */

.nutritional_info_custom_sec {
  display: none;
}
.cstm_hero_cls_sec2 .wi_main-image a {
  position: absolute;
  bottom: 100px;
  left: -630px;
}

.menu-drawer summary.menu-drawer__menu-item {
  color: #381f73 !important;
}

.menu-drawer__menu-item {
  color: #381f73 !important;
}

.menu-drawer__account {
  text-transform: uppercase;
  color: #381f73 !important;
}

.shopify-section:has(.customer.login) {
  background-color: #e0d0f8 !important;
}

.menu-drawer__inner-submenu {
  background-color: #e0d0f8;
}

.menu-drawer__navigation {
  background-color: #e0d0f8 !important;
}

.menu-drawer__utility-links {
  background-color: #e0d0f8 !important;
}

.menu-drawer__account {
  font-size: 20px !important;
  font-family: "Recoleta Bold" !important;
}

.menu-drawer summary.menu-drawer__menu-item {
  font-family: "Recoleta Bold";
  font-size: 22px;
}

/* .cstm_hero_cls_sec2 a {
  display: none;
}
 */
variant-selects {
  border: 2px solid;
  border-radius: 10px;
}

fieldset.js.product-form__input.product-form__input--pill {
  display: flex !important;
  justify-content: end !important;
  align-items: center !important;
}

.product-form__input .form__label {
  font-size: 20px !important;
  font-family: "Recoleta Bold" !important;
  padding-left: 17px !important;
  padding-top: 10px !important
  ;
}

.product-form__input--pill input[type="radio"]:checked + label {
  margin-top: -30px !important;
  /* background-color: #E0D1F8 !important;
  color: #382073 !important; */
}

.product-form__input--pill input[type="radio"] + label {
  margin-top: -30px !important;
  /* color: #382073 !important; */
  margin: -3rem -13.5rem 0rem 14rem !important;
}
/* General Wrapper */
.sls-total-price .sls-original-price {
  /* color: #820909 !important; */
}

.second_sec_wrapper .dynamic-section__left h2 {
  color: #820909;
}

.second_sec_wrapper .subheading__left {
  color: #820909;
}

.second_sec_wrapper .subheading__right {
  color: #820909;
}

.second_sec_wrapper .item__left p .second_sec_wrapper .item__right p {
  color: red;
}

.second_sec_wrapper .item__left p {
  color: #820909;
}

.second_sec_wrapper .item__right p {
  color: #820909;
}

.second_sec_wrapper .dynamic-section__item {
  border-bottom: 1px solid #820909;
}

.second_sec_wrapper .dynamic-section__right h2 {
  color: #820909;
}

.second_sec_wrapper .dynamic-section__text span {
  color: #820909;
}

.dynamic-section__right h2 {
  color: #d82726;
}

.dynamic-section__text span {
  color: #d82726;
}
.item__right {
  text-align: right;
}
.subheading__right {
  text-align: right;
}

.dynamic-section__left h2 {
  font-size: 50px;
  color: #d82726;
}
.dynamic-section {
  padding: 20px;
}

.dynamic-section__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 95%;
  margin: 0 auto;
}

.dynamic-section__left,
.dynamic-section__right {
  flex: 1;
}

.dynamic-section__subheading {
  display: flex;
  justify-content: space-between;
}

.dynamic-section__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d82726;
  padding: 0px 0px 0px 0px;
  width: 85%;
}

.dynamic-section__item p {
  margin: 0;
}
.dynamic-section {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff1b9; /* Light background */
}

/* Left Section Styles */
.dynamic-section__left {
  width: 40%;
  padding-right: 20px;
}

.left-heading {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.dynamic-section__subheading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 85%;
}

.subheading__left,
.subheading__right {
  font-size: 30px;
  color: #d82726;
  width: 45%;
  font-family: "Recoleta Bold";
}

.item__left,
.item__right {
  width: 48%;
}

.item__left p,
.item__right p {
  font-size: 20px;
  color: #d82726;
  margin: 0;
}

/* Right Section Styles */
.dynamic-section__right {
  width: 35%;
  padding-left: 20px;
  margin-top: 70px;
}

.right-heading {
  font-size: 28px;
  font-weight: bold;
  color: #d82726;
  margin-bottom: 20px;
}

.dynamic-section__text p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-top: 10px;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {
  .dynamic-section {
    flex-direction: column;
    padding: 20px;
  }

  .dynamic-section__left,
  .dynamic-section__right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .dynamic-section__item {
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
  }

  .item__left,
  .item__right {
    width: 100%;
    padding: 5px 0;
  }
}

/* custom product ingredients sec css */

.table_main_wrapper {
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.table_info_wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.table_ingredient_wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.wi_product-ings {
  width: 20%;
}

.cstm_image_with_txt_wrapper .image-with-text__content {
  padding: 0px 0px 0px 50px !important;
}
.cstm_image_with_txt_wrapper .image-with-text__media-item {
  width: 35% !important;
}

.cstm_image_with_txt_wrapper .image-with-text__text-item {
  width: 65% !important;
}

.sls-option-container:not(.sls-active)
  .sealsubs-target-element
  .sls-custom-radio,
.sls-option-container:not(.sls-active)
  .sls-option[type="radio"]
  + span.sls-custom-radio {
  display: none;
}

.wi_contact-text {
  width: 90%;
}

.special-char {
  font-family: "poppins", sans-serif, Helvetica, Arial;
}

.wi_subscribe-container {
  width: 95%;
}

.wi_subscribe {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.header__icon.header__icon--account {
  margin-right: 5px;
}

.header__icons .wi_search-text {
  margin-left: 20px;
  margin-right: -30px;
  margin-top: -5px;
}

.header__icons a.wi_extra-btn {
  margin-right: unset !important;
  justify-content: center;
  display: flex;
  align-items: center;
}

.faq-question[aria-expanded="true"] + .faq-answer {
  font-size: 15px;
}

.wi_copyright {
  margin-top: -70px;

  color: #381f71;
  position: relative;
  margin-left: 22px !important;
}

.footer-column.footer-column--logo {
  margin-top: 30px !important;
}

.footer-right-bottom {
  margin-left: -20px !important;
  grid-template-columns: 40% 15% 20% 15% !important;
}

.footer-inner {
  gap: 40px !important;
}

.footer-main-img {
  height: 385px !important;
  width: 650px !important;
}

.features-flex-container .feature-block:nth-child(4) {
  border-right: 10px solid #381f73;
}

.features-section {
  padding: 50px 20px;
  text-align: center;
}

.features-container {
  max-width: 1300px;
  margin: 0 auto;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #4a148c; /* Example color */
}

.features-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.feature-block {
  text-align: center;
  padding: 10px 10px 0px 10px;
  border-left: 10px solid #381f73;
}

.feature-title {
  font-size: 42px;
  color: #e0d0f8;
  padding: 0 12px;
}

.feature-subtitle {
  font-size: 24px;
  color: #381f73;
}

.divider {
  height: 100%;
  width: 2px;
  background-color: #4a148c; /* Example divider color */
}

.drawer .cart-item__name {
  font-size: 25px;
  font-weight: 700;
}

.drawer .product-option {
  font-size: 20px;
  font-weight: 600;
}

.drawer p.product-option {
  font-size: 10px;
}

.cart-drawer__footer .totals__total-value {
  font-size: 20px;
  font-weight: 700;
}

.cart-drawer .cart__checkout-button:before {
  display: none;
}

.cart-drawer .cart__checkout-button:after {
  display: none;
}

.cart-drawer .cart__checkout-button {
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: #574ce5;
}

.cstm_hero_cls_sec3.product .wi_hero-inner {
  padding: 60px 0px;
}

.wi_image-text2_content {
  flex: 1;
  text-align: center;
  margin-top: 2px;
}
.wi_image-text2_image {
  flex: 1;
  text-align: center;
}
.wi_image-text2_container {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.wi_image-text2_image img {
  width: 95%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
}

.wi_reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 63%;
}
.wi_reviews-inner2 {
  display: flex;
  align-items: end;
  gap: 50px;
}
wi_reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 60%;
}
.wi_testimonial-star {
  width: 40%;
  position: relative;
}
.wi_testimonial-star::before {
  content: "";
  height: 32px;
  width: 32px;
  position: absolute;
  background: url(/cdn/shop/files/lines.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(270deg);
}
.wi_testimonial-star::after {
  content: "";
  height: 32px;
  width: 32px;
  background: url("/cdn/shop/files/lines.png");
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wi_reviews-inner {
  background-color: #574ce5;
  color: white;
  padding: 18px 20px;
  border-radius: 30px;
}
.wi_reviews-inner-star {
  margin: 20px;
}
.wi_reviews-inner p {
  color: #e0d0f8;
  line-height: 1.2em;
  font-size: 14px;
}
.wi_reviews-inner h4 {
  margin-top: 5px;
}

.wi_review-title2 h3 {
  line-height: 0.8em;
}
.wi_review-title2 p {
  font-family: "Recoleta Bold" !important;
}

.cstm_hero_cls_sec3 .wi_main-image {
  width: unset !important;
  margin-right: 75px;
}
.cstm_hero_cls_sec2 .wi_hero-container .wi_content h3 {
  font-size: 5rem;
  font-weight: 700;
  color: #e0d0f8;
}

.wi_review-image img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100vh;
}

.wi_review-1 .wi_review-title h3 {
  margin-bottom: -5px;
}
.wi_review {
  padding: 1rem 2rem;
}
.wi_review .cstm_review_cls img {
  width: 65% !important;
  height: 75%;
}
.wi_review {
  padding: 5rem 3rem;
  height: fit-content;
  position: relative;
}
.wi_review-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 132px;
}
.wi_review-1 {
  display: flex;
  text-align: center;
}
.wi_review-2 {
  display: flex;
  align-items: end;
  gap: 50px;
}

.cstm_hero_cls_sec3 .wi_hero-container {
  display: grid !important;
  grid-template-columns: 50% 50%;
}

.cstm_hero_cls_sec3 .wi_main-image img {
  width: 800px !important;
  margin-top: -90px;
}

.cstm_hero_cls_sec3 .wi_main-image img {
  transform: rotate(-35deg);
}
.cstm_hero_cls_sec3 .wi_main-image a {
  margin-left: 250px;
}

.wi_about {
  padding: 3rem 3rem;
}
.wi_about-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.wi_about-img {
  display: flex;
  justify-content: center;
}
.wi_about-content {
  text-align: center;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: 4rem;
}

.without_scroll_ticker .wi_ticker-block {
  width: 25% !important;
}
.wi_ticker-container {
  display: flex;
  overflow: hidden; /* Hide scrollbar */
  width: 100%; /* Full width */
  white-space: nowrap; /* No wrapping */
  justify-content: flex-start;
}

.wi_ticker-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px; /* Adjust spacing between items */
  width: max-content; /* Allow content to stretch dynamically */
  animation: scroll-left 15s linear infinite;
}

.wi_ticker-container::-webkit-scrollbar {
  display: none; /* Hide the scrollbar */
}

.wi_ticker-block {
  display: inline-flex; /* Inline elements for horizontal scroll */
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.wi_ticker-block.border-style {
  border-left: 10px solid #381f73;
}

.wi_ticker-block.border-style:last-child {
  border-right: 10px solid #381f73;
}

.wi_ticker-blocks p {
  font-family: "Recoleta Bold" !important;
  color: #381f73;
}

span.wi-angles {
  font-size: 52px;
  font-weight: bold;
  color: #381f73;
}

.cstm_hero_cls .wi_hero-inner {
  padding: 5rem 3rem;
}
.cstm_hero_cls .wi_hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: fit-content;
}

.cstm_hero_cls .wi_content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.cstm_hero_cls .wi_content h1 {
  font-size: 12rem;
  color: #574ce5;
  font-weight: 600;
  letter-spacing: 5px;
}

.cstm_hero_cls_sec3 .wi_content h3 {
  font-size: 8rem !important;
  margin-top: -40px;
}
.cstm_hero_cls .wi_content h3 {
  font-size: 4rem;
  font-weight: bold;
  color: #e0d0f8;
}

.cstm_hero_cls .wi_main-image {
  flex-direction: column;
  display: flex;
  align-items: center;
  width: 100%;
}

.cstm_hero_cls .wi_main-image a {
  background-color: #381f73;
  color: #e0d0f8;
  border-radius: 50px;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Recoleta Bold";
  margin-top: -40px;
  margin-left: 290px;
  letter-spacing: 0px !important;
  padding: 4px 20px !important;
  z-index: 00000;
}

.cstm_product_cls .wi_extra-text {
  color: #820909;
}

.cstm_product_cls .table_component th {
  color: #820909;
}

.cstm_product_cls .table_component td {
  color: #820909;
}

.cstm_product_cls .table_component tr {
  border-bottom: 2px solid #820909;
}
.product-form__buttons .product-form__submit {
  color: #820909;
}

.product-form__buttons .product-form__submit:before {
  display: none;
}

.product-form__buttons .product-form__submit:after {
  display: none;
}

.product-form__buttons .product-form__submit {
  border: 2px solid #820909;
  border-radius: 25px;
  background-color: #ff9aab !important;
}

.product-form__buttons .product-form__submit span {
  color: red;
}

.product-form__buttons .product-form__submit span {
  color: #820909 !important;
  font-size: 22px !important;
  text-transform: uppercase;
}

.product__info-wrapper .product__title h1 {
  color: #820909;
}
.product__info-wrapper .product__description p {
  color: #820909 !important;
}

.wi_review-1 strong {
  font-size: 45px;
}

.without_scroll_ticker .wi_ticker-inner {
  animation: none;
}

.without_scroll_ticker.wi_ticker-container {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.cstm_hero_cls_sec3 .wi_hero-container .wi_main-image img {
  margin-left: 120px;
}

.cstm_hero_cls_sec3 .wi_hero-container .wi_content h1 {
  font-size: 10rem;
  margin-bottom: 40px;
}

.cstm_hero_cls_sec3 .wi_content {
  margin-top: 60px;
  margin-left: 25px;
  width: unset;
}

.cstm_hero_cls_sec3 .wi_content p {
  font-size: 18px;
  font-weight: 600;
  width: 80%;
  color: #381f73;
  line-height: 1.8em;
  letter-spacing: 0px;
}
.cstm_hero_cls_sec2 .wi_content p {
  margin-top: 15px;
  font-weight: 800;
  width: 75%;
  font-size: 18px;
  color: #381f73;
  letter-spacing: 0px;
  margin: 0 auto;
}
.cstm_hero_cls_sec2 .wi_content {
  margin-bottom: 5px;
}

.cstm_hero_cls_sec2 .wi_main-image img {
  width: 100%;
  height: 100%;
}
.cstm_hero_cls_sec2 .wi_main-image {
  width: 90%;
  margin-left: unset;
  position: relative;
}
.cstm_hero_cls_sec2 .wi_content h1 {
  font-size: 12rem;
}

.header__icon .wi_search-text a {
  width: 165px;
  margin-right: 20px;
  color: #381f73;
}

.header__inline-menu .header__menu-item span {
  color: #381f73;
}

/* Announcement bar sticky hone ke baad */
.announcement-bar.scrolled {
  position: fixed; /* Fixed position set karo */
  top: 0; /* Bar ko top par fix karo */
  max-width: 100%; /* Full width rakhna hai */
  background-color: #574ce5;
  height: 40px;
}

.header-wrapper.scrolled {
  margin-top: 30px; /* Adjust margin-top as per your requirement */
}

/* Responsive Design */

@media (max-width: 1920px) and (min-width: 1620px) {
  .wi_about-content p {
    font-size: 25px !important;
  }
  .wi_about-container img {
    margin-bottom: 60px !important;
  }
  .cstm_hero_cls .wi_content {
    margin-bottom: -18px;
  }
  .wi_review-title p {
    margin-top: -30px;
  }
  .cstm_hero_cls_sec2 .wi_content h1 {
    font-size: 100px !important;
  }

  .cstm_hero_cls_sec2 .wi_content {
    margin-top: -10px;
  }
  .cstm_hero_cls_sec3 .wi_hero-container .wi_content h1 {
    margin-bottom: 60px !important;
  }
  .cstm_hero_cls_sec2 .wi_content h1 {
    margin-bottom: 0px !important;
  }

  .cstm_hero_cls_sec2 .wi_content {
    margin-top: 60px;
  }
  .cstm_hero_cls_sec2 .wi_content h1 {
    font-size: 120px !important;
  }
  .cstm_hero_cls_sec3 .wi_main-image {
    width: 100% !important;
    margin: 0px;
  }

  .cstm_hero_cls_sec3 .wi_content {
    width: 100%;
    margin-bottom: -15px !important;
  }

  .cstm_hero_cls_sec3 .wi_hero-container {
    width: 100%;
  }

  .cstm_hero_cls_sec3 .wi_hero-container .wi_main-image img {
    width: 110% !important;
  }

  .cstm_hero_cls_sec3 .wi_content h3 {
    font-size: 90px !important;
    letter-spacing: 0px;
  }

  .cstm_hero_cls_sec3 .wi_content p {
    font-size: 25px;
    padding: 0px 70px;
  }
  .cstm_hero_cls_sec2 .wi_hero-container .wi_content h3 {
    letter-spacing: 4px;
    text-align: left;
    font-size: 65px;
  }

  .cstm_hero_cls_sec2 .wi_content p {
    font-size: 22px;
    padding: 0px 10px;
  }

  .cstm_hero_cls_sec2 .wi_content {
    margin-bottom: 65px !important;
  }

  .wi_about-content {
    height: 141vh !important;
    margin: 0px;
    width: 50%;
    margin-bottom: 100px;
  }

  .wi_about-container {
    display: flex;
    justify-content: space-around;
  }

  .wi_about-img {
    width: 50%;
  }
  .wi_subscribe-container {
    width: 95%;
  }

  .wi_subscribe {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
  .cstm_hero_cls_sec2 .wi_content h1 {
    font-size: 140px !important;
  }
  .cstm_hero_cls .wi_content h3 {
    font-size: 60px;
  }

  .cstm_hero_cls_sec3 .wi_content {
    margin-bottom: -10px;
    width: 100%;
  }
}

@media (max-width: 1610px) and (min-width: 1250px) {
  .cstm_hero_cls .wi_content {
    margin-bottom: 30px;
  }
  .wi_about-content p {
    font-size: 25px !important;
  }
  .cstm_hero_cls_sec3 .wi_content p {
    padding: 0px 80px;
  }
  .para_text_wrapper {
    width: 100%;
  }

  .cstm_hero_cls_sec3 .wi_hero-container .wi_content h1 {
    margin-bottom: 40px !important;
    font-size: 80px;
  }

  .cstm_hero_cls_sec3 .wi_content {
    margin-top: 75px;
  }
}

@media (max-width: 1200px) {
  .wi_about-content p {
    font-size: 25px;
  }
  .cstm_hero_cls .wi_content h1 {
    font-size: 12rem;
  }

  .cstm_hero_cls .wi_content h3 {
    font-size: 8rem;
  }
}

@media (max-width: 992px) {
  .cstm_hero_cls .wi_hero-container {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .cstm_hero_cls .wi_content {
    margin-top: 0;
  }

  .cstm_hero_cls .wi_content h1 {
    font-size: 10rem;
  }

  .cstm_hero_cls .wi_content h3 {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .header__icons a.wi_extra-btn {
    display: none;
  }
  .footer-right-bottom {
    grid-template-columns: 1fr !important;
  }
  .cstm_hero_cls .wi_hero-inner {
    padding: 0px;
  }

  .wi_about-content h3 {
    font-size: 34px;
  }

  .wi_about-content {
    margin-left: 0px;
    width: 50%;
  }

  .wi_about-container img {
    width: 95%;
    margin-bottom: 30px;
    margin-right: 80px;
  }

  .cstm_hero_cls_sec2 .wi_content h1 {
    font-size: 90px;
  }

  .cstm_hero_cls_sec2 .wi_hero-container .wi_content h3 {
    color: #574ce5;
  }

  .cstm_hero_cls_sec3 .wi_hero-container .wi_content h1 {
    font-size: 50px;
  }

  .cstm_hero_cls_sec3 .wi_hero-container .wi_main-image img {
    margin-left: 10px;
    margin-bottom: 20px;
  }

  .cstm_hero_cls_sec3 .wi_main-image a {
    margin-left: 0px;
    margin-right: -225px;
  }

  .cstm_hero_cls_sec3 .wi_content p {
    width: 100%;
  }

  .cstm_hero_cls_sec3 .wi_content h3 {
    font-size: 40px;
  }

  .cstm_hero_cls_sec3 .wi_content {
    margin-bottom: 50px;
  }

  .wi_review-image img {
    height: 20vh;
  }
  .cstm_hero_cls_sec3 .wi_content h3 {
    font-size: 9rem;
  }
  .cstm_hero_cls_sec3 .wi_hero-container {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .cstm_hero_cls_sec3 .wi_main-image img {
    width: 400px !important;
    margin-top: 10px;
  }
  .wi_content p {
    width: 75%;
  }
  .cstm_hero_cls .wi_content h1 {
    font-size: 8rem;
  }

  .cstm_hero_cls .wi_content h3 {
    font-size: 3rem;
  }

  .cstm_hero_cls .wi_main-image a {
    padding: 4px 20px;
    font-size: 20px;
  }
}

@media and (max-width: 767px) {
  .wi_review .cstm_review_cls img {
    width: 100% !important;
    height: auto;
    margin-top: 190px;
  }
  .cstm_hero_cls.sec4 a {
    display: none;
  }
  .wi_ticker-inner {
    gap: 0px;
  }
  .wi_about {
    display: none;
  }
  .cstm_hero_cls_sec3 .wi_hero-container {
    display: flex !important
;
    flex-direction: column-reverse;
    background-color: #837be7;
    border-top: 80px solid #e0d0f8 !important;
  }
  .header {
    padding: 10px 1rem 10px 1rem !important;
  }
  .header__search {
    display: none !important;
  }
  .announcement-bar__message {
    font-size: 12px !important;
  }
  .header__icons a.wi_extra-btn {
    display: none;
  }
  .cstm_hero_cls .wi_main-image a {
    margin-left: 0px !important;
    margin-top: -4px !important;
  }

  .cstm_hero_cls .wi_main-image {
    margin-left: -26px !important;
    margin-top: 14px !important;
  }

  .wi_about-content {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .wi_about-content h3 {
    font-size: 40px !important;
  }

  .cstm_hero_cls .wi_content p {
    width: 95% !important;
  }

  .cstm_hero_cls .wi_content h3 {
    font-size: 35px !important;
  }

  .cstm_hero_cls_sec3 .wi_hero-container .wi_main-image img {
    margin-left: 0px !important;
  }

  .cstm_hero_cls_sec3 .wi_hero-container .wi_content h1 {
    font-size: 50px !important;
    margin-top: 11px !important;
  }

  .cstm_hero_cls_sec3 .wi_hero-container .wi_content h3 {
    font-size: 45px !important;
    margin-bottom: 13px !important;
  }

  .cstm_hero_cls .wi_content p {
    font-size: 18px !important;
  }

  .wi_review-1 .wi_review-title h3 {
    margin-bottom: 0px !important;
  }

  .wi_review-1 strong {
    font-size: 35px !important;
  }

  .wi_testimonial-star {
    margin-top: 20px !important;
  }

  .wi_review-title2 h3 {
    font-size: 65px !important;
    margin-top: 35px !important;
  }

  .wi_image-text2_image {
    margin-top: 0px !important;
  }

  .wi_image-text2_heading2 {
    margin-top: 15px !important;
  }

  .wi_image-text2_image p {
    padding: 0px !important;
  }
}

@media (max-width: 576px) {
  .cstm_image_with_txt_wrapper .image-with-text__content strong {
    font-size: 20px;
  }
  .cstm_our_story_sec.wi_image-text2 {
    border-top: 100px solid #e0d0f8;
  }

  .cstm_our_story_sec .wi_image-text2_heading1 {
    font-size: 45px !important;
  }

  .cstm_our_story_sec.wi_image-text2 .wi_image-text2_content p {
    font-size: 20px !important;
  }

  .cstm_our_story_sec .wi_image-text2_image {
    padding: 0px;
    margin: 0px 0px 0px -10px;
  }

  .cstm_image_with_txt_wrapper .image-with-text__media {
    display: none;
  }

  .cstm_image_with_txt_wrapper .image-with-text__text span {
    font-size: 20px;
  }

  div#ImageWithText--template--23877524029764__image_with_text_KBxUyj {
  }

  .cstm_image_with_txt_wrapper .image-with-text__text-item {
    width: 100% !important;
    padding: 0px !important;
  }

  .cstm_image_with_txt_wrapper .image-with-text__content {
    padding: 0px !important;
  }
  .footer-inner {
    padding: 40px 0px 20px 0px;
  }

  .footer-inner .main-image {
    width: 90%;
  }

  .footer-right-bottom {
    position: relative;
  }

  .footer-column--logo {
    position: absolute;
  }

  .footer-column.footer-column--logo img {
    height: 210px;
    width: 160px;
    position: absolute;
    left: 140px;
    top: -310px;
  }

  .wi_copyright span {
    position: absolute;
    bottom: 110px !important;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .wi_copyright span.special-char {
    position: absolute;
    bottom: 0px !important;
    margin-left: -10px;
  }
  .wi_image-text2 {
    border-top: 100px solid #837be7;
    background: #e0d0f8;
  }

  .wi_image-text2_content {
    margin-top: -92px;
  }
  .wi_review-title2 {
    margin-right: 125px;
  }
  .wi_review-title2 h3 {
    font-size: 120px !important;
  }
  .wi_review-2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .wi_testimonial-star:after {
    display: none;
  }

  .wi_testimonial-star:before {
    display: none;
  }

  .wi_reviews-inner-star {
    width: 90%;
    margin: 0 auto;
  }

  .wi_reviews-inner.wi_testimonial {
    width: 90%;
    margin: 20px auto;
  }
  .wi_ticker-block.border-style {
    border-left: 5px solid #381f73;
  }

  .wi_ticker-block {
    padding: 0px 10px;
  }

  .wi_ticker-blocks p {
    font-size: 15px !important;
  }
  .wi_review-title {
    margin: 25px 20px 0px 30px;
    padding-left: 70px;
  }

  .wi_review-title h3 {
    font-size: 90px !important;
  }

  .wi_review-title strong {
    font-size: 28px;
    margin-left: -70px;
  }
  .wi_review-2 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 200px;
    background-color: #e0d0f8;
    padding: 0px !important;
    border-top: 30px solid #e0d0f8;
  }

  .wi_review {
    padding: 0px !important;
    margin: 0px !important;
  }
  .cstm_hero_cls.sec4 .wi_main-image img {
    width: 320px;
    height: auto;
  }
  .cstm_hero_cls.sec4 a {
    display: none;
  }
  .cstm_hero_cls_sec2 .wi_content h1 {
    margin-top: -110px;
    font-size: 70px;
    font-family: "Recoleta Bold" !important;
  }
  .cstm_hero_cls_sec2 .wi_hero-container {
    background-color: #837be7;
    border-top: 100px solid #e0d0f8;
  }
  .wi_ticker-inner {
    gap: 0px;
  }
  .wi_about {
    display: none;
  }
  .cstm_hero_cls_sec3 .wi_hero-container .wi_content h1 {
    font-size: 4.8rem;
    padding-top: 0;
    color: #574ce5;
    font-family: "Recoleta Bold" !important;
    letter-spacing: 0px;
  }
  .cstm_hero_cls_sec3 .wi_hero-container .wi_content {
    margin-top: -85px !important;
  }
  .cstm_hero_cls_sec3 .wi_hero-container {
    display: flex !important;
    flex-direction: column-reverse;
    background-color: #837be7;
    border-top: 80px solid #e0d0f8 !important;
  }
  .header {
    padding: 10px 1rem 10px 1rem !important;
  }
  .header__search {
    display: none !important;
  }
  .announcement-bar__message {
    font-size: 12px !important;
  }
  .header__icons a.wi_extra-btn {
    display: none;
  }
  .header__icons a.wi_extra-btn {
    display: none;
  }
  .header__icon .cart-count-bubble {
    width: 20px;
    height: 20px;
  }
  .header__icon .svg-wrapper {
    width: 30px;
    height: 30px;
  }
  .announcement-bar__message {
    font-size: 12px;
  }
  .wi_review-title2 p {
    font-size: 35px !important;
  }

  .wi_image-text2_heading1 {
    font-size: 53px !important;
    letter-spacing: 0px;
  }

  .wi_image-text2_heading2 {
    font-size: 45px !important;
    margin-top: 15px !important;
  }

  .wi_image-text2_image img {
    height: auto !important;
  }

  .wi_product-grid {
    padding: 10px 15px !important;
  }

  .wi_review-title2 p {
    font-size: 35px !important;
  }
  .wi_review-1 {
    margin-bottom: 25px !important;
  }
  .cstm_hero_cls_sec3 .wi_hero-container .wi_content {
    width: 100% !important;
    margin-bottom: -25px !important;
    margin-left: 0 !important;
    margin-top: 35px !important;
    margin-top: -70px !important;
  }
  .cstm_hero_cls_sec2 .wi_content {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }
  .wi_review {
    padding: 1rem 2rem !important;
  }
  .features-section {
    padding: 50px 20px !important;
  }
  .cstm_hero_cls_sec2 .wi_content p {
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
  }
  .wi_about-content p {
    font-size: 12px !important;
  }
  .wi_ticker-text {
        font-size: 30px !important;
  }

  .wi-angles {
    font-size: 30px !important;
  }
  .feature-block {
    width: 100%;
    border-left: unset;
    border-bottom: 5px solid #381f73;
    padding-bottom: 15px;
  }

  .features-flex-container {
    width: 100%;
    gap: 0px;
  }

  .feature-title {
    font-size: 30px;
  }

  .features-flex-container .feature-block:nth-child(4) {
    border-right: none;
  }

  .features-flex-container .feature-block:nth-child(1) {
    border-top: 5px solid #381f73;
  }

  .feature-subtitle {
    font-size: 16px;
  }
  .wi_review-title h3 {
    font-size: 6rem !important;
    margin-left: -76px;
  }
  .cstm_hero_cls .wi_main-image {
    margin-top: -45px;
    width: 100%;
  }
  h3.wi_product-heading {
    padding: 0px 0px 25px !important;
  }
  .wi_image-text2_image {
    margin-top: 0px;
  }
  .wi_image-text2_image p {
    padding: 0px !important;
    font-size: 15px !important;
  }

  .wi_image-text2 {
    padding: 20px 20px !important;
  }
  .wi_review-title2 {
    margin-right: 125px;
  }
  .wi_review-title2 h3 {
    font-size: 120px !important;
  }
  .wi_review .cstm_review_cls img {
    width: 100% !important;
    height: auto;
    margin-top: 190px;
  }

  .wi_review-1 strong {
    font-size: 28px;
  }
  .cstm_hero_cls_sec3 .wi_hero-container {
    grid-template-columns: 100%;
    display: flex !important;
    flex-direction: column-reverse;
    background-color: #837be7;
    border-top: 80px solid #e0d0f8 !important;
  }

  .cstm_hero_cls_sec3 .wi_hero-container .wi_main-image img {
    margin-left: unset;
  }

  .cstm_hero_cls_sec3 .wi_hero-container .wi_content h1 {
    font-size: 4.8rem;
    padding-top: 0;
    color: #574ce5;
    font-family: "Recoleta Bold" !important;
    letter-spacing: 0px;
  }

  .cstm_hero_cls_sec3 .wi_hero-container .wi_content h3 {
    font-size: 5rem !important;
  }

  .cstm_hero_cls_sec3 .wi_content p {
    width: 100%;
    margin-top: 12px;
    font-size: 13px;
    padding-bottom: 40px;
  }
  .cstm_hero_cls_sec2 .wi_hero-container .wi_content h3 {
    color: #e0d0f8;
    font-size: 4rem;
  }
  .wi_about-content {
    width: 100%;
    margin: 0 auto;
  }

  .wi_about-content h3 {
    font-size: 30px !important;
  }
  .cstm_hero_cls .wi_content {
    width: 100% !important;
    margin-bottom: 50px;
    margin-left: 0;
    margin-top: -75px;
  }
  .cstm_hero_cls .wi_content h1 {
    font-size: 8rem;
  }

  .cstm_hero_cls .wi_content h3 {
    font-size: 2.5rem;
    color: #837be7;
  }

  .cstm_hero_cls .wi_main-image a {
    padding: 4px 15px;
    font-size: 18px;
    margin-left: 0px;
    margin-top: 0px;
  }
  .cstm_hero_cls .wi_hero-inner {
    padding: 0;
  }
}

@media screen and (max-width: 450px) {

.wi_image-text2_heading1:before {
        background-color: #837be7;
        content: "";
        width: 100vw;
        position: absolute;
        left: -20px;
        top: 0;
        padding: 43px 0 58px;
}
  .nutritional_info_from_code_wrapper {
    display: none;
  }
  .nutritional_info_custom_sec {
    display: block;
  }
  .drawer__inner-empty {
    background-color: #e0d0f8;
  }
  .cstm_product_cls .table_component th {
    font-size: 22px;
  }
  .product-form__input--pill input[type="radio"] + label {
    margin: unset !important;
  }

  .product-form__input--pill input[type="radio"] + label {
    margin-bottom: -40px !important;
    margin-top: -70px !important;
    margin-right: 20px !important;
  }

  .product-form__input--pill input[type="radio"]:checked + label {
    margin-top: -70px !important;
    margin-right: 10px !important;
  }
  .footer-right-bottom h2 {
    margin: 0px;
  }
  .cstm_image_with_txt_wrapper .image-with-text__content strong {
    font-size: 20px;
  }
  .cstm_our_story_sec.wi_image-text2 {
    border-top: 100px solid #e0d0f8;
  }

  .cstm_our_story_sec .wi_image-text2_heading1 {
    font-size: 6rem!important;
    padding-top: 15px;
  }

  .cstm_our_story_sec.wi_image-text2 .wi_image-text2_content p {
    font-size: 20px !important;
  }

  .cstm_our_story_sec .wi_image-text2_image {
    padding: 0px;
    margin: 0px 0px 0px -10px;
  }

  .cstm_image_with_txt_wrapper .image-with-text__media {
    display: none;
  }

  .cstm_image_with_txt_wrapper .image-with-text__text span {
    font-size: 20px;
  }

  div#ImageWithText--template--23877524029764__image_with_text_KBxUyj {
  }

  .cstm_image_with_txt_wrapper .image-with-text__text-item {
    width: 100% !important;
    padding: 0px !important;
  }

  .cstm_image_with_txt_wrapper .image-with-text__content {
    padding: 0px !important;
  }
  .footer-inner {
    padding: 40px 0px 0px 0px;
  }

  .footer-inner .main-image {
    width: 90%;
  }

  .footer-right-bottom {
    position: relative;
    gap: 0px;
  }

  .footer-column--logo {
    position: relative;
  }

  .footer-column.footer-column--logo img {
    height: 210px !important;
    width: 160px !important;
    position: absolute;
    left: 190px;
    top: -310px;
  }

  .wi_copyright span {
    position: absolute;
    bottom: 110px !important;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .wi_copyright span.special-char {
    position: absolute;
    bottom: 0px !important;
    margin-left: -10px;
  }
  .wi_image-text2_image p {
    padding: 0px !important;
    font-size: 15px !important;
  }
  .wi_image-text2_heading2 {
    font-size: 6rem!important;
    margin-top: 25px!important
  }
  .wi_image-text2_heading1 {
    font-size: 53px !important;
    letter-spacing: 0px;
  }
  .wi_image-text2 {
    border-top: 100px solid #837be7;
    background: #e0d0f8 !important;
  }

  .wi_image-text2_content {
    margin-top: -92px;
  }
  .wi_testimonial-star:after {
    display: none;
  }

  .wi_testimonial-star:before {
    display: none;
  }

  .wi_reviews-inner-star {
    width: 90%;
    margin: 0 auto;
  }

  .wi_reviews-inner.wi_testimonial {
    width: 90%;
    margin: 20px auto;
  }
  .wi_review .cstm_review_cls img {
    width: 100% !important;
    height: auto;
    margin-top: 180px;
  }
  .wi_ticker-block.border-style {
    border-left: 5px solid #381f73;
  }

  .wi_ticker-block {
    padding: 0px 10px;
  }

  .wi_ticker-blocks p {
    font-size: 15px !important;
  }
  .wi_review-title {
    margin: 10px 20px 0px 30px;
    padding-left: 130px;
  }

  .wi_review-title h3 {
    font-size: 90px !important;
  }

  .wi_review-title strong {
    font-size: 28px;
    margin-left: -70px;
  }
  .wi_review-2 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 200px;
    background-color: #e0d0f8;
    padding: 0px !important;
    border-top: 30px solid #e0d0f8;
  }

  .wi_review {
    padding: 0px !important;
    margin: 0px !important;
  }
  .cstm_hero_cls.sec4 .wi_main-image img {
    width: 320px;
    height: auto;
  }
  .cstm_hero_cls.sec4 a {
    display: none;
  }
  .cstm_hero_cls.sec4 .wi_content h3 {
    color: #e0d0f8;
  }
  .cstm_hero_cls.sec4 .wi_content h1 {
    margin-top: -50px !important;
    font-size: 8rem !important;
  }
  .cstm_hero_cls .wi_content {
    margin-top: -65px;
  }
  .cstm_hero_cls .wi_main-image a {
    padding: 4px 15px;
    font-size: 18px;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 0;
  }
  .cstm_hero_cls_sec2 .wi_content p {
    margin-bottom: 20px;
  }
  .cstm_hero_cls_sec2 .wi_content h1 {
    margin-top: -120px;
    font-size: 80px;
    font-family: "Recoleta Bold" !important;
  }
  .cstm_hero_cls_sec2 .wi_hero-container {
    background-color: #837be7;
    border-top: 100px solid #e0d0f8;
  }
  .cstm_hero_cls .wi_hero-container {
    background-color: #837be7;
    border-top: 100px solid #e0d0f8;
  }
  .wi_ticker-inner {
    gap: 0px;
  }
  .wi_about {
    display: none;
  }
  .cstm_hero_cls_sec3 .wi_hero-container .wi_content h1 {
    font-size: 4.8rem;
    padding-top: 0;
    color: #574ce5;
    font-family: "Recoleta Bold" !important;
    letter-spacing: 0px;
  }
  .cstm_hero_cls_sec3 .wi_hero-container .wi_content {
    margin-top: -85px !important;
  }
  .cstm_hero_cls_sec3 .wi_hero-container {
    display: flex !important;
    flex-direction: column-reverse;
    background-color: #837be7;
    border-top: 80px solid #e0d0f8 !important;
  }
  .header {
    padding: 10px 1rem 10px 1rem !important;
  }
  .header__search {
    display: none !important;
  }
  .announcement-bar__message {
    font-size: 12px !important;
  }
  .header__icons a.wi_extra-btn {
    display: none;
  }
  .cstm_image_with_txt_wrapper .cstm_image_with_txt_wrapper.page-width {
    display: block;
  }

  .cstm_image_with_txt_wrapper .image-with-text .grid {
    display: block;
  }

  .cstm_image_with_txt_wrapper .image-with-text__media-item {
    width: 100%;
  }

  .cstm_image_with_txt_wrapper .image-with-text__text-item {
    width: 100%;
  }
  h3.wi_product-heading {
    font-size: 3rem !important;
  }
  .cstm_hero_cls_sec3 .wi_main-image img {
    width: 346px !important;
    margin-top: 10px;
  }
  .wi_image-text2_container {
    display: block;
  }
  .wi_image-text2 {
    height: fit-content;
  }
  .wi_review-2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .wi_reviews-inner2 {
    display: block;
  }
  .wi_reviews {
    width: 100%;
    margin-top: -50px;
  }
  .wi_testimonial-star {
    width: 100%;
  }
  .wi_reviews-inner2 img {
    display: none;
  }
  .wi_review-container {
    gap: 0;
  }
  .wi_reviews-inner {
    margin-top: 20px;
  }
  .wi_review-image img {
    height: 17vh;
  }
  .cstm_hero_cls_sec3 .wi_content h1 {
    color: #e0d0f8;
  }
  .cstm_hero_cls_sec3 .wi_content h3 {
    font-size: 6rem !important;
    color: #e0d0f8;
  }
  .cstm_hero_cls_sec3 .wi_main-image a {
    margin-left: -90px;
    font-size: 14px;
    margin-top: -20px;
    z-index: 0;
  }
  .wi_about-container {
    display: block;
  }
  .wi_about-container img {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .footer-column.footer-column--logo img {
    left: 140px;
  }
  .wi_review-title {
    padding-left: 70px;
  }
  .wi_review-title2 {
    margin-right: 25px;
  }
}
@media (max-width: 768px) {
  .wi_product-ings {
    width: 100% !important;
  }
  .product__info-wrapper .product__description p {
    margin-bottom: 20px;
  }
  variant-selects {
    /* margin-bottom: -32px !important; */
    border: 2px solid !important;
  }
  .product-form__input .form__label {
    font-size: 16px !important;
    /* color: #381f73 !important; */
  }
  .product-form__input--pill input[type="radio"] + label {
    padding: 5px 10px !important;
    color: inherit !important;
  }
}



}
