/** Shopify CDN: Minification failed

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

**/
/* 
body {
    opacity: 0;
} */
body.loaded {
    opacity: 1;
    transition: 1s;
}


.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:capitalize;
}

.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: 100px;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}
.bf-hero-content p {
    font-size: 20px;
    color: #fff;
    font-family: Tomato Grotesk Regular;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.bf-hero-content h1 {
    color: #FFF;
    font-family: "Tomato Grotesk Regular";
    font-size: 91px;
    font-style: normal;
    font-weight: 400;
    line-height: 95px; /* 118.75% */
    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: 100%;
    height: 46px;
    padding: 6px 94px 6px 93px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 60px;
}

.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;
}

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

#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;
}
.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:550px;
}


.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: #B04524;
    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;
}

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

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

    section.section-quiz.section-quiz-buy-form h2.h2 {
    font-size: 32px;
    line-height: 30px!important;
}

    section.section-quiz.section-quiz-buy-form .fon-bf-quick-add-ons h3+p {
    font-size: 9px;
}
/* .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;
    }
    .bf-hero-content .image img {
    display: none!important;
}
section.section-bf.section-bf-hero.section-bf-hero-mobile.position-relative {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /* height: 50vh; */
    background-image: url(/cdn/shop/files/BFCM_BG_mobile.png?v=1763104057);
    background-size: cover;
    background-position: bottom;
    overflow: visible;
    display: block!important;
    align-items: end;
    padding-top: 50px;
}
.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: 11px;
}
.bf-hero-content p {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-family: 'Tomato Grotesk Bold';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 112.2%;
    letter-spacing: -0.25px;
    margin-top: 20px;
}
    .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;
}

}


@media screen and (max-width:400px){
    .section-bf-hero-mobile .bf-hero-content h1 {
        font-size: 34px!important;
    }
}