
  .discover-products {
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
    /* Scrollbar styles */ }
    .discover-products::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    cursor: pointer; }
    .discover-products::-webkit-scrollbar-track {
    background: #e8e9ec;
    opacity: 0.7;
    border-radius: 12px; }
    .discover-products::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #62657b; }
    .discover-products::-webkit-scrollbar-thumb:hover {
    background: #62657b; }
    .discover-products__tile {
    box-shadow: 4px 12px 12px rgba(59, 61, 73, 0.3);
    width: 988px;
    max-width: 100%;
    margin: auto;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 185px;
    text-decoration: none;  }
    a.discover-products__tile:focus:not(:focus-visible){
      outline:none !important;
    }
    @media (max-width: 991px) {
      .discover-products__tile {
        height: auto; } }
    .discover-products__tile__image {
      width: 240px;
      display: flex;
      height: 100%;
      flex-shrink: 0;
      position: relative; }
      @media (max-width: 991px) {
        .discover-products__tile__image {
          width: 180px;
          height: auto;
          aspect-ratio: 4/3; } }
      @media (max-width: 767px) {
        .discover-products__tile__image {
          display: none; } }
      .discover-products__tile__image .primary-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0% 10%;
        object-position: 0% 10%;
        transform: scaleX(-1); }
      .discover-products__tile__image .secondary-image {
        background-color: white;
        height: 90px;
        width: 90px;
        border-radius: 50%;
        position: absolute;
        bottom: 20px;
        right: -45px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
        @media (max-width: 991px) {
          .discover-products__tile__image .secondary-image {
            height: 70px;
            width: 70px;
            right: -30px; } }
        .discover-products__tile__image .secondary-image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: 50%; }
    .discover-products__tile__text {
      flex-grow: 1;
      box-sizing: border-box;
      padding: 24px 64px;
      color: #3b3d49;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px; }
      @media (max-width: 991px) {
        .discover-products__tile__text {
          padding-left: 48px; } }
      @media (max-width: 767px) {
        .discover-products__tile__text {
          padding-left: 32px; } }
      .discover-products__tile__text .beta {
        width: -moz-fit-content;
        width: fit-content;
        padding: 4px 8px;
        border-radius: 4px;
        background: #fbc600;
        font-size: 12px;
        font-weight: 500;
        display: inline-block; }
      .discover-products__tile__text h3 {
        font-size: 32px;
        margin: 0;
        line-height: 38px;
        font-weight: 700; }
        @media (max-width: 991px) {
          .discover-products__tile__text h3 {
            font-weight: 500;
            font-size: 24px; } }
      .discover-products__tile__text p {
        font-weight: 500; }
    .discover-products__tile .discover__magnifying-glass {
      position: absolute;
      top: 12px;
      right: 12px; }
    .discover-products__tile .animated-chevron {
      position: absolute;
      top: 50%;
      transform: translateY(-30%);
      right: 12px; }

    .disclosure-modal {
    pointer-events: all; }
    .disclosure-modal [role="dialog"] {
    background-color: white;
    max-width: 600px;
    max-height: 90vh;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 16px 24px 40px 24px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .disclosure-modal [role="dialog"] {
        padding: 16px;
        padding-bottom: 24px; } }
    .disclosure-modal [role="dialog"] .close-button-container {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 8px; }
      .disclosure-modal [role="dialog"] .close-button-container button {
        height: -moz-fit-content;
        height: fit-content;
        background: transparent;
        border: 0;
        cursor: pointer;
        padding: 0; }
    .disclosure-modal [role="dialog"] .disclosure-modal-content {
      font-size: 10px;
      line-height: 12px;
      flex-grow: 1;
      overflow: auto;
      /* Scrollbar styles */ }
      .disclosure-modal [role="dialog"] .disclosure-modal-content::-webkit-scrollbar {
        width: 12px;
        height: 12px;
        cursor: pointer; }
      .disclosure-modal [role="dialog"] .disclosure-modal-content::-webkit-scrollbar-track {
        background: #e8e9ec;
        opacity: 0.7;
        border-radius: 12px; }
      .disclosure-modal [role="dialog"] .disclosure-modal-content::-webkit-scrollbar-thumb {
        border-radius: 12px;
        background: #62657b; }
      .disclosure-modal [role="dialog"] .disclosure-modal-content::-webkit-scrollbar-thumb:hover {
        background: #62657b; }
 