/** Shopify CDN: Minification failed

Line 448:19 Expected identifier but found whitespace
Line 448:20 Unexpected "-0.15px"

**/
/* 
body {
    opacity: 0;
} */


div#section-quiz-buy-wrapper {
    padding-bottom: 60px;
}
.country-image{
    display:none!important;
}
.country-AU .country-aud{
    display:block!important;
}
.country-US .country-usd{
    display:block!important;
}
.country-NZ .country-nzd{
    display:block!important;
}


body.name-index .section-bf-carousel {
    background: linear-gradient(180deg, #373132 18.27%, rgba(55, 49, 50, 0.50) 62.02%, rgba(55, 49, 50, 0.00) 100%);
    background: #282727;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #282727;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.w-100{
    width:100%;
}
body.loaded {
    opacity: 1;
    transition: 1s;
}

section.section-bf.section-bf-hero.position-relative {
    margin-top: -45px;
}
.bf-hero-content .content {
    margin-top: 50px;
}


.selection-steps-buttons .step{
    cursor:pointer;
}
/* .fon-mobile-menu-container {
    display: none;
} */
div#header-quiz-button {
    display: none!important;
}
body:not(.name-index) main#main {
    padding-top: 0;
}

section.section-quiz.section-quiz-buy-form h2.h2{
    text-transform:unset;

}

.section-bf-carousel {
    background: #282727;
}
.section-bf-carousel .text{
    color: #FFF;
    font-family: "Tomato Grotesk Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 170.18% */
    letter-spacing: -0.15px;
}
.section-bf-carousel .text strong{
    font-family: "Tomato Grotesk Bold";
    font-weight:700;
}
.bf-slide {
    display: flex;
    align-items: center;
    gap: 38px;
    padding: 12px 0px;
}

.bf-slide img {
    max-width: 20px;
    /* filter: invert(1); */
}
.fon-bf-selected-products {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fon-bf-selected-products img {
    border-radius: 4px;
    background: #e7e7e7;

}
#offer-cart .fon-bf-selected-products img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #e7e7e7;
}
.bf-item.active img {
    border: 1.5px solid #2963E9;
}


.swiper-bf-carousel {
  width: 100%;
  overflow: hidden;
}

.fon-form-media-video.fon-form-defaultx {
    padding-top: 196px;
}

/* -----------------------------------------------------
   Black Friday Marquee Carousel
----------------------------------------------------- */

/* Outer container for the marquee */
.bf-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* The sliding track for the carousel */
.bf-marquee__track {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  animation: bf-marquee-scroll 130s linear infinite;
  gap:38px;
}

/* Animation: moves the track smoothly across the screen */
@keyframes bf-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* Move half width because content is duplicated */
  }
}

/* Each duplicated content block */
.bf-marquee__content {
  display: inline-flex;
  flex-shrink: 0; /* Prevent shrinking */
  gap: 38px; /* Adjust spacing between slides */
}

/* Each slide in the carousel */
.bf-slide {
  display: flex;
  align-items: center;
  gap: 38px; /* Gap between image and text */
  white-space: nowrap;
}



/* Linear auto-scroll feel */
.swiper-bf-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}


@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Move by half width because slides are duplicated */
}


.bf-hero-content .content {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    width: 100%;
}
.bf-hero-content p {
    font-size: 15px;
    color:  #282727;
    font-family: Tomato Grotesk Regular;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.bf-hero-content h1 {
    color: #282727;
    font-family: "Tomato Grotesk Regular";
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%;
    letter-spacing: -0.15px;
}
section.section-bf.section-bf-hero.position-relative {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.bf-hero-content h1 strong {
    font-family: 'Tomato Grotesk Medium';
    font-weight: 500;
}


.bf-hero-content a {
    color: #1D1D21;
    text-align: center;
    font-family: "Tomato Grotesk SemiBold";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
    border-radius: 40px;
    border: 1px solid rgba(29, 29, 33, 0.50);
    background: rgba(255, 255, 252, 0.90);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    max-width: 300px;
    height: 46px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 30px;
    max-width: 423px;
    margin-bottom: 0px;
    border-radius: 4px;
    background: #730D04;
    color: white;
    text-decoration: none;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Tomato Grotesk SemiBold';
    border-radius: 4px;
    background: #2963E9;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}
.bf-hero-content a + p{
    max-width: 423px;
}
.offer {
    color: #1d1d21;
    text-align: center;
    font-family: Tomato Grotesk SemiBold;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
    border-radius: 40px;
    border: 1px solid rgba(29,29,33,.5);
    background: #fffffce6;
    box-shadow: 1px 2px 10px #00000026;
    display: flex;
    max-width: 548px;
    height: 46px;
    padding: 6px 94px 6px 93px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 60px;
}
section.section-quiz.section-quiz-hero.text-center .sub {
    color: #000;
    font-family: "Tomato Grotesk SemiBold";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 68.4px;
    text-transform: capitalize;
}
section.section-quiz.section-quiz-hero.text-center h2 a {
    text-decoration: underline;
}
section.section-quiz.section-quiz-hero.text-center h2 {
    font-weight: 400;
    font-family: 'Tomato Grotesk Regular';
    line-height: normal;
    text-transform:capitalize;
}

section.section-quiz.section-quiz-hero.text-center h2 strong {
    font-weight: 600;
    font-family: 'Tomato Grotesk SemiBold';
}


section.section-quiz.section-quiz-limited-time-offer h2+p {
    line-height: 27px;
    font-size: 18px;
    text-transform: capitalize;
}

body section.section-quiz.section-quiz-buy-form {
    background: white;
    padding-bottom: 15px;
    padding-top:40px;
}

#offer-cart{
    display:none;
}
#offer-cart .bf-item.active img {
    border: none;
}
#offer-cart .fon-bf-sub-total-wrapper {
    border-top: 0;
    padding-top: 0;
    display: block;
    border-bottom: 1px solid #D9DDDB;
    margin-bottom: 30px;
}
#offer-cart .fon-bf-getting {
    display: flex;
    justify-content: space-between;
}
#offer-cart  .fon-bf-getting .total-items {
    color: #707170;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
#offer-cart .fon-bf-sub-total {
    border-top: 0;
    padding-top: 0px;
    margin-bottom: 30px;
}
.swiper.swiper-bf-add-ons {
    overflow: visible;
}
section#offer-cart .btn-orange {
    border-radius: 32px;
    background: #2963E9;
    color:white;
}
button.btn.btn-orange.btn-quiz-form-action.last-step {
    border-color: #2963E9;
    color: #2963E9;
}
.fon-bf-quick-add-ons .collection-product-item {
    flex: 1 1 calc(50% - 15px);
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #fffffc80;
    box-shadow: 2px 2px 8.1px #00000026;
    /* overflow: hidden; */
    gap: 20px;
    margin-bottom: 20px;
}
.fon-bf-quick-add-ons .collection-product-item img {
    overflow: hidden;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.fon-bf-quick-add-ons .collection-product-item .image {
    flex-basis: 69px;
    min-width: 69px;
}
section.section-quiz.section-quiz-buy-form .fon-bf-quick-add-ons h3 {
    color: #000;
    font-family: "Tomato Grotesk Medium";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.15px;
    text-transform: inherit;
}
.fon-bf-quick-add-ons .collection-product-item .action {
    margin-left: auto;
    margin-right: 12px;
}
/* .fon-bf-quick-add-ons.swiper-wrapper .swiper-slide {
    margin-bottom: 10px;
    padding-left: 1px;
    padding-right: 7px;
} */
.fon-bf-quick-add-ons button {
    width: 91px;
    height: 27px;
    display: flex;
    justify-content: stretch;
    border-radius: 2px;
    background: #404040;
    box-shadow: 1px 1px 8.2px 0 rgba(33, 33, 33, 0.14);
    color: white;
    font-size: 11px;
    justify-content: center;
    align-items: center;
}
section.section-quiz.section-quiz-buy-form .fon-bf-quick-add-ons h3 + p {
    color: #575757;
    font-family: "Tomato Grotesk Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.15px;
    line-height: normal;
}
.collection-product-item{
    position:relative;
}
/* .collection-product-item:after {
    content: '50% off - Usually $20!';
    right: 0px;
    bottom: 0px;
    position: absolute;
    right: 0px;
    bottom: -28px;
    color: #000;
    text-align: right;
    font-family: "Tomato Grotesk Regular";
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px; /* 250% */
    letter-spacing: -0.15px;
    font-style:
} */
.fon-bf-quick-add-ons button.active {
    background: #838383;
}

.quiz-quantity-selector.disabled button.btn-quiz-qty {
    opacity: .3;
}
.quiz-quantity-selector.disabled.active button.btn-quiz-qty {
    opacity: 1;
}
.quiz-quantity-selector.active [data-action="select"] {
    display: none;
}
button.btn-quiz-qty[data-action=select] {
    width: 91px;
    background: #404040;
    color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 8.2px #21212124;
    height: 27px;
    font-size: 10px;
}
.quiz-quantity-selector[data-quantity="1"]>button[data-action=select],
.quiz-quantity-selector[data-quantity="2"]>button[data-action=select],
.quiz-quantity-selector[data-quantity="3"]>button[data-action=select],
.quiz-quantity-selector[data-quantity="0"]>button[data-action=plus]{
    display:none;
}
/* 

button.btn-quiz-qty.active {
    border-radius: 2px;
    border: 1px solid #2963E9;
    background: #FFF;
    box-shadow: 1px 1px 8.2px 0 rgba(33, 33, 33, 0.14);
    color: #2963E9;
} */
.product-title p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.15px;
    font-family: 'Tomato Grotesk Medium';
}
.fon-product-variant {
    padding: 0;
    padding-right:20px;
}
.fon-product-variant .product-image-title img {
    max-width: 82px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #e7e7e7;
}

.selected-ok .bfcm-text-step {
    display: none!important;
}
.selected-ok [data-action="plus"], 
.selected-ok [data-action="select"] {
    opacity: .75;
}
.afterpay-container {
    display: none;
}

.selected-ok .afterpay-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    gap: 5px;
    margin-bottom: 5px;
    margin-top: -5px;
}

.selected-ok .afterpay-container img {
    display: block!important;
    max-width: 66px;
    position: relative;
    top: 1px;
}
.fon-bf-products-selector {
    position: relative;
}
.fon-bf-products-selector .inner{
    height: 348px;
    overflow-y: scroll;
    margin-bottom: 15px;
    position:relative;
}
.fon-bf-products-selector:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}

section.section-quiz.section-quiz-buy-form .btn-orange {
    color: #000;
    border-radius: 40px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    box-shadow: 0 4px 7.2px #0000001a;
    font-size: 17px;
    height: 53px;
    margin-bottom:10px;
    font-weight:400;
    font-family:Tomato Grotesk Regular;
}

section.section-quiz.section-quiz-buy-form .btn-orange:disabled {
    color: #A0A1A1;
}
.selection-steps {
    display: flex;
    justify-content: space-around;
    font-size: 10px;
}

.selection-progress {
    border-radius: 20px;
    background: #dedede;
    height: 4px;
    margin: 10px 0 20px;
    overflow: hidden;
}
.selection-progress > div {
    background: #2963E9;
    height: 100%;
}

.selection-steps-buttons {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    padding: 5px;
    margin-bottom: 30px;
    gap: 4px;
}

.selection-steps-buttons>div {
    border-radius: 5px;
    background: #fffffc;
    box-shadow: 2px 2px 5px #0000000d;
    flex: 1 1 calc(33.33% - 4px);
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(41, 99, 233, 0.20);
}

.selection-steps-buttons>div.active {
    background: #2963E9;
    color: white;
}

section.section-quiz.section-quiz-buy-form .limited-time-offer {
    background: #0171e3;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFFFFC;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.10);
    color: #000;
    text-align: center;
    font-family: "Tomato Grotesk Bold";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    gap: 4px;
    min-width: 100%;
    margin-bottom: 10px;
}


.fon-bf-sub-total {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    font-size: 16.313px;
    font-weight: 700;
    font-family: 'Tomato Grotesk Bold';
}

.fon-bf-sub-total-wrapper {
    display:none;
}
.selected-ok .fon-bf-sub-total-wrapper{
    display:block;
}
.selected-ok .fon-bf-sub-total-wrapper {
    display: block;
}
.fon-bf-selected-products {
    margin-top: 15px;
    display: none;
}
/* .fon-bf-sub-total {
    border-top: 1px solid #D9DDDB;
    padding-top: 15px;
    margin-top: 20px;
} */

section.section-quiz.section-quiz-buy-form h3 {
    color: #707170;
    font-size: 12px;
}


.bf-item {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: start;
    border-radius: 4px;
    background: #FFFFFC;
}
#offer-cart .bf-item{

    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.05);
}
.bf-item.lowest-price {
    border-radius: 4px;
    /* border: 1px solid #2963E9; */
    box-shadow: 2px 2px 8.1px 0 rgba(0, 0, 0, 0.20);
    position:relative;
}
.bf-item.lowest-price .price .with-currency-code {
    display: none!important;
}
.bf-item.lowest-price:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 4px;
    padding: 2px;
    background: linear-gradient(120deg,
      rgba(41, 99, 233, 0.85),
      rgba(41, 99, 233, 0),
      rgba(41, 99, 233, 0.99));
    background-size: 250% 250%;
    -webkit-mask: linear-gradient(#2963E9 0 0) content-box,
    linear-gradient(#2963E9 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    animation: borderFlow 4s linear infinite;
    opacity: 1;
}

.bf-item .image {
    flex-basis: 66px;
    min-width: 65px;
}

section#offer .bf-item .price {
    display: block;
    visibility: visible!important;
}

section#offer .bf-item .price span {
    display: block;
}
section#offer  .bf-item.lowest-price .price span {
    display: none;
}
.bf-item.active.lowest-price img {
    border: none;
}

.bf-item .price {
    margin-left: auto;
    visibility:hidden;
}
.bf-item .price .with-currency-code {
    display: none;
}
.bf-item .pricex {
    margin-left: auto;
    visibility:visible;
}

.bf-item .price {
    margin-left: auto;
    visibility: hidden;
    display: flex;
    align-items: center;
}
.bf-item .pricex{
    margin-left: auto;
    display: flex;
    align-items: center;
    visibility: hidden;
}

#offer-cart .bf-item .price, #offer-cart .bf-item .price .with-currency-code {
    visibility: visible;
    display: block;
    margin-right: 4px;
    font-size: 13px;
    font-weight: 800;
}
.bf-item .title span.packaging {
    display: block;
}
.bf-item.lowest-price .price:after {
    content: "FREE";
    visibility: visible;
    width: 48px;
    height: 17.009px;
    color: #fffffd;
    text-align: center;
    font-family: Tomato Grotesk SemiBold;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -.15px;
    background: #2963e9;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 8px;
    background: transparent;
    color: #2963E9;
}
/* .bf-item.lowest-price .price:after {
    content: "FREE ITEM!";
    visibility: visible;
    width: 70px;
    height: 17.009px;
    color: #fffffd;
    text-align: center;
    font-family: Tomato Grotesk SemiBold;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -.15px;
    background: #2963e9;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
} */
.fon-bf-selected-products {
    margin-top: 15px;
}
span.label-step + span, span.label-step + span span {
    font-size: 12.5px!important;
    font-weight: 500!important;
    font-family: 'Tomato Grotesk Medium';
}
.bf-item .title span {
    font-size: 16px;
    font-weight: 600;
}
.fon-edit-stack {
    color: #707170;
    text-align: right;
    font-family: "Tomato Grotesk Bold";
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-decoration: underline;
}

.features-toggle {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.08);
    width: 329px;
    display: flex;
    gap: 5px;
    padding: 4px;
    margin-bottom: 50px;
}
.features-toggle > div {
    border-radius: 4px;
    opacity: 0.75;
    background: rgba(255, 255, 255, 0.60);
    font-family: "Tomato Grotesk Medium";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 210% */
    flex: 1 1 calc(50% - 2px);
    justify-content: center;
    align-items: center;
    display: flex;
    cursor:pointer;
    padding:5px 0px;
}

.features-toggle > div.active {
    border-radius: 4px;
    background: #F2F1EE;
    /* box-shadow: 0 2px 7.4px 0 rgba(0, 0, 0, 0.10); */
    opacity:1;
}



section.section-quiz.section-quiz-features h2,
section.section-quiz.section-quiz-features .feature-content,
section.section-quiz.section-quiz-features .feature-image {
    display: none;
}

section.section-quiz.section-quiz-features h2.active,
section.section-quiz.section-quiz-features .feature-content.active,
section.section-quiz.section-quiz-features .feature-image.active {
    display: block;
}
section.section-quiz.section-quiz-features h2 {
    margin-bottom: 100px;
}

.below-footer-container {
    background: white;
}


p.variant-title .packaging {
    display: block;
    font-weight: 400;
    font-family: 'Tomato Grotesk Regular';
    font-style: italic;
    font-size: 14px;
    opacity: .8;
}
span.variant-info.d-block {
    font-size: 14px;
    opacity: .5;
}
span#timer,
span.countdown-html {
    min-width: 80px;
    display: inline-block;
    text-align: left;
}

span.save-el {
    margin-left: auto;
    margin-right: 10px;
}

span.save-el .save-text {
    border-radius: 900px;
    background: #841107;
    color: white;
    font-weight: 400!important;
    font-family: 'Tomato Grotesk Regular';
    padding: 4px 11px;
    margin-right: 5px;
    font-size: 13px;
    position: relative;
    top: -1px;
}

span.save-el .total-amount {
    text-decoration: line-through;
    font-weight: 400!important;
    font-family: 'Tomato Grotesk Regular';
    opacity: 0.4;
}

#offer-cart .bf-item .title span.label-step + span {
    line-height: 15px;
}
#offer-cart .bf-item .image {
    flex-basis: 82px;
    min-width: 82px;
}

span.with-currency-code.saving-amount {
    padding-left: 3px;
}
.selected-ok button.btn.btn-orange.btn-quiz-form-action {
    background: #2f63e9;
    color: white;
}
.return-to-main a {
    display: flex;
    margin: 20px 0px 20px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    /* box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.10); */
    justify-content: center;
    gap: 15px;
    color: #000;
    text-align: center;
    font-family: "Tomato Grotesk Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 14px;
    text-decoration: none;
    line-height: normal;
}
section#offer[data-total-count="4"] button.btn.btn-orange.btn-quiz-form-action.btn-quiz-form-cart-action {
    color: #2963E9;
    opacity: 1;
    border: 1px solid #2963E9;
    font-weight: 600;
    font-family: 'Tomato Grotesk SemiBold';
}
section#offer[data-total-count="4"] button.btn-quiz-qty[data-action=select]{
    background:#2963E9;
}

section.section-quiz.section-quiz-buy-form{
    padding-top:20px;
}

section.section-quiz.section-quiz-buy-form .fon-bf-quick-add-ons h3+p span {
    font-style: italic;
}

section.section-quiz.section-quiz-buy-form h2.h2 {
    margin-top: 33px;
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 49px;
    margin-bottom: 0px!important;
}

.bundle-inclusions .inclusion {
    display: flex;
    gap: 12px;
    align-items: center;
}

.bundle-inclusions .inclusion .image {
    flex-basis: 47px;
    min-width: 47px;
}

.bundle-inclusions .inclusion h4 {
    font-size: 16px;
    font-family: Tomato Grotesk Regular;
    font-weight: 400;
}
.inclusion .repeat {
    margin-left: auto;
}

.bundle-inclusions .inclusion p {
    font-size: 9.5px;
    font-family: Tomato Grotesk Regular;
    font-weight: 400;
    max-width: 370px;
    line-height: normal;
}

.bundle-inclusions .inclusion {
    margin-bottom: 10px;
}

.bundle-inclusions {
    margin: 30px 0px;
}
.bundle-inclusions .inclusion .image img {
    border-radius: 4px;
}
.welcomekit-inclusions.bundle-inclusions h4 {
    color: #000;
    font-family: "Tomato Grotesk Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.welcomekit-inclusions.bundle-inclusions h4 + p {
color: #000;
font-family: "Tomato Grotesk Regular";
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 145.455% */
text-transform: capitalize;
}

p.trustpilot-text {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: normal;
    margin-bottom: 10px;
}

p.trustpilot-text span {
    font-size: 10px;
    line-height: 10px;
    color: #212428;
    position: relative;
    top: 3px;
}
p.trustpilot-text img {
    position: relative;
    top: 1.45px;
}
p.bfcm-label.d-block.d-md-block {
    color: #000;
    margin-bottom: 10px;
}

.welcomekit-step {
    margin-top: 5px;
}
.welcomekit-step-heading {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 0;
    padding-bottom: 0;
    align-items: center;
}
.welcomekit-step-heading h2 {
    color: #252626;
    font-family: "Tomato Grotesk Regular";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}
.welcomekit-step-heading h2 strong {
    font-weight: bold;
    font-family: 'Tomato Grotesk Bold';
}
.welcomekit-step-heading p {
    border-radius: 900px;
    background: #841107;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Tomato Grotesk Bold";
    font-size: 9.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 15px;
    min-width: 80px;
    height: 20px;
}
.welcomekit-description p {
    color: #6C6C6C;
    font-family: "Tomato Grotesk SemiBold";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.welcomekit-inclusions.bundle-inclusions {
    margin: 10px 0px 15px;
    border-radius: 7px;
    border: 1px solid #EFF0F1;
    box-shadow: 1px 1px 5.9px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
}
.welcomekit-inclusions.bundle-inclusions .inclusion:last-child {
    margin-bottom: 0;
}
.icon-list {
    display: flex;
    justify-content: left;
    font-size: 10px;
    align-items: center;
    gap: 15px;
    padding: 0;
}
.icon-list strong {
    font-weight: inherit;
}
.welcomekit-action-after {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 15px;
}
.icon-list img {
    flex-basis: 26px;
    justify-content: center;
    display: flex;
    text-align: center;
    max-height: 22px;
}
.icon-list span {
    font-size: 12px;
    line-height:15px;
}

.fon-promise {
    padding: 16px;
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 7px;
    border: 1px solid rgba(10, 10, 10, 0.20);
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5.900000095367432px);
}
.fon-promise h2 {
    text-transform: capitalize!important;
    color: #000!important;
    font-family: "Tomato Grotesk Medium"!important;
    font-size: 15px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 14.77px!important;
    letter-spacing: -1px!important;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}
.fon-promise p {
    color: #000;
    font-family: "Tomato Grotesk Regular";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.011px;
    text-align:left;
    margin-bottom:0px!important;
}

.fon-promise .text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fon-promise img {
    max-width: 45px;
}


.fon-promise.fon-promise-light {
    margin-top: 20px;
    margin-bottom: 0;
}

.fon-promise.fon-promise-light {
    background: transparent;
    border: 1px solid white;
}

.fon-promise.fon-promise-light * {
    color: white!important;
}

.fon-promise.fon-promise-light img {
    filter: brightness(1) invert(1);
}
.welcomekit-action-text {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #404040;
    font-family: "Tomato Grotesk Medium";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

div#fon-form-image-desktop{
    min-height:100%;
}

section.section-quiz.section-quiz-buy-form h2.h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: normal;
}
section.section-quiz.section-quiz-buy-form h2.h2+p {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.section-quiz.section-quiz-buy-form h2.h2 strong {
    font-weight: 700;
    font-family: 'Tomato Grotesk Bold';
}
.welcomekit-summary > div {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Tomato Grotesk Bold';
}

.welcomekit-summary .today > span {
    font-weight: bold;
}

.welcomekit-summary > div.today {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.welcomekit-summary > div.next-month .first {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 10px;
    color: #A0A0A0;
}

.fon-box-container {
    border-radius: 7px;
    border: 1px solid rgba(10, 10, 10, 0.20);
    background: #FFF;
    box-shadow: 1px 2px 8.8px 0 rgba(0, 0, 0, 0.05);
    padding: 15px 25px;
    margin-bottom: 15px;
}
section.section-quiz.section-quiz-buy-form .fon-box-container h3 {
    color: #000;
    font-family: "Tomato Grotesk SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform:capitalize;
}
.fon-how-it-works {
    color: #535353;
    font-family: "Tomato Grotesk Regular";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.step-work span:first-child {
    display: flex;
    width: 26px;
    height: 26px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 1px 5.3px 0 rgba(0, 0, 0, 0.10);
    color: #535353;
    text-align: center;
    font-family: "Tomato Grotesk Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.step-work {
    display: flex;
    align-items: center;
    gap: 23.4px;
}

.fon-welcomekit-one-time {
    padding: 0;
    margin-bottom: 20px;
    /* max-width: 320px; */
    max-width: 100%;
    margin: 0 auto 15px;
}
.fon-how-it-works-one-time {
    margin-top: 15px;
    max-width: 100%;
    padding: 0 15px;
}
.fon-welcomekit-one-time a {
    color: #464646;
    text-align: center;
    font-family: "Tomato Grotesk Medium";
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    border-radius: 7px;
    border: 1px solid rgba(10, 10, 10, 0.20);
    background: #E7E7E7;
    box-shadow: 1px 2px 8.8px 0 rgba(0, 0, 0, 0.05);
    padding: 15px 5px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #E7E7E7;
}

/* a {}

.fon-welcomekit-one-time a {
    color: #464646;
    text-align: center;
    font-family: "Tomato Grotesk Medium";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
    text-align: center;
    display: block;
    margin-bottom: 10px;
} */


.step-work-one-time {
    display: flex;
    align-items: baseline;
    text-transform: capitalize;
    font-size: 11px;
    align-items: normal;
    border-bottom: .2px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    gap: 11px;
}

.step-work-one-time img {
    max-width: 13px;
    min-width: 13px;
    position: relative;
    top: .5px;
}

.fon-how-it-works-one-time {
    margin-top: 15px;
    display:none;
}

.step-work-one-time h4 {
    font-weight: 500;
    font-family: 'Tomato Grotesk Medium';
}

.step-work-one-time p {
    font-size: 11px;
    font-weight: 300;
    font-family: 'Tomato Grotesk Light';
}
.step-work-one-time:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

p.bottom-text strong {
    opacity: 0;
}
p.bottom-text.loaded strong {
    opacity: 1;
    transition: all .7s;
}

.inclusion-price-container {
    display: flex;
    color:rgba(96, 105, 110, 0.7);
    text-align: right;
    font-family: "Tomato Grotesk Regular";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    gap: 5px;
    align-items: center;
}
.inclusion-price-container .price-sae{
    background: linear-gradient(70deg, #F5F7FA 0%, #A6A9AB 25.96%, #FFF 49.52%,rgba(96, 105, 110, 0.44) 99.99%);
    background: linear-gradient(70deg, #F5F7FA 0%, rgb(0 0 0) 25.96%, #FFF 49.52%, rgb(96 105 110) 99.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Tomato Grotesk Bold";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 8s linear infinite;
}
/* .inclusion-price-container .price-sae {
    background: linear-gradient(70deg, #F5F7FA 0%, #000000 25.96%, #FFF 49.52%, rgb(96 105 110) 99.99%);
} */

.inclusion-price-container .price-original {
    text-decoration: line-through;
    line-height:normal;
}

@keyframes shimmer {
    0% {
        background-position: 200% center; /* start off-screen left */
    }
    100% {
        background-position: -200% center;  /* move to off-screen right */
    }
}


 .inclusion .repeat img {
    margin-right: 5px;
}
                                .inclusion .repeat {
    margin-left: auto;
    line-height: 7px;
}
                              .shimmer-icon {
                                position: relative;
                                display: inline-block;
                                overflow: hidden;
                              }

                              .shimmer-icon img {
                                display: block;
                                width: 18px; /* adjust as needed */
                                height: auto;
                                /* Apply a pseudo-mask for shimmer */
                                position: relative;
                                z-index: 1;
                              }

                              .shimmer-icon::before {
                                content: "";
                                position: absolute;
                                top: 0;
                                left: -150%;
                                width: 150%;
                                height: 100%;
                                background: linear-gradient(
                                  120deg,
                                  rgba(255,255,255,0) 0%,
                                  rgba(255,255,255,0.8) 50%,
                                  rgba(255,255,255,0) 100%
                                );
                                transform: skewX(-20deg);
                                z-index: 2;
                                pointer-events: none;
                                animation: shimmer2 2s infinite;
                              }

                              @keyframes shimmer2 {
                                0% { left: -150%; }
                                100% { left: 150%; }
                              }


                              section.section-fon.section-faq.section-media-faq {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media screen and (min-width:1040px){

    .icon-list {
    justify-content: center;
}

    section.section-quiz.section-quiz-buy-form h2.h2 {
    font-size: 40px;
    margin-bottom: 20px!important;
    line-height: 50px;
    margin-top: 20px!important;
}
section.section-quiz.section-quiz-buy-form h2.h2 strong {
    font-weight: 500;
    font-family: 'Tomato Grotesk Medium';
}

section#offer .container {
    max-width: 1300px;
}
.inclusion-price-container {
    font-size: 12px;
}
.welcomekit-inclusions.bundle-inclusions h4 {
    font-size: 14px;
    margin-bottom: 2px;
}
.bundle-inclusions .inclusion .image {
    flex-basis: 60px;
    min-width: 60px;
}
.bundle-inclusions .inclusion p {
    font-size: 11px;
}

    .review-block .content-container {
    font-style: italic;
    min-height: 96px;
}

    .fon-welcomekit-one-time {
        max-width: 100%;
    }
    /* .fon-promise {
        justify-content: center;
    } */
    .welcomekit-action-after {
        display: flex;
        flex-direction: column;
        gap: 7px;
        margin-bottom: 15px;
        max-width: 75%;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width:566px){

    div#section-review-wrapper > section {
    padding-top: 15px!important;
}
    body section.section-mobile-content {
        background: #FEFFF9;
        padding-bottom: 0!important;
    }
    body section.section-mobile-content p {
        font-size: 15px;
    }
    body section.section-mobile-content:last-child {
        padding-bottom: 40px!important;
    }

    .section-bf-hero-mobile .bf-hero-content h1 {
    color: #FFF;
    font-family: "Tomato Grotesk SemiBold";
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.25px;
    text-align: center;
    opacity: 1;
    margin-bottom: 0px;
    color: #E9ECF3;
    text-align: center;
    font-family: "Tomato Grotesk Bold";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 99%;
    margin-top: 39px;
}
.section-bf-hero-mobile .bf-hero-content .content a {
    max-width: 316px;
    height: 47px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Tomato Grotesk SemiBold';
}
section.section-bf.section-bf-hero.position-relative {
    margin-top: 0;
}
    .fon-mobile-menu-container{
        display:none;
    }
    .bf-hero-content .bottom-text {
    display: none!important;
}

    body div#bfcm-mobile-sections > section {
    padding: 40px 0px;
}
    body div#bfcm-mobile-sections > section {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
body div#bfcm-mobile-sections  section.section-mobile-engineered.text-center {
    padding: 50px 0px!important;
}
body section.section-media-reviews {
    padding: 36px 0px!important;
}
div#section-quiz-buy-wrapper {
    background: white;
    padding-bottom: 0px!important;
}
 .fon-promise h2 {
    font-size: 4.8vw!important;
}
.fon-promise p {
    font-size: 3vw;
    line-height: 3.6vw;
    margin-top: 3px;
}
.step-work span:nth-child(2) {
    font-size: 2.6vw;
}

    body div#bfcm-mobile-sections  section.section-mobile-engineered.text-center {
    padding: 50px 20px!important;
}
    .welcomekit-sliders {
    margin: 20px 0px 0px;
}
section.section-quiz.section-quiz-buy-form h2.h2 {
    font-size: 28px;
}
section.section-quiz.section-quiz-buy-form h2.h2+p {
    font-size: 14px;
}
div#bfcm-mobile-sections > section {
    padding: 30px 20px!important;
}
section.section-media-reviews {
    padding: 36px 20px!important;
}
.name-index .below-footer-container.section-design-c.below-footer-container- {
    background: #f2f1ee;
    position: relative;
    top: -1px;
    padding-top: 0;
}
body .section-bf-hero-mobile .bf-hero-content .content {
    padding: 0 20px!important;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    top: 0;
    bottom: auto;
    left: 0;
    transform: none;
}
body .section-bf-hero-mobile .bf-hero-content .content a {
    margin-top: auto;
    max-width: 330px!important;
    height: 47px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Tomato Grotesk SemiBold';
    margin-top: auto;
    position: relative;
    top: 0px;
    padding: 0 20px;
}
body .section-bf-hero-mobile .bf-hero-content h1 {
    color: #E9ECF3;
    font-family: "Tomato Grotesk Bold";
    font-size: 9.2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.25px;
    text-align: center;
    opacity: 1;
    margin-bottom: 0px;
    margin-top: 40px;
}
img.\31 0m-sold {
    max-width: 191px;
    margin: 0 auto 10px;
    position: relative;
    left: -7px;
    top: -8px;
}
    .container {
    padding-left: 20px;
    padding-right: 20px;
}

    .fon-form-media-image.fon-form-media-x.fon-form-defaultx {
    margin: 15px 0px;
}


    body section.section-quiz.section-quiz-buy-form {
    padding-top: 20px;
}

    section.section-quiz.section-quiz-buy-form .fon-bf-quick-add-ons h3+p {
    font-size: 9px;
}
    .return-to-main a {
    margin: -15px 0 10px;
}
section.section-bf.section-bf-hero.section-bf-hero-mobile.position-relative {
    display: block!important;
}


.section-bf-hero-mobile .bf-hero-content h1 {
    font-size: 36px;
}

/* .d-block.d-md-none.mb-2.mt-2.fon-form-media-y.fon-form-defaulty img {
    height: 200px;
    object-fit: scale-down;
    object-position: revert;
} */
    .section-bf-hero-mobile .top-content{
        display:none;
    }

/* section.section-bf.section-bf-hero.section-bf-hero-mobile.position-relative {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-image: url(/cdn/shop/files/Worlds_First_Multi-Supplement.png?v=1765347237);
    background-size: cover;
    background-position: 70%;
    overflow: visible;
    display: block!important;
    align-items: end;
    padding-top: 85px;
    padding-bottom:10px;
} */
/* .section-bf-hero-mobile .bf-hero-content .content {
    padding: 0 15px;
    position: relative;
} */
section.section-quiz.section-quiz-buy-form h3{
    text-align:left!important;
}
    .quiz-quantity-selector {
    width: 95px;
}
button.btn-quiz-qty {
    width: 27px;
    height: 27px;
}

  .fon-product-variant .product-image-title img {
    max-width: 69px;
}
    /* .fon-bf-products-selector .inner{
        height:100%;
    } */
#offer-cart .bf-item .image {
    flex-basis: 65px;
    min-width: 65px;
}

    .bfcm-text-step {
    margin-top: -10px;
}

    #offer-cart .fon-product-onetime {
    margin-bottom: 15px;
}

body .product-title p span.packaging{
    font-size:11px;
}

    span.variant-info.d-block {
    font-size: 12px;
    opacity: .5;
}

    .bf-item.lowest-price .price:after {
        content: 'FREE';
    }

    .selection-steps span {
    font-weight: 500;
    font-family: 'Tomato Grotesk Medium';
}

    .fon-bf-selected-products .bf-item {
    gap: 8px;
}


  section.section-quiz.section-quiz-buy-form .fon-bf-quick-add-ons h3 {
    font-size: 11px;
}
section.section-quiz.section-quiz-buy-form .fon-bf-quick-add-ons h3+p {
    font-size: 10px;
}

    .offer {
    padding: 6px 0px 6px 0px;
}

section.section-quiz.section-quiz-limited-time-offer h2+p {
    line-height: normal;
    font-size: 12px;
    text-transform: capitalize;
}
/* .fon-form-media-y img {
    max-height: 220px;
    object-fit: scale-down;
} */

.mux-wrapper mux-player {
    border-radius: 4px;
    overflow: hidden;
}

.bf-item.lowest-price .price:after {
    content: "FREE";
    width: 43px;
    align-items: center;
    line-height: normal;
    height: 17px;
    display: flex;
}
.bf-item.lowest-price .price .with-currency-code {
    display: none!important;
}

.bf-item .title span {
    font-size: 11px!important;
    font-weight: 600;
    font-family: Tomato Grotesk Medium;
    line-height: normal;
    margin-top: -3px;
}
.bf-item .title span.d-block {
    font-size: 11px!important;
}
.fon-product-onetime small {
    font-size: 10px;
}

    section.section-quiz.section-quiz-buy-form .btn-orange {
    font-size: 14px;
}

/* 
button.btn-quiz-qty[data-action=plus] {
    width: 69px;
} */
.fon-product-variant {
    padding: 0 10px 0 0;
}
    .product-title p {
    font-size: 12px;
    font-weight: 500;
}

.product-title p span.packaging {
    display: block!important;
    font-weight: 400;
    font-family: 'Tomato Grotesk Regular';
    font-style: italic;
}
.selection-steps-buttons>div {
    font-size: 12px;
    height: 30px;
}
    .limited-time-offer {
    width: 432px;
    height: 34px;
    font-size: 13px;
}
section.section-quiz.section-quiz-buy-form{
    border-radius:0;
}
.bf-slide {
    padding: 8px 0;
}
    .section-bf-carousel .text {
        font-size: 12px;
    }
    .bf-marquee__content,
    .bf-marquee__track,
    .bf-slide {
        gap: 23px;
    }

    .bf-slide img {
    max-width: 24px;
    /* filter: invert(1); */
}

/* .bf-hero-content h1 {
    font-size: 29px;
    line-height: 30px;
    margin-top: 3px;
    opacity: .8;
    margin-bottom: 5px;
} */
/* .bf-hero-content p {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 0px;
} */
    /* .bf-hero-content a {
        margin-top: 10px;
        border-radius: 40px;
        border: 1px solid rgba(255, 255, 255, 0.40);
        background: rgba(255, 255, 255, 0.10);
        box-shadow: -11.15px -10.4px 48px 0 rgba(0, 0, 0, 0.20), -1.86px -1.73px 12px 0 rgba(0, 0, 0, 0.15), 0.98px 0.92px 4.12px 0 rgba(255, 255, 255, 0.30) inset, 1.91px 1.78px 8.24px 0 rgba(255, 255, 255, 0.30) inset, 1.91px 1.78px 8.24px 0 rgba(255, 255, 255, 0.30) inset;
        color: white;
        max-width: 171px;
        padding: 0;
        font-size: 10px;
        height: 25px;
    }
    .bf-hero-content .content {
        left: 20px;
    } */

/* .bf-hero-content .content {
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    top: auto;
    bottom: 20px;
    text-align: center;
}
.bf-hero-content .content a {
    margin: 8px auto 0;
    max-width: 194px;
} */

    .fon-bf-products-selector .inner {
        overflow-y: auto;
    }
    .fon-bf-quick-add-ons .collection-product-item {
        gap: 10px;
    }
    section.section-quiz.section-quiz-features h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 10px;
    }
    section.section-quiz.section-quiz-features .features-container>div {
    font-size: 12px;
}
section.section-quiz.section-quiz-features {
    padding-bottom: 40px;
}

section.section-quiz.section-quiz-hero.text-center .row > div:first-child {
    padding: 0;
}
section.section-quiz.section-quiz-hero.text-center .offer {
    margin-top: 20px;
}
section.section-quiz.section-quiz-hero.text-center .sub {
    font-size: 15px;
}

section.section-quiz.section-quiz-hero.text-center h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

section.section-quiz.section-quiz-hero.text-center h2 + p {
    font-size: 11px;
}
section.section-quiz.section-quiz-hero.text-center h2 + p span {
    color: #2963E9;
    text-decoration: underline;
}
section.section-quiz.section-quiz-features {
    padding-bottom: 40px;
    padding-top: 35px;
}
.features-toggle-mobile-wrapper {
    padding: 0 15px 15px;
}

.features-toggle-mobile-wrapper > div {
    margin-bottom: 0;
    width: 100%;
}
.features-toggle>div {
    font-size: 12px;
    padding: 5px 0px;
}

section.section-quiz.section-quiz-buy-form .limited-time-offer {
    font-size: 10px;
    width: auto;
    display: inline-flex;
    padding: 5px 14px;
    height: 32px;
}
body .offer{
    font-size:15px;
}

.welcomekit-action-after {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 15px;
    max-width: 315px;
    margin: 0 auto 15px;
}

}

@media screen and (max-width:415px){
   body #btn-checkout, .section-bf-hero-mobile .bf-hero-content .content a{
        font-size:16.5px;
        padding: 15px 0px;
    }
body .section-bf-hero-mobile .bf-hero-content h1 {
    margin-top: 45px;
    font-size: 9.3vw;
}

}
@media screen and (max-width:400px){
   
        .welcomekit-inclusions.bundle-inclusions h4 {
    font-size: 12px;
    }

    .fon-promise {
    gap: 13px;
}
.fon-promise h2 {
    font-size: 4.7vw!important;
}

}

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

    body #btn-checkout, .section-bf-hero-mobile .bf-hero-content .content a{
        font-size:17px;
    }
.welcomekit-action-after {
    margin: 0 auto 15px;
    max-width: 288px;
}
    .fon-promise h2 {
    font-size: 4.65vw!important;
}

 
.bundle-inclusions .inclusion p {
    font-size: 11px;
}
p.bfcm-label.d-block.d-md-block {
    margin-bottom: 10px;
    font-size: 14px;
}
.icon-list span {
    font-size: 11px;
    line-height:14px;
}
}

@media screen and (max-width:360px){
.welcomekit-inclusions.bundle-inclusions h4 {
    font-size: 11px;
    line-height: 19px;
}
}