/** Shopify CDN: Minification failed

Line 400:13 Expected identifier but found whitespace
Line 400:15 Unexpected "{"
Line 400:24 Expected ":"
Line 415:10 Expected identifier but found whitespace
Line 415:12 Unexpected "{"
Line 415:21 Expected ":"
Line 421:20 Unexpected "{"
Line 421:29 Expected ":"
Line 421:36 Unexpected "{"
Line 434:13 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.custom-image-slider {
    padding: 80px 0;
    overflow-x: hidden;
}
/* Desktop Slider */
.image-slider-wrapper {
  display: flex;
  gap: 20px;
}
/* Desktop Slider */
.custom-card-slider .swiper-wrapper {
  display: flex;
}
/* .custom-image-slider .swiper.custom-card-slider {
    overflow: visible;
} */
.custom-card-slider .swiper-slide {
  width: 500px;
}
.image-card {
    position: relative;
    height: 300px;
    border-radius: 14px;
    overflow: hidden;
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    color: #fff;
    max-width: 256px;
}
.image-card-content h3 {
    margin: 0 0 3px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.38px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 100%;
}
.image-card-content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 1.38px;
    font-weight: 400;
    text-transform: capitalize;
}
.how-to-use-section {
  padding: 0px 0px 84px;
}
.section-header {
  text-align: center;
  margin-bottom: 44px;
}
.section-header h2 {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  color: #251111;
  font-weight: 500;
}
.how-to-use-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.how-to-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.how-to-image {
  width: 109px;
  min-width: 109px;
  height: 109px;
}
.how-to-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-to-content h3 {
  margin: 0 0 2px;
  font-size: 21px;
  line-height: 33px;
  color: #251111;
  font-weight: 500;
  letter-spacing: 0.24px;
}
.how-to-content p {
  margin: 0;
  font-size: 15px;
  line-height: 17px;
  color: hsl(0deg 0% 0.39% / 75%);
  letter-spacing: 0.24px;
}
.how-to-content {
    flex: 1;
}
.custom_faq_section.new_custoM_faq_secs {
    background: #fff!important;
    padding-bottom: 84px;
}
.custom_faq_section.new_custoM_faq_secs .flexx_wrapper {
    background: #fff;
    gap: 60px;
    align-items: flex-start;
}
.custom_faq_section.new_custoM_faq_secs h2.heading {
    font-size: 40px;
    color: #000000;
    line-height: 44px;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 525px;
    margin: 0;
}
.custom_faq_section.new_custoM_faq_secs .flexx_wrapper .faq_wrapp {
    flex: 1;
    padding: 0;
    max-width: 100%;
}
.custom_faq_section.new_custoM_faq_secs .flexx_wrapper .faq_wrapp .faq_list_items_wrap {
    margin-top: 0px;
}
.custom_faq_section.new_custoM_faq_secs .flexx_wrapper .faq_wrapp .faq_list_items_wrap h3.faw_heading {
    color: #000;
    font-size: 16px;
    padding-right: 10px;
}
.custom_faq_section.new_custoM_faq_secs .flexx_wrapper .faq_wrapp .faq_list_items_wrap .faq_items {
    border-bottom: 1px solid #363636;
}
.custom_faq_section.new_custoM_faq_secs .faq_list_items .faq_items .faq_content p {
    color: #000;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.new_custoM_faq_secs .img_wrap, .new_custoM_faq_secs .faq_wrapp h2.heading, .new_custoM_faq_secs .faq_wrapp p.sub_heading {
    display: none;
}
.custom_faq_section h2.heading.left_heading {
    display: none;
}
.custom_faq_section.new_custoM_faq_secs h2.heading.left_heading {
    display: flex;
}
.custom_faq_section .faq_list_items .faq_items .faw_heading svg path {
    fill: #fff;
}
.custom_faq_section.new_custoM_faq_secs .faq_list_items .faq_items .faw_heading svg path {
    fill: #000;
}
.comparison-section {
  padding: 65px 0 100px;
}
.comparison-section .page-width {
    max-width: 1100px;
}
.comparison-header {
  text-align: center;
  margin-bottom: 48px;
}
.comparison-header h2 {
    margin: 0 0 4px;
    font-size: 36px;
    line-height: 44px;
    color: #251111;
    font-weight: 500;
    letter-spacing: -1%;
}
.comparison-header p {
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.comparison-image {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 14px;
}
.comparison-image img {
  width: 100%;
  display: block;
  height: 270px;
  object-fit: cover;
}
.comparison-title {
    text-align: center;
    margin: 0 0 26px;
    font-size: 20px;
    line-height: 1.1;
    color: #000;
    font-weight: 500;
}
.comparison-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0px 10px;
}
.comparison-label {
    background: #FFF6EA;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #251111;
}
.right-column .comparison-label {
  background: #E9E9E9;
}
.comparison-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 11px 18px;
    border-radius: 18px;
    margin-bottom: 8px;
    background: #FFF6EA;
    font-size: 13px;
    line-height: 16px;
    color: #2b1715;
    min-height: 54px;
}
.right-column .comparison-item {
  background: #E9E9E9;
}
.comparison-item img {
    width: 20px;
    height: 20px;
}
.right-column .comparison-item img {
    width: 30px;
    height: 30px;
}
.ingredients-section {
  padding: 0px 0px 130px;
}
.ingredients-section .page-width {
    max-width: 1100px;
}
.ingredients-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 50px;
}
/* Left Large Card */
.ingredients-large-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.ingredients-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ingredients-overlay {
  position: absolute;
  inset: 0;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.ingredients-top-content {
  text-align: center;
  position: relative;
  z-index: 3;
}
.ingredients-image {
    height: 100%;
}
.ingredients-top-content h2 {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.1;
    color: #251111;
    font-weight: 500;
    letter-spacing: -1%;
}
.ingredients-top-content p {
    margin: 0;
    font-size: 18px;
    color: #251111;
    line-height: 24px;
}
.ingredients-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  position: relative;
  z-index: 3;
}
.ingredient-item {
  text-align: center;
  color: #fff;
}
.ingredient-icon {
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ingredient-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.ingredient-item h4 {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: #D3C3AE;
}
/* Right Cards */
.ingredients-right-grid {
  display: grid;
  gap: 20px;
}
.small-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.small-card-image {
    height: 100%;
}
.small-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.small-card-content {
    position: absolute;
    padding: 25px 30px;
    z-index: 2;
    bottom: 0;
    left: 0;
}
.small-card-content h3 {
    margin: 0 0 2px;
    font-size: 22px;
    line-height: 31px;
    color: #251111;
    font-weight: 500;
}
.small-card-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #251111;
    font-weight: 500;
}
.video-testimonials-section {
  background: {{ section.settings.bg_color }};
  padding: 80px 0;
  overflow: hidden;
}
.section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.swiper.testimonialSwiper {
    overflow: visible;
}
.testimonial-card.no-video .testimonial-media {
    display: none;
}
.section-heading h2 {
    color: {{ section.settings.heading_color }};
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
}
.testimonialSwiper-{{ section.id }} {
  overflow: visible;
}
.testimonial-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 480px;
}
.testimonial-card.has-video {
  background: #000;
}
.testimonial-card.no-video {
  background: {{ section.settings.quote_bg }};
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-media {
  width: 100%;
  height: 100%;
}
.testimonial-video,
.testimonial-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonial-content {
  padding: 40px 30px;
  text-align: center;
  max-width: 90%;
}
.stars {
  margin-bottom: 5px;
}
.stars img {
  max-width: 50px;
  display: block;
  margin: 0 auto;
}
.review-text {
    font-size: 22px;
    line-height: 1.4;
    color: #1C1C1C;
    margin: 0;
    font-style: italic;
    font-weight: 500;
}
.review-username {
    margin-top: 50px;
    font-size: 16px;
    color: #000000;
}
.video-testimonials-section .swiper-button-prev,
.video-testimonials-section .swiper-button-next {
  display: none;
}
.testimonial_btn a.btn {
    background: #D3C3AE;
    border-radius: 14px;
    padding: 13px 35px;
    font-size: 16px;
    color: #251111;
}
.testimonial_btn {
    display: none;
    justify-content: center;
    margin-top: 30px;
}

/*Product details css*/

.prdct_info_new_template .contents.user-select-text p {
    font-size: 27px;
    font-weight: 500;
    color: #251111;
    line-height: 36px;
}
.prdct_info_new_template .slideshow-controls__thumbnails {
    padding: 15px 2px 5px;
    margin: 0;
}
.prdct_info_new_template .product-information__grid {
    display: flex;
    gap: 85px;
    width: 100%;
}
.prdct_info_new_template .product-information__grid .product-information__media {
    flex: 1;
    padding: 0px !important;
    min-width: unset !important;
}
.prdct_info_new_template .product-information__grid .product-details {
    width: 520px;
    padding: 0px !important;
}
.prdct_info_new_template.product-information {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 30px;
}
.prdct_info_new_template .product-information__grid .product-details .group-block {
    padding-top: 0;
}
.prdct_info_new_template .variant-option__button-label:has(:checked) {
    color: #fff;
    background-color: #251111;
    border-color: #251111;
}
.prdct_info_new_template .variant-option__button-label {
    border-radius: 20px;
    min-height: 54px;
    color: #251111;
    font-size: 18px;
}
.prdct_info_new_template .variant-option--buttons legend {
    padding: 0;
    margin-block-end: 0px;
    color: #010101;
    font-size: 18px;
}
.prdct_info_new_template .subscription-plan-section .subscription-plan-card {
    border: 1px solid #010101;
}
.prdct_info_new_template .subscription-plan-section .border_black {
    border-color: #010101;
    background: #F5EDE1;
}
.prdct_info_new_template .subscription-plan-section .onetime-plan-card {
    border: 1px solid #010101;
}
.prdct_info_new_template .subscription-plan-section .plan-title {
    color: #010101;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.04px;
}
.prdct_info_new_template .subscription-plan-section .onetime-title {
    margin: 0;
    color: #010101;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.04px;
}
.prdct_info_new_template .subscription-plan-section .sale-price {
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 0;
}
.prdct_info_new_template .subscription-plan-section .original-price {
    opacity: 0.8;
    color: #010101;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0;
    order: 2;
}
.prdct_info_new_template .subscription-plan-section .onetime-price {
    font-size: 23px;
    font-weight: 700;
    color: #010101;
    letter-spacing: 0;
    line-height: 23px;
}
.prdct_info_new_template .subscription-plan-section .benefits-list .benefit-icon svg {
    display: none;
}
.prdct_info_new_template .subscription-plan-section .benefits-list .benefit-icon::before {
    content: "";
    background: url('/cdn/shop/files/subscribe_checkmark.svg?v=1778673785');
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: cover;
}
.prdct_info_new_template .subscription-plan-section .benefits-list li.benefit-item:not(:last-child) {
    margin-bottom: 0px;
}
.prdct_info_new_template .subscription-plan-section .benefits-list li.benefit-item span {
    font-size: 15px;
    font-weight: 300;
    color: #010101;
    letter-spacing: 0;
}
.prdct_info_new_template .price_text span.price {
    font-weight: 700;
    color: #010101;
    font-size: 29px;
}
.prdct_info_new_template .accordion .details__header {
    font-size: 18px;
    color: #363636;
    font-weight: 500;
    letter-spacing: 0.23px;
    padding: 25px 20px 25px 0px;
}
.prdct_info_new_template .accordion details.details {
    border-color: #363636 !important;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details {
    border: none;
}
.prdct_info_new_template .accordion .details__header span.svg-wrapper svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
}
.prdct_info_new_template .accordion .details-content h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: #251111;
    margin-bottom: 10px;
    margin-top: 5px;
}
.prdct_info_new_template .accordion .details-content ul, .prdct_info_new_template .accordion .details-content ol {
    margin-bottom: 10px;
}
.prdct_info_new_template .accordion .details-content li {
    font-size: 14px;
    line-height: 18px;
    color: rgb(1 1 1 / 75%);
}
.prdct_info_new_template .accordion .details-content li:not(:last-child) {
    margin-bottom: 6px;
}
.prdct_info_new_template .accordion .details-content p {
    font-size: 14px;
    line-height: 18px;
    color: rgb(1 1 1 / 75%);
    margin: 0px 0px 10px;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li:not(:last-child) {
    margin-bottom: 30px;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li strong {
    font-size: 16px;
    font-weight: 500;
    color: #251111;
    margin-bottom: 4px;
    display: block;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    padding-left: 70px;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li br {
    display: none;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li::before {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li:nth-child(1)::before {
    background: url('/cdn/shop/files/ingredient_icon_01.svg?v=1778679675');
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li:nth-child(2)::before {
    background: url('/cdn/shop/files/ingredient_icon_02.svg?v=1778679675');
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li:nth-child(3)::before {
    background: url('/cdn/shop/files/ingredient_icon_03.svg?v=1778679675');
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li:nth-child(4)::before {
    background: url('/cdn/shop/files/ingredient_mct.png?v=1778782462');
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li:nth-child(5)::before {
    background: url('/cdn/shop/files/ingredient_icon_05.svg?v=1778679675');
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li:nth-child(6)::before {
    background: url('/cdn/shop/files/ingredient_icon_06.svg?v=1778679675');
}
.under_price_icon_text {
    display: none;
    gap: 30px;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%;
}
.prdct_info_new_template .under_price_icon_text {
    display: flex;
}
.icon_text_item {
    display: flex;
    gap: 5px;
    align-items: center;
}
.icon_text_item p {
    font-size: 10px;
    color: #010101;
    flex: 1;
    line-height: 12px;
    margin: 0;
    text-transform: capitalize;
}
.ingredinet_icons {
    width: 30px;
}
.additives_data_lists {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.additives_item {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.additives_item h4 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #010101;
    line-height: 18px;
    margin: 5px 0px 0px;
}
.additives_icon img {
    height: 40px;
}
.product-form-buttons .button.add-to-cart-button.button {
    border: 1px solid #251111;
    background: unset;
    color: #251111;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 20px;
    min-height: 75px;
}
.product-form-buttons .button.add-to-cart-button.button .svg-wrapper.add-to-cart-icon svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
}
.product-form-buttons .button.add-to-cart-button.button span.add-to-cart-text {
    gap: 12px;
}
.prdct_info_new_template .quantity-selector {
    height: 56px;
    flex: unset;
    border-color: rgb(1 1 1 / 20%);
    font-size: 26px;
    color: #010101;
    width: 160px;
    margin-left: auto;
    border-radius: 20px;
}
.prdct_info_new_template .quantity-selector::before {
    content: "Choose Quantity";
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #000000;
}
.prdct_info_new_template .group-block-content {
    gap: 12px;
}
.how_to_use {
    margin: 40px auto 0;
    display: none;
}
.prdct_info_new_template .how_to_use {
    display: flex;
    justify-content: center;
}
.how_to_use a {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #251111;
    border-radius: 25px;
    width: max-content;
    padding: 2px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #251111;
}
.how_to_use a img {
    width: 23px;
    height: 23px;
}
.deleived_text {
    color: #010101;
    font-size: 15px;
    letter-spacing: -0.3px;
    padding-left: 33px;
    margin: 0px 0px 8px;
}
.prdct_info_new_template .subscription-plan-section .plan-header {
    margin-bottom: 2px;
}
.prdct_info_new_template .subscription-plan-section .radio-input {
    width: 20px;
    height: 20px;
}
.prdct_info_new_template .subscription-plan-section .benefits-list {
    padding-left: 33px; 
}
.order_ship_tomorrow {
    background: #F5EDE1;
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 6px 35px;
    font-size: 16px;
    font-weight: 400;
    color: #251111;
    gap: 10px;
    justify-content: center;
    width: max-content;
    margin: 20px auto 0;
}
.order_ship_tomorrow img {
    width: 23px;
    height: 23px;
}
.prdct_info_new_template .variant_head_data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.prdct_info_new_template .variant-picker__form fieldset.variant-option {
    display: flex;
    flex-wrap: wrap;
}
#how_to_choose {
    display: none;
    color: #010101;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}
.prdct_info_new_template #how_to_choose {
    display: flex;
}
.prdct_info_new_template .variant-picker__form fieldset.variant-option label.variant-option__button-label {
    flex: 1;
}


.level-popup-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.level-popup {
    background: #fff;
    width: 100%;
    max-width: 472px;
    border-radius: 14px;
    padding: 40px 30px;
    position: relative;
}
.level-popup h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 0;
}
.popup-close{
  position: absolute;
  right: 18px;
  top: 14px;
  border: 0;
  background: transparent;
  font-size: 34px;
  cursor: pointer;
  line-height: 1;
}
.level-item{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 35px;
}
.level-badge {
    width: 61px;
    height: 61px;
    min-width: 61px;
    border-radius: 50%;
    background: #F5EDE1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: #251111;
}
.level-content h4 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 500;
    color: #251111;
}
.level-content p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: rgb(1 1 1 / 75%);
}
.popup-btn {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 40px;
    background: #200006;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    margin-top: 0;
}
body.popup-open{
  overflow: hidden;
}
.reviews_text_data {
    display: none;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.prdct_info_new_template .reviews_text_data {
    display: flex;
}
.reviews_text_data img {
    width: 86px;
}
.reviews_text_data span {
    color: #010101;
    font-size: 12px;
}
.prdct_info_new_template .main_price_data {
    display: flex;
    align-items: center;
    gap: 10px;
}
.prdct_info_new_template .compare-at-price {
    text-decoration: line-through;
    opacity: 0.6;
    margin-left: 5px;
    color: #010101;
    font-size: 18px;
}
.prdct_info_new_template .save-price {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    border-radius: 40px;
    background: #e9e1d5;
    font-size: 15px !important;
    font-weight: 400;
    margin-left: 5px;
}
.prdct_info_new_template .main_price_data span {
    font-size: 18px;
}
.prdct_info_new_template .price_cmp {
    opacity: 0.8;
    color: #010101;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0;
    text-decoration: line-through;
    margin-left: 5px;
}




/*cart css*/
.main_cart_drawer_data .cart-drawer__header {
    background: #FFF8EF;
    padding: 10px 14px;
}
.main_cart_drawer_data .cart-drawer__header .cart-drawer__heading {
    font-size: 18px;
    color: #000000;
}
.main_cart_drawer_data .cart-drawer__header .cart-drawer__heading .cart-bubble {min-width: 22px;}
.main_cart_drawer_data .cart-drawer__header .cart-drawer__heading .cart-bubble span.cart-bubble__text {
    font-size: 12px;
}
.main_cart_drawer_data .cart-drawer__header button.button.close-button.cart-drawer__close-button {
    top: 0px;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items {
    padding: 14px;
    max-height: 200px;
}
.main_cart_drawer_data #age-gate-wrapper label span {
    font-size: 10px;
    color: #676767;
    display: block;
    font-weight: 500;
}
.main_cart_drawer_data #age-gate-wrapper #age-verification-checkbox {
    border: 2px solid #251111;
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: all .2s ease;
    display: inline-block;
}
/* Checked Style */
.main_cart_drawer_data #age-gate-wrapper #age-verification-checkbox:checked{
  background: #251111;
  border-color: #251111;
}
/* Tick */
.main_cart_drawer_data #age-gate-wrapper #age-verification-checkbox:checked::after{
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.main_cart_drawer_data #age-gate-wrapper {
    gap: 10px;
    margin: 0px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    border: 1px solid #251111;
    border-radius: 5px;
    padding: 8px 15px;
    justify-content: space-between;
    width: 100%;
}
.main_cart_drawer_data .cart__ctas .cart__checkout-button {
    background: #251111;
    border-radius: 10px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    height: 40px;
}
.order_ship_tomorrow strong {
    font-weight: 600;
}
.prdct_info_new_template .product-form-buttons>*:not(.quantity-selector) {
    flex: unset;
}
.prdct_info_new_template .accelerated-checkout-block button.shopify-payment-button__button {
    background: #251111;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 20px;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.prdct_info_new_template .accelerated-checkout-block button.shopify-payment-button__button::after {
    content: "EXPRESS CHECKOUT";
    font-size: 18px;
}
.prdct_info_new_template .accelerated-checkout-block button.shopify-payment-button__button::before {
    content: "";
    background: url('/cdn/shop/files/express_icon_21e2cdae-e3e1-41b6-bb43-e281e724ca4f.svg?v=1778757702');
    width: 20px;
    height: 29px;
}
.prdct_info_new_template .accelerated-checkout-block small#shopify-buyer-consent {
    display: none;
}
.prdct_info_new_template .product-form-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.prdct_info_new_template .product-form-buttons .accelerated-checkout-block {
    order: -1;
}
.main_cart_drawer_data .cart__total-container {
    gap: 2px !important;
    margin-bottom: 10px;
}
.main_cart_drawer_data .cart__total-container span.cart__total-label {
    font-size: 12px;
    color: #000000;
}
.main_cart_drawer_data .cart__total-container .cart__total-value {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.main_cart_drawer_data .cart__total-container .cart__summary-item small {
    font-size: 8px;
    color: #676767;
}
.main_cart_drawer_data .cart-drawer__summary {
    gap: 8px;
}
.main_cart_drawer_data .cart__ctas {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.main_cart_drawer_data .cart__ctas button#checkout {
    order: -1;
}
.main_cart_drawer_data .cart-drawer__summary .cart-actions {
    padding: 0;
}
.main_cart_drawer_data .cart-drawer__summary .cart-actions button.disclosure-trigger {
    padding-left: 0;
    padding-right: 0;
}
.main_cart_drawer_data .cart-drawer__summary .cart-actions button.disclosure-trigger .disclosure-trigger__label {
    color: #000000;
    font-size: 12px;
}
.main_cart_drawer_data .cart-drawer__summary .cart-actions .cart-discount__content input#cart-discount {
    font-size: 12px;
}
.main_cart_drawer_data .cart-drawer__summary .cart-actions button.cart-discount__button {
    font-size: 12px;
    border-radius: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.main_cart_drawer_data .cart-drawer__summary .cart-actions .cart-discount__content form.cart-discount__form {
    padding-top: 0px;
}
.cart_ingredient_data {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
    justify-content: space-between;
}
.cart_ingredient_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.cart_ingredient_item img {
    height: 30px;
}
.cart_ingredient_item span {
    color: #010101;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items a.cart-items__title {
    font-size: 12px;
    color: #000;
    line-height: 14px;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items p {
    font-size: 10px;
    color: #000000;
    line-height: 13px;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items .cart-items__quantity .quantity-selector {
    border: 1px solid #251111;
    border-radius: 4px;
    height: 28px;
    width: 50px;
    max-width: 80px;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items .cart-items__quantity .quantity-selector button.button {
    height: auto;
    width: 20px;
    padding: 2px 5px;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items .cart-items__quantity .quantity-selector input {
    font-size: 13px;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items .cart-items__media img.cart-items__media-image {
    border-radius: 10px;
}
.main_cart_drawer_data td.cart_price_hide.cart-items__price {
    display: none;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items .cart-items__table tr.cart-items__table-row {
    grid-template-columns: 80px 1fr;
    position: relative;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items .cart-items__table tr.cart-items__table-row td.cart-items__quantity .button.cart-items__remove {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items .cart-items__table tr.cart-items__table-row td.cart-items__quantity .button.cart-items__remove svg path {
    stroke: #8F8F8F;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items .cart-items__table tr.cart-items__table-row .cart-items__variant dd {
    font-size: 10px;
    color: #898989;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items .cart-items__table tr.cart-items__table-row .cart-items__variants {
    margin: 0;
}
.subscription-discount-badge {
    background: #D3C3AE;
    border: 1px solid #251111;
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 10px !important;
    color: #000000;
}
.main_cart_drawer_data .cart-drawer__content .cart-drawer__items .cart-items__wrapper .cart-items .cart-items__table tr.cart-items__table-row td.cart-items__quantity {
    width: 100%;
    justify-content: space-between;
}
.cart_price_info span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.cart_price_info .compare-at-price {
    font-size: 12px;
    color: #363636;
    font-weight: 500;
    text-decoration-thickness: 1px;
    position: relative;
    top: -1px;
}
.cart_price_info {
    display: flex;
    align-items: center;
    gap: 7px;
}
.cart-drawer--empty .cart-drawer__heading {
    text-align: center;
    font-size: 15px;
    color: #000000;
    margin: 0;
}
.cart-drawer:not(:has(.cart-form)) .cart-items__wrapper p {
    font-size: 12px;
}
.cart-drawer:not(:has(.cart-form)) .cart-items__wrapper p {
    font-size: 12px;
}
a.button.cart-items__empty-button {
    background: #251111;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0;
}
.cart-actions.cart_coupon_data {
    display: none;
}

/* =========================
   CART UPSELL
========================= */

.cart-upsell-wrapper {
  padding: 14px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
.cart-upsell-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cart-upsell-header h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.upsell-arrows {
  display: flex;
  gap: 10px;
}
.upsell-prev, .upsell-next {
    border-radius: 0;
    cursor: pointer;
    border: none;
    background: unset;
    padding: 0;
}
.cart-upsell-slider {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}
.upsell-card {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    background: #F6F5F5;
    border-radius: 10px;
    padding: 8px 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    box-sizing: border-box;
}
.cart-upsell-slider::-webkit-scrollbar {
  display: none;
}
.upsell-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}
.upsell-prev.disabled,
.upsell-next.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.upsell-info {
  flex: 1;
}
.upsell-info h4 {
    margin: 0 0 4px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
}
.upsell-info h4 a {
  text-decoration: none;
  color: #000;
}
.upsell-variant {
    margin-bottom: 4px;
    padding: 3px 6px;
    border-radius: 100px;
    border: 1px solid #646363;
    background: unset;
    font-size: 10px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url('/cdn/shop/files/down_arrow.svg?v=1779354150');
    background-repeat: no-repeat;
    background-position: 95% 45%;
    background-size: 14px;
    min-width: 50px;
}
.upsell-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upsell-price {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    line-height: 13px;
}
.upsell-add-btn {
    background: #000;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 9px;
    font-weight: 600;
}
.cart-upsell-main {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cart-upsell-slider {
  flex: 1;
  overflow: hidden;
}
.upsell-prev, .upsell-next {
    width: 12px;
    border: none;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upsell-prev img,
.upsell-next img {
  width: 18px;
  height: 18px;
}
.upsell-prev[disabled],
.upsell-next[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.down_arrow img {
  transition: transform 0.3s ease;
}
.down_arrow.is-active img {
  transform: rotate(180deg);
}
.cart-drawer__dialog {
    max-height: 100dvh;
    overflow-y: hidden;
    top: 0;
    z-index: 9;
}
.cart-drawer__close-button {
    outline: none !important;
    box-shadow: none !important;
}



/*Responsive css start here*/


@media screen and (max-width: 767px) {
  .custom-card-slider {
    overflow: visible !important;
  }
  .custom-card-slider .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
    transform: unset !important;
  }
  .custom-card-slider .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .image-card {
    height: 200px;
    border-radius: 10px;
}
.custom-image-slider {
    padding: 26px 0 50px;
}
.custom-image-slider .page-width {
    padding: 0px 32px;
}
.image-card-content h3 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.92px;
}
.image-card-content p {
    font-size: 8px;
    line-height: 1.4;
    letter-spacing: 0.92px;
}
.image-card-content {
    bottom: 14px;
    left: 14px;
    right: 14px;
    max-width: 172px;
}
.custom-card-slider .swiper-slide:nth-child(2n) .image-card .image-card-content {
    text-align: right;
    left: auto;
}
.how-to-use-wrapper {
    grid-template-columns: repeat(1,1fr);
}
.section-header {
    margin-bottom: 22px;
}
.section-header h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
.how-to-content h3 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.16px;
}
.how-to-content p {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.16px;
}
.how-to-card {
    gap: 15px;
}
.how-to-image {
    width: 74px;
    min-width: 74px;
    height: 74px;
}
.how-to-use-section {
    padding: 0 0 40px;
}
.how-to-use-section .page-width {
    padding: 0px 24px;
}
.how-to-card::before {
    content: "";
    background: url('/cdn/shop/files/step_line.svg?v=1778578768');
    width: 2px;
    height: 32px;
    position: absolute;
    left: 37px;
    top: 100%;
}
.how-to-card {
    position: relative;
}
.how-to-card:last-child::before {
    display: none;
}
.custom_faq_section.new_custoM_faq_secs {
    padding-bottom: 40px;
}
.custom_faq_section.new_custoM_faq_secs h2.heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
.custom_faq_section.new_custoM_faq_secs .flexx_wrapper {
    gap: 24px;
}
.custom_faq_section.new_custoM_faq_secs .page-width {
    padding: 0px 20px;
}
.custom_faq_section.new_custoM_faq_secs .faq_list_items .faq_items .faq_content p {
    font-size: 14px;
    line-height: 21px;
}
.comparison-grid {
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
}
.comparison-section .page-width {
    padding: 0px 16px;
}
.comparison-header h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.comparison-header p {
    font-size: 14px;
    line-height: 18px;
}
.comparison-header {
    margin-bottom: 20px;
    padding: 0px 10px;
}
.comparison-image img {
    height: 200px;
}
.comparison-title {
    margin: 0 0 20px;
    font-size: 16px;
}
.comparison-label {
    border-radius: 14px;
    padding: 14px;
    font-size: 14px;
    margin-bottom: 10px;
}
.comparison-item {
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 10px;
    line-height: 12px;
}
.comparison-item img {
    width: 16px;
    height: 16px;
}
.right-column .comparison-item img {
    width: 24px;
    height: 24px;
}
.comparison-columns {
    gap: 16px;
}
.comparison-item:last-child {
    margin-bottom: 0px;
}
.comparison-section {
    padding: 32px 0 45px;
}
.ingredients-grid {
    grid-template-columns: 1fr;
    gap: 18px;
}
.ingredients-section .page-width {
    padding: 0px 20px;
}
.ingredients-section {
    padding: 0 0 40px;
}
.ingredients-top-content h2 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 28px;
}
.ingredients-top-content p {
    font-size: 14px;
    line-height: 18px;
}
.ingredients-overlay {
    padding: 20px;
}
.ingredient-item h4 {
    font-size: 10px;
    line-height: 13px;
}
.ingredient-icon img {
    width: 45px;
    height: 45px;
}
.ingredients-icons {
    gap: 12px 10px;
}
.ingredients-large-card {
    min-height: 566px;
    border-radius: 14px;
}
.small-card-content {
    padding: 20px;
}
.ingredients-right-grid {
    gap: 14px;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 10px;
    width: calc(100% + 20px);
    padding-right: 20px;
}
.small-card-content h3 {
    font-size: 18px;
    line-height: 22px;
}
.small-card-content p {
    font-size: 12px;
}
.small-card {
    border-radius: 14px;
    flex: 0 0 84%;
}
.testimonial_btn {
    display: flex;
}
.testimonial_btn a.btn {
    width: 100%;
    text-align: center;
}
.video-testimonials-section .page-width {
    padding: 0px 28px;
}
.video-testimonials-section {
    padding: 40px 0;
    border-radius: 10px 10px 0px 0px;
}
.section-heading h2 {
    font-size: 24px;
    line-height: 28px;
    color: #D3C3AE !important;
}
.testimonial-content {
    padding: 40px 15px;
}
.testimonial-card {
    height: 420px;
}
.review-username {
    margin-top: 10px;
}
.prdct_info_new_template.product-information {
    padding: 0px 20px;
}
.prdct_info_new_template .product-information__grid {
    gap: 15px;
    flex-direction: column;
}
.prdct_info_new_template .product-information__grid .product-information__media {
    min-width: 100% !important;
}
.prdct_info_new_template .product-information__grid .product-details {
    width: 100%;
}
.prdct_info_new_template .contents.user-select-text p {
    font-size: 20px;
    line-height: 24px;
}
.icon_text_item {
    gap: 5px;
    flex-direction: column;
}
.icon_text_item p {
    text-align: center;
}
.under_price_icon_text {
    gap: 15px;
}
.ingredinet_icons {
    width: 40px;
}
.ingredinet_icons img {
    height: 40px;
}
.prdct_info_new_template .variant-option--buttons legend {
    font-size: 12px;
}
.prdct_info_new_template .variant-option__button-label {
    border-radius: 14px;
    min-height: 38px;
    font-size: 12px;
}
.prdct_info_new_template .price_text span.price {
    font-size: 20px;
}
.prdct_info_new_template .quantity-selector::before {
    font-size: 12px;
}
.prdct_info_new_template .quantity-selector {
    height: 42px;
    font-size: 20px;
    width: 113px;
    border-radius: 14px;
}
.prdct_info_new_template .quantity-selector button.button {
    width: 36px;
}
.prdct_info_new_template .subscription-plan-section .onetime-title {
    font-size: 14px;
    line-height: 18px;
}
.prdct_info_new_template .subscription-plan-section .onetime-price {
    font-size: 16px;
}
.prdct_info_new_template .subscription-plan-section .plan-title {
    font-size: 14px;
    line-height: 18px;
}
.prdct_info_new_template .subscription-plan-section .benefits-list li.benefit-item span {
    font-size: 10px;
}
.prdct_info_new_template .subscription-plan-section .benefits-list .benefit-icon::before {
    width: 14px;
    height: 14px;
}
.prdct_info_new_template .subscription-plan-section .benefits-list li.benefit-item:not(:last-child) {
    margin-bottom: 0px;
}
.prdct_info_new_template .subscription-plan-section .benefits-list .benefit-item {
    gap: 5px;
}
.prdct_info_new_template .subscription-plan-section .sale-price {
    font-size: 16px;
    line-height: 16px;
}
.prdct_info_new_template .subscription-plan-section .original-price {
    font-size: 10px;
    line-height: 10px;
}
.prdct_info_new_template .subscription-plan-section .onetime-plan-card {
    padding: 15px 12px;
}
.prdct_info_new_template .subscription-plan-section .subscription-plan-card {
    padding: 15px 12px;
}
.prdct_info_new_template .subscription-plan-section .radio-input {
    width: 15px;
    height: 15px;
}
.prdct_info_new_template .subscription-plan-section .benefits-list {
    padding-left: 25px;
}
.prdct_info_new_template .subscription-plan-section .plan-options {
    gap: 14px;
}
.product-form-buttons .button.add-to-cart-button.button {
    font-size: 16px;
    border-radius: 14px;
    min-height: 52px;
}
.additives_item h4 {
    font-size: 10px;
    line-height: 12px;
}
.additives_icon img {
    height: 30px;
}
.additives_data_lists {
    gap: 10px;
}
.prdct_info_new_template .accordion .details__header {
    font-size: 14px;
    padding: 20px 20px 20px 0px;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li strong {
    font-size: 12px;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li {
    font-size: 10px;
    line-height: 12px;
    padding-left: 52px;
}
.prdct_info_new_template .accordion .details-content li {
    font-size: 10px;
    line-height: 12px;
}
.prdct_info_new_template .accordion .details-content p {
    font-size: 10px;
    line-height: 12px;
}
.prdct_info_new_template .accordion .details-content h6 {
    font-size: 12px;
    margin-bottom: 4px;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li::before {
    width: 40px;
    height: 40px;
    background-size: cover !important;
}
.prdct_info_new_template .accordion accordion-custom:first-child details.details .details-content ul li:not(:last-child) {
    margin-bottom: 20px;
}
.prdct_info_new_template .accordion .details__header span.svg-wrapper svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
}
.prdct_info_new_template .price_text div[ref="priceContainer"] {
    line-height: 20px;
}
.prdct_info_new_template .group-block-content {
    gap: 16px;
}
.how_to_use {
    margin: 12px auto 0;
}
.how_to_use a {
    border: 1px solid rgb(37 17 17 / 50%);
    padding: 2px 15px;
    font-size: 10px;
    color: rgb(37 17 17 / 50%);
}
.how_to_use a img {
    width: 11px;
    height: 11px;
    opacity: 0.5;
}
#how_to_choose {
    font-size: 10px;
}
.deleived_text {
    font-size: 10px;
    letter-spacing: 0;
    padding-left: 27px;
    margin: 0px 0px 2px;
}
.order_ship_tomorrow {
    font-size: 12px;
    margin: 15px auto 0;
}
.order_ship_tomorrow img {
    width: 15px;
    height: 15px;
}
.media-fit-cover :is(img, video, iframe, .deferred-media__poster-image) {
    border-radius: 4px;
}
.prdct_info_new_template slideshow-controls.desktop\:hidden.media-gallery__mobile-controls {
    display: none;
}
.prdct_info_new_template slideshow-controls.mobile\:hidden {
    display: block !important;
}
.prdct_info_new_template .slideshow-controls__thumbnails {
    padding: 8px 2px 2px;
}
.prdct_info_new_template slideshow-slides {
    gap: 7px;
    width: calc(100% + 20px);
}
.prdct_info_new_template :not(.dialog-zoomed-gallery)>.product-media-container {
    width: 90%;
}
.prdct_info_new_template .main_price_data span {
    font-size: 14px;
}
.prdct_info_new_template .save-price {
    padding: 1px 11px;
    font-size: 10px !important;
    margin-left: 4px;
}
.prdct_info_new_template .main_price_data {
    gap: 6px;
}
.prdct_info_new_template .price_cmp {
    font-size: 10px;
}
.prdct_info_new_template .accelerated-checkout-block button.shopify-payment-button__button::after {
    font-size: 16px;
}
.prdct_info_new_template .accelerated-checkout-block button.shopify-payment-button__button::before {
    width: 14px;
    height: 19px;
    background-size: cover;
}
.prdct_info_new_template .accelerated-checkout-block button.shopify-payment-button__button {
    border-radius: 14px;
    min-height: 52px;
}
.prdct_info_new_template .product-form-buttons {
    gap: 10px;
}
.level-popup h2 {
    font-size: 20px;
    margin-bottom: 25px;
}
.level-popup {
    padding: 30px 20px;
}
.level-content h4 {
    font-size: 12px;
}
.level-content p {
    font-size: 10px;
    line-height: 12px;
}
.level-badge {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-weight: 500;
    font-size: 14px;
}
.level-item {
    gap: 15px;
    margin-bottom: 25px;
}
.popup-btn {
    height: 36px;
    font-size: 16px;
}
.popup-close {
    font-size: 24px;
}





}