    @font-face {
      font-family: "Myriad Pro";
      src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Myriad Pro";
      src: url("../fonts/MyriadPro-Semibold.otf") format("opentype");
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Myriad Pro";
      src: url("../fonts/MyriadPro-Bold.otf") format("opentype");
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Myriad Pro Cond";
      src: url("../fonts/MyriadPro-Cond.otf") format("opentype");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Myriad Pro Cond";
      src: url("../fonts/MyriadPro-BoldCondIt.otf") format("opentype");
      font-weight: 700;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Arsenica Variable";
      src: url("../fonts/Arsenica-Variable.otf") format("opentype");
      font-weight: 300 800;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Arsenica Variable";
      src: url("../fonts/Arsenica-Variable-Italic.otf") format("opentype");
      font-weight: 300 800;
      font-style: italic;
      font-display: swap;
    }

    :root {
      --blue: #202344;
      --title: #2e3156;
      --dark: #111131;
      --yellow: #fdc831;
      --green: #00a29b;
      --grey: #4a5565;
      --muted: #6a7282;
      --line: #d1d5dc;
      --soft: #f1f1ff;
      --font-body: "Myriad Pro", "Myriad Pro Regular", Arial, sans-serif;
      --font-display: "Myriad Pro", "Myriad Pro Cond", "Helvetica Neue", Arial, sans-serif;
      --font-cond: "Myriad Pro Cond", "Myriad Pro", Arial, sans-serif;
      --font-serif: "Arsenica Variable", Georgia, "Times New Roman", serif;
      --shadow-card: 0 10px 17.2px rgba(0, 0, 0, 0.08);
      --bpx-product-card-shadow: 0 10px 17.2px rgba(0, 0, 0, 0.08);
      --bpx-product-card-shadow-hover: 0 14px 28px rgba(32, 35, 68, 0.12);
      --bpx-product-card-radius: 8px;
      --bpx-product-card-background: #fff;
      --bpx-section-max: 1320px;
      --bpx-gutter: clamp(16px, 4vw, 60px);
    }

    .bpx-home * {
      box-sizing: border-box;
    }

    .bpx-home {
      margin: 0;
      background: #fff;
      color: var(--blue);
      overflow-x: hidden;
      width: 100%;
      max-width: none;
    }

    .bpx-home {
      min-width: 0;
      font-family: var(--font-body);
    }

    .bpx-home img {
      display: block;
      max-width: 100%;
    }

    .bpx-home button {
      font: inherit;
      border: 0;
      background: none;
      cursor: pointer;
    }

    .bpx-home a {
      color: inherit;
      text-decoration: none;
    }

    .bpx-block-banner,
    .bpx-block-banner-interne,
    .bpx-block-benefits,
    .bpx-block-flavors,
    .bpx-block-newproduct,
    .bpx-block-event,
    .bpx-block-ourneeds,
    .bpx-block-gear,
    .bpx-block-guides,
    .bpx-block-brands,
    .bpx-block-reviews,
    .bpx-block-faq,
    .bpx-block-footer {
      font-family: var(--font-body);
      font-weight: 400;
      color: var(--blue);
    }

    .bpx-block-banner :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-banner-interne :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-benefits :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-flavors :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-newproduct :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-event :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-ourneeds :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-gear :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-guides :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-brands :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-reviews :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-faq :is(p, a, button, input, textarea, select, label, li, summary),
    .bpx-block-footer :is(p, a, button, input, textarea, select, label, li, summary) {
      font-family: var(--font-body);
      font-weight: 400;
    }

    .bpx-block-banner :is(button, input, textarea, select),
    .bpx-block-banner-interne :is(button, input, textarea, select),
    .bpx-block-benefits :is(button, input, textarea, select),
    .bpx-block-flavors :is(button, input, textarea, select),
    .bpx-block-newproduct :is(button, input, textarea, select),
    .bpx-block-event :is(button, input, textarea, select),
    .bpx-block-ourneeds :is(button, input, textarea, select),
    .bpx-block-gear :is(button, input, textarea, select),
    .bpx-block-guides :is(button, input, textarea, select),
    .bpx-block-brands :is(button, input, textarea, select),
    .bpx-block-reviews :is(button, input, textarea, select),
    .bpx-block-faq :is(button, input, textarea, select),
    .bpx-block-footer :is(button, input, textarea, select) {
      font: inherit;
    }

    .bpx-block-banner :is(.btn, .hero-cta, .hero-side-cta),
    .bpx-block-newproduct :is(.btn, .cart-btn),
    .bpx-block-event .btn,
    .bpx-block-ourneeds .btn,
    .bpx-block-gear :is(.btn, .cart-btn),
    .bpx-block-guides .btn,
    .bpx-block-faq .btn,
    .bpx-block-footer :is(.btn, button) {
      font-weight: 600;
    }

    .bpx-home header {
      position: fixed;
      top: 0;
      left: 50%;
      width: 100%;
      max-width: 100%;
      transform: translateX(-50%);
      z-index: 1000;
      background: #fff;
    }

    .bpx-home__main {
      width: 100%;
      padding-top: 0;
      overflow: clip;
    }

    .bpx-home .topbar {
      height: 48px;
      background: var(--blue);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 60px;
      gap: 28px;
      color: #fff;
      font-size: 14px;
      line-height: 1.3;
    }

    .bpx-home .topbar-left,
    .bpx-home .topbar-right {
      display: flex;
      align-items: center;
      gap: 18px;
      flex: 0 0 auto;
    }

    .bpx-home .topbar-search {
      flex: 0 1 430px;
      height: 32px;
      border-radius: 999px;
      background: #fff;
      color: var(--grey);
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 0 14px;
    }

    .bpx-home .topbar-search svg {
      width: 16px;
      height: 16px;
      color: var(--blue);
      flex: 0 0 auto;
    }

    .bpx-home .topbar-search input {
      width: 100%;
      min-width: 0;
      border: 0;
      outline: 0;
      padding: 0;
      background: transparent;
      color: var(--blue);
      font: inherit;
      font-size: 14px;
    }

    .bpx-home .topbar-search input::placeholder {
      color: #6a7282;
    }

    .bpx-home .toplink {
      padding: 4px 8px;
      border-radius: 120px;
      white-space: nowrap;
      transition: color .18s ease, background-color .18s ease, transform .18s ease;
    }

    .bpx-home .toplink:hover {
      background: rgba(255, 255, 255, .12);
      color: #fff;
      transform: translateY(-1px);
    }

    .bpx-home .top-icon {
      width: 28px;
      height: 28px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      color: #fff;
      transition: background-color .18s ease, transform .18s ease;
    }

    .bpx-home .top-icon:hover {
      background: rgba(255, 255, 255, .12);
      transform: translateY(-1px);
    }

    .bpx-home .top-icon svg {
      width: 19px;
      height: 19px;
      stroke-width: 2;
    }

    .bpx-home .toplink.cart {
      width: 73px;
      height: 26px;
      background: var(--yellow);
      color: var(--blue);
      display: inline-flex;
      justify-content: center;
      gap: 4px;
      align-items: center;
      margin-left: 4px;
      padding: 0 9px;
      font-size: 14px;
      line-height: 1;
    }

    .bpx-home .toplink.cart:hover {
      background: #ffd45f;
      color: var(--blue);
      box-shadow: 0 8px 18px rgba(253, 200, 49, .24);
    }

    .bpx-home .toplink.cart svg {
      width: 15px;
      height: 15px;
      stroke-width: 2;
      flex: 0 0 auto;
    }

    .bpx-home .mainnav {
      height: 60px;
      padding: 6px 60px;
      display: flex;
      align-items: center;
      background: rgba(255, 255, 255, .82);
      backdrop-filter: blur(10px);
      box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
      position: relative;
      z-index: 5;
    }

    .bpx-home .logo {
      width: 141.486px;
      height: 48px;
      flex: 0 0 auto;
    }

    .bpx-home .menu-toggle {
      display: none;
      width: 42px;
      height: 42px;
      border-radius: 999px;
      background: var(--blue);
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
    }

    .bpx-home .menu-toggle:hover {
      background: #1f2348;
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(32, 35, 68, .16);
    }

    .bpx-home .menu-toggle span {
      width: 18px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      transition: transform .18s ease, opacity .18s ease;
    }

    .bpx-home .mainnav.is-open .menu-toggle span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    .bpx-home .mainnav.is-open .menu-toggle span:nth-child(2) {
      opacity: 0;
    }

    .bpx-home .mainnav.is-open .menu-toggle span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    .bpx-home .navlinks {
      flex: 1;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      color: #000;
      font-size: 14px;
      line-height: 1.3;
    }

    .bpx-home .nav-item {
      height: 100%;
      display: inline-flex;
      align-items: center;
      position: static;
    }

    .bpx-home .navlink {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      padding: 8px 16px;
      border-radius: 120px;
      white-space: nowrap;
      transition: background .18s ease, color .18s ease;
    }

    .bpx-home .nav-item:hover .navlink,
    .bpx-home .nav-item:focus-within .navlink,
    .bpx-home .navlink:hover {
      background: #f5f8fc;
      color: var(--title);
    }

    .bpx-home .mega-menu {
      position: absolute;
      top: 60px;
      left: 60px;
      right: 60px;
      min-height: 284px;
      padding: 26px;
      display: grid;
      grid-template-columns: 268px 1fr 252px;
      gap: 28px;
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 0 0 18px 18px;
      box-shadow: 0 24px 60px rgba(17, 17, 49, .16);
      opacity: 0;
      pointer-events: none;
      transform: translateY(10px);
      transition: opacity .18s ease, transform .18s ease;
      z-index: 30;
      color: var(--blue);
    }

    .bpx-home .mega-menu::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -12px;
      height: 12px;
    }

    .bpx-home .nav-item:hover .mega-menu,
    .bpx-home .nav-item:focus-within .mega-menu {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .bpx-home .mega-intro {
      min-height: 232px;
      padding: 24px;
      border-radius: 12px;
      background: var(--blue);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .bpx-home .mega-tag {
      width: max-content;
      max-width: 100%;
      padding: 5px 10px;
      border-radius: 999px;
      background: var(--yellow);
      color: var(--blue);
      font-size: 12px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: .2px;
      text-transform: uppercase;
    }

    .bpx-home .mega-intro h3 {
      margin: 18px 0 10px;
      font-family: var(--font-serif);
      font-size: 26px;
      line-height: 1.08;
      font-weight: 600;
    }

    .bpx-home .mega-intro p {
      margin: 0;
      color: #f1f1ff;
      font-size: 15px;
      line-height: 1.45;
    }

    .bpx-home .mega-cta {
      width: max-content;
      margin-top: 18px;
      padding: 11px 18px;
      border-radius: 999px;
      background: #fff;
      color: var(--blue);
      font-weight: 700;
      font-size: 14px;
      transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
    }

    .bpx-home .mega-cta:hover {
      background: var(--yellow);
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
    }

    .bpx-home .mega-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px 24px;
      align-content: start;
    }

    .bpx-home .mega-grid.two-cols {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bpx-home .mega-col {
      min-width: 0;
      padding: 2px 0;
    }

    .bpx-home .mega-col.wide {
      grid-column: span 2;
    }

    .bpx-home .mega-heading {
      display: block;
      margin-bottom: 9px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.2;
      font-weight: 700;
      letter-spacing: .45px;
      text-transform: uppercase;
    }

    .bpx-home .mega-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 34px;
      padding: 7px 10px;
      border-radius: 8px;
      color: var(--blue);
      font-size: 15px;
      line-height: 1.2;
      transition: background .16s ease, color .16s ease, transform .16s ease;
    }

    .bpx-home .mega-link::after {
      content: "›";
      color: #c4cad7;
      font-size: 18px;
      line-height: 1;
      opacity: .8;
    }

    .bpx-home .mega-link:hover {
      background: #f5f8fc;
      color: var(--green);
      transform: translateX(2px);
    }

    .bpx-home .mega-note {
      display: block;
      margin-top: 8px;
      padding: 9px 10px;
      border-radius: 8px;
      background: rgba(253, 200, 49, .14);
      color: #6a5a14;
      font-size: 13px;
      line-height: 1.35;
    }

    .bpx-home .mega-card {
      min-height: 232px;
      padding: 22px;
      border-radius: 12px;
      background: #f1f1ff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border: 1px solid rgba(46, 49, 86, .08);
    }

    .bpx-home .mega-card h4 {
      margin: 0;
      color: var(--title);
      font-family: var(--font-serif);
      font-size: 21px;
      line-height: 1.15;
      font-weight: 600;
    }

    .bpx-home .mega-card p {
      margin: 10px 0 18px;
      color: var(--grey);
      font-size: 14px;
      line-height: 1.42;
    }

    .bpx-home .mega-card a {
      width: max-content;
      padding: 11px 17px;
      border-radius: 999px;
      background: var(--yellow);
      color: var(--blue);
      font-size: 14px;
      font-weight: 700;
      transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
    }

    .bpx-home .mega-card a:hover {
      background: #ffd45f;
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(253, 200, 49, .18);
    }

    .bpx-home .chev {
      width: 12px;
      height: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
    }

    .bpx-home .lang {
      width: 141px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }

    .bpx-home .lang button {
      border: 1px solid var(--grey);
      border-radius: 8px;
      padding: 4px 8px;
      height: 29px;
      color: var(--blue);
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: 16px;
      transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
    }

    .bpx-home .lang button:hover {
      background: #f5f8fc;
      border-color: var(--title);
      transform: translateY(-1px);
    }

    .bpx-home .flag {
      width: 20px;
      height: 14px;
      display: inline-flex;
      overflow: hidden;
    }

    .bpx-home .flag span {
      flex: 1;
    }

    .bpx-home .flag .b {
      background: #03267f;
    }

    .bpx-home .flag .w {
      background: #fff;
    }

    .bpx-home .flag .r {
      background: #f32730;
    }

    .bpx-home .hero,
    .bpx-block-banner {
      height: 728px;
      /* padding: 24px 60px; */
      display: flex;
      gap: 24px;
      align-items: stretch;
    }

    .bpx-home .hero-main,
    .bpx-block-banner .hero-main {
      width: 790px;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      background: var(--blue);
    }

    .bpx-home .hero-main img,
    .bpx-home .hero-side-card img,
    .bpx-block-banner .hero-main img,
    .bpx-block-banner .hero-side-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .bpx-home .hero-main .hero-overlay,
    .bpx-block-banner .hero-main .hero-overlay {
      opacity: .9;
      mix-blend-mode: normal;
    }

    .bpx-home .hero-side,
    .bpx-block-banner .hero-side {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .bpx-home .hero-side-card,
    .bpx-block-banner .hero-side-card {
      flex: 1;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      background: #000;
    }

    .bpx-home .hero-card,
    .bpx-block-banner .hero-card {
      position: relative;
      width: 100%;
      height: 100%;
    }

    .bpx-home .hero-btn,
    .bpx-block-banner .hero-btn {
      position: absolute;
      left: 50%;
      bottom: 8%;
      z-index: 4;
      min-width: 190px;
      min-height: 40px;
      padding: 10px 22px 10px 42px;
      transform: translateX(-50%);
      border-radius: 999px;
      background: #fff;
      color: var(--blue);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      text-decoration: none;
      font-family: var(--font-body);
      font-size: 12px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: .2px;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: visible;
      isolation: isolate;
      box-shadow: 0 10px 24px rgba(17, 17, 49, .14);
      transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
    }

    .bpx-home .hero-btn::before, .bpx-block-banner .hero-btn::before {
        content: "";
        position: absolute;
        left: -6px;
        top: 50%;
        width: 40px;
        height: 40px;
        background-image: url(https://vdlv-multi.ethiko.io/wp-content/uploads/2026/07/Subtract-1.svg);
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        transform: translateY(-50%);

        pointer-events: none;
    }

    .bpx-home .hero-btn:hover,
    .bpx-home .hero-btn:focus-visible,
    .bpx-block-banner .hero-btn:hover,
    .bpx-block-banner .hero-btn:focus-visible {
      background: #fff;
      color: var(--blue);
      text-decoration: none;
      transform: translateX(-50%) translateY(-1px);
      box-shadow: 0 14px 28px rgba(17, 17, 49, .18);
    }

    .bpx-home .hero-btn:focus-visible,
    .bpx-block-banner .hero-btn:focus-visible {
      outline: 2px solid #fff;
      outline-offset: 3px;
    }

    .bpx-home .hero-btn--main,
    .bpx-block-banner .hero-btn--main {
      bottom: 48px;
      min-width: 340px;
      min-height: 50px;
      padding: 14px 34px 14px 58px;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -.1px;
      text-transform: none;
    }

    .bpx-home .hero-btn--main::before,
    .bpx-block-banner .hero-btn--main::before {
      width: 45px;
      height: 50px;
    }

    .bpx-home .hero-btn__arrow,
    .bpx-home .hero-btn__label,
    .bpx-block-banner .hero-btn__arrow,
    .bpx-block-banner .hero-btn__label {
      display: inline-flex;
      align-items: center;
      line-height: 1;
      position: relative;
      z-index: 1;
    }

    .bpx-block-banner-interne {
      min-height: clamp(260px, 32vw, 400px);
      margin: 0 auto 40px;
      border-radius: 10px;
      overflow: hidden;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: clamp(48px, 6vw, 72px) clamp(24px, 4vw, 48px);
      position: relative;
      isolation: isolate;
    }

    .bpx-block-banner-interne__inner {
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .bpx-block-banner-interne__title {
        margin: 0;
        color: #fff;
        font-size: clamp(34px, 4.6vw, 48px);
        text-wrap: balance;
        font-family: Arsenica Variable;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        max-width: 1000px;
    }

    .bpx-home .benefits,
    .bpx-block-benefits {
      width: 1280px;
      height: 152px;
      margin: 36px auto 0;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      column-gap: 40px;
      color: var(--blue);
    }

    .bpx-home .benefit,
    .bpx-block-benefits .benefit {
      width: 290px;
    }

    .bpx-home .benefit img,
    .bpx-block-benefits .benefit img {
      width: 55px;
      height: 55px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .bpx-home .benefit:nth-child(4) img,
    .bpx-block-benefits .benefit:nth-child(4) img {
      width: 60px;
    }

    .bpx-home .benefit h3,
    .bpx-block-benefits .benefit h3 {
      margin: 0;
      font-family: var(--font-serif);
      font-size: 22px;
      line-height: 1.2;
      letter-spacing: -0.4px;
      font-weight: 600;
    }

    .bpx-home .benefit p,
    .bpx-block-benefits .benefit p,
    .bpx-block-benefits .benefit__desc p {
      margin: 0;
      font-family: var(--font-display);
      font-size: 14px;
      line-height: 1.5;
    }

    .bpx-home .flavors {
      height: 430px;
      margin-top: 53px;
      background: transparent;
      color: #fff;
      position: relative;
      padding-top: 46px;
      isolation: isolate;
    }

    .bpx-home .flavors::before {
      content: "";
      position: absolute;
      inset: 0;
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
      background: var(--blue);
      z-index: -1;
    }

    .bpx-home .flavors-title {
      text-align: center;
      font-size: 32px;
      line-height: .98;
      color: #fff;
      margin: 0;
    }

    .bpx-home .flavors-title strong {
      font-family: var(--font-display);
      font-weight: 600;
    }

    .bpx-home .flavors-title span {
      display: block;
      margin-top: 3px;
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-home .flavor-row {
      width: 1298px;
      height: 208px;
      margin: 56px auto 0;
      display: flex;
      align-items: flex-start;
      gap: 40px;
      position: relative;
    }

    .bpx-home .flavor-icons {
      position: absolute;
      left: 0;
      top: 0;
      width: 1311px;
      height: 130px;
      object-fit: contain;
      pointer-events: none;
    }

    .bpx-home .flavor {
      flex: 1;
      min-width: 0;
      text-align: center;
      color: inherit;
      text-decoration: none;
    }

    .bpx-home .flavor-bubble {
      width: 121px;
      height: 120px;
      border-radius: 90px;
      margin: 0 auto 32px;
      display: grid;
      place-items: center;
      color: #000;
      font-size: 34px;
      line-height: 1;
      opacity: 1;
    }

    .bpx-home .flavor p {
      margin: 0;
      font-family: var(--font-serif);
      font-size: 20px;
      line-height: 1.6;
      font-weight: 600;
      transition: color .2s ease, transform .2s ease;
    }

    .bpx-home .flavor:hover p,
    .bpx-home .flavor:focus-visible p {
      color: var(--flavor-color, var(--yellow, #fdc831));
      transform: translateY(-2px);
    }

    .bpx-home .section-label {
      margin: 0 0 15px;
      font-family: var(--font-body);
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      color: var(--grey);
      letter-spacing: .1996px;
      font-weight: 400;
    }

    .bpx-home .products,
    .bpx-block-newproduct {
      margin: 65px auto 0;
    }

    .bpx-home .product-block,
    .bpx-block-newproduct .product-block {
      margin-bottom: 50px;
    }

    .bpx-home .section-head {
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 32px;
    }

    .bpx-home .section-head.compact {
      height: 47px;
    }

    .bpx-home .h2,
    .bpx-block-newproduct .h2 {
      margin: 0;
      font-family: var(--font-display);
      font-size: 36px;
      line-height: 48px;
      letter-spacing: .3516px;
      color: var(--title);
      font-weight: 600;
    }

    .bpx-home .btn {
      min-height: 60px;
      padding: 18px 32px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -.3125px;
      white-space: nowrap;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
    }

    .bpx-home .btn.dark {
      background: var(--title);
      color: #fff;
    }

    .bpx-home .btn.yellow {
      background: var(--yellow);
      color: var(--blue);
    }

    .bpx-home .btn.outline {
      border: 2px solid var(--line);
      color: #364153;
    }

    .bpx-home .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 24px rgba(32, 35, 68, .16);
    }

    .bpx-home .btn.dark:hover {
      background: #1f2348;
    }

    .bpx-home .btn.yellow:hover {
      background: #ffd45f;
    }

    .bpx-home .btn.outline:hover {
      border-color: var(--title);
      background: var(--title);
      color: #fff;
    }

    .bpx-home .product-card,
    .bpx-block-newproduct .product-card {
      height: 500px;
      background: #fff;
      border-radius: 8px;
      box-shadow: var(--shadow-card);
      padding: 20px 24px 24px;
      display: flex;
      flex-direction: column;
      gap: 0;
      margin: 25px;
    }

    .bpx-home .product-card .visual,
    .bpx-block-newproduct .product-card .visual {
      height: 250px;
      flex: 0 0 372px;
      display: grid;
      place-items: center;
      margin-bottom: 0;
      overflow: hidden;
    }

    .bpx-home .product-card .visual img,
    .bpx-block-newproduct .product-card .visual img {
      width: 75%;
      height: 75%;
      max-width: none;
      max-height: none;
      object-fit: contain;
    }

    .bpx-home .product-card h3,
    .bpx-block-newproduct .product-card h3 {
      margin: 0;
      color: var(--blue);
      font-family: var(--font-serif);
      font-weight: 600;
      font-size: 20px;
      line-height: 1.12;
      min-height: 46px;
      position: relative;
      z-index: 1;
    }

    .bpx-home .product-card h3.tall,
    .bpx-block-newproduct .product-card h3.tall {
      line-height: 1.25;
    }

    .bpx-home .product-card .meta,
    .bpx-block-newproduct .product-card .meta {
      display: flex;
      align-items: flex-end;
      gap: 24px;
      flex: 1;
      margin-top: 18px;
    }

    .bpx-home .product-card .meta p,
    .bpx-block-newproduct .product-card .meta p {
      margin: 0;
      flex: 1;
      color: var(--grey);
      font-size: 18px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-home .cart-btn,
    .bpx-block-newproduct .cart-btn {
      width: 78px;
      height: 78px;
      border-radius: 50%;
      background: var(--title);
      color: #fff;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
    }

    .bpx-home .cart-btn.yellow,
    .bpx-block-newproduct .cart-btn.yellow {
      background: var(--yellow);
      color: var(--blue);
    }

    .bpx-home .cart-btn img,
    .bpx-block-newproduct .cart-btn img {
      width: 39px;
      height: auto;
    }

    .bpx-home .product-card .cart-btn,
    .bpx-block-newproduct .product-card .cart-btn {
      width: 60px;
      height: 60px;
    }

    .bpx-home .product-card .cart-btn img,
    .bpx-block-newproduct .product-card .cart-btn img {
      width: 30px;
    }

    .bpx-home .gear-card .cart-btn {
      width: 48px;
      height: 48px;
    }

    .bpx-home .gear-card .cart-btn img {
      width: 24px;
    }

    .bpx-home .cart-btn.yellow img,
    .bpx-block-newproduct .cart-btn.yellow img {
      filter: brightness(0) saturate(100%) invert(13%) sepia(18%) saturate(1480%) hue-rotate(199deg) brightness(91%) contrast(92%);
    }

    .bpx-home .cart-btn:hover,
    .bpx-block-newproduct .cart-btn:hover {
      transform: translateY(-2px) scale(1.04);
      box-shadow: 0 12px 24px rgba(32, 35, 68, .16);
    }

    .bpx-home .cart-btn.yellow:hover,
    .bpx-block-newproduct .cart-btn.yellow:hover {
      background: #ffd45f;
    }

    .bpx-home .arrow {
      position: absolute;
      top: 172px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--dark);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 34px;
      line-height: 1;
      z-index: 2;
      transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
    }

    .bpx-home .arrow:hover {
      transform: scale(1.08);
      background: #1f2348;
      box-shadow: 0 10px 20px rgba(32, 35, 68, .16);
    }

    .bpx-home .arrow.left {
      left: -21px;
    }

    .bpx-home .arrow.right {
      right: -21px;
    }

    .bpx-home .event {
      width: 1280px;
      height: 532px;
      margin: 81px auto 0;
      background: var(--blue);
      border-radius: 8px;
      overflow: hidden;
      display: grid;
      grid-template-columns: 640px 640px;
    }

    .bpx-home .event-copy {
      padding: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 21px;
      color: #fff;
    }

    .bpx-home .eyebrow {
      margin: 0;
      font-family: var(--font-body);
      font-size: 14px;
      line-height: 20px;
      letter-spacing: .1996px;
      text-transform: uppercase;
    }

    .bpx-home .split-title {
      margin: 0;
      font-size: 32px;
      line-height: 1;
      color: var(--yellow);
    }

    .bpx-home .split-title strong {
      font-family: var(--font-display);
      font-weight: 600;
    }

    .bpx-home .split-title span {
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-home .event-copy p.desc {
      margin: 0;
      width: 520px;
      font-size: 18px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-home .event-image {
      transform: rotate(180deg) scaleY(-1);
      overflow: hidden;
      position: relative;
    }

    .bpx-home .event-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      right: 0;
      top: 0;
    }

    .bpx-home .needs {
      width: 1277px;
      min-height: 760px;
      margin: 0 auto;
      display: flex;
      gap: 60px;
    }

    .bpx-home .needs-left {
      width: 511px;
      display: flex;
      flex-direction: column;
      gap: 22px;
      /* justify-content: space-between; */
    }

    .bpx-home .needs-left h2 {
      margin-top: 2px;
    }

    .bpx-home .needs-copy {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }

    .bpx-home .needs-left .intro {
      margin: 16px 0 0;
      font-size: 18px;
      line-height: 29.25px;
      color: var(--grey);
      letter-spacing: -.4395px;
    }

    .bpx-home .needs-cta {
      min-height: 52px;
      margin-top: 18px;
      padding: 14px 28px;
      font-weight: 600;
      justify-self: start;
    }

    .bpx-home .needs-left img {
      width: 523px;
      height: 430px;
      object-fit: cover;
      object-position: center;
      border-radius: 8px;
    }

    .bpx-home .needs-grid {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .bpx-home .needs-grid .needs-cta {
      grid-column: 1;
      margin-top: 0;
    }

    .bpx-home .need-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 0 .5px rgba(0, 0, 0, .02), 0 0 .5px rgba(0, 0, 0, .13), 0 0 .5px rgba(0, 0, 0, .44);
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .bpx-home .need-card-link {
      color: inherit;
      text-decoration: none;
    }

    .bpx-home .need-title {
      display: flex;
      align-items: center;
      gap: 0;
    }

    .bpx-home .need-num {
      width: 61.531px;
      color: #e5e7eb;
      font-family: var(--font-body);
      font-size: 40px;
      line-height: 60px;
      font-weight: 300;
      letter-spacing: .2637px;
      flex: 0 0 auto;
    }

    .bpx-home .need-card h3 {
      margin: 0;
      color: var(--title);
      font-family: var(--font-serif);
      font-size: 24px;
      line-height: normal;
      font-weight: 500;
      letter-spacing: .3955px;
    }

    .bpx-home .need-card p {
      margin: 0;
      color: var(--grey);
      font-size: 16px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-home .tags {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .bpx-home .tag {
      border-radius: 20px;
      background: rgba(253, 200, 49, .22);
      color: var(--blue);
      padding: 2px 8px;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: .1996px;
      white-space: nowrap;
    }

    .bpx-home .gear {
      height: 872px;
      margin-top: 0;
      background: transparent;
      padding: 100px 67px 100px 92px;
      position: relative;
      isolation: isolate;
    }

    .bpx-home .gear::before {
      content: "";
      position: absolute;
      inset: 0;
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
      background: var(--soft);
      z-index: -1;
    }

    .bpx-home .gear-inner {
      width: 1281px;
    }

    .bpx-home .mixed-title {
      margin: 0;
      color: var(--blue);
      font-size: 32px;
      line-height: 1;
    }

    .bpx-home .mixed-title strong {
      font-family: var(--font-display);
      font-weight: 600;
    }

    .bpx-home .mixed-title span {
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-home .gear .section-head {
      margin-bottom: 24px;
    }

    .bpx-home .gear-grid {
      position: relative;
      width: 1281px;
    }

    .bpx-home .gear-card {
      height: 586px;
      max-width: 420px;
      background: #fff;
      border-radius: 8px;
      box-shadow: var(--bpx-product-card-shadow, 0 10px 17.2px rgba(0, 0, 0, .08));
      padding: 0 24px 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
    }

    .bpx-home .gear-card .visual {
      height: 372px;
      display: grid;
      place-items: center;
    }

    .bpx-home .gear-card .visual img {
      width: 88%;
      height: 88%;
      object-fit: contain;
    }

    .bpx-home .gear-card h3 {
      margin: 0 0 16px;
      font-family: var(--font-serif);
      color: var(--blue);
      font-size: 16px;
      line-height: 1.2;
      font-weight: 600;
    }

    .bpx-home .gear-card .desc {
      margin: 0;
      color: var(--grey);
      opacity: .6;
      font-size: 16px;
      letter-spacing: -.4395px;
    }

    .bpx-home .price-row {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-top: 16px;
    }

    .bpx-home .price {
      flex: 1;
      font-family: var(--font-serif);
      font-weight: 600;
      font-size: 36px;
      line-height: 1;
      color: var(--blue);
    }

    .bpx-home .badge {
      position: absolute;
      left: 20px;
      top: 20px;
      background: var(--green);
      color: var(--blue);
      border-radius: 20px;
      padding: 4px 8px 2px;
      font-weight: 600;
      font-size: 12px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: .1996px;
    }

    .bpx-home .guides {
      width: 1276px;
      height: 823.193px;
      margin: 149px auto 0;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .bpx-home .guides .head-copy {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .bpx-home .guide-sub {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .bpx-home .guide-sub p {
      flex: 1;
      margin: 0;
      color: var(--grey);
      font-size: 18px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-home .guide-content {
      width: 1280px;
      display: flex;
      gap: 20px;
    }

    .bpx-home .article-card {
      width: 486.666px;
      height: 443.193px;
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 10.1px rgba(0, 0, 0, .06);
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding-bottom: 30px;
    }

    .bpx-home .article-card img {
      width: 100%;
      height: 207.193px;
      object-fit: cover;
    }

    .bpx-home .article-body {
      padding: 0 20px;
    }

    .bpx-home .article-title {
      height: 80px;
      margin: 0;
      overflow: hidden;
      color: var(--title);
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -.4395px;
    }

    .bpx-home .article-body .excerpt {
      margin: 12px 0 0;
      color: var(--grey);
      font-size: 14px;
      line-height: 22.75px;
      letter-spacing: -.1504px;
    }

    .bpx-home .article-foot {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 10px;
      color: var(--title);
      font-size: 14px;
      line-height: 20px;
    }

    .bpx-home .article-author {
      color: #1a1a1a;
      line-height: 25.2px;
      font-weight: 500;
    }

    .bpx-home .article-date {
      color: var(--grey);
      line-height: 22.75px;
    }

    .bpx-home .guide-card {
      flex: 1;
      background: rgba(217, 81, 82, .05);
      border-radius: 20px;
      padding: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 21px;
    }

    .bpx-home .guide-card h3 {
      margin: 0;
      font-size: 24px;
      line-height: 48px;
      color: var(--title);
    }

    .bpx-home .guide-card h3 strong {
      font-family: var(--font-display);
    }

    .bpx-home .guide-card h3 span {
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-home .guide-card p {
      margin: 0;
      color: var(--grey);
      font-size: 18px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-home .simulator {
      height: 202px;
      border-radius: 20px;
      background:
        radial-gradient(ellipse at 16% 0%, rgba(255, 255, 255, .12) 0 1px, transparent 2px),
        repeating-radial-gradient(ellipse at 12% 20%, rgba(255, 255, 255, .13) 0 1px, transparent 1px 46px),
        var(--blue);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 60px;
    }

    .bpx-home .simulator h3 {
      margin: 0 0 4px;
      color: var(--yellow);
      font-family: var(--font-display);
      font-size: 24px;
      line-height: 48px;
      letter-spacing: .3516px;
    }

    .bpx-home .simulator p {
      margin: 0;
      color: #fff;
      font-size: 18px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-home .trust {
      width: 1314px;
      height: auto;
      margin: 100px auto 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 100px;
    }

    .bpx-home .brands {
      width: 1314px;
      height: 302px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 68px;
    }

    .bpx-home .brands h2 {
      margin: 0;
      text-align: center;
      font-size: 36px;
      line-height: 48px;
      color: var(--title);
      letter-spacing: .3516px;
    }

    .bpx-home .brands h2 strong {
      font-family: var(--font-display);
    }

    .bpx-home .brands h2 span {
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-home .brands img {
      width: 1269.273px;
      height: 160px;
      object-fit: contain;
    }

    .bpx-home .dots {
      margin-top: -26px;
      display: flex;
      gap: 8px;
    }

    .bpx-home .dot {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--blue);
    }

    .bpx-home .dot.active {
      background: var(--green);
    }

    .bpx-home .reviews {
      width: 1303px;
      height: 307px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }

    .bpx-home .reviews h2 {
      margin: 0;
      width: 1148px;
      text-align: center;
      color: var(--blue);
      font-size: 32px;
      line-height: 1;
    }

    .bpx-home .reviews h2 strong {
      font-family: var(--font-display);
      font-weight: 600;
    }

    .bpx-home .reviews h2 span {
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-home .reviews-row {
      width: 1303px;
      display: flex;
      gap: 20px;
      overflow: visible;
    }

    .bpx-home .review-summary,
    .bpx-home .review-card {
      width: 280px;
      height: 220px;
      flex: 0 0 auto;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 2px 4px rgba(7, 4, 146, .1), 0 24px 60px rgba(6, 47, 125, .05), 0 12px 24px rgba(27, 59, 119, .05);
      padding: 20px;
    }

    .bpx-home .review-summary {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: #000;
      text-align: center;
    }

    .bpx-home .review-summary h3 {
      margin: 0;
      font-family: var(--font-serif);
      font-size: 18px;
      line-height: 26px;
    }

    .bpx-home .stars-big {
      display: flex;
      gap: 10px;
    }

    .bpx-home .stars-big span {
      width: 40px;
      height: 40px;
      background: var(--green);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 28px;
    }

    .bpx-home .trustpilot {
      color: #000;
      font-size: 16px;
      line-height: 26px;
    }

    .bpx-home .trustpilot::before {
      content: "★";
      color: var(--green);
      font-size: 24px;
      vertical-align: -2px;
      margin-right: 4px;
    }

    .bpx-home .review-card {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px;
      color: #000;
    }

    .bpx-home .stars-small {
      display: flex;
      gap: 1px;
      color: #fff;
      font-size: 16px;
      line-height: 20px;
    }

    .bpx-home .stars-small span {
      width: 20px;
      height: 20px;
      background: var(--yellow);
      display: grid;
      place-items: center;
    }

    .bpx-home .review-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      height: 26px;
    }

    .bpx-home .review-top em {
      font-style: normal;
      font-family: var(--font-body);
      font-size: 12px;
      line-height: 26px;
    }

    .bpx-home .review-card h3 {
      margin: 0;
      font-weight: 700;
      font-size: 16px;
      line-height: 26px;
      color: #000;
    }

    .bpx-home .review-card p {
      margin: 0;
      font-size: 14px;
      line-height: 22px;
      color: #000;
    }

    .bpx-home .review-card hr {
      width: 60px;
      height: 1px;
      border: 0;
      background: #c4c4c4;
      margin: 0;
    }

    .bpx-home .review-card b {
      font-size: 14px;
      line-height: 22px;
    }

    .bpx-home .faq {
      width: 1024px;
      display: flex;
      align-items: flex-start;
    }

    .bpx-home .faq-left {
      width: 458px;
      padding: 30px 0;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .bpx-home .faq-title {
      margin: 0;
      width: 486px;
      color: var(--blue);
      font-size: 36px;
      line-height: 48px;
      letter-spacing: .3516px;
    }

    .bpx-home .faq-title strong {
      display: block;
      font-family: var(--font-display);
      font-weight: 600;
    }

    .bpx-home .faq-title span {
      display: block;
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-home .faq-left .btn {
      width: 156px;
      height: 56px;
      min-height: 56px;
      font-weight: 600;
      padding: 0 32px;
    }

    .bpx-home .faq-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .bpx-home .faq-q {
      width: 100%;
      min-height: 53px;
      border: 1px solid rgba(32, 35, 68, .2);
      border-radius: 8px;
      padding: 16px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      color: var(--blue);
      font-family: var(--font-serif);
      font-size: 16px;
      line-height: 1.3;
      font-weight: 500;
      text-align: left;
      cursor: pointer;
      transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
    }

    .bpx-home .faq-q.open {
      border-color: rgba(217, 81, 82, .2);
      background: transparent;
    }

    .bpx-home .faq-q:hover {
      border-color: rgba(32, 35, 68, .38);
      background: rgba(247, 248, 255, .65);
      transform: translateY(-1px);
    }

    .bpx-home .faq-q.open:hover {
      background: transparent;
    }

    .bpx-home .faq-answer {
      padding: 0 16px;
      color: var(--grey);
      font-size: 14px;
      line-height: 22.75px;
      letter-spacing: -.1504px;
    }

    .bpx-home .faq-answer p {
      margin: 0;
    }

    .bpx-home .faq-answer ul {
      margin: 0;
      padding-left: 21px;
    }

    .bpx-home .faq-answer li {
      margin: 0;
    }

    .bpx-home .faq-answer strong {
      font-weight: 600;
    }

    .bpx-home .footer {
      height: 582px;
      margin-top: 72px;
      background: var(--blue);
      color: #cbcbcb;
      padding: 70px 35px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
    }

    .bpx-home .footer-inner {
      width: 1345.12px;
      display: flex;
      flex-direction: column;
      gap: 21px;
    }

    .bpx-home .footer-top {
      display: flex;
      gap: 40px;
      padding-bottom: 17px;
      border-bottom: 1px solid var(--yellow);
    }

    .bpx-home .footer-brand {
      width: 177px;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    .bpx-home .footer-brand .footer-logo {
      width: 146px;
      height: 52px;
      object-fit: contain;
    }

    .bpx-home .footer-brand p,
    .bpx-home .foot-col p,
    .bpx-home .notice p {
      margin: 0;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -.1504px;
    }

    .bpx-home .foot-cols {
      flex: 1;
      display: flex;
      gap: 40px;
    }

    .bpx-home .foot-col {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .bpx-home .foot-col h3 {
      margin: 0;
      color: var(--yellow);
      font-family: var(--font-serif);
      font-size: 20px;
      line-height: 1.6;
      font-weight: 600;
    }

    .bpx-home .foot-links {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .bpx-home .foot-links p {
      cursor: pointer;
      transition: color .2s ease, opacity .2s ease;
    }

    .bpx-home .foot-links p:hover {
      color: #fff;
      opacity: 1;
    }

    .bpx-home .notice {
      height: 63px;
      border-radius: 10px;
      background: rgba(255, 255, 255, .05);
      padding: 24px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .bpx-home .notice-icon {
      color: var(--green);
      font-size: 22px;
    }

    .bpx-home .socials {
      width: 488px;
      max-width: 100%;
      margin: -5px auto 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bpx-home .socials img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    .bpx-home .social {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #fff;
      color: var(--blue);
      display: grid;
      place-items: center;
      font-size: 12px;
      font-weight: 700;
    }

    .bpx-block-footer {
      min-height: 582px;
      height: auto;
      margin-top: 72px;
      background: var(--blue);
      color: #cbcbcb;
      padding: 70px 35px 28px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      overflow: hidden;
      /* height: auto;
      margin-top: 0;
      background: var(--blue);
      color: #cbcbcb;
      padding: 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      overflow: hidden; */
    }

    .bpx-block-footer .footer-inner {
      width: min(1345.12px, 100%);
      display: flex;
      flex-direction: column;
      gap: 21px;
    }

    .bpx-block-footer .footer-top {
      background: transparent;
      padding: 0 0 17px;
      border-top: 0;
      border-bottom: 1px solid var(--yellow);
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      align-content: flex-start;
      gap: 40px;
    }

    .bpx-block-footer .footer-brand {
      width: 177px;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    .bpx-block-footer .footer-brand .footer-logo {
      width: 146px;
      height: 52px;
      object-fit: contain;
      margin: 0;
    }

    .bpx-block-footer .footer-brand p,
    .bpx-block-footer .foot-col p,
    .bpx-block-footer .notice p {
      margin: 0;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -.1504px;
    }

    .bpx-block-footer .foot-cols {
      flex: 1;
      display: flex;
      gap: 30px;
    }

    .bpx-block-footer .foot-col {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .bpx-block-footer .foot-col h3 {
      margin: 0;
      color: var(--yellow);
      font-family: var(--font-serif);
      font-size: 20px;
      line-height: 1.6;
      font-weight: 600;
    }

    .bpx-block-footer .foot-links {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .bpx-block-footer .foot-links p a{
      text-decoration: none;
      color: inherit;
    }

    .bpx-block-footer .foot-links p a,
    .bpx-block-footer .foot-links p {
      cursor: pointer;
      transition: color .2s ease, opacity .2s ease;
    }

    .bpx-block-footer .foot-links p a:hover,
    .bpx-block-footer .foot-links p:hover {
      color: #fff;
      opacity: 1;
    }

    .bpx-block-footer .footer-company details {
      border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .bpx-block-footer .footer-company summary,
    .bpx-block-footer .footer-company .footer-direct-link {
      min-height: 30px;
      color: inherit;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      font-size: 14px;
      line-height: 20px;
      cursor: pointer;
      text-decoration: none;
      transition: color .2s ease;
    }

    .bpx-block-footer .footer-company summary {
      list-style: none;
    }

    .bpx-block-footer .footer-company summary::-webkit-details-marker {
      display: none;
    }

    .bpx-block-footer .footer-company summary::after {
      content: "⌄";
      flex: 0 0 auto;
      transition: transform .18s ease;
    }

    .bpx-block-footer .footer-company details[open] summary::after {
      transform: rotate(180deg);
    }

    .bpx-block-footer .footer-company summary:hover,
    .bpx-block-footer .footer-company .footer-direct-link:hover,
    .bpx-block-footer .footer-company .footer-submenu a:hover {
      color: #fff;
    }

    .bpx-block-footer .footer-company .footer-submenu {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding: 4px 0 10px 12px;
    }

    .bpx-block-footer .footer-company .footer-submenu a {
      color: #aeb8cc;
      font-size: 13px;
      line-height: 1.35;
      text-decoration: none;
      transition: color .2s ease;
    }

    .bpx-block-footer .notice {
      height: 63px;
      border-radius: 10px;
      background: rgba(255, 255, 255, .05);
      padding: 24px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .bpx-block-footer .notice-icon {
      color: var(--green);
      font-size: 22px;
    }

    .bpx-block-footer .minor-warning {
      width: min(100%, 1120px);
      margin: 2px auto 0;
      background: #fff;
      border: 2px solid #000;
      display: flex;
      justify-content: center;
    }

    .bpx-block-footer .minor-warning img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
      margin: 0;
    }

    .bpx-block-footer .socials {
        width: 488px;
        max-width: 100%;
        margin: 0px auto 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding-top: 10px;
    }

    .bpx-block-footer .socials img {
      width: 100%;
      height: auto;
      object-fit: contain;
      margin: 0;
    }

    .bpx-home .accessibility {
      position: fixed;
      right: 8px;
      bottom: 0;
      width: 24px;
      height: 24px;
      border-radius: 12px 12px 0 0;
      background: var(--blue);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 12px;
      z-index: 10;
    }

    @media (max-width: 1180px) {
      .bpx-home {
        min-width: 0;
      }

      .bpx-home {
        width: 100%;
        max-width: none;
      }

      .bpx-home .topbar {
        padding: 0 24px;
        gap: 18px;
      }

      .bpx-home .topbar-left,
      .bpx-home .topbar-right {
        gap: 12px;
      }

      .bpx-home .topbar-search {
        flex-basis: 340px;
      }

      .bpx-home .mainnav {
        padding: 6px 24px;
        gap: 12px;
      }

      .bpx-home .navlinks {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
      }

      .bpx-home .navlinks::-webkit-scrollbar {
        display: none;
      }

      .bpx-home .nav-item {
        flex: 0 0 auto;
      }

      .bpx-home .navlink {
        padding: 8px 12px;
      }

      .bpx-home .mega-menu {
        left: 24px;
        right: 24px;
        grid-template-columns: 240px 1fr 230px;
        gap: 22px;
      }

      .bpx-home .hero,
      .bpx-home .benefits,
      .bpx-block-banner,
      .bpx-block-benefits,
      .bpx-home .products,
      .bpx-home .event,
      .bpx-home .needs,
      .bpx-home .gear-inner,
      .bpx-home .guides,
      .bpx-home .trust,
      .bpx-home .brands,
      .bpx-home .reviews,
      .bpx-home .reviews-row,
      .bpx-home .footer-inner {
        width: calc(100% - 48px);
      }

      .bpx-home .hero,
      .bpx-block-banner {
        height: auto;
        min-height: 0;
        padding: 24px;
      }

      .bpx-home .hero-main,
      .bpx-block-banner .hero-main {
        width: 58%;
        min-height: 440px;
      }

      .bpx-home .benefits,
      .bpx-block-benefits {
        height: auto;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 20px;
      }

      .bpx-home .benefit,
      .bpx-block-benefits .benefit {
        width: auto;
      }

      .bpx-home .flavor-row {
        width: calc(100% - 48px);
        gap: 24px;
      }

      .bpx-home .flavor-icons {
        left: 0;
        width: 100%;
      }

      .bpx-home .product-block,
      .bpx-home .gear-grid,
      .bpx-home .guide-content {
        width: 100%;
      }

      .bpx-home .product-grid,
      .bpx-home .gear-grid {
        gap: 28px;
      }

      .bpx-home .event {
        grid-template-columns: 1fr 1fr;
      }

      .bpx-home .event-copy p.desc {
        width: auto;
      }

      .bpx-home .needs {
        gap: 36px;
      }

      .bpx-home .needs-left {
        width: 42%;
      }

      .bpx-home .needs-grid {
        gap: 18px;
      }

      .bpx-home .gear {
        padding-left: 24px;
        padding-right: 24px;
      }

      .bpx-home .gear-card {
        max-width: none;
      }

      .bpx-home .brands img {
        width: 100%;
      }

      .bpx-home .reviews h2,
      .bpx-home .faq,
      .bpx-home .faq-title {
        width: 100%;
      }

      .bpx-home .footer-top,
      .bpx-home .foot-cols {
        gap: 24px;
      }
    }

    @media (max-width: 1024px) {
      .bpx-home {
        min-width: 0;
        overflow-x: hidden;
      }

      .bpx-home__main {
        padding-top: 152px;
      }

      .bpx-home {
        width: 100%;
        overflow: hidden;
      }

      .bpx-home .topbar {
        height: auto;
        min-height: 44px;
        padding: 8px 16px;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px 12px;
        overflow: visible;
      }

      .bpx-home .topbar-left {
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
        gap: 10px;
        overflow-x: auto;
        scrollbar-width: none;
      }

      .bpx-home .topbar-left::-webkit-scrollbar {
        display: none;
      }

      .bpx-home .topbar-search {
        order: 3;
        flex: 1 0 100%;
        height: 34px;
      }

      .bpx-home .topbar-right {
        order: 2;
        gap: 10px;
        margin-left: auto;
      }

      .bpx-home .toplink {
        flex: 0 0 auto;
        font-size: 13px;
      }

      .bpx-home .topbar-right>.toplink:not(.cart) {
        display: none;
      }

      .bpx-home .top-icon {
        width: 30px;
        height: 30px;
      }

      .bpx-home .mainnav {
        height: auto;
        padding: 10px 16px 12px;
        flex-wrap: wrap;
        gap: 10px 12px;
        align-items: center;
        position: relative;
        z-index: 5;
        background: rgba(255, 255, 255, .96);
      }

      .bpx-home .logo {
        width: 112px;
        height: auto;
      }

      .bpx-home .menu-toggle {
        order: 2;
        display: inline-flex;
        margin-left: 0;
      }

      .bpx-home .lang {
        order: 1;
        width: auto;
        margin-left: auto;
      }

      .bpx-home .lang button {
        height: 32px;
        font-size: 14px;
      }

      .bpx-home .navlinks {
        order: 3;
        width: 100%;
        flex: 0 0 100%;
        height: auto;
        display: none;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 118px);
        padding: 12px;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 20px 44px rgba(17, 17, 49, .14);
        color: var(--blue);
      }

      .bpx-home .mainnav.is-open .navlinks {
        display: flex;
      }

      .bpx-home .nav-item {
        width: 100%;
        height: auto;
        display: block;
      }

      .bpx-home .navlink {
        width: 100%;
        justify-content: space-between;
        padding: 9px 13px;
        background: #f5f8fc;
        font-size: 14px;
      }

      .bpx-home .chev {
        display: inline-flex;
        transform: rotate(-90deg);
        transition: transform .16s ease;
      }

      .bpx-home .nav-item.is-subopen .chev {
        transform: rotate(0deg);
      }

      .bpx-home .mega-menu {
        position: static;
        display: none;
        min-height: 0;
        padding: 10px 4px 2px;
        grid-template-columns: 1fr;
        gap: 10px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        background: transparent;
      }

      .bpx-home .nav-item.is-subopen .mega-menu {
        display: grid;
      }

      .bpx-home .mega-menu::before,
      .bpx-home .mega-intro,
      .bpx-home .mega-card,
      .bpx-home .mega-note {
        display: none;
      }

      .bpx-home .mega-grid,
      .bpx-home .mega-grid.two-cols {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .bpx-home .mega-col,
      .bpx-home .mega-col.wide {
        grid-column: auto;
        padding: 0;
      }

      .bpx-home .mega-heading {
        margin: 8px 10px 3px;
        font-size: 11px;
      }

      .bpx-home .mega-link {
        min-height: 31px;
        padding: 7px 12px;
        border-radius: 8px;
        font-size: 13px;
        background: rgba(245, 248, 252, .72);
      }

      .bpx-home .hero,
      .bpx-block-banner {
        width: 100%;
        height: auto;
        padding: 16px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .bpx-home .hero-main,
      .bpx-block-banner .hero-main {
        width: 100%;
        min-height: 0;
        aspect-ratio: 1.55;
      }

      .bpx-home .hero-side,
      .bpx-block-banner .hero-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
      }

      .bpx-home .hero-side-card,
      .bpx-block-banner .hero-side-card {
        min-height: 0;
        aspect-ratio: 1.65;
      }

      .bpx-home .benefits,
      .bpx-block-benefits {
        width: calc(100% - 32px);
        height: auto;
        margin: 28px auto 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 18px;
      }

      .bpx-home .benefit,
      .bpx-block-benefits .benefit {
        width: auto;
      }

      .bpx-home .benefit h3,
      .bpx-block-benefits .benefit h3 {
        font-size: 18px;
      }

      .bpx-home .benefit p,
      .bpx-block-benefits .benefit p,
      .bpx-block-benefits .benefit__desc p {
        font-size: 13px;
      }

      .bpx-home .flavors {
        height: auto;
        margin-top: 36px;
        padding: 38px 16px 42px;
      }

      .bpx-home .flavors-title,
      .bpx-home .mixed-title,
      .bpx-home .split-title {
        font-size: 28px;
      }

      .bpx-home .flavor-row {
        width: 100%;
        height: auto;
        margin: 34px auto 0;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 14px;
      }

      .bpx-home .flavor-icons {
        display: none;
      }

      .bpx-home .flavor-bubble {
        width: 82px;
        height: 82px;
        margin-bottom: 12px;
        opacity: 1;
        font-size: 24px;
      }

      .bpx-home .flavor p {
        font-size: 16px;
        line-height: 1.25;
      }

      .bpx-home .products,
      .bpx-block-newproduct {
        width: calc(100% - 32px);
        height: auto;
        margin: 42px auto 0;
      }

      .bpx-home .product-block,
      .bpx-block-newproduct .product-block {
        width: 100%;
        margin-bottom: 42px;
      }

      .bpx-home .section-head,
      .bpx-home .section-head.compact,
      .bpx-block-newproduct .section-head,
      .bpx-block-newproduct .section-head.compact {
        height: auto;
        gap: 16px;
        align-items: flex-start;
      }

      .bpx-home .h2,
      .bpx-block-newproduct .h2 {
        font-size: 30px;
        line-height: 1.12;
      }

      .bpx-home .btn,
      .bpx-block-newproduct .btn {
        min-height: 48px;
        padding: 13px 22px;
        font-size: 15px;
      }

      .bpx-home .product-grid,
      .bpx-home .gear-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
      }

      .bpx-home .product-card,
      .bpx-block-newproduct .product-card {
        height: auto;
        min-height: 360px;
        padding: 18px;
      }

      .bpx-home .product-card .visual,
      .bpx-block-newproduct .product-card .visual {
        height: 132px;
        flex-basis: 132px;
        margin-bottom: 20px;
      }

      .bpx-home .product-card .visual img,
      .bpx-block-newproduct .product-card .visual img {
        max-height: 126px;
      }

      .bpx-home .product-card h3,
      .bpx-block-newproduct .product-card h3 {
        font-size: 18px;
        min-height: auto;
      }

      .bpx-home .product-card .meta,
      .bpx-block-newproduct .product-card .meta {
        gap: 14px;
      }

      .bpx-home .product-card .meta p,
      .bpx-block-newproduct .product-card .meta p {
        font-size: 15px;
        line-height: 1.55;
      }

      .bpx-home .cart-btn,
      .bpx-block-newproduct .cart-btn {
        width: 60px;
        height: 60px;
      }

      .bpx-home .cart-btn img,
      .bpx-block-newproduct .cart-btn img {
        width: 31px;
      }

      .bpx-home .arrow {
        display: none;
      }

      .bpx-home .event {
        width: calc(100% - 32px);
        height: auto;
        margin: 54px auto 0;
        grid-template-columns: 1fr;
      }

      .bpx-home .event-copy {
        padding: 34px 28px;
      }

      .bpx-home .event-image {
        height: 300px;
      }

      .bpx-home .event-image img {
        position: static;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .bpx-home .needs {
        width: calc(100% - 32px);
        min-height: 0;
        margin: 0 auto;
        padding-block: 58px 64px;
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
      }

      .bpx-home .needs-left {
        width: 100%;
        height: auto;
        gap: 18px;
      }

      .bpx-home .needs-left .intro {
        font-size: 16px;
        line-height: 1.55;
      }

      .bpx-home .needs-left img {
        width: 100%;
        height: clamp(250px, 48vw, 360px);
        object-position: center;
      }

      .bpx-home .needs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-top: 0;
      }

      .bpx-home .need-card {
        padding: 20px;
      }

      .bpx-home .need-card h3 {
        font-size: 21px;
      }

      .bpx-home .need-card p {
        font-size: 15px;
        line-height: 1.55;
      }

      .bpx-home .gear {
        height: auto;
        margin-top: 58px;
        padding: 54px 16px;
      }

      .bpx-home .gear-inner,
      .bpx-home .gear-grid {
        width: 100%;
      }

      .bpx-home .gear-card {
        height: auto;
        min-height: 470px;
      }

      .bpx-home .gear-card .visual {
        height: 250px;
      }

      .bpx-home .price {
        font-size: 30px;
      }

      .bpx-home .guides {
        width: calc(100% - 32px);
        height: auto;
        margin: 58px auto 0;
      }

      .bpx-home .guide-sub {
        align-items: flex-start;
        flex-direction: column;
      }

      .bpx-home .guide-sub p,
      .bpx-home .guide-card p,
      .bpx-home .simulator p {
        font-size: 16px;
        line-height: 1.55;
      }

      .bpx-home .guide-content {
        width: 100%;
        flex-direction: column;
      }

      .bpx-home .article-card {
        width: 100%;
        height: auto;
      }

      .bpx-home .guide-card {
        padding: 34px 28px;
      }

      .bpx-home .guide-card h3 {
        line-height: 1.15;
      }

      .bpx-home .simulator {
        height: auto;
        padding: 34px 28px;
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
      }

      .bpx-home .simulator h3 {
        line-height: 1.15;
      }

      .bpx-home .trust {
        width: calc(100% - 32px);
        height: auto;
        margin: 64px auto 0;
        gap: 58px;
      }

      .bpx-home .brands,
      .bpx-home .reviews,
      .bpx-home .reviews-row,
      .bpx-home .faq {
        width: 100%;
        height: auto;
      }

      .bpx-home .brands {
        gap: 30px;
      }

      .bpx-home .brands h2,
      .bpx-home .reviews h2,
      .bpx-home .faq-title {
        width: 100%;
        font-size: 28px;
        line-height: 1.15;
      }

      .bpx-home .brands img {
        width: 100%;
        height: auto;
      }

      .bpx-home .reviews-row {
        overflow-x: auto;
        padding: 4px 4px 18px;
        scrollbar-width: thin;
      }

      .bpx-home .review-summary,
      .bpx-home .review-card {
        width: 260px;
      }

      .bpx-home .faq {
        flex-direction: column;
        gap: 18px;
      }

      .bpx-home .faq-left {
        width: 100%;
        padding: 0;
      }

      .bpx-home .footer {
        height: auto;
        margin-top: 0px;
        padding: 52px 16px 24px;
      }

      .bpx-block-footer {
        min-height: 0;
        margin-top: 0px;
        padding: 0;
      }

      .bpx-home .footer-inner {
        width: 100%;
      }

      .bpx-block-footer .footer-inner {
        width: 100%;
      }

      .bpx-home .footer-top {
        flex-direction: column;
        gap: 28px;
      }

      .bpx-block-footer .footer-top {
        flex-direction: column;
        gap: 28px;
      }

      .bpx-home .footer-brand {
        width: 100%;
        gap: 18px;
      }

      .bpx-block-footer .footer-brand {
        width: 100%;
        gap: 18px;
      }

      .bpx-home .foot-cols {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
      }

      .bpx-block-footer .foot-cols {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 28px 20px;
          width: 100%;
      }

      .bpx-home .notice {
        height: auto;
        align-items: flex-start;
        padding: 18px;
      }

      .bpx-block-footer .notice {
        height: auto;
        align-items: flex-start;
        padding: 18px;
      }

      .bpx-home .socials {
        width: min(100%, 360px);
        padding: 4px 0 0;
      }

      .bpx-block-footer .socials {
        width: min(100%, 360px);
        padding: 4px 0 0;
      }
    }

    @media (max-width: 560px) {
      .bpx-home .topbar {
        font-size: 12px;
      }

      .bpx-home .topbar-left .toplink {
        font-size: 12px;
        padding-inline: 4px;
      }

      .bpx-home .topbar-left .toplink:nth-child(3) {
        display: none;
      }

      .bpx-home .topbar-search input {
        font-size: 13px;
      }

      .bpx-home .mainnav {
        padding-inline: 14px;
      }

      .bpx-home .logo {
        width: 104px;
      }

      .bpx-home .hero,
      .bpx-block-banner {
        padding: 12px;
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
      }

      .bpx-home .hero::-webkit-scrollbar,
      .bpx-block-banner::-webkit-scrollbar {
        display: none;
      }

      .bpx-home .hero-main,
      .bpx-block-banner .hero-main {
        flex: 0 0 calc(100vw - 24px);
        aspect-ratio: 1.02;
        scroll-snap-align: start;
      }

      .bpx-home .hero-side,
      .bpx-block-banner .hero-side {
        display: contents;
      }

      .bpx-home .hero-side-card,
      .bpx-block-banner .hero-side-card {
        flex: 0 0 calc(100vw - 24px);
        aspect-ratio: 1.7;
        scroll-snap-align: start;
      }

      .bpx-home .benefits,
      .bpx-block-benefits {
        grid-template-columns: 1fr;
      }

      .bpx-home .benefit,
      .bpx-block-benefits .benefit {
        display: grid;
        grid-template-columns: 58px 1fr;
        column-gap: 14px;
        align-items: start;
      }

      .bpx-home .benefit img,
      .bpx-block-benefits .benefit img {
        grid-row: span 2;
        margin: 0;
      }

      .bpx-home .flavors-title,
      .bpx-home .h2,
      .bpx-home .mixed-title,
      .bpx-home .split-title,
      .bpx-home .brands h2,
      .bpx-home .reviews h2,
      .bpx-home .faq-title {
        font-size: 26px;
      }

      .bpx-home .flavor-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .bpx-home .section-head,
      .bpx-home .section-head.compact,
      .bpx-block-newproduct .section-head,
      .bpx-block-newproduct .section-head.compact {
        flex-direction: column;
      }

      .bpx-home .needs-grid {
        grid-template-columns: 1fr;
      }

      .bpx-home .product-grid,
      .bpx-home .gear-grid {
        display: flex;
        grid-template-columns: none;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        margin-inline: -12px;
        padding: 4px 12px 18px;
      }

      .bpx-home .product-grid::-webkit-scrollbar,
      .bpx-home .gear-grid::-webkit-scrollbar {
        display: none;
      }

      .bpx-home .product-card,
      .bpx-block-newproduct .product-card {
        flex: 0 0 min(82vw, 330px);
        min-height: 0;
        scroll-snap-align: start;
      }

      .bpx-home .product-card .meta,
      .bpx-block-newproduct .product-card .meta {
        align-items: center;
      }

      .bpx-home .event-copy,
      .bpx-home .guide-card,
      .bpx-home .simulator {
        padding: 28px 22px;
      }

      .bpx-home .event-image {
        height: 240px;
      }

      .bpx-home .needs-left img {
        height: 220px;
      }

      .bpx-home .needs-cta {
        width: 100%;
      }

      .bpx-home .gear-card {
        flex: 0 0 min(82vw, 330px);
        min-height: 0;
        scroll-snap-align: start;
      }

      .bpx-home .gear-card .visual {
        height: 230px;
      }

      .bpx-home .guide-card .btn,
      .bpx-home .simulator .btn {
        width: 100%;
        text-align: center;
      }

      .bpx-home .reviews-row {
        margin-inline: -16px;
        width: calc(100% + 32px);
        padding-left: 16px;
      }

      .bpx-home .review-summary,
      .bpx-home .review-card {
        width: 250px;
      }

      .bpx-home .faq-q {
        font-size: 15px;
      }

      .bpx-home .foot-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 16px;
      }

      .bpx-block-footer .foot-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 16px;
      }

      .bpx-home .footer {
        padding-top: 38px;
      }

      .bpx-block-footer {
        padding-top: 38px;
      }

      .bpx-home .footer-brand p {
        display: none;
      }

      .bpx-block-footer .footer-brand p {
        display: none;
      }

      .bpx-home .foot-col {
        gap: 7px;
      }

      .bpx-block-footer .foot-col {
        gap: 7px;
      }

      .bpx-home .foot-col h3 {
        font-size: 17px;
        line-height: 1.25;
      }

      .bpx-block-footer .foot-col h3 {
        font-size: 17px;
        line-height: 1.25;
      }

      .bpx-home .foot-links {
        gap: 3px;
      }

      .bpx-block-footer .foot-links {
        gap: 3px;
      }

      .bpx-home .foot-links p {
        font-size: 12px;
        line-height: 1.28;
      }

      .bpx-block-footer .foot-links p,
      .bpx-block-footer .footer-company summary,
      .bpx-block-footer .footer-company .footer-direct-link {
        font-size: 12px;
        line-height: 1.28;
      }

      .bpx-block-footer .footer-company .footer-submenu a {
        font-size: 12px;
      }

      .bpx-home .notice {
        font-size: 13px;
        padding: 14px;
      }

      .bpx-block-footer .notice {
        font-size: 13px;
        padding: 14px;
      }

      .bpx-home .notice p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      .bpx-block-footer .notice p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
    }

    .bpx-home .brands-logos {
      display: flex;
    }

    /* WordPress integration overrides */
    .bpx-home {
      margin-inline: auto;
    }

    .bpx-home__main {
      width: 100%;
      padding-top: 0 !important;
    }

    .bpx-home .hero,
    .bpx-block-banner,
    .bpx-home .products,
    .bpx-home .event,
    .bpx-home .needs,
    .bpx-home .guides,
    .bpx-home .trust,
    .bpx-home .benefits,
    .bpx-block-benefits {
      width: min(100%, var(--bpx-section-max));
      margin-left: auto;
      margin-right: auto;
      padding-inline: 0;
    }

    .bpx-home .hero, .bpx-block-banner {
        height: auto;
        min-height: clamp(420px, 50vw, 665px);
        margin-top: -40px;
    }

    .bpx-home .hero-main,
    .bpx-block-banner .hero-main {
      flex: 0 1 min(58%, 790px);
      width: min(58%, 790px);
      min-width: 0;
    }

    .bpx-home .benefits,
    .bpx-block-benefits {
      height: auto;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: clamp(20px, 3vw, 40px);
    }

    .bpx-home .benefit,
    .bpx-block-benefits .benefit,
    .bpx-home .product-block,
    .bpx-home .gear-inner,
    .bpx-home .gear-grid,
    .bpx-home .guide-content,
    .bpx-home .brands,
    .bpx-home .reviews,
    .bpx-home .reviews-row,
    .bpx-home .faq {
      width: 100%;
      max-width: 100%;
    }

    .bpx-home .flavor-row {
      width: min(100%, calc(var(--bpx-section-max) - (var(--bpx-gutter) * 2)));
      max-width: 100%;
      height: auto;
      gap: clamp(18px, 3vw, 40px);
    }

    .bpx-home .flavor-icons {
      width: 100%;
      max-width: 100%;
    }

    .bpx-home .products,
    .bpx-home .guides,
    .bpx-home .brands,
    .bpx-home .reviews {
      height: auto;
    }

    /* .bpx-home .product-grid,
    .bpx-home .gear-grid {
      gap: clamp(20px, 3vw, 48px);
    } */

    .bpx-home .event {
      height: auto;
      min-height: clamp(420px, 40vw, 532px);
      /* grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); */
    }

    .bpx-home .event-copy p.desc {
      width: auto;
      max-width: 32rem;
    }

    .bpx-home .needs {
      min-height: 0;
      gap: clamp(28px, 4vw, 60px);
    }

    .bpx-home .needs-left {
      flex: 0 1 511px;
      width: min(42%, 511px);
      min-width: 0;
      padding-top: 80px;
    }

    .bpx-home .needs-left img {
      width: 100%;
      height: auto;
      aspect-ratio: 523 / 430;
    }

    .bpx-home .gear {
      height: auto;
      padding-inline: var(--bpx-gutter);
    }

    .bpx-home .gear-inner {
      width: min(100%, var(--bpx-section-max));
      margin-inline: auto;
    }

    .bpx-home .gear-card {
      max-width: none;
    }

    .bpx-home .guides {
      gap: clamp(20px, 3vw, 32px);
    }

    .vdlv-article-list {
      width: min(35%, 466px);
    }

    .bpx-home .article-card {
      width: 100%;
      height: auto;
      flex: 0 1 486px;
    }

    .bpx-home .guide-card {
      min-width: 0;
    }

    .bpx-home .simulator {
      height: auto;
      min-height: 202px;
    }

    .bpx-home .trust {
      gap: clamp(48px, 7vw, 100px);
    }

    .bpx-home .brands {
      height: auto;
      gap: clamp(28px, 5vw, 68px);
    }

    .bpx-home .brands-logos {
      width: min(100%, 1269px);
      margin-inline: auto;
    }

    .bpx-home .brands-logos__slide {
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding-inline: 16px;
    }

    .bpx-home .brands-logos img,
    .bpx-home .brands img {
      width: auto;
      max-width: min(180px, 18vw);
      max-height: 150px;
      height: auto;
      object-fit: contain;
    }

    .bpx-home .brands-logos .slick-track {
      display: flex;
      align-items: center;
    }

    .bpx-home .brands-logos .slick-slide {
      height: inherit;
    }

    .bpx-home .brands-logos .slick-dots {
      bottom: -40px;
    }

    .bpx-home .brands-logos .slick-dots li {
      width: 16px;
      height: 16px;
      margin: 0 4px;
    }

    .bpx-home .brands-logos .slick-dots li button {
      width: 16px;
      height: 16px;
      padding: 0;
    }

    .bpx-home .brands-logos .slick-dots li button::before {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--blue);
      color: transparent;
      opacity: 1;
    }

    .bpx-home .brands-logos .slick-dots li.slick-active button::before {
      background: var(--green);
      opacity: 1;
    }

    .bpx-home .reviews h2,
    .bpx-home .faq-title {
      width: 100%;
      max-width: 100%;
    }

    .bpx-home .reviews-row {
      align-items: stretch;
    }

    .bpx-home .faq {
      max-width: 1024px;
      margin-inline: auto;
    }

    .bpx-home .footer {
      height: auto;
    }

    @media (max-width: 1180px) {
      .bpx-home {
        max-width: none;
      }
    }

    /* Gutenberg block support */
    .bpx-block-flavors,
    .bpx-block-newproduct,
    .bpx-block-event,
    .bpx-block-ourneeds,
    .bpx-block-guides,
    .bpx-block-brands,
    .bpx-block-reviews,
    .bpx-block-faq {
      width: min(100%, var(--bpx-section-max));
      margin-left: auto;
      margin-right: auto;
    }

    .bpx-block-flavors {
      height: auto;
      margin-top: 53px;
      background: transparent;
      color: #fff;
      position: relative;
      padding: 40px 0 40px;
      isolation: isolate;
    }

    .bpx-block-flavors::before {
      content: "";
      position: absolute;
      inset: 0;
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
      background: var(--blue);
      z-index: -1;
    }

    .bpx-block-flavors .flavors-title,
    .bpx-block-gear .mixed-title,
    .bpx-block-guides .mixed-title,
    .bpx-block-event .split-title,
    .bpx-block-brands .brands h2,
    .bpx-block-reviews .reviews h2,
    .bpx-block-faq .faq-title,
    .bpx-block-newproduct .h2,
    .bpx-block-ourneeds .h2 {
      margin: 0;
      color: var(--title);
    }

    .bpx-block-flavors .flavors-title {
      text-align: center;
      color: #fff;
      font-size: 32px;
      line-height: .98;
    }

    .bpx-block-flavors .flavors-title strong,
    .bpx-block-gear .mixed-title strong,
    .bpx-block-guides .mixed-title strong,
    .bpx-block-event .split-title strong,
    .bpx-block-brands .brands h2 strong,
    .bpx-block-reviews .reviews h2 strong,
    .bpx-block-faq .faq-title strong {
      font-family: var(--font-display);
      font-weight: 600;
    }

    .bpx-block-flavors .flavors-title span,
    .bpx-block-gear .mixed-title span,
    .bpx-block-guides .mixed-title span,
    .bpx-block-event .split-title span,
    .bpx-block-brands .brands h2 span,
    .bpx-block-reviews .reviews h2 span,
    .bpx-block-faq .faq-title span {
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-block-flavors .flavors-title span {
      margin-top: 3px;
    }

    .bpx-block-flavors .flavor-row {
      width: min(100%, calc(var(--bpx-section-max) - (var(--bpx-gutter) * 2)));
      max-width: 100%;
      margin: 56px auto 0;
      display: flex;
      gap: clamp(18px, 3vw, 40px);
    }

    .bpx-block-flavors .flavor {
      flex: 1;
      min-width: 0;
      text-align: center;
      color: inherit;
      text-decoration: none;
    }

    .bpx-block-flavors .flavor-bubble {
      width: 121px;
      height: 118px;
      border-radius: 90px;
      margin: 0 auto 14px;
      display: grid;
      place-items: center;
      background: var(--flavor-color, #fdc831);
      color: #000;
      font-size: 34px;
      line-height: 1;
      transition: transform .25s ease, box-shadow .25s ease;
    }

    .bpx-block-flavors .flavor-bubble img {
      transition: transform .25s ease;
    }

    .bpx-block-flavors .flavor:hover .flavor-bubble,
    .bpx-block-flavors .flavor:focus-within .flavor-bubble {
      transform: translateY(-6px) scale(1.06);
      box-shadow: 0 10px 20px rgb(0 0 0 / 18%);
    }

    .bpx-block-flavors .flavor:hover .flavor-bubble img,
    .bpx-block-flavors .flavor:focus-within .flavor-bubble img {
      transform: scale(1.06);
    }

    .bpx-block-flavors .flavor p {
      margin: 0;
      font-family: var(--font-serif);
      font-size: 20px;
      line-height: 1.6;
      font-weight: 600;
      transition: color .25s ease, transform .25s ease;
    }

    .bpx-block-flavors .flavor:hover p,
    .bpx-block-flavors .flavor:focus-within p {
      color: var(--flavor-color, var(--yellow, #fdc831));
      transform: translateY(-2px);
    }

    .bpx-block-newproduct {
      margin-top: 65px;
    }

    .bpx-block-newproduct .section-label,
    .bpx-block-gear .section-label,
    .bpx-block-guides .section-label,
    .bpx-block-faq .section-label,
    .bpx-block-reviews .section-label,
    .bpx-block-ourneeds .section-label {
      margin: 0 0 15px;
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      color: var(--grey);
      letter-spacing: .1996px;
      font-weight: 400;
    }

    .bpx-block-newproduct .section-head,
    .bpx-block-gear .section-head {
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 32px;
    }

    .bpx-block-newproduct .section-head.compact {
      height: 47px;
    }

    .bpx-block-newproduct .h2,
    .bpx-block-ourneeds .h2 {
      font-family: var(--font-display);
      font-size: 36px;
      line-height: 48px;
      letter-spacing: .3516px;
      color: var(--title);
      font-weight: 600;
    }

    .bpx-block-newproduct .btn,
    .bpx-block-event .btn,
    .bpx-block-ourneeds .btn,
    .bpx-block-gear .btn,
    .bpx-block-guides .btn,
    .bpx-block-faq .btn {
      min-height: 60px;
      padding: 18px 32px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -.3125px;
      white-space: nowrap;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
    }

    .bpx-block-newproduct .btn.dark,
    .bpx-block-ourneeds .btn.dark,
    .bpx-block-gear .btn.dark,
    .bpx-block-faq .btn.dark {
      background: var(--title);
      color: #fff;
    }

    .bpx-block-event .btn.yellow,
    .bpx-block-guides .btn.yellow {
      background: var(--yellow);
      color: var(--blue);
    }

    .bpx-block-guides .btn.outline {
      border: 2px solid var(--line);
      color: #364153;
      background: transparent;
    }

    .bpx-block-newproduct .btn:hover,
    .bpx-block-event .btn:hover,
    .bpx-block-ourneeds .btn:hover,
    .bpx-block-gear .btn:hover,
    .bpx-block-guides .btn:hover,
    .bpx-block-faq .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 24px rgba(32, 35, 68, .16);
    }

    .bpx-block-newproduct .btn.dark:hover,
    .bpx-block-ourneeds .btn.dark:hover,
    .bpx-block-gear .btn.dark:hover,
    .bpx-block-faq .btn.dark:hover {
      background: #1f2348;
      color: #fff;
    }

    .bpx-block-event .btn.yellow:hover,
    .bpx-block-guides .btn.yellow:hover {
      background: #ffd45f;
      color: var(--blue);
    }

    .bpx-block-guides .btn.outline:hover {
      border-color: var(--title);
      background: var(--title);
      color: #fff;
    }

    .bpx-block-newproduct .product-card,
    .bpx-block-gear .gear-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: var(--shadow-card);
    }

    .bpx-block-newproduct .product-card {
      height: 500px;
      padding: 20px 24px 24px;
      display: flex;
      flex-direction: column;
      margin: 25px;
    }

    .bpx-block-newproduct .product-card .visual {
      height: 250px;
      flex: 0 0 372px;
      display: grid;
      place-items: center;
      overflow: hidden;
    }

    .bpx-block-newproduct .product-card .visual img {
      width: 75%;
      height: 75%;
      object-fit: contain;
    }

    .bpx-block-newproduct .product-card .meta {
      display: flex;
      align-items: flex-end;
      gap: 24px;
      flex: 1;
      margin-top: 18px;
    }

    .bpx-block-newproduct .product-card .meta p {
      margin: 0;
      flex: 1;
      color: var(--grey);
      font-size: 18px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-block-event {
      margin-top: 70px;
      background: var(--blue);
      border-radius: 8px;
      overflow: hidden;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      min-height: clamp(420px, 40vw, 532px);
    }

    .bpx-block-event .event-copy {
      padding: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 21px;
      color: #fff;
    }

    .bpx-block-event .eyebrow {
      margin: 0;
      font-family: var(--font-body);
      font-size: 14px;
      line-height: 20px;
      letter-spacing: .1996px;
      text-transform: uppercase;
    }

    .bpx-block-event .split-title {
      color: var(--yellow);
      font-size: 32px;
      line-height: 1;
    }

    .bpx-block-event .desc,
    .bpx-block-event .event-copy p.desc {
      margin: 0;
      max-width: 32rem;
      font-size: 18px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-block-event .event-image {
      transform: rotate(180deg) scaleY(-1);
      overflow: hidden;
      position: relative;
    }

    .bpx-block-event .event-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      inset: 0;
    }

    .bpx-block-ourneeds {
      min-height: 760px;
      margin: 100px auto 96px;
      display: flex;
      gap: 60px;
      align-items: flex-start;
    }

    .bpx-block-ourneeds .section-label {
      margin: 0 0 2px;
      color: #6a7282;
    }

    .bpx-block-ourneeds .needs-left {
      width: 511px;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 22px;
    }

    .bpx-block-ourneeds .needs-left h2 {
      margin-top: 2px;
    }

    .bpx-block-ourneeds .needs-copy {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }

    .bpx-block-ourneeds .needs-left .intro {
      margin: 16px 0 0;
      font-size: 18px;
      line-height: 29.25px;
      color: var(--grey);
      letter-spacing: -.4395px;
    }

    .bpx-block-ourneeds .needs-cta {
      min-height: 52px;
      margin-top: 18px;
      padding: 14px 28px;
      font-weight: 600;
      justify-self: start;
    }

    .bpx-block-ourneeds .needs-left img {
      width: 523px;
      height: 430px;
      object-fit: cover;
      object-position: center;
      border-radius: 8px;
    }

    .bpx-block-ourneeds .needs-grid {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      padding-top: 0;
    }

    .bpx-block-ourneeds .needs-grid .needs-cta {
      grid-column: 1;
      margin-top: 0;
    }

    .bpx-block-ourneeds .need-card {
      position: relative;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 0 .5px rgba(0, 0, 0, .02), 0 0 .5px rgba(0, 0, 0, .13), 0 0 .5px rgba(0, 0, 0, .44);
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .bpx-block-ourneeds .need-card-link {
      position: absolute;
      inset: 0;
      z-index: 0;
      border-radius: inherit;
      color: inherit;
      text-decoration: none;
    }

    .bpx-block-ourneeds .need-card > :not(.need-card-link) {
      position: relative;
      z-index: 1;
    }

    .bpx-block-ourneeds .tags .tag {
      position: relative;
      z-index: 2;
      color: var(--blue);
      text-decoration: none;
    }

    .bpx-block-ourneeds .need-title {
      display: flex;
      align-items: center;
      gap: 0;
    }

    .bpx-block-ourneeds .need-num {
      width: 61.531px;
      color: #e5e7eb;
      font-family: var(--font-body);
      font-size: 40px;
      line-height: 60px;
      font-weight: 300;
      letter-spacing: .2637px;
      flex: 0 0 auto;
    }

    .bpx-block-ourneeds .need-card h3 {
      margin: 0;
      color: var(--title);
      font-family: var(--font-serif);
      font-size: 24px;
      line-height: normal;
      font-weight: 500;
      letter-spacing: .3955px;
    }

    .bpx-block-ourneeds .need-card p {
      margin: 0;
      color: var(--grey);
      font-size: 16px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-block-ourneeds .tags {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .bpx-block-ourneeds .tag {
      border-radius: 20px;
      background: rgba(253, 200, 49, .22);
      color: var(--blue);
      padding: 2px 8px;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: .1996px;
      white-space: nowrap;
    }

    .bpx-block-gear {
      height: auto;
      margin-top: 0;
      padding: 100px 67px 100px 92px;
      position: relative;
      isolation: isolate;
    }

    .bpx-block-gear::before {
      content: "";
      position: absolute;
      inset: 0;
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
      background: var(--soft);
      z-index: -1;
    }

    .bpx-block-gear .gear-inner {
      width: min(1281px, 100%);
      margin-inline: auto;
    }

    .bpx-block-gear .mixed-title,
    .bpx-block-guides .mixed-title {
      font-size: 32px;
      line-height: 1;
      color: var(--blue);
    }

    .bpx-block-gear .gear-inner .section-head {
      margin-bottom: 24px;
    }

    .bpx-block-gear .gear-grid,
    .bpx-block-guides .guide-content,
    .bpx-block-brands .brands,
    .bpx-block-reviews .reviews,
    .bpx-block-reviews .reviews-row,
    .bpx-block-faq .faq {
      width: 100%;
      max-width: 100%;
    }

    .bpx-block-gear .gear-card {
      height: 586px;
      max-width: 350px;
      width: max-content;
      background: #fff;
      border-radius: 8px;
      box-shadow: var(--bpx-product-card-shadow, 0 10px 17.2px rgba(0, 0, 0, .08));
      padding: 0 24px 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
    }

    .bpx-block-gear .gear-card .visual {
      height: 372px;
      display: grid;
      place-items: center;
    }

    .bpx-block-gear .gear-card .visual img {
      width: auto;
      height: revert-layer;
      object-fit: contain;
  }

    .bpx-block-gear .gear-card h3 {
      margin: 0 0 16px;
      font-family: var(--font-serif);
      color: var(--blue);
      font-size: 16px;
      line-height: 1.2;
      font-weight: 600;
    }

    .bpx-block-gear .gear-card .desc {
      margin: 0;
      color: var(--grey);
      opacity: .6;
      font-size: 16px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-block-gear .price-row {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-top: 16px;
    }

    .bpx-block-gear .price {
      flex: 1;
      font-family: var(--font-serif);
      font-weight: 600;
      font-size: 25px;
      line-height: 1;
      color: var(--blue);
    }

    .bpx-block-gear .gear-card .cart-btn {
      width: 48px;
      height: 48px;
      padding: 0;
      border: 0;
      border-radius: 50%;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      line-height: 0;
    }

    .bpx-block-gear .gear-card .cart-btn.yellow {
      background: var(--yellow);
      color: var(--blue);
    }

    .bpx-block-gear .gear-card .cart-btn.yellow:hover {
      background: #ffd45f;
    }

    .bpx-block-gear .gear-card .cart-btn img,
    .bpx-block-gear .gear-card .cart-btn svg {
      width: 24px;
      height: 24px;
      display: block;
      margin: 0 auto;
    }

    .bpx-block-guides {
      width: min(1276px, calc(100% - 32px));
      margin: 70px auto 0;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .bpx-block-guides .section-label {
      margin: 0 0 2px;
      color: #6a7282;
    }

    .bpx-block-guides .head-copy {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .bpx-block-guides .guide-sub {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .bpx-block-guides .guide-sub p {
      flex: 1;
    }

    .bpx-block-guides .guide-sub p,
    .bpx-block-guides .guide-card p {
      margin: 0;
      color: var(--grey);
      font-size: 18px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-block-guides .guide-content {
      width: 100%;
      display: flex;
      align-items: stretch;
      gap: 20px;
    }

    /* Keep the article card and the guide panel on the same baseline. */
    .bpx-block-guides .guide-content > .vdlv-article-list,
    .bpx-block-guides .guide-content > .guide-card {
      height: 443.193px;
      min-height: 443.193px;
      box-sizing: border-box;
    }

    .bpx-block-guides .guide-content > .vdlv-article-list,
    .bpx-block-guides .guide-content > .vdlv-article-list .vdlv-article-list__grid,
    .bpx-block-guides .guide-content > .guide-card,
    .bpx-block-guides .guide-content > .guide-card .article-body {
      min-height: 0;
    }

    .bpx-block-guides .guide-content > .vdlv-article-list {
      display: flex;
      flex-direction: column;
    }

    .bpx-block-guides .guide-content > .vdlv-article-list .vdlv-article-list__grid {
      height: 100%;
    }

    .bpx-block-guides .guide-content > .vdlv-article-list .article-card {
      height: 443.193px;
      min-height: 0;
      box-sizing: border-box;
    }

    .bpx-block-guides .vdlv-article-list {
      width: 486.666px;
      flex: 0 0 486.666px;
      min-width: 0;
    }

    .bpx-block-guides .vdlv-article-list__grid {
      width: 100%;
    }

    .bpx-block-guides .article-card {
      width: 100%;
      height: 443.193px;
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 10.1px rgba(0, 0, 0, .06);
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding-bottom: 30px;
    }

    .bpx-block-guides .article-card img {
      width: 100%;
      height: 207.193px;
      object-fit: cover;
    }

    .bpx-block-guides .article-body {
      padding: 0 20px;
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
    }

    .bpx-block-guides .article-title {
        height: 66px;
        margin: 0;
        overflow: hidden;
        color: var(--title);
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.4395px;
        font-weight: 600;
    }

    .bpx-block-guides .article-body .excerpt {
      margin: 12px 0 0;
      color: var(--grey);
      font-size: 14px;
      line-height: 22.75px;
      letter-spacing: -.1504px;
    }

    .bpx-block-guides .article-foot {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      margin-top: auto;
      padding-top: 10px;
      color: var(--title);
      font-size: 14px;
      line-height: 20px;
    }

    .bpx-block-guides .article-title a, .bpx-block-guides .article-foot a {
        color: inherit;
        text-decoration: none;
        font-weight: 600;
    }

    .bpx-block-guides .article-foot>a {
      flex: 0 0 auto;
      color: var(--title);
      font-size: 14px;
      line-height: 20px;
      white-space: nowrap;
    }

    .bpx-block-guides .article-author {
      color: #1a1a1a;
      line-height: 25.2px;
      font-weight: 500;
    }

    .bpx-block-guides .article-date {
      color: var(--grey);
      line-height: 22.75px;
    }

    .bpx-block-guides .guide-card, .bpx-block-guides .simulator {
        border-radius: 20px;
        padding: 40px 60PX;
    }

    .bpx-block-guides .guide-card {
      flex: 1;
      background: rgba(217, 81, 82, .05);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 21px;
    }

    .bpx-block-guides .guide-card h3 {
      margin: 0;
      font-size: 24px;
      line-height: 48px;
      color: var(--title);
    }

    .bpx-block-guides .guide-card h3 strong {
      font-family: var(--font-display);
    }

    .bpx-block-guides .guide-card h3 span {
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-block-guides .simulator {
      height: 202px;
      background:
        radial-gradient(ellipse at 16% 0%, rgba(255, 255, 255, .12) 0 1px, transparent 2px),
        repeating-radial-gradient(ellipse at 12% 20%, rgba(255, 255, 255, .13) 0 1px, transparent 1px 46px),
        var(--blue);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .bpx-block-guides .guide-sub .btn {
      min-height: 52px;
      padding: 14px 24px;
    }

    .bpx-block-guides .guide-card .btn,
    .bpx-block-guides .simulator .btn {
      min-height: 60px;
    }

    .bpx-block-guides .simulator h3 {
      margin: 0 0 4px;
      color: var(--yellow);
      font-family: var(--font-display);
      font-size: 24px;
      line-height: 48px;
      letter-spacing: .3516px;
    }

    .bpx-block-guides .simulator p {
      margin: 0;
      color: #fff;
      font-size: 18px;
      line-height: 29.25px;
      letter-spacing: -.4395px;
    }

    .bpx-block-brands,
    .bpx-block-reviews,
    .bpx-block-faq {
      margin-top: 70px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .bpx-block-brands {
      width: min(1314px, calc(100% - 32px));
      margin: 70px auto 0;
      gap: 100px;
    }

    .bpx-block-brands .brands,
    .bpx-block-reviews .reviews {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }

    .bpx-block-brands .brands {
      width: 100%;
      min-height: 302px;
      gap: 0;
    }

    .bpx-block-brands .brands h2 {
      margin: 0 0 68px;
      width: 100%;
      text-align: center;
      font-size: 36px;
      line-height: 48px;
      color: var(--title);
      letter-spacing: .3516px;
    }

    .bpx-block-brands .brands h2 strong {
      font-family: var(--font-display);
    }

    .bpx-block-brands .brands h2 span {
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-block-brands .brands-logos {
      display: block;
      width: 100%;
      max-width: 1269.273px;
      margin-inline: auto;
      padding-bottom: 24px;
    }

    .bpx-block-brands .brands-cta {
      margin-top: 8px;
      min-height: 52px;
      padding: 14px 28px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--title);
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      letter-spacing: -.3125px;
      text-decoration: none;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
    }

    .bpx-block-brands .brands-cta:hover {
      transform: translateY(-2px);
      background: #1f2348;
      color: #fff;
      box-shadow: 0 12px 24px rgba(32, 35, 68, .16);
    }

    .bpx-block-brands .brands-logos__slide {
      display: flex !important;
      align-items: center;
      justify-content: center;
      min-height: 160px;
      padding-inline: 16px;
    }

    .bpx-block-brands .brands-logos .slick-track {
      display: flex;
      align-items: center;
    }

    .bpx-block-brands .brands-logos .slick-slide {
      height: inherit;
    }

    .bpx-block-brands .brands-logos .slick-dots {
      position: static;
      margin-top: -2px;
      display: flex !important;
      justify-content: center;
      gap: 8px;
      line-height: 0;
    }

    .bpx-block-brands .brands-logos .slick-dots li {
      width: 16px;
      height: 16px;
      margin: 0;
    }

    .bpx-block-brands .brands-logos .slick-dots li button {
      width: 16px;
      height: 16px;
      padding: 0;
    }

    .bpx-block-brands .brands-logos .slick-dots li button::before {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--blue);
      color: transparent;
      opacity: 1;
    }

    .bpx-block-brands .brands-logos .slick-dots li.slick-active button::before {
      background: var(--green);
    }

    .bpx-block-brands .brands img {
      width: auto;
      max-width: min(180px, 18vw);
      max-height: 160px;
      height: auto;
      object-fit: contain;
    }

    .bpx-block-reviews .reviews h2 {
      max-width: 100%;
      margin: 0;
      text-align: center;
      color: var(--blue);
      font-size: 32px;
      line-height: 1;
    }

    .bpx-block-reviews .reviews h2 strong {
      font-family: var(--font-display);
      font-weight: 600;
    }

    .bpx-block-reviews .reviews h2 span {
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-block-reviews .reviews {
      width: min(1303px, 100%);
      min-height: 307px;
      gap: 30px;
    }

    .bpx-block-reviews .reviews-row {
      width: 100%;
      display: flex;
      gap: 20px;
      align-items: stretch;
      overflow: visible;
    }

    .bpx-block-reviews .review-summary,
    .bpx-block-reviews .review-card {
      width: 280px;
      height: 220px;
      flex: 0 0 auto;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 2px 4px rgba(7, 4, 146, .1), 0 24px 60px rgba(6, 47, 125, .05), 0 12px 24px rgba(27, 59, 119, .05);
      padding: 20px;
    }

    .bpx-block-reviews .review-summary {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: #000;
      text-align: center;
    }

    .bpx-block-reviews .review-summary h3 {
      margin: 0;
      font-family: var(--font-serif);
      font-size: 18px;
      line-height: 26px;
    }

    .bpx-block-reviews .stars-big {
      display: flex;
      gap: 10px;
    }

    .bpx-block-reviews .stars-big span {
      width: 40px;
      height: 40px;
      background: var(--green);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 28px;
      line-height: 1;
    }

    .bpx-block-reviews .trustpilot {
      color: #000;
      font-size: 16px;
      line-height: 26px;
    }

    .bpx-block-reviews .trustpilot::before {
      content: "★";
      color: var(--green);
      font-size: 24px;
      vertical-align: -2px;
      margin-right: 4px;
    }

    .bpx-block-reviews .review-card {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px;
      color: #000;
    }

    .bpx-block-reviews .stars-small {
      display: flex;
      gap: 1px;
      color: #fff;
      font-size: 16px;
      line-height: 20px;
    }

    .bpx-block-reviews .stars-small span {
      width: 20px;
      height: 20px;
      background: var(--yellow);
      display: grid;
      place-items: center;
    }

    .bpx-block-reviews .review-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      height: 26px;
    }

    .bpx-block-reviews .review-top em {
      font-style: normal;
      font-family: var(--font-body);
      font-size: 12px;
      line-height: 26px;
    }

    .bpx-block-reviews .review-card h3 {
      margin: 0;
      color: #000;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
    }

    .bpx-block-reviews .review-card p {
      margin: 0;
      color: #000;
      font-size: 14px;
      line-height: 22px;
    }

    .bpx-block-reviews .review-card hr {
      width: 60px;
      height: 1px;
      margin: 0;
      border: 0;
      background: #c4c4c4;
    }

    .bpx-block-reviews .review-card b {
      font-size: 14px;
      line-height: 22px;
    }

    .bpx-block-reviews .iframe {
      width: 100%;
    }

    .bpx-block-reviews .iframe iframe {
      width: 100%;
      max-width: 100%;
      border: 0;
    }

    .bpx-block-faq .faq {
      max-width: 1024px;
      margin-inline: auto;
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .bpx-block-faq .faq-left {
      width: 458px;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .bpx-block-faq .faq-left .btn {
      width: 156px;
      height: 56px;
      min-height: 56px;
      font-weight: 600;
      padding: 0 32px;
    }

    .bpx-block-faq .faq-title {
      margin: 0;
      width: 486px;
      max-width: 100%;
      text-align: left;
      color: var(--blue);
      font-size: 36px;
      line-height: 48px;
      letter-spacing: .3516px;
    }

    .bpx-block-faq .faq-title strong {
      display: block;
      font-family: var(--font-display);
      font-weight: 600;
    }

    .bpx-block-faq .faq-title span {
      display: block;
      font-family: var(--font-serif);
      font-weight: 300;
    }

    .bpx-block-faq .faq-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .bpx-block-faq .faq-q {
      width: 100%;
      min-height: 53px;
      border: 1px solid rgba(32, 35, 68, .2);
      border-radius: 8px;
      padding: 16px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      background: transparent;
      color: var(--blue);
      font-family: var(--font-serif);
      font-size: 16px;
      line-height: 1.3;
      font-weight: 500;
      text-align: left;
      cursor: pointer;
      transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
      appearance: none;
      -webkit-appearance: none;
    }

    .bpx-block-faq .faq-q.open {
      border-color: rgba(217, 81, 82, .2);
      background: transparent;
    }

    .bpx-block-faq .faq-q:hover {
      border-color: rgba(32, 35, 68, .38);
      background: rgba(247, 248, 255, .65);
      transform: translateY(-1px);
    }

    .bpx-block-faq .faq-q.open:hover {
      background: transparent;
    }

    .bpx-block-faq .faq-icon {
      flex: 0 0 auto;
      line-height: 1;
    }

    .bpx-block-faq .faq-answer {
      padding: 0 16px;
      color: var(--grey);
      font-size: 14px;
      line-height: 22.75px;
      letter-spacing: -.1504px;
    }

    .bpx-block-faq .faq-answer p {
      margin: 0;
    }

    .bpx-block-faq .faq-answer ul {
      margin: 0;
      padding-left: 21px;
    }

    .bpx-block-faq .faq-answer li {
      margin: 0;
    }

    .bpx-block-faq .faq-answer strong {
      font-weight: 600;
    }

    @media (max-width: 1024px) {

      .bpx-block-banner,
      .bpx-block-benefits,
      .bpx-block-flavors,
      .bpx-block-newproduct,
      .bpx-block-event,
      .bpx-block-ourneeds,
      .bpx-block-guides,
      .bpx-block-brands,
      .bpx-block-reviews,
      .bpx-block-faq {
        width: calc(100% - 32px);
      }

      .bpx-block-banner {
        height: auto;
        min-height: 0;
        padding: 16px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .bpx-block-banner .hero-main {
        width: 100%;
        min-height: 0;
        aspect-ratio: 1.55;
      }

      .bpx-block-banner .hero-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
      }

      .bpx-block-banner .hero-side-card {
        min-height: 0;
        aspect-ratio: 1.65;
      }

      .bpx-block-benefits {
        height: auto;
        margin-top: 28px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 18px;
      }

      .bpx-block-benefits .benefit {
        width: auto;
      }

      .bpx-block-benefits .benefit h3 {
        font-size: 18px;
      }

      .bpx-block-benefits .benefit p,
      .bpx-block-benefits .benefit__desc p {
        font-size: 13px;
      }

      .bpx-block-flavors {
        margin-top: 36px;
        padding: 48px 16px 56px;
      }

      .bpx-block-flavors .flavors-title,
      .bpx-block-gear .mixed-title,
      .bpx-block-guides .mixed-title,
      .bpx-block-event .split-title,
      .bpx-block-brands .brands h2,
      .bpx-block-reviews .reviews h2,
      .bpx-block-faq .faq-title,
      .bpx-block-ourneeds .h2 {
        font-size: 28px;
        line-height: 1.15;
      }

      .bpx-block-flavors .flavor-row {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 14px;
      }

      .bpx-block-flavors .flavor-bubble {
          width: 90px;
          height: 90px;
          margin: 0 auto 18px;
          font-size: 22px;
      }

      .bpx-block-flavors .flavor-bubble img {
        max-width: 70px;
        max-height: 70px;
      }

      .bpx-block-flavors .flavor p {
        font-size: 18px;
        line-height: 1.25;
      }

      .bpx-block-newproduct .section-head,
      .bpx-block-newproduct .section-head.compact,
      .bpx-block-gear .section-head {
        height: auto;
        gap: 16px;
        align-items: flex-start;
      }

      .bpx-block-event {
        grid-template-columns: 1fr;
        margin-top: 54px;
      }

      .bpx-block-event .event-copy,
      .bpx-block-guides .guide-card,
      .bpx-block-guides .simulator {
        padding: 34px 28px;
      }

      .bpx-block-event .event-image {
        height: 300px;
      }

      .bpx-block-event .event-image img {
        position: static;
      }

      .bpx-block-ourneeds {
        flex-direction: column;
        gap: 28px;
      }

      .bpx-block-ourneeds {
        gap: 36px;
      }

      .bpx-block-ourneeds .needs-left {
        width: 100%;
        padding-top: 0;
      }

      .bpx-block-ourneeds .needs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        padding-top: 0;
      }

      .bpx-block-ourneeds .needs-left img {
        width: 100%;
        height: clamp(250px, 48vw, 360px);
        object-position: center;
      }

      .bpx-block-ourneeds .need-card {
        padding: 20px;
      }

      .bpx-block-ourneeds .need-card h3 {
        font-size: 21px;
      }

      .bpx-block-ourneeds .need-card p {
        font-size: 15px;
        line-height: 1.55;
      }

      .bpx-block-gear {
        padding: 54px 16px;
      }

      .bpx-block-guides {
        margin-top: 58px;
      }

      .bpx-block-guides .guide-sub,
      .bpx-block-guides .guide-content,
      .bpx-block-faq .faq {
        flex-direction: column;
      }

      .bpx-block-guides .guide-sub {
        align-items: flex-start;
        text-align: left;
      }

      .bpx-block-guides .vdlv-article-list {
        width: 100%;
        flex-basis: auto;
      }

      .bpx-block-guides .article-card {
        width: 100%;
        height: auto;
      }

      .bpx-block-guides .guide-content > .vdlv-article-list,
      .bpx-block-guides .guide-content > .guide-card {
        height: auto;
        min-height: 0;
      }

      .bpx-block-guides .guide-content > .vdlv-article-list .vdlv-article-list__grid,
      .bpx-block-guides .guide-content > .vdlv-article-list .article-card {
        height: auto;
      }

      .bpx-block-guides .guide-card h3,
      .bpx-block-guides .simulator h3 {
        line-height: 1.15;
      }

      .bpx-block-guides .simulator {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
      }

      .bpx-block-guides .simulator {
        height: auto;
      }

      .bpx-block-guides .simulator>div,
      .bpx-block-guides .simulator .btn {
        width: 100%;
      }

      .bpx-block-faq .faq-left {
        width: 100%;
        padding: 0;
      }

      .bpx-block-reviews .reviews-row {
        overflow-x: auto;
        padding: 4px 4px 18px;
        scrollbar-width: thin;
      }

      .bpx-block-reviews .review-summary,
      .bpx-block-reviews .review-card {
        width: 260px;
      }

      .bpx-block-brands {
        margin-top: 64px;
        gap: 58px;
      }

      .bpx-block-brands .brands {
        width: 100%;
        min-height: 0;
        gap: 0;
      }

      .bpx-block-brands .brands h2 {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 1.15;
      }

      .bpx-block-brands .brands-cta {
        margin-top: 6px;
      }

      .bpx-block-brands .brands-logos {
        padding-bottom: 18px;
      }

      .bpx-block-brands .brands-logos__slide {
        min-height: 120px;
        padding-inline: 12px;
      }

      .bpx-block-brands .brands img {
        max-width: min(180px, 28vw);
        max-height: 110px;
      }

    }

    @media (max-width: 560px) {
      .bpx-block-banner {
        padding: 12px;
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 12px;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
      }

      .bpx-block-banner::-webkit-scrollbar {
        display: none;
      }

      .bpx-block-banner .hero-main {
        flex: 0 0 calc(100vw - 24px);
        width: auto;
        min-height: 0;
        aspect-ratio: 1.25;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        background: #fff;
      }

      .bpx-block-banner .hero-side {
        display: contents;
      }

      .bpx-block-banner .hero-side-card {
        flex: 0 0 calc(100vw - 24px);
        min-height: 0;
        aspect-ratio: 1.25;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        background: #fff;
      }

      .bpx-block-banner .hero-main img,
      .bpx-block-banner .hero-side-card img {
        object-fit: contain;
        object-position: center;
      }

      .bpx-block-benefits {
        width: calc(100% - 24px);
        margin-top: 22px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        column-gap: 8px;
      }

      .bpx-block-benefits .benefit {
        display: block;
        width: auto;
        min-width: 0;
        text-align: left;
      }

      .bpx-block-benefits .benefit img {
          width: 50px;
          height:50px;
          margin: 10px 0 7px;
      }

      .bpx-block-benefits .benefit:nth-child(4) img {
        width: 50px;
      }

      .bpx-block-benefits .benefit h3 {
        font-size: 18px;
        line-height: 1.05;
        letter-spacing: -0.2px;
        margin-bottom: 5px;
      }

      .bpx-block-benefits .benefit p,
      .bpx-block-benefits .benefit__desc p {
        font-size: 8px;
        line-height: 1.25;
      }

      .bpx-block-flavors .flavors-title,
      .bpx-block-gear .mixed-title,
      .bpx-block-guides .mixed-title,
      .bpx-block-event .split-title,
      .bpx-block-brands .brands h2,
      .bpx-block-reviews .reviews h2,
      .bpx-block-faq .faq-title,
      .bpx-block-ourneeds .h2 {
        font-size: 26px;
      }

      .bpx-block-flavors .flavor-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .bpx-block-flavors .flavor-bubble {
          width: 76px;
          height: 76px;
          margin: 0 auto 14px;
          font-size: 18px;
      }

      .bpx-block-flavors .flavor-bubble img {
        max-width: 58px;
        max-height: 58px;
      }

      .bpx-block-flavors .flavor p {
        font-size: 18px;
        line-height: 1.2;
      }

      .bpx-block-newproduct .section-head,
      .bpx-block-newproduct .section-head.compact,
      .bpx-block-gear .section-head {
        flex-direction: column;
      }

      .bpx-block-ourneeds .needs-grid {
        grid-template-columns: 1fr;
      }

      .bpx-block-ourneeds .needs-left img {
        height: 220px;
      }

      .bpx-block-ourneeds .needs-cta {
        width: 100%;
      }

      .bpx-block-event .event-copy,
      .bpx-block-guides .guide-card,
      .bpx-block-guides .simulator {
        padding: 28px 22px;
      }

      .bpx-block-guides .article-card {
        height: auto;
      }

      .bpx-block-guides .article-foot {
        flex-wrap: wrap;
      }

      .bpx-block-guides .simulator>div,
      .bpx-block-guides .simulator .btn {
        width: 100%;
      }

      .bpx-block-brands .brands h2 {
        font-size: 26px;
        margin-bottom: 24px;
      }

      .bpx-block-brands .brands-cta {
        width: min(100%, 240px);
        min-height: 48px;
        margin-top: 4px;
        padding: 12px 24px;
      }

      .bpx-block-brands .brands-logos__slide {
        min-height: 96px;
        padding-inline: 8px;
      }

      .bpx-block-brands .brands img {
        max-width: 100%;
        max-height: 64px;
      }

      .bpx-block-brands .brands-logos .slick-dots {
        margin-top: 0;
      }

      .bpx-block-reviews .reviews-row {
        margin-inline: -16px;
        width: calc(100% + 32px);
        padding-left: 16px;
      }

      .bpx-block-reviews .review-summary,
      .bpx-block-reviews .review-card {
        width: 250px;
      }

      .bpx-block-faq .faq-q {
        font-size: 15px;
      }
    }
