/** Shopify CDN: Minification failed

Line 47:14 Expected identifier but found whitespace
Line 47:21 Unexpected "{"
Line 47:30 Expected ":"
Line 48:14 Expected identifier but found whitespace
Line 48:21 Unexpected "{"
Line 48:30 Expected ":"
Line 49:15 Expected identifier but found whitespace
Line 49:21 Unexpected "{"
Line 49:30 Expected ":"
Line 50:13 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
html {
  scroll-behavior: smooth;
}
p.announcement-bar__text {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
    letter-spacing: 3.5px;
    font-family: Epilogue;
    font-weight: 400;
}
span.k--sd-visually-hidden {
    position: absolute;
    top: 0;
    left: 0;
}
overflow-list.overflow-menu.color-scheme-matches-parent {
    display: flex;
    align-items: center;
}
.menu-list__link {
    font-size: 20px !important;
  
}

 .bb-wrap *, .bb-wrap *::before, .bb-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

  .bb-wrap {
    --bb-navy:      {{ section.settings.color_navy }};
    --bb-gold:      {{ section.settings.color_gold }};
    --bb-green:     {{ section.settings.color_green }};
    --bb-red:       {{ section.settings.color_red }};
    --bb-white:     #ffffff;
    --bb-off-white: #f5f5f0;
    --bb-text:      #1a1a1a;
    font-family: 'Poppins', sans-serif;
    color: var(--bb-text);
    overflow-x: hidden;
  }


  
  /* ── HERO ── */
  .bb-hero----main {
    padding: 0 20px;
}
 .bb-hero {
    position: relative;
    min-height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 20px;
}
  .bb-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    /* filter: brightness(0.42); */
  }
 .bb-hero-content {
    position: relative;
    z-index: 2;
    padding: 35px;
    color: #fff;
    margin: 0 auto;
    margin-right: 0;
}

  
  .bb-hero-sub {
    font-family: 'Epilogue';
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 10px;
}
 .bb-hero-desc {
    font-size: 30px;
    line-height: 1;
    max-width: 400px;
    margin: 0;
    padding: 0;
}

  /* ── STARS BAR ── */
  .bb-stars {
    color: #f9b400;
    font-size: 45px;
    line-height: 1;
}
.bb-stars-bar---main {
    display: flex;
    flex-wrap: wrap;
  
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.bb-stars-bar {
    padding: 40px 20px;
}
  
.bb-stars-label {
    font-size: 45px;
    margin-top: 0;
    font-family: 'Poppins';
    line-height: 1;
    font-weight: 400;
}
 .bb-stars-count {
    font-weight: 700;
    font-size: 50px;
    font-family: 'Epilogue';
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    padding-top: 15px;
}

  /* ── DESCRIPTION BOX ── */
  .bb-desc-box---main {
    margin-bottom: 40px;
}
  .bb-desc-box {
    border-radius: 20px;
    padding: 40px 20px;
    font-size: 31px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

  /* ── FEATURES ── */
  .bb-features {
    padding: 40px 20px;
    font-size: 31px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
}
.bb-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.bb-feature-icon {
    width: 40px;
}
 
.hs--dssjkds-csmds {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    width: calc( 100% - 40px );
    font-size: 25.5px;
    letter-spacing: 0;
    padding-left: 30px;
}

  /* ── HOW IT WORKS ── */
 .bb-how {
    padding: 20px 20px;
    width: 90%;
    margin: 0 auto;
}
  .bb-section-title {
    font-family: 'Carter One', cursive;
    font-size: 88px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    letter-spacing: 0;
}

  .bb-steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}
 
 .bb-step-card--inn {
    width: 100%;
    height: 400px;
}


.bb-step-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
 .bb-step-label {
    padding: 20px 10px;
    font-size: 25.5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}
.bb-step-num {
    font-size: 25.5px;
    font-weight: 600;
    display: block;
    line-height: 1;
}
.bb-step-label p {
    padding: 0;
    margin: 0;
}

.bb-stejkkp-card--inn {
    padding: 20px 0;
}
.bb-step5-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.bb-step5-text p {
    margin: 0;
    font-size: 25.5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}
 
  /* ── CALLOUT ── */
  .bb-callout {
    background: linear-gradient(135deg, var(--bb-green) 0%, #1b5e20 100%);
    margin: 16px;
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .bb-callout::before {
    content: '💥';
    position: absolute;
    font-size: 80px;
    opacity: 0.07;
    top: -10px; right: -10px;
  }
  .bb-callout h3 { font-family: 'Carter One', cursive; font-size: 22px; margin-bottom: 6px; }
  .bb-callout p { font-size: 13px; opacity: 0.9; }

 

  /* ── TESTIMONIALS ── */

  .bb-testimonials {
    padding: 20px 20px;
    width: 90%;
    margin: 0 auto;
}
.bb-section-title--ien {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}
.bb-section-title--ien .bb-stjjjep-ckard--inn {
    width: 130px;
}
 .bb-testi-card {
    border-bottom: 2px solid #a8a8a8;
    padding: 20px 40px;
}
 .bb-testi-card p {
    font-size: 35.3px;
    color: black;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0;
}
.bb-testi-meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.bb-testi-meta span.bb-testi-name {
    display: flex;
    flex: 1;
    font-size: 35.3px;
    font-weight: bold;
}
.bb-testi-meta  span.bb-testi-stars {
    color: #f9b400;
    font-size: 35.3px;
    line-height: 1;
}
.bb-testi-card--inner {
    max-width: 85%;
    margin: 0 auto;
}
.bb-wrap.kjljkljkl {
    position: relative;
}
.bb-cta-section {
    text-align: center;
    display: block;
    width: 100%;
}
 .bb-tagline {
    margin-top: 25px;
    font-family: 'Poppins';
    font-size: 41.7px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.bb-cta-section a.bb-btn-cta {
    background: #031d7a;
    color: white;
    font-size: 34px;
    border-radius: 100px;
    padding: 20px 100px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
.bb-wrap.kjljkljkl {
    position: relative;
    padding: 80px 20px;
    padding-top: 100px;
}
.bb-step-cjkkard--inn {
    width: 200px;
    position: absolute;
    left: 30%;
    top: 9%;
}
.utilities.utilities--blocks-1.spacing-style {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    padding: 20px !important;
    justify-content: center;
}
.utilities.utilities--blocks-1.spacing-style .footer-utilities__group-copyright.custom-typography.custom-font-size {
    margin: 0 auto;
}
.utilities.utilities--blocks-1.spacing-style .footer-utilities__group-copyright.custom-typography.custom-font-size span.footer-utilities__text, .utilities.utilities--blocks-1.spacing-style .footer-utilities__group-copyright.custom-typography.custom-font-size span.footer-utilities__text a {
    font-family: 'Poppins';
    color: white;
    font-size: 15px;
}
rte-formatter.spacing-style.text-block.text-block--AYU1tTENnbUNlL0swM__text_rUc3gy.rte.rte p {
    font-size: 25.4px;
    letter-spacing: 0;
}
.hs--pf product-price.hs-csjhsdd .hs--mads {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.hs--pf product-price.hs-csjhsdd .hs--mads span.price {
    font-size: 139px;
    font-family: 'Carter One';
    text-align: center;
    line-height: 1;
    display: block;
    text-align: center;
    width: 100%;
}
.hs--pf product-price.hs-csjhsdd .hs--mads span.compare-at-price.compare-at-price-jkj {
    color: #c33222;
    font-size: 38.7px;
    opacity: 1;
    font-weight: bold;
}
.hs--pf product-price.hs-csjhsdd .hs--mads span.hs--mads-sd.compare-at-price-jkj {
    display: flex;
    width: 100%;
    justify-content: center;
}
.hs--pf product-price.hs-csjhsdd .hs--mads span.hs--mads-sd {
    display: flex;
    width: 100%;
}
product-price.hs-csjhsdd {
    position: relative;
}
.hs--csmdskjdsd {
    position: absolute;
    right: 0;
    width: 290px !important;
    bottom: 0;
}

.hs--pf .button[id^=BuyButtons-ProductSubmitButton-] {
    position: relative;
    overflow: hidden;
    background: #031d7a !important;
    outline-color: #031d7a !important;
    font-size: 25.5px !important;
    text-transform: uppercase;
    letter-spacing: 7.5px;
    font-weight: bold;
    border-radius: 100px;
    min-height: 85px;
}

span.header-logo__image-container.header-logo__image-container--original {
    margin-top: -32px;
}
@media(max-width: 1550px){
.hs--pf product-price.hs-csjhsdd .hs--mads span.hs--mads-sd.compare-at-price-jkj {
    justify-content: left;
}
}


@media(max-width: 1300px){
  
}


@media(max-width: 1024px){
 .bb-hero-desc {
    font-size: 23px;
}
.bb-stars-count {
    font-size: 34px;
}
.bb-desc-box {
    font-size: 23px;
  
} 
.bb-feature-icon {
    width: 20px;
}
.hs--dssjkds-csmds {
    width: calc( 100% - 30px );
    font-size: 15.5px;
    padding-left: 15px;
}
.bb-section-title {
    font-size: 58px;
}
.bb-steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}
.bb-testi-card--inner {
    max-width: 100%;
}
.bb-testi-card p {
    font-size: 23px;
}
.bb-testi-meta span.bb-testi-name {
    font-size: 23px;
}
rte-formatter.spacing-style.text-block.text-block--AYU1tTENnbUNlL0swM__text_rUc3gy.rte.rte p {
    font-size: 19.4px;
}
.hs--pf product-price.hs-csjhsdd .hs--mads span.price {
    font-size: 100px;
}
.hs--csmdskjdsd {
    width: 171px !important;
}
.hs--pf .button[id^=BuyButtons-ProductSubmitButton-] {
    font-size: 22.5px !important;
    min-height: 60px;
}
.bb-cta-section a.bb-btn-cta {
    font-size: 26px;
    padding: 9px 80px;
}
.bb-tagline {
    font-size: 28.7px;
}
.bb-step-cjkkard--inn {
    width: 150px;
    left: 13%;
    top: 13%;
}
}

@media(max-width: 767px){
  .bb-section-title--ien {
    gap: 10px;
    justify-content: center;
}
.bb-testimonials {
    padding: 10px 10px;
    width: 100%;
    margin: 0 auto;
}
.announcement-bar__slides {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding: 0 10px;
}
p.announcement-bar__text svg {
    display: none;
}
p.announcement-bar__text {
    font-size: 19px;
}
#header-component[data-menu-style=drawer] .header__columns header-actions {
    padding-right: 10px;
}
.bb-hero-sub {
    font-size: 29px;
    padding-top: 15px;
}
.bb-hero-desc {
    font-size: 18px;
}
.bb-stars-bar {
    padding: 20px 10px;
}
.bb-stars-label {
    font-size: 25px;
}
.bb-stars-count {
    font-size: 24px;
}
.bb-features {
    padding: 20px 10px;
    font-size: 24px;
    width: 95%;
}
.hs--dssjkds-csmds {
    text-align: left;
}
.bb-section-title {
    font-size: 48px;
    line-height: 1;
}
.bb-step-card--inn {
    height: 250px;
}
.bb-step-label {
    padding: 10px 10px;
    font-size: 16.5px;
    line-height: 1.5;
}
.bb-step-num {
    font-size: 20.5px;
}
.bb-testi-card {
    padding: 10px 20px;
}
.hs--pf {
    padding: 0 10px;
}
.hs--csmdskjdsd {
    width: 140px !important;
}
.hs--pf product-price.hs-csjhsdd .hs--mads span.compare-at-price.compare-at-price-jkj {
    font-size: 29.7px;
}
.hs--pf product-price.hs-csjhsdd .hs--mads span.price {
    font-size: 85px;
}
.hs--pf .button[id^=BuyButtons-ProductSubmitButton-] {
    font-size: 23.5px !important;
    letter-spacing: 0;
}
.bb-cta-section a.bb-btn-cta {
    font-size: 22px;
    padding: 9px 10px;
    width: 100%;
}
.bb-step-cjkkard--inn {
    width: 120px;
    left: 5%;
    top: 8%;
}
.bb-tagline {
    font-size: 28.7px;
    line-height: 1.2;
}
.bb-wrap.kjljkljkl {
    padding-bottom: 40px;
}
.bb-how {
    width: 100%;
}
}