/** Shopify CDN: Minification failed

Line 1862:21 Expected identifier but found whitespace
Line 1862:23 Unexpected "{"
Line 1862:32 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:announcement-bar (INDEX:0) */
.rpui-promo-pill {
    display: inline-block;
    margin-left: 1.4rem;
    padding: 0.3rem 1rem;
    background-color: #5D6673;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: inherit;
    line-height: 1.4;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background-color 0.15s ease;
  }
  .rpui-promo-pill:hover,
  .rpui-promo-pill:focus {
    background-color: #4a525d;
    color: #FFFFFF;
    text-decoration: none;
  }
  .rpui-promo-dismiss {
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    padding: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: background-color 0.15s ease;
  }
  .rpui-promo-dismiss:hover,
  .rpui-promo-dismiss:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
  }
  .announcement-bar-section {
    position: relative;
  }
/* END_SECTION:announcement-bar */

/* START_SECTION:rpui-ask-expert (INDEX:50) */
.rpui-ask {
    max-width: 1200px;
    margin: 25px auto 40px;
    padding: 30px 1.5rem 0;
    border-top: 1px solid #eeeeee;
    color: #323232;
    letter-spacing: normal;
  }

  /* ---- contact ---- */
  .rpui-ask__contact {
    text-align: center;
  }

  .rpui-ask__contact-img,
  .rpui-ask__contact-text {
    display: inline-block;
    vertical-align: middle;
  }

  .rpui-ask__contact-img {
    width: 65px;
  }

  .rpui-ask__contact-img img {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }

  .rpui-ask__contact-text {
    padding-left: 15px;
    text-align: left;
  }

  .rpui-ask__text {
    margin: 0 0 0.4rem;
    font-size: 1.4rem;
    text-transform: capitalize;
  }

  .rpui-ask__phone {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #323232;
  }

  /* ---- 4 service badges ---- */
  .rpui-ask__services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0 0;
    padding: 0 0 15px;
    list-style: none;
  }

  .rpui-ask__services > li {
    width: 25%;
    min-width: 200px;
    padding: 10px 0;
  }

  .rpui-ask__service {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .rpui-ask__icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
  }

  .rpui-ask__icon svg {
    width: 22px;
    height: 22px;
    fill: #acb1bb;
  }

  .rpui-ask__service-title {
    margin: 0 0 0.3rem;
    font-size: 12px;
    font-weight: 700;
    color: #323232;
  }

  .rpui-ask__service-desc {
    margin: 0;
    font-size: 1.3rem;
    color: #505050;
  }

  /* ---- Prop 65 ---- */
  .rpui-ask__prop65 {
    margin-top: 25px;
    text-align: center;
  }

  .rpui-ask__prop65 p {
    margin: 0;
    font-size: 1.3rem;
    color: #505050;
  }

  .rpui-ask__prop65 img {
    max-width: 250px;
    height: auto;
    margin-top: 0.8rem;
  }

  @media screen and (max-width: 766px) {
    .rpui-ask__services > li {
      width: 50%;
    }
  }
/* END_SECTION:rpui-ask-expert */

/* START_SECTION:rpui-brand-strip (INDEX:51) */
.section-rpui-brand-strip {
    background-color: #000000;
    position: relative;
    padding-bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%);
  }
  .section-rpui-brand-strip .rpui-brand-strip {
    text-align: center;
    padding-top: 9rem;
    padding-bottom: calc(7vw + 7rem);
    position: relative;
  }
  .section-rpui-brand-strip .rpui-brand-strip__heading,
  .rpui-brand-strip h2.rpui-brand-strip__heading {
    margin: 0 0 5.5rem !important;
    color: #ffffff !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    position: relative;
    display: inline-block;
    letter-spacing: 0;
  }
  .section-rpui-brand-strip .rpui-brand-strip__heading::after {
    content: "";
    position: absolute;
    top: calc(100% + 1.4rem);
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 7px;
    background-color: rgb(51, 116, 174);
  }
  .rpui-brand-strip__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
  }
  .rpui-brand-strip__logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
  }
  .rpui-brand-strip__logo {
    max-height: 180px;
    width: auto;
    height: auto;
    transition: opacity 0.15s ease;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .rpui-brand-strip__logo:hover {
    opacity: 0.85;
  }
  .section-rpui-brand-strip .rpui-brand-strip__subheading {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 128rem;
    margin: 0 auto;
    padding: 0 4rem;
    opacity: 1;
  }
  @media screen and (max-width: 989px) {
    .section-rpui-brand-strip .rpui-brand-strip {
      padding-top: 5rem;
      padding-bottom: calc(7vw + 2rem);
    }
    .rpui-brand-strip__logos {
      gap: 5rem;
    }
    .rpui-brand-strip__logo {
      max-height: 120px;
    }
  }
  @media screen and (max-width: 749px) {
    .section-rpui-brand-strip .rpui-brand-strip {
      padding-top: 4rem;
      padding-bottom: calc(7vw + 1.5rem);
    }
    .rpui-brand-strip__logos {
      gap: 3rem;
    }
    .rpui-brand-strip__logo {
      max-height: 80px;
    }
  }
/* END_SECTION:rpui-brand-strip */

/* START_SECTION:rpui-breadcrumb (INDEX:52) */
/* Match live's BC .breadcrumbs typography: 12px / normal letter-spacing,
     active page in lighter #757575 without capitalize. Container sits at
     container left (no extra indent past the H1 below it). */
  .rpui-breadcrumb-wrap {
    padding: 20px 0;
    text-align: left;
    letter-spacing: normal;
  }

  .rpui-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: normal;
    color: #323232;
  }

  .rpui-breadcrumb__item {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: normal;
  }

  .rpui-breadcrumb__item:not(:first-child):before {
    content: '>';
    margin: 0 0.6em;
    color: #323232;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
  }

  .rpui-breadcrumb__link {
    color: #323232;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: normal;
  }

  /* Current page on collection pages — live's .breadcrumb.is-active is
     #757575 light gray and not capitalized. */
  .rpui-breadcrumb__link--current,
  .rpui-breadcrumb__item--current .rpui-breadcrumb__link {
    color: #757575;
    text-transform: none;
  }

  a.rpui-breadcrumb__link:hover {
    color: #323232;
    text-decoration: underline;
  }
/* END_SECTION:rpui-breadcrumb */

/* START_SECTION:rpui-business-cards (INDEX:53) */
.rpui-biz {
    padding: 6rem 0;
    text-align: center;
  }
  .rpui-biz__heading {
    margin: 0 0 1rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: #323232;
    line-height: 1.3;
  }
  .rpui-biz__subheading {
    margin: 0 auto 4rem;
    max-width: 117rem;
    color: rgb(102, 102, 102);
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .rpui-biz__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    align-items: stretch;
  }
  .rpui-biz__card {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .rpui-biz__card-image {
    width: 100%;
    height: auto;
    display: block;
  }
  .rpui-biz__card-body {
    padding: 2rem 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .rpui-biz__card-heading {
    font-size: 1.6rem;
    margin: 0 0 1rem;
    color: #323232;
  }
  .rpui-biz__card-text {
    color: rgb(102, 102, 102);
    font-size: 1.2rem;
    line-height: 1.5;
    flex: 1;
    margin: 0 0 2rem;
  }
  .rpui-biz__card-button {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    text-align: center;
    background-color: #3374AE !important;
    color: #FFFFFF !important;
    border: 1px solid #3374AE !important;
    padding: 1rem 2.4rem;
    border-radius: 3px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.15s ease;
  }
  .rpui-biz__card-button:hover {
    background-color: #2a5e8c !important;
    border-color: #2a5e8c !important;
    color: #FFFFFF !important;
  }
  @media screen and (max-width: 989px) {
    .rpui-biz__cards {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:rpui-business-cards */

/* START_SECTION:rpui-category-tiles (INDEX:54) */
.section-rpui-categories {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .rpui-category-wrap {
    padding: 5rem 0 6rem;
  }
  @media screen and (max-width: 989px) {
    .rpui-category-wrap {
      padding-top: 4rem;
    }
  }
  @media screen and (max-width: 749px) {
    .rpui-category-wrap {
      padding-top: 3rem;
    }
  }
  .section-rpui-categories .rpui-category-wrap__heading,
  .rpui-category-wrap h2.rpui-category-wrap__heading {
    text-align: center;
    color: #323232 !important;
    margin: 0 0 3.5rem !important;
    font-size: 2.5rem !important;
    line-height: 1.3;
    font-weight: 700;
    text-transform: none;
  }
  .rpui-category-carousel {
    position: relative;
    max-width: 96rem;
    margin: 0 auto;
  }
  .rpui-category-carousel__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 1px solid #c8ccd0;
    border-radius: 50%;
    background: #ffffff;
    color: #1f2329;
    cursor: pointer;
    font-size: 2.4rem;
    line-height: 1;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.15s ease, transform 0.15s ease;
  }
  .rpui-category-carousel__arrow:hover {
    background: #f7f7f7;
  }
  .rpui-category-carousel__arrow--prev { left: -1.8rem; }
  .rpui-category-carousel__arrow--next { right: -1.8rem; }
  .rpui-category-carousel__arrow[aria-disabled="true"] {
    opacity: 0.3;
    cursor: default;
  }
  .rpui-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
  }
  .rpui-category-tile {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    text-decoration: none;
    color: #323232;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .rpui-category-tile:hover {
    transform: translateY(-4px);
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.35);
    text-decoration: none;
  }
  .rpui-category-tile__image {
    padding: 2rem 3rem 0.5rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8.5rem;
  }
  .rpui-category-tile__img {
    width: 100%;
    max-height: 7rem;
    height: auto;
    object-fit: contain;
    display: block;
  }
  .rpui-category-tile__placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    background:
      radial-gradient(circle at 30% 30%, #fafbfc 0%, #e6e8ec 60%, #d0d3d8 100%);
  }
  .rpui-category-tile__label {
    padding: 0 0.5rem;
    margin: 2rem auto;
    text-align: center;
    background: #ffffff;
    width: 100%;
  }
  .rpui-category-tile__title {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7rem;
    letter-spacing: normal;
    text-transform: none;
    color: #323232;
  }
  @media screen and (max-width: 989px) {
    .rpui-category-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }
    .rpui-category-tile__title {
      font-size: 1.2rem;
      line-height: 1.6rem;
    }
    .rpui-category-tile__label {
      margin: 0.5rem auto;
    }
  }
/* END_SECTION:rpui-category-tiles */

/* START_SECTION:rpui-collection-tiles (INDEX:55) */
/* Tile wrappers touch edge-to-edge (gap 0) with internal padding around
     the image — matches live's BC .brandsImage-slider layout (wrapper
     240x228, image 208 centered with ~16px h-pad / ~10px v-pad). */
  .rpui-coll-tiles {
    margin: 0 auto 2.4rem;
  }

  .rpui-coll-tiles__row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }

  .rpui-coll-tiles__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.6rem;
    background: #ffffff;
  }

  .rpui-coll-tiles__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  @media screen and (max-width: 989px) {
    .rpui-coll-tiles__row {
      grid-template-columns: repeat(3, 1fr);
    }
    .rpui-coll-tiles__item {
      padding: 0.8rem 1rem;
    }
  }

  @media screen and (max-width: 575px) {
    .rpui-coll-tiles__row {
      grid-template-columns: repeat(2, 1fr);
    }
  }
/* END_SECTION:rpui-collection-tiles */

/* START_SECTION:rpui-collection-ymm (INDEX:56) */
.rpui-coll-ymm {
    margin: 0 auto 2.4rem;
    letter-spacing: normal;
  }

  .rpui-coll-ymm__form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto auto;
    gap: 1.2rem;
    align-items: stretch;
  }

  .rpui-coll-ymm__field {
    position: relative;
    display: flex;
    align-items: stretch;
  }

  .rpui-coll-ymm__badge {
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #d61f2d;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }

  .rpui-coll-ymm__select {
    width: 100%;
    height: 4.4rem;
    padding: 0 5.5rem 0 1.4rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'><rect width='44' height='44' fill='%23214c87'/><path d='M14 18 L22 26 L30 18' stroke='white' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 44px 44px;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 1.4rem;
    color: #1a1a1a;
    cursor: pointer;
  }

  .rpui-coll-ymm__select:disabled {
    opacity: 1;
  }

  .rpui-coll-ymm__go,
  .rpui-coll-ymm__reset {
    height: 4.4rem;
    border: 0;
    border-radius: 4px;
    background-color: #214c87;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background-color 0.15s ease;
  }

  .rpui-coll-ymm__go {
    min-width: 7.2rem;
    padding: 0 2.4rem;
  }

  .rpui-coll-ymm__reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
  }

  .rpui-coll-ymm__go:hover,
  .rpui-coll-ymm__reset:hover {
    background-color: #163668;
  }

  .rpui-coll-ymm__go:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  @media screen and (max-width: 989px) {
    .rpui-coll-ymm__form {
      grid-template-columns: 1fr;
    }
    .rpui-coll-ymm__go,
    .rpui-coll-ymm__reset {
      grid-column: 1;
    }
  }
/* END_SECTION:rpui-collection-ymm */

/* START_SECTION:rpui-hero-carousel (INDEX:58) */
.rpui-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #1a1a1a;
  }
  .rpui-hero__slides {
    position: relative;
    width: 100%;
    height: 32vw;
    max-height: 56vh;
  }
  .rpui-hero__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    pointer-events: none;
  }
  .rpui-hero__slide[data-active] {
    opacity: 1;
    pointer-events: auto;
  }
  .rpui-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .rpui-hero__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4rem;
    pointer-events: none;
  }
  .rpui-hero__overlay-inner {
    text-align: center;
    max-width: 90%;
  }
  .rpui-hero__title {
    color: #FFFFFF;
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: clamp(2.8rem, 4.5vw, 6rem);
    line-height: 1.3;
    margin: 0 0 1rem;
    text-shadow: 0 0 10px #000;
    letter-spacing: 0.1em;
    text-transform: capitalize;
  }
  .rpui-hero__description {
    color: #FFFFFF;
    font-family: var(--font-body-family);
    font-size: clamp(1.4rem, 1.8vw, 2.2rem);
    line-height: 1.4;
    margin: 0 0 2rem;
    text-shadow: 0 0 10px #000;
    letter-spacing: 0.09em;
  }
  .rpui-hero__dots {
    position: absolute;
    bottom: 7rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 1.4rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .rpui-hero:hover .rpui-hero__dots {
    opacity: 1;
    visibility: visible;
  }
  .rpui-hero__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    opacity: 0.7;
  }
  .rpui-hero__dot[data-active] {
    background-color: #FFFFFF;
    opacity: 1;
  }
  .rpui-hero__dot:hover {
    opacity: 1;
  }
  @media screen and (max-width: 989px) {
    .rpui-hero__dots {
      bottom: 1.5rem;
      opacity: 1;
      visibility: visible;
    }
  }
/* END_SECTION:rpui-hero-carousel */

/* START_SECTION:rpui-main-product (INDEX:59) */
.rpui-pdp {
    margin: 0 auto 30px;
    max-width: 1200px;
    padding: 0 1.5rem;
    /* Live rpui.com PDP text uses no letter-spacing; neutralize the theme's
       inherited 0.6px so text widths match (measured against the live DOM). */
    letter-spacing: normal;
  }

  .rpui-pdp__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  @media screen and (min-width: 750px) {
    .rpui-pdp__grid {
      /* rpui.com uses a 3fr / 2fr split (image left, info right) */
      grid-template-columns: 52% 1fr;
      column-gap: 4%;
      align-items: start;
    }
  }

  /* ---- LEFT: images ---- */
  .rpui-pdp__images {
    position: relative;
  }

  .rpui-pdp__gallery {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .rpui-pdp__image {
    margin: 0;
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
  }

  .rpui-pdp__image-default,
  .rpui-pdp__image-placeholder {
    display: block;
    width: 100%;
    height: auto;
  }

  .rpui-pdp__image-footer {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    margin-top: 1rem;
  }

  .rpui-pdp__brand-logo {
    display: block;
    width: 130px;
    height: auto;
  }

  .rpui-pdp__zoom-hint {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #8c8c8c;
    font-size: 1.4rem;
  }

  .rpui-pdp__zoom-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }

  /* Vertical thumbnail rail to the RIGHT of the main image (rpui.com layout).
     Hidden by markup when the product has a single image. */
  .rpui-pdp__thumbnails {
    flex: 0 0 80px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .rpui-pdp__thumbnail-btn {
    display: block;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 80px;
    height: 80px;
  }

  .rpui-pdp__thumbnail-btn:focus {
    outline: none;
  }

  .rpui-pdp__thumbnail-btn:focus-visible {
    outline: 2px solid #214c87;
    outline-offset: 2px;
  }

  .rpui-pdp__thumbnail-img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
    border: 1px solid #e2e4e8;
    transition: border-color 120ms ease;
  }

  .rpui-pdp__thumbnail-btn:hover .rpui-pdp__thumbnail-img {
    border-color: #214c87;
  }

  .rpui-pdp__thumbnail-btn--active .rpui-pdp__thumbnail-img {
    border-color: #214c87;
    border-width: 2px;
    /* offset so the 2px border doesn't shift the image around */
    margin: -1px;
    width: 82px;
    height: 82px;
  }

  /* ---- RIGHT: info stack ---- */
  .rpui-pdp__title {
    margin: 0 0 1rem;
    color: #323232;
    /* live .productView-title measured 20px / line-height 1.5 */
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .rpui-pdp__rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.4rem;
    font-size: 1.2rem;
    color: #323232;
  }

  .rpui-pdp__stars {
    display: inline-flex;
    color: #cccccc;
  }

  .rpui-pdp__star {
    width: 18px;
    height: 18px;
  }

  .rpui-pdp__review-link {
    color: #323232;
  }

  .rpui-pdp__write-review {
    color: #214e85;
    text-decoration: none;
  }

  .rpui-pdp__write-review:hover {
    text-decoration: underline;
  }

  .rpui-pdp__sku {
    margin: 0 0 1.4rem;
    color: #323232;
    font-size: 1.4rem;
  }

  .rpui-pdp__sku-value {
    font-weight: 400;
  }

  .rpui-pdp__price-block {
    margin-bottom: 0.4rem;
  }

  .rpui-pdp__msrp {
    margin: 0 0 0.2rem;
    color: #999999;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .rpui-pdp__msrp s {
    text-decoration: line-through;
  }

  .rpui-pdp__price {
    margin: 0;
    color: #323232;
    /* live .price--withoutTax measured 18px */
    font-size: 1.8rem;
    font-weight: 700;
  }

  .rpui-pdp__savings {
    margin: 0.6rem 0 0;
    color: #999999;
    font-size: 1.2rem;
    font-style: italic;
  }

  .rpui-pdp__stock {
    margin: 2.4rem 0 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .rpui-pdp__stock--ins {
    color: #7caf46;
  }

  /* ---- quantity stepper ---- */
  .rpui-pdp__quantity {
    /* top margin replaces the gap the removed In-Stock badge used to provide */
    margin-top: 2.2rem;
    margin-bottom: 1.6rem;
  }

  .rpui-pdp__quantity-label {
    display: block;
    margin-bottom: 0.6rem;
    color: #323232;
    font-weight: 700;
    font-size: 1.4rem;
  }

  .rpui-pdp__stepper {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #e2e4e8;
    border-radius: 3px;
    overflow: hidden;
  }

  .rpui-pdp__stepper-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 40px;
    border: none;
    background: #ffffff;
    color: #7f7f7f;
    cursor: pointer;
  }

  /* BC uses up/down chevrons (#icon-keyboard-arrow-up/down), not +/- glyphs. */
  .rpui-pdp__stepper-icon {
    width: 12px;
    height: 12px;
  }

  .rpui-pdp__stepper-btn:hover {
    background: #f7f7f7;
  }

  .rpui-pdp__stepper-input {
    width: 60px;
    height: 40px;
    border: none;
    border-left: 1px solid #e2e4e8;
    border-right: 1px solid #e2e4e8;
    text-align: center;
    font-size: 1.3rem;
    color: #323232;
    -moz-appearance: textfield;
  }

  .rpui-pdp__stepper-input::-webkit-outer-spin-button,
  .rpui-pdp__stepper-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* ---- actions: Add to Cart + Wish List ---- */
  .rpui-pdp__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    align-items: stretch;
  }

  .rpui-pdp__add-to-cart {
    padding: 15px 35px 13px;
    border: 1px solid #7caf46;
    border-radius: 3px;
    background-color: #7caf46;
    color: #ffffff;
    /* live add-to-cart measured 13px, no text-transform ("Add to Cart") */
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .rpui-pdp__add-to-cart:hover {
    background-color: #ffffff;
    color: #7caf46;
    border-color: #e2e4e8;
  }

  .rpui-pdp__wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-width: 215px;
    padding: 15px 20px 13px;
    border: 1px solid #e2e4e8;
    border-radius: 3px;
    background-color: #ffffff;
    color: #323232;
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: capitalize;
  }

  .rpui-pdp__wishlist:hover {
    border-color: #cccccc;
  }

  .rpui-pdp__wishlist-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
  }

  /* Dropdown caret (BC wish-list button opens a list picker) — decorative here. */
  .rpui-pdp__wishlist-caret {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    color: #7f7f7f;
  }

  .rpui-pdp__ship-date {
    margin: 2rem 0 0;
    color: #323232;
    font-size: 1.3rem;
  }

  /* ---- eligibility badges (BC .productView-checkbox) ---- */
  .rpui-pdp__eligibility {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 1rem;
    margin-top: 2rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #e2e4e8;
  }

  .rpui-pdp__elig {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 0.8rem;
    line-height: 1.3;
  }

  .rpui-pdp__elig-title {
    grid-column: 1;
    font-size: 1.3rem;
    color: #323232;
  }

  .rpui-pdp__elig-detail {
    grid-column: 1;
    font-size: 1.1rem;
    color: #757575;
  }

  .rpui-pdp__elig-check {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rpui-pdp__elig-icon {
    width: 34px;
    height: 34px;
    color: #7caf46;
  }

  /* ---- fitment verifier (Convermax #cm_VerifyFitment parity) ---- */
  .rpui-pdp__fitment {
    margin-top: 1.8rem;
  }

  .rpui-pdp__fitment-heading {
    margin: 0 0 1.2rem;
    color: #323232;
    font-size: 1.3rem;
    font-weight: 700;
  }

  .rpui-pdp__fitment-select {
    display: block;
    width: 100%;
    height: 4.4rem;
    margin-bottom: 1rem;
    padding: 0 4rem 0 1.4rem;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background-color: #ffffff;
    /* live PDP uses a plain gray chevron (not the homepage's blue box) */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 16px;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 1.4rem;
    color: #555555;
    cursor: pointer;
  }

  .rpui-pdp__fitment-select:disabled {
    opacity: 1;
  }

  .rpui-pdp__fitment-actions {
    display: flex;
    gap: 0.8rem;
    margin-top: 0.2rem;
  }

  .rpui-pdp__fitment-go {
    min-width: 8.5rem;
    height: 4.4rem;
    padding: 0 2rem;
    border: 0;
    border-radius: 3px;
    background-color: #c9c9c9;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background-color 0.15s ease;
  }

  .rpui-pdp__fitment-go:disabled {
    background-color: #c9c9c9;
    cursor: not-allowed;
  }

  .rpui-pdp__fitment-go:not(:disabled) {
    background-color: #214c87;
  }

  .rpui-pdp__fitment-reset {
    width: 4.4rem;
    height: 4.4rem;
    border: 0;
    border-radius: 3px;
    background-color: #c9c9c9;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
/* END_SECTION:rpui-main-product */

/* START_SECTION:rpui-mega-menu (INDEX:60) */
/* ============================================================
   rpui-mega-menu — desktop mega-menu subnav strip
   Parity with rpui.com BC clicky-menu + themevale megamenu.
   Hidden on mobile (<= 989px); mobile drawer handles nav.
   ============================================================ */

/* ---------- Strip container ---------- */
.section-rpui-mega-menu {
  background-color: #214c87;
  width: 100%;
  position: relative;
  z-index: 50;
}

.rpui-mega-menu {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 50px;
}

/* ---------- Top-level list ---------- */
.rpui-mega-menu__list {
  list-style: none;
  /* Full-width strip, items right-aligned. The 21rem right gutter lands the
     end of "Help Center" at the MY CART icon in the header above — tuned by
     eye against the live header (do NOT cap with max-width: that pins the
     right edge too far left, around the GARAGE icon, and the items can't
     reach MY CART). */
  width: 100%;
  margin: 0;
  padding: 0 21rem 0 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

/* ---------- Top-level item ---------- */
.rpui-mega-menu__item {
  position: static; /* panel is full-width, not relative to item */
  display: flex;
  align-items: stretch;
}

/* ---------- Top-level link / summary ---------- */
.rpui-mega-menu__summary,
.rpui-mega-menu__summary--plain {
  /* Measured from live: 14.52px / 700 / white / 15px 25px / 50px height / mixed-case / no letter-spacing */
  display: inline-flex;
  align-items: center;
  padding: 15px 25px;
  min-height: 50px;
  font-size: 14.5px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: 20px;
  cursor: pointer;
  /* Remove default <summary> marker */
  list-style: none;
  background: transparent;
  border: none;
}

/* Remove the native details triangle in all browsers */
.rpui-mega-menu__summary::-webkit-details-marker,
details.rpui-mega-menu__details > summary::-webkit-details-marker {
  display: none;
}
details.rpui-mega-menu__details > summary {
  list-style: none;
}

/* Hover / open underline */
.rpui-mega-menu__summary:hover,
.rpui-mega-menu__summary--plain:hover,
details.rpui-mega-menu__details[open] > .rpui-mega-menu__summary {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}

/* ---------- details-disclosure wrapper: stretch to fill item height ----------
   Dawn's base.css sets `details { position: relative }` globally — that would
   trap our absolute panel and constrain it to the narrow <details> box. Force
   position: static here so the panel falls through to .section-rpui-mega-menu
   (the next positioned ancestor) and spans the full viewport width. */
.rpui-mega-menu__item details-disclosure,
.rpui-mega-menu__item details-disclosure details {
  display: flex;
  align-items: stretch;
  position: static;
}

/* ---------- Dropdown panel ---------- */
.rpui-mega-menu__panel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  z-index: 100;
  padding: 2rem 0 0 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

details.rpui-mega-menu__details[open] > .rpui-mega-menu__panel {
  display: block;
}

/* panel-inner: constrained to page-width, centered */
.rpui-mega-menu__panel-inner {
  /* .page-width provides max-width + centering */
}

/* ---------- Category grid (4 equal columns) ---------- */
.rpui-mega-menu__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* ---------- Category cell ---------- */
.rpui-mega-menu__cell {
  /* Nothing special — the link handles all layout */
}

.rpui-mega-menu__cell-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  color: rgb(88, 116, 176); /* #5874b0 */
}

.rpui-mega-menu__cell-link:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.rpui-mega-menu__cell-img {
  display: block;
  max-width: 140px;
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}

.rpui-mega-menu__cell-label {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  color: rgb(88, 116, 176); /* #5874b0 — measured from live DOM */
  line-height: 1.3;
}

/* ---------- "View All" footer row ---------- */
.rpui-mega-menu__view-all-row {
  /* spans full grid width */
  grid-column: 1 / -1;
  text-align: center;
  background-color: #5d6673; /* BC .bottomMegamenu bg — matches live */
  padding: 10px 0;
  margin-top: 20px;
}

.rpui-mega-menu__view-all-link {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
}

.rpui-mega-menu__view-all-link:hover {
  opacity: 0.85;
}

/* ---------- Mobile: hide at <= 989px, drawer handles nav ---------- */
@media screen and (max-width: 989px) {
  .section-rpui-mega-menu {
    display: none;
  }
}
/* END_SECTION:rpui-mega-menu */

/* START_SECTION:rpui-product-details (INDEX:61) */
.rpui-pdp-details {
    margin: 0 auto 40px;
    max-width: 1200px;
    padding: 0 1.5rem;
    /* match live: no inherited letter-spacing on PDP text */
    letter-spacing: normal;
  }

  .rpui-pdp-details__item {
    margin-bottom: 1.5rem;
  }

  .rpui-pdp-details__item:last-child {
    margin-bottom: 0;
  }

  /* ---- title bar (matches BC .accordion-title) ---- */
  .rpui-pdp-details__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 13px 20px;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #323232;
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    transition: all 0.3s ease;
  }

  /* Hide the native disclosure triangle (we draw our own chevron). */
  .rpui-pdp-details__title::-webkit-details-marker {
    display: none;
  }
  .rpui-pdp-details__title::marker {
    content: '';
  }

  .rpui-pdp-details__title:hover,
  .rpui-pdp-details__title:focus {
    color: #323232;
  }

  /* Open state: white text on dark bar, matching BC .accordion-block.is-open. */
  .rpui-pdp-details__item[open] > .rpui-pdp-details__title {
    background-color: #484b51;
    color: #ffffff;
  }

  .rpui-pdp-details__chevron {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    color: #323232;
    transition: transform 0.5s ease;
  }

  .rpui-pdp-details__item[open] > .rpui-pdp-details__title .rpui-pdp-details__chevron {
    color: #ffffff;
    transform: rotate(180deg);
  }

  /* ---- content (matches BC .accordion-content padding) ---- */
  .rpui-pdp-details__content {
    padding: 15px 0;
    color: #323232;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  @media screen and (min-width: 750px) {
    .rpui-pdp-details__content {
      padding: 25px 0;
    }
  }

  .rpui-pdp-details__description {
    margin-bottom: 1.5rem;
  }

  .rpui-pdp-details__heading {
    margin: 10px 0;
    color: #323232;
    font-size: 1.4rem;
  }

  /* ---- specifications table (matches BC .productView-info) ---- */
  .rpui-pdp-details__specs {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
  }

  @media screen and (min-width: 767px) {
    .rpui-pdp-details__specs {
      width: 50%;
    }
  }

  .rpui-pdp-details__spec-name,
  .rpui-pdp-details__spec-value {
    border: 1px solid #ddd;
    font-size: 1.2rem;
    margin: 0;
    padding: 3px 10px;
    text-align: left;
    vertical-align: top;
  }

  .rpui-pdp-details__spec-name {
    background-color: #f2f2f2;
    color: #323232;
    font-weight: 700;
    min-width: 190px;
  }

  /* BC renders spec labels with a trailing colon ({{name}}:) */
  .rpui-pdp-details__spec-name::after {
    content: ':';
  }

  .rpui-pdp-details__spec-value {
    color: #505050;
    font-weight: 400;
  }

  /* ---- fitment list ---- */
  .rpui-pdp-details__fitment-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .rpui-pdp-details__fitment-line {
    margin: 0 0 0.4rem;
    color: #505050;
    font-size: 1.3rem;
  }

  /* fitment Year | Make | Model table (BC Convermax #tabCustomProduct-content) */
  .rpui-pdp-details__fitment-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
  }

  .rpui-pdp-details__fitment-table th,
  .rpui-pdp-details__fitment-table td {
    border: 1px solid #ddd;
    padding: 3px 10px;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: top;
    color: #505050;
  }

  .rpui-pdp-details__fitment-table th {
    background-color: #f2f2f2;
    color: #323232;
    font-weight: 700;
  }
/* END_SECTION:rpui-product-details */

/* START_SECTION:rpui-related-products (INDEX:62) */
.rpui-related {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 1.5rem;
    letter-spacing: normal;
  }

  .rpui-related__heading {
    margin: 0 0 1.6rem;
    color: #323232;
    font-size: 2rem;
    font-weight: 700;
  }

  .rpui-related__track {
    display: flex;
    gap: 1.6rem;
    overflow-x: auto;
    padding-bottom: 1rem;
  }

  .rpui-related__card {
    flex: 0 0 200px;
    text-decoration: none;
    color: #323232;
  }

  .rpui-related__img {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
  }

  .rpui-related__img-el {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
  }

  .rpui-related__brand {
    margin: 0.8rem 0 0.4rem;
    color: #555555;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .rpui-related__name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #323232;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .rpui-related__card:hover .rpui-related__name {
    text-decoration: underline;
  }

  .rpui-related__price {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }

  .rpui-related__msrp {
    margin-right: 0.5rem;
    color: #999999;
  }

  .rpui-related__amt {
    color: #323232;
    font-weight: 700;
  }
/* END_SECTION:rpui-related-products */

/* START_SECTION:rpui-resources (INDEX:63) */
.rpui-resources-wrap {
    background-color: #f4f5f7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 5rem 0 6rem;
    position: relative;
  }
  .rpui-resources-wrap > .page-width {
    position: relative;
    z-index: 1;
  }
  .rpui-resources-wrap__heading {
    text-align: center;
    color: #1a1a1a !important;
    margin: 0 0 3rem !important;
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
  }
  .rpui-resources-wrap__heading--posts {
    margin-top: 5rem !important;
  }
  .rpui-resources-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4rem;
  }
  .rpui-resource-card {
    display: flex;
    flex-direction: column;
    background: transparent;
    text-decoration: none;
    color: #1a1a1a;
  }
  .rpui-resource-card:hover {
    text-decoration: none;
  }
  .rpui-resource-card__image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e0e2e6;
  }
  .rpui-resource-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .rpui-resource-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #cfd2d6 0%, #9ea2a8 100%);
  }
  .rpui-resource-card__body {
    padding: 1.6rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
  .rpui-resource-card__title {
    margin: 0;
    font-size: 1.7rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.01em;
  }
  .rpui-resource-card__desc {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.45;
    color: #4a4f55;
    max-width: 92%;
  }
  /* Recent post cards (post blocks in same section) */
  .rpui-recent-post {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #323232;
  }
  .rpui-recent-post:hover { text-decoration: none; }
  .rpui-recent-post__image { overflow: hidden; background: #f5f6f8; }
  .rpui-recent-post__img { width: 100%; height: auto; display: block; }
  .rpui-recent-post__body { padding: 1.6rem 0 0; display: flex; flex-direction: column; gap: 0.6rem; }
  .rpui-recent-post__title { font-size: 1.6rem; font-weight: 700; line-height: 1.3; margin: 0 0 0.6rem; color: #323232; }
  .rpui-recent-post__excerpt { font-size: 1.3rem; font-weight: 400; line-height: 1.5; color: #555555; margin: 0; }
  @media screen and (max-width: 989px) {
    .rpui-resources-grid {
      grid-template-columns: 1fr;
    }
    .rpui-resource-card__image {
      aspect-ratio: 24 / 10;
    }
  }
/* END_SECTION:rpui-resources */

/* START_SECTION:rpui-subnav (INDEX:64) */
.section-rpui-subnav {
    background-color: #ffffff;
  }
  .rpui-subnav-wrapper {
    font-family: var(--font-body-family);
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
    background-color: #ffffff;
    position: relative;
  }
  .rpui-subnav-band {
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 3rem 9px 6rem;
    background-color: {{ section.settings.background_color | default: '#214c87' }};
    position: relative;
  }
  @media screen and (min-width: 1281px) {
    .rpui-subnav-band {
      width: 80%;
    }
    .rpui-subnav-band::before {
      content: "";
      position: absolute;
      left: -20px;
      top: 0;
      width: 50px;
      height: 100%;
      background-color: #ffffff;
      transform: skewX(-35deg);
      z-index: 1;
    }
  }
  .rpui-subnav__list {
    display: flex;
    gap: 3.6rem;
    position: relative;
    z-index: 2;
  }
  .rpui-subnav__link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    transition: color 0.15s ease;
  }
  .rpui-subnav__link:hover,
  .rpui-subnav__link:focus {
    color: #E2E4E8;
    text-decoration: none;
  }
  @media screen and (max-width: 989px) {
    .rpui-subnav-wrapper {
      display: none;
    }
  }
/* END_SECTION:rpui-subnav */

/* START_SECTION:rpui-video (INDEX:65) */
.section-rpui-video {
    background-color: #ffffff;
  }
  .rpui-video {
    padding: 6rem 0;
    text-align: center;
  }
  .rpui-video__heading {
    margin: 0 0 3rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: #323232;
    text-align: center;
    line-height: 1.3;
  }
  .rpui-video__media {
    position: relative;
    max-width: 104rem;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background-color: #000000;
    overflow: hidden;
  }
  .rpui-video__media iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  .rpui-video__description {
    max-width: 104rem;
    margin: 3rem auto 0;
    color: #323232;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
  }
  .rpui-video__description p {
    margin: 0 0 1.5rem;
  }
  .rpui-video__description p:last-child {
    margin-bottom: 0;
  }
  .rpui-video__description a {
    color: #3374AE;
    text-decoration: underline;
  }
  .rpui-video__cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  .rpui-video__cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background-color: #3374AE;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.02em;
    padding: 1.2rem 2.4rem;
    border-radius: 3px;
    transition: background-color 0.15s ease;
  }
  .rpui-video__cta:hover {
    background-color: #2a5e8c;
    color: #ffffff;
    text-decoration: none;
  }
  .rpui-video__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rpui-video__blue-strip {
    height: 12rem;
    background: #3374AE;
    margin-top: 6rem;
    clip-path: polygon(0 35%, 100% 0, 100% 100%, 0 100%);
  }
  @media screen and (max-width: 989px) {
    .rpui-video {
      padding: 4rem 0;
    }
    .rpui-video__cta-row {
      flex-direction: column;
      gap: 1.6rem;
    }
    .rpui-video__blue-strip {
      height: 8rem;
    }
  }
/* END_SECTION:rpui-video */

/* START_SECTION:rpui-ymm-picker (INDEX:66) */
.rpui-ymm-wrap {
    background-color: transparent;
    position: relative;
    z-index: 2;
    height: 0;
    overflow: visible;
  }
  .rpui-ymm-wrap .page-width {
    position: static;
    overflow: visible;
    height: 0;
    padding: 0;
  }
  .rpui-ymm-card {
    background: #ececec;
    border-radius: 2rem;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
    padding: 3rem 5rem;
    max-width: 1170px;
    width: calc(100% - 3rem);
    position: absolute;
    top: -7.5rem;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
  }
  .rpui-ymm-card__header { margin-bottom: 1.6rem; }
  .rpui-ymm-card__title {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.02em;
  }
  .rpui-ymm-card__form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto auto;
    gap: 1.2rem;
    align-items: stretch;
  }
  .rpui-ymm-field {
    position: relative;
    display: flex;
    align-items: stretch;
  }
  .rpui-ymm-field__badge {
    position: absolute;
    left: -8px;
    top: -8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #d61f2d;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .rpui-ymm-field__select {
    width: 100%;
    height: 4.4rem;
    padding: 0 5.5rem 0 1.4rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'><rect width='44' height='44' fill='%23214c87'/><path d='M14 18 L22 26 L30 18' stroke='white' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 44px 44px;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 1.4rem;
    color: #1a1a1a;
    cursor: pointer;
  }
  .rpui-ymm-field__select:disabled {
    background-color: #ffffff;
    color: #1a1a1a;
    cursor: pointer;
    opacity: 1;
  }
  .rpui-ymm-card__go,
  .rpui-ymm-card__reset {
    height: 4.4rem;
    border: 0;
    border-radius: 4px;
    background-color: #214c87;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background-color 0.15s ease;
  }
  .rpui-ymm-card__go {
    min-width: 7.2rem;
    padding: 0 2.4rem;
  }
  .rpui-ymm-card__reset {
    width: 4.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #214c87;
  }
  .rpui-ymm-card__go:hover,
  .rpui-ymm-card__reset:hover { background-color: #163668; }
  .rpui-ymm-card__go:disabled {
    background-color: #214c87;
    opacity: 0.6;
    cursor: not-allowed;
  }
  @media screen and (max-width: 989px) {
    .rpui-ymm-wrap {
      height: auto;
      overflow: visible;
      padding: 0 1.5rem 3rem;
    }
    .rpui-ymm-wrap .page-width {
      height: auto;
      position: relative;
      padding: 0;
    }
    .rpui-ymm-card {
      position: static;
      transform: none;
      width: 100%;
      left: auto;
      top: auto;
      margin: 0 auto;
      padding: 3rem 1.5rem;
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    }
    .rpui-ymm-card__form {
      grid-template-columns: 1fr;
    }
    .rpui-ymm-card__go,
    .rpui-ymm-card__reset { grid-column: 1; }
  }
/* END_SECTION:rpui-ymm-picker */