/** Shopify CDN: Minification failed

Line 308:11 Expected ":"

**/
@font-face {
  font-family: "GeneralSans";
  font-weight: 400;
  src: url("/cdn/shop/files/GeneralSans-Regular.otf?v=1760075751");
}
@font-face {
  font-family: "GeneralSans";
  font-weight: 600;
  src: url("/cdn/shop/files/GeneralSans-Semibold.otf?v=1760075750");
}
@font-face {
  font-family: "GeneralSans";
  font-weight: 500;
  src: url("/cdn/shop/files/GeneralSans-Medium.otf?v=1760075750");
}
@font-face {
  font-family: "GeneralSans";
  font-weight: 300;
  src: url("/cdn/shop/files/GeneralSans-Light.otf?v=1760075750");
}
@font-face {
  font-family: "GeneralSans";
  font-weight: 700;
  src: url("/cdn/shop/files/GeneralSans-Bold.otf?v=1760075750");
}
@font-face {
  font-family: "GeneralSans";
  font-weight: 800;
  src: url("/cdn/shop/files/GeneralSans-Extralight.otf?v=1760075750");
}

.home_container .container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.home_common {
    font-family: Revelstoke;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}


/* ================================ */

.sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-img-text-part{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sc_home_new_img_text.sc-pdp-new-img-text .mobile-heading{
    display:none;
}
.sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part{
    padding:0 ;
}
.sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part .heading {
    margin-bottom: 27px;
    max-width: 470px;
}
.sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part .content {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  font-family: "Inter", sans-serif;
}
.sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-img-part{
    padding:0 15px;
}
.sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part .content, .sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part .content ul {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part .content ul li {
    position: relative;
    padding-left: 42px;
}
.sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part .content ul li::after {
    position: absolute;
    content: '';
    background-image: url(/cdn/shop/files/11.png?v=1760162058);
    height: 20px;
    width: 20px;
    background-size: contain;
    left: 0;
    top: 2px;
}


.new-compare-section .sc-pdp-compare-sec .sec-title {
    text-align: center;
    margin-bottom: 74px;
}
.new-compare-section .compare_table {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 154px;
    text-align: center;
}
.new-compare-section .compare_table .table_row {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    min-height: 81px;
}
.new-compare-section .compare_table .table_row .table_col {
    border-bottom: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
}
.new-compare-section .compare_table .table_row .ourcol {
    border-bottom-color: #D5D5B8;
    flex: 0 0 calc(50% - 1px);
    background: #F37720;
    width: calc(50% - 2px);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.new-compare-section .compare_table .table_row .othercol {
    flex: 0 0 calc(50% - 2px);
    width: calc(50% - 2px);
    background: #FAEDCD;
    color: #174631;
    font-size: 16px;
    font-weight: 600;
    border-bottom-color: #174631;
}
.new-compare-section .compare_table .table_row .othercol.lowsugar_col {
    border-bottom: 1px solid #D5D5B8;
}
.new-compare-section .table_row.table_head .ourcol {
    border-top-left-radius: 24.97px;
    border-top-right-radius: 24.97px;
}
.new-compare-section .table_row.table_head .lowsugar_col {
    border-top-left-radius: 24.97px;
}
.new-compare-section .table_row:last-of-type .ourcol {
    border-bottom-left-radius: 24.97px;
    border-bottom-right-radius: 24.97px;
}
.new-compare-section .table_row:last-of-type .lowsugar_col {
    border-bottom-left-radius: 24.97px;
}
.new-compare-section .compare_table img.tableicon {
    width: 31px;
    margin-bottom: 12px;
}
.new-compare-section .sc_new_home_compare_sec .table_row.table_head .productimg {
    max-height: 213px;
    margin-top: -157px;
    width: auto;
}
.new-compare-section .table_col.ourcol.pasture_col {
    border-bottom-right-radius: 0px;
}
.new-compare-section .table_col.othercol.lowsugar_col {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 24.97px;
}
.new-compare-section .compare_table {
    max-width: 802px;
}
.new-compare-section .compare_table > *:first-child .table_col {
    border-radius: 24px 24px 0 0 !important;
}
.new-compare-section .compare_table > * .table_col {
    border-radius: 0 !important;
}
.new-compare-section .compare_table > *:last-child .table_col {
    border-radius: 0 0 24px 24px !important;
}
.new-compare-section .compare_table .table_row .table_col.ourcol.pasture_col p, .new-compare-section .compare_table .table_row .othercol.lowsugar_col p {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
}
.home_compare_tab > button {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
    padding: 10px;
    color: #FAEDCD;
    border-radius: 8px;
}
.home_compare_tab > button.active {
    background: #F1E7C8;
    color: #174631;
}
.home_compare_tab {
    background: #24523D;
    padding: 4px;
    border-radius: 8px;
    width: fit-content;
    margin: 0 auto 24px;
}
.template-index .new-compare-section .compare_table:not(.active) {
    display: none;
}



.banner_content {
    max-width: 573px;
    /* margin-bottom: 100px; */
}
.home-banner .p-0 {
    padding: 0 !important;
}
.home-banner .m-0 {
    margin: 0 !important;
}
.banner_img {
    max-width: 680px;
    top: -30px;
    position:absolute;
    pointer-events:none;
}
.subtitle {
    letter-spacing: 0;
    font-size: 26px;
    color: #174631;
    margin-bottom: 20px;
    font-weight: 600;
}
.subtitle img {
    width: 17px;
    display: inline;
}
.bannertitle {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: var(--heading-font-stack);
    z-index: 1;
    max-width: 550px;
    letter-spacing: 0;
    position: relative;
    letter-spacing: -0.2px;
}
.bannertitle:after {
    content: "";
    position: absolute;
    left: -12px;
    right: 0;
    width: 100%;
    max-width: 91%;
    bottom: 15px;
    height: 40px;
    background: rgba(243,119,32,0.28);
    z-index: -1;
    transform: rotate(-1.5deg);
}
.sitebtn {
    font-weight: 700;
    background: #174631;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    border-radius: 100px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 25px 15px;
    transition: all 0.3s;
}
.sitebtn:hover {
    background: #F37720;
}
.home-banner .btn_container {
    margin-top: 46px;
}

.ratingblock img {
    max-width: 119px;
    width: 100%;
}
.ratingblock span {
    color: #174631;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
}
.ratingblock {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    margin-+: 0;
    margin-top: 21px;
}

.badgelist {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 8px;
    margin-top: 46px;
    white-space: nowrap;
}
.badgelist .bannerbadge {
    background: #F8C891;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 3px 17px 3px 7px;
}
.badgelist .bannerbadge img {
    width: 38px;
}
.badgelist .bannerbadge span {
    color: #174631;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin-left: 3px;
}
.mobileimg{
    display:none;
}


.iconsec {
    background: #174631;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-top: -1px;
    margin-bottom: -1px;
}

.iconboxlist {
  max-width: 100%;
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
}
.iconitem {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.iconitem span {
    font-size: 18px;
    color: #FEEDC5;
    letter-spacing: 0;
    text-align: center;
    margin-top: 13px;
    max-width: 109px;
    font-weight: 400;
}
.iconitem img {
    max-width: 80px;
    width: 100%;
    margin-bottom: 16px;
}
.btn_container_row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 21px;
}
.left_banner_content {
    padding: 0 0 0 30px;
}
.iconboxlist .iconitem p {
    font-family: GeneralSans;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #F3E5C2;
}


 .sc-home-brothers .content-box .heading {
    background-color: #F3E5C229;
    color: #F3E5C2;
    padding: 9px 13px;
    display: inline-block;
    letter-spacing: 0.9px;
    margin-bottom: 27px;
    margin-left: -28px;
    padding-left: 28px;
}
.sc-home-brothers .content {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #F3E5C2;
}
.sc-home-brothers .content p {
  padding-bottom: 20px;
  font-family: Inter;
  font-weight: 500;
}
.sc-home-brothers .content p:last-child{
  padding-bottom:0px;
}
.sc-home-brothers .main-row {
  gap: 64px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}
.sc-home-brothers .main-row .content-box {
  margin-top: 47px;
  padding-bottom: 60px;
}
.sc-home-brothers .men-img img {
    object-fit: cover;
    object-position: top;
    max-width: 536px;
}

.sc-home-brothers .main-row .men-img {
    display: flex;
    align-items: flex-end;
}


.home_product_grid h1 {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 35px;
}
  .home_product_grid {
    background: #F7E4B6;
    position: relative;
}
.home_product_grid::after {
    background-image: url(/cdn/shop/files/Frame_2147203040.png?v=1760087509);
    position: absolute;
    content: '';
    bottom: -22px;
    left: 0;
    right: 0;
    height: 76px;
    background-size: cover;
    z-index: 1;
    background-position: bottom;
}

.home_product_grid .products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 auto;
}

.home_product_grid .product-card {
  border: 2px solid #174631;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home_product_grid .product-image {
    background: linear-gradient(180deg, #A8C5B8 0%, #7BA591 100%);
    border-radius: 12px;
    margin-bottom: 16px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.home_product_grid .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home_product_grid .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #2C5F4F;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
}

.home_product_grid .badge-icon {
  width: 18px;
  height: 18px;
  background: #F5A623;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.home_product_grid .flag {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 30px;
  background: linear-gradient(to bottom, #B22234 0%, #B22234 35%, white 35%, white 65%, #B22234 65%);
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 2;
}

.home_product_grid .product-title {
  font-family: Revelstoke;
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #174631;
  margin-bottom: 5px;
}
.home_product_grid .product-subtitle {
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #174631;
  margin-bottom: 15px;
  font-weight: 500;
}
.home_product_grid .product-description {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  color: #174631;
}

.home_product_grid .product-features {
  display: flex;
  gap: 10px;
  margin: 15px 0;
  flex-wrap: wrap;
}

.home_product_grid .feature-badge {
  background: #2C5F4F;
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
 .home_product_grid .shop-button:hover {
    background: transparent;
    color: #F37720;
}
.home_product_grid .shop-button {
  color: #fff;
  font-family: Raleway;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 19px;
  background: #F37720;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #F37720;
  transition: .4s;
  margin-top: 24px;
}


.sc-home-most-gummies .home-most-gummies_row {
  padding: 32px;
  width: 100%;
  border-radius: 24px;
}
.sc-home-most-gummies .sc-title {
    font-family: Revelstoke;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.sc-home-most-gummies .sc-desc {
    width: 100%;
    max-width: 657px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.sc-home-most-gummies .image-content-grid {
  display: flex;
  gap: 11px;
  align-items: center;
}
.sc-home-most-gummies .sc-content {
  width: 100%;
  max-width: 536px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sc-home-most-gummies .gummies-image {
  width: 100%;
  max-width: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-home-most-gummies .sc-content-list-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.sc-home-most-gummies .sc-content-list {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.sc-home-most-gummies .sc-content-list img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-top: 2px;
}
.sc-home-most-gummies .gummies-image img {
  max-width: 535px;
}
.home_most_button a:hover {
  color: #F37720;
  background: transparent;
}
.home_most_button a {
    color: #fff;
    font-family: Raleway;
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 24px;
    background: #F37720;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #F37720;
    transition: .4s;
    width: 100%;
    display: block;
}
.sc-home-most-gummies .image-content-grid.left {
    flex-direction: row-reverse;
}
.home_most_title .home_common {
    max-width: 670px;
    text-align: center;
    margin: 0 auto 36px;
}

.sc-home-most-gummies {
  position: relative;
}


 .sc-pdp-faq .faq-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.sc-pdp-faq .faq-row {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2,1fr);
}

.sc-pdp-faq .faq-gummy-image {
    max-width: 47%;
    width: 100%;
    margin: auto 0;
}
.sc-pdp-faq .sec-title {
    font-size: 50px;
    text-transform: uppercase;
    font-family: var(--heading-font-stack);
    line-height: normal;
    font-weight: 700;
    margin-bottom: 60px;
}
.sc-pdp-faq .accordian .acctitle {
    padding: 17px 47px 17px 16px;
    display: flex;
    color: #174631;
    justify-content: space-between;
    font-weight: 500;
    font-size: 17.72px;
    line-height: 21.6px;
    letter-spacing: 0;
    position: relative;
}
.sc-pdp-faq .accordian {
    margin-bottom: 12px;
}
.sc-pdp-faq .acccontent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.sc-pdp-faq .acccontent_iner {
    color: #174631;
    display: block;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 26.4px;
    letter-spacing: 0;
    padding: 17px 16px;
}
.sc-pdp-faq .accordian .acctitle .accicon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
}
.sc-pdp-faq .accordian .acctitle.active .accicon {
  transform: rotate(180deg) translateY(50%);
}

.sc-pdp-faq .faq-gummy-image {
      max-width: 50%;
    }
.faqs_img.desktopimg {
    max-width: 660px;
}
.accordian_question_img {
  height: 64px;
  width: 64px;
  border: 2.11px solid #DFBD8F;
  background: #FFEEBA;
  box-shadow: 0.84px 1.68px 3.37px 0px #00000066;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordian_question_img img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}
.accordian_question {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Revelstoke;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}
.home_faqs_dis {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 64px;
}
.faq_homeIcon {
    position: relative;
}
.faq_homeIcon::after {
    background-image: url(/cdn/shop/files/Frame_2147203040.png?v=1760087509);
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    right: 0;
    height: 76px;
    background-size: cover;
}


.home_testimonial {
    background: #F7E4B6;
    position: relative;
}
.home_testimonial::after {
    position: absolute;
    content: '';
    background-image: url(/cdn/shop/files/Frame_2147203041.png?v=1760092060);
    height: 76px;
    top: 0px;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: 1;
}
.home_testimonialTitrle {
    text-align: center;
    margin-bottom: 36px;
}
.home_testimonial_icon {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.home_testimonial_icon span {
    display: flex;
}
.home_testimonial_box .dis, .home_testimonial_box > span {
    font-family: Generalsans;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.3px;
    color: #174631;
}
.home_testimonial_box .dis {
    margin-bottom: 20px;
}
.home_testimonial_box {
    padding: 36px 24px;
    background: #FFFFFF;
    border-radius: 16px;
}
.home_testimonial_col {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.home_testimonial_col > * {
    width: calc(33.33% - 16px);
}
.desktop_meinMenu >:not(.menu_links) {
    display: none;
}
.desktop_meinMenu .menu_links nav li * {
    font-family: Revelstoke;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}
.desktop_meinMenu .menu_links nav li a {
    padding-left: 0;
    padding-right: 0;
}
.header-container .desktop_meinMenu nav ul {
    gap: 47px;
    margin: 0;
}
.headerContainer_grid > * {
    width: auto;
}
.headerContainer_grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
}
#headerContainer .header-container {
    padding: 0 100px;
}
.headerContainer_grid .desktop_meinMenu {
    order: 2;
    justify-content: center;
}
.headerContainer_grid .header_logo {
  order: 1;
  
}
.headerContainer_grid .header_rightIcon {
  order: 3;

}


@media only screen and (min-width: 768px) {
  .faqs_img.mobileimg {
      display: none;
  }
}

/*
@media only screen and (min-width: 1500px) {
  .faqs_img.desktopimg {
      max-width: 740px;
  }
} 

@media screen and (max-width:1450px){}

@media screen and (max-width:1199px){}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 750px) {}

@media only screen and (max-width: 575px) {}

@media screen and (max-width:486px) {}

@media only screen and (max-width: 425px) {} */


@media (max-width: 1400px) {
  #headerContainer .header-container {
      padding: 0 22px;
  }
}
@media (max-width: 1199px) {
  .bannertitle {
    font-size: 48px;
    max-width: 445px;
  }
  .banner_img {
    max-width: 550px;
    margin-bottom: -110px;
    position: unset;
  }
  .bannertitle:after {
    width: 84%;
    bottom: 10px;
  }
  .sc-pdp-faq .sec-title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 40px;
  }
  .sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part .heading {
      margin-bottom:20px;
  }
  .sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part,
  .sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-img-part{
      padding:0;
  }

  .banner_img {
    max-width: 450px;
    margin-bottom: -60px;
    position: unset;
  }
  .iconboxlist{
    max-width:100%;
  }
  .badgelist {
    margin-top: 30px;
  }
  .home-banner .btn_container {
    margin-top: 30px;
    max-width:100%;
  }
  .sitebtn {
    font-size: 16px;
    padding: 19px 15px;
  }
  .banner_content {
    margin-bottom: 40px;
  }
  .subtitle {
    margin-bottom: 10px;
  }
  .badgelist {
      white-space: normal;
  }
  .badgelist .bannerbadge span {
      max-width: 130px;
  }
  .badgelist .bannerbadge {
      padding: 3px 7px 3px 7px;
  }
  .sc-home-most-gummies .sc-content-list img {
      width: 26px;
      height: 26px;
  }
  .sc-home-most-gummies .sc-content {
      padding: 12px 0px;
  }
  .sc-home-most-gummies  .section-heading {
      width: 100%;
      max-width: 550px;
  }
  .sc-home-most-gummies .sc-desc {
      margin-bottom: 10px;
  }
  .sc-home-most-gummies .gummies-image {
      margin-top: 0px;
  }
  .sc-home-most-gummies .sc-content-list-text {
      font-size: 16px;
      line-height: 20px;
  }
  .sc-pdp-faq .faq-row {
      gap: 30px;
  }
  .sc-pdp-faq .faq-gummy-image {
    max-width: 50%;
  }

  .sc-pdp-faq .sec-title {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 30px;
  }
  .home_common {
    font-size: 44px;
  }
  .home_faqs_dis {
      margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .sc-home-brothers .content {
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
  }
  .desktopimg{
    display:none;
  }
  .mobileimg{
    display:block;
  } 
  .bannertitle {
    font-size: 39px;
  }
  .subtitle {
    font-size: 21px;
  }
  .badgelist .bannerbadge {
      flex-direction: column;
      text-align: center;
      padding: 3px 7px 7px 7px;
  }
  .btn_container_row {
      grid-template-columns: repeat(1,1fr);
      gap: 10px;
  }
  .sc-home-brothers .main-row {
      gap: 0;
  }
  .home_common {
      font-size: 38px;
  }
  .home_product_grid .products-grid {
      gap: 20px;
  }
  .home_product_grid .product-title {
      font-size: 30px;
  }
  .home_product_grid .product-description, .home_product_grid .product-subtitle {
      font-size: 16px;
  }
  .iconboxlist .iconitem p {
      font-size: 16px;
  }
  .home_product_grid .product-card {
    padding: 14px;
  }
  .home_most_title .home_common {
    max-width: 540px;
  }
  .sc-home-brothers .content-box .heading {
      margin-bottom: 15px;
  }
  .home_most_button a {
      font-size: 18px;
      padding: 20px;
  }
  .accordian_question {
      font-size: 20px;
  }
  .sc-pdp-faq .accordian .acctitle {
      padding: 12px 47px 12px 12px;
  }
  .sc-pdp-faq .acccontent_iner {
      padding: 8px 0;
  }
  .home_faqs_dis {
      margin-top: 30px;
      font-size: 16px;
  }
  .home_testimonial_col > * {
      width: calc(50% - 12px);
  }
  .desktop_meinMenu >:not(.menu_links) {
    display: block;
  }
  .desktop_meinMenu .menu_links {
      display: none;
  }
  .headerContainer_grid .desktop_meinMenu {
      order: 1;
      justify-content: flex-start;
  }
  .headerContainer_grid .header_logo {
      order: 2;
  }
  .headerContainer_grid {
      grid-template-columns: 1fr auto 1fr;
  }
  .bannertitle:after {
    width: 70%;
    bottom: 7px;
  }
}
@media (max-width: 767px) {
  .sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part .content {
    font-size:16px;
  }
  .bannertitle {
    font-size: 42px;
  }
  .bannertitle:after {
    width: 100%; 
    left: -7px;
  }
  .home_product_grid .products-grid {
    grid-template-columns: 1fr;
  }

  .home_product_grid .product-title {
    font-size: 28px;
  }
  .sc-home-most-gummies .sc-content-list-text {
      font-size: 16px;
      line-height: 20px;
  }
  .sc-pdp-faq .faq-row {
    flex-direction: column;
  }
  .sc-pdp-faq .faq_block {
      max-width: 100%;
      margin: 0;
  }
  .sc-pdp-faq .faq-gummy-image {
    display: none;
  }
  .sc-pdp-faq .sec-title {
    text-align: center;
  }
  .faqs_img.mobileimg {
      display: flex;
      justify-content: flex-end;
  }
  .faqs_img.mobileimg img {
    max-width: 70%;
    margin: 0 auto;
  }
  .sc-pdp-faq .acccontent_iner {
    font-size: 15px;
    line-height: 22px;
  }
  .sc-pdp-faq .secshape {
    display: none;
  } 
  .new-compare-section .compare_table .table_row {
    min-height: 70px;
  }
  .new-compare-section .compare_table .table_row.table_head {
    min-height: 110px;
  }
  .new-compare-section .sc_new_home_compare_sec .table_row.table_head .productimg {
    margin-top: -137px;
  } 
  .new-compare-section .compare_table {
    padding-top: 100px;
  }
  .new-compare-section .compare_table .table_row .table_col {
    padding: 11px 10px;
  }
  .new-compare-section .table_row.table_head .productimg {
    margin-top: -149px;
  }

  .new-compare-section .table_row.table_head .ourcol {
    border-top-left-radius: 14.65px;
    border-top-right-radius: 14.65px;
  }
  .new-compare-section .table_row.table_head .lowsugar_col {
    border-top-left-radius: 14.65px;
  }
  .new-compare-section .table_row:last-of-type .ourcol {
    border-bottom-left-radius: 14.65px;
    border-bottom-right-radius: 14.65px;
  }
  .new-compare-section .table_row:last-of-type .lowsugar_col {
    border-bottom-left-radius: 14.65px;
  }
  .new-compare-section .table_row.table_head .productimg {
    margin-top: -50px;
  }
  .new-compare-section .table_row.table_head .ourcol.pasture_col {
    padding-left: 0;
    padding-right: 0;
  }
  .new-compare-section .table_row.table_head .productimg {
    margin-top: -113px;
  }
  .banner_content {
    max-width: 100%;
    width:100%;
    text-align: center;
  }
  .bannertitle {
    margin: 0 auto;
    max-width: 400px;
    line-height: 52px;
  }
  .badgelist {
    justify-content: space-between;
  }
  .ratingblock span {
    font-size: 13px;
  }
  .ratingblock img{
    max-width:91px;
  }
  .ratingblock{
    margin-top:10px;
  }
  .badgelist .bannerbadge {
    flex: 0 0 32%;
    width: 32%;
  }
  .bannertitle:after {
    height: 33px;
    max-width: 82%;
    margin: 0 auto;
    transform: rotate(-1deg);
  }
  .subtitle {
    margin-bottom: 22px;
  }
  .iconitem img {
    max-width: 87px;
  }
  .iconitem span {
    font-size: 15px;
    max-width: 81px;
  }
  .home_container .iconboxlist {
      gap: 34px;
      display: flex;
      overflow-x: auto;
      width: 100%;
  }
  .iconsec {
    padding-top: 30px;
    padding-bottom: 24px;
  }
  .banner_content {
    max-width: 500px;
    margin: 0 auto 50px;
  }
  .home-banner .btn_container {
    max-width: 100%;
    margin: 24px auto 0;
  }
  .main-row {
    flex-wrap: wrap;
    gap: 0px !important;
  }
  .content-box {
    padding-bottom: 100px;
    text-align: center;
  }
  .sc-home-brothers .content {
    font-size: 16px;
    line-height: 22px;
    padding-left: 0px;
    text-align: left;
  }
  .sc_home_new_img_text.sc-pdp-new-img-text .mobile-heading{
    display:block;
  }
  .sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part .desk-heading{
    display:none;
  }
  .sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-img-text-part{
    display: flex;
    flex-direction: column-reverse;
    gap:16px;
  }
  .left_banner_content {
    padding: 0;
  }
  .banner_img {
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto;
      max-width: 540px;
  }
  .sc-home-brothers .main-row {
      grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sc-home-brothers .main-row .content-box {
      margin-top: 12px;
      padding-bottom: 60px;
  }
  .sc-home-brothers .content-box .heading {
      margin-bottom: 27px;
  }
  .home_container .container {
      max-width: 540px;
      padding: 0 16px;
  }
  .iconboxlist .iconitem {
      min-width: 135px;
  }
  .sc-home-brothers .main-row .content-box {
      padding-bottom: 100px;
  }
  .home_product_grid .products-grid {
      gap: 16px;
  }
  .sc-home-most-gummies .image-content-grid {
      flex-wrap: wrap;
      flex-direction: column-reverse !important;
  }
  .sc-home-most-gummies .home-most-gummies_row {
      padding: 24px;
  }
  .sc-pdp-faq .faq-row {
      grid-template-columns: repeat(1,1fr);
  }
  .home_testimonial_col > * {
      width: 100%;
  }
  .home-banner .badgelist {
      margin-top: 24px;
  }
  .home-banner .subtitle {
      margin-bottom: 10px;
  }
  .badgelist .bannerbadge {
      padding: 4px 9px 9px 9px;
  }
}
@media (max-width: 575px) {
  .sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part{
    padding:0 15px;
  }
  .sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-img-part{
    padding:0 10px;
  }
  .new-compare-section .compare_table .table_row .ourcol {
    font-size: 11px;
  }
  .bannertitle:after {
    max-width: 92%;
  }
  .content-box {
    padding-bottom: 55px;
    text-align: center;
  }
  .sc-home-most-gummies .image-content-grid {
    flex-direction: column;
  }
  .sc-home-most-gummies .sc-content {
    padding: 0px;
  }
  .sc-home-most-gummies .sc-desc {
    font-size: 14px;
    line-height: 150%;
    text-align: left;
  }
  .sc-home-most-gummies .image-content-grid {
    gap: 24px;
  }
  .sc-home-most-gummies .gummies-image {
    margin-top: 20px;
  }
  .faqs_img.mobileimg img {
    max-width: 85%;
  }
  .bannertitle:after {
    bottom: 0;
  }
  .men-img img {
    height: 356px;
    object-fit: cover;
  }
  .iconboxlist .iconitem {
      min-width: 100px;
  }
  .iconboxlist .iconitem p {
      font-size: 14px;
  }
  .iconboxlist {
      gap: 30px;
  }
  .sc-home-brothers .content-box .heading {
      padding: 9px 12px;
      margin-bottom: 19px;
      margin-left: 0;
      padding-left: 12px;
      font-size: 32px;
  }
  .sc-home-brothers .content {
      font-size: 14px;
      line-height: 140%;
  }
  .home_common {
      font-size: 36px;
  }
  .home_product_grid .product-card {
      border-radius: 24px;
  }
  .home_product_grid .product-description, .home_product_grid .product-subtitle {
      font-size: 14px;
  }
  .home_product_grid .shop-button {
      padding: 18px;
  }
  .home_most_title .home_common {
      max-width: 320px;
  }
  .sc-home-most-gummies .sc-title {
      font-size: 24px;
      line-height: 110%;
  }
  .sc-home-most-gummies .sc-content-list-text {
      font-size: 14px;
      line-height: 150%;
  }
  .sc-home-most-gummies .sc-content-list img {
      width: 20px;
      height: 20px;
  }
  .home_most_button a {
      font-size: 16px;
      padding: 18px;
  }
  .home_faqs_dis {
      margin-top: 18px;
      font-size: 14px;
  }
  .new-compare-section .compare_table .table_row .table_col.ourcol.pasture_col p, .new-compare-section .compare_table .table_row .othercol.lowsugar_col p {
      font-size: 11px;
      line-height: 14px;
      text-transform: uppercase;
  }
  .sc_home_new_img_text.sc-pdp-new-img-text .sc-pdp-new-content-part .heading {
      margin-bottom: 27px;
  }
  .home_testimonial::after {
      top: -10px;
  }
  .home_testimonialTitrle {
      max-width: 250px;
      margin: 0 auto 37px;
  }
  .subtitle {
      font-size: 18px;
  }
  .badgelist {
      gap: 12px;
  }
  .badgelist .bannerbadge {
      flex: 0 0 31%;
      width: 31%;
  }
  .home_testimonial_icon span svg {
    height: 20px;
    width: 20px;
  }
  .home_testimonial_box {
      padding: 17px 16px;
  }
  .home_compare_tab > button {
      font-size: 16px;
  }
}
@media (max-width: 380px) {
  .bannertitle {
      font-size: 39px;
      line-height: 44px;
  }
}
@media (max-width: 370px) {
  .bannertitle {
    font-size: 33px;
    line-height: 38px;
  }
  .badgelist .bannerbadge span {
      font-size: 11px;
  }
  .iconitem img {
      max-width: 75px;
      margin-bottom: 10px;
  }
  .iconboxlist .iconitem p {
      font-size: 12px;
  }
  .iconboxlist .iconitem {
      min-width: 86px;
  }
  .iconboxlist {
      gap: 20px;
  }
  .sc-home-brothers .content-box .heading {
      font-size: 28px;
  }
  .home_common {
      font-size: 32px;
  }
  .sc-home-most-gummies .sc-title {
      font-size: 22px;
      line-height: 110%;
  }
  .accordian_question_img {
      height: 44px;
      width: 44px;
  }
  .new-compare-section .sc-pdp-compare-sec .sec-title {
      margin-bottom: 44px;
  }
  .new-compare-section .compare_table .table_row.table_head {
      min-height: 100px;
  }
  .new-compare-section .sc_new_home_compare_sec .table_row.table_head .productimg {
      max-height: 143px;
      margin-top: -107px;
  }
  .new-compare-section .compare_table {
      padding-top: 80px;
  }
  .home_testimonial_box .dis, .home_testimonial_box > span {
      font-size: 16px;
  }
  .accordian_question_img img {
    height: 35px;
    width: 35px;
}
}