/** Shopify CDN: Minification failed

Line 1072:41 Unexpected "/"

**/
:root {
    --background-color-main: #6AA1B9;
    --background-color-secondary: #EEEEDC;
    --button-text-color: #0187A7;
    --button-color: #FFF000;
}

/* SELECT DROPDOWN  */
.device-select {
    position: relative;
    width: 250px;
    cursor: pointer;
    color: black;
    /* color: #848282; */
}

#customSelect {
    font-family: var(--font-heading--family);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

#customSelect small {
    visibility: hidden;
    position: absolute;
    color: red;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#customSelect.error small {
    visibility: visible;
}

.select-selected {
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    position: relative;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    z-index: 99;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: var(--font-heading--family);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.select-items .select-option {
    padding: 10px;
    color: #333;
}

.modal-select-items .modal-select-option {
    padding: 10px;
    color: #333;
}

.select-items .select-option:hover {
    background-color: #BCB5AF99;
}

.modal-select-items .modal-select-option:hover {
    background-color: #BCB5AF99;
}

.modal-select-hide {
    display: none;
}

.select-hide {
    display: none;
}

.app-compat-search .device-select {
    padding: 0;
}

/* Search Section */
.search-section h1 {
    font-weight: 800;
    text-align: center;
    flex-basis: 300px;
}

#shopify-section-find-your-perfect-fit {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#shopify-section-find-your-perfect-fit h1 {
    font-family: var(--font-body--family);
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
}

.search-section {
    background-color: var(--background-color-main);
    padding: 40px 0;
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.search-section ul {
    text-align: left;
    background-color: white;
    width: 50%;
    color: black;
    border-radius: 10px;
    padding: 0;
    margin: 10px;
}

.search-section li {
    padding: 10px 20px 10px 20px;
}

.first-card.recommended-badge {
    color: var(--button-text-color);
    background-color: var(--button-color);
    border-radius: 20px;
    border: none;
    font-weight: bold;
    align-self: flex-end;
    padding: 1px 10px 1px 10px;
}

.search-container h1 {
    /* font-size: 3rem; */
    padding-bottom: 3rem;
}

.search-container p {
    max-width: 450px;
    line-height: 95%;
    padding-left: 30px;
}

.search-form {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.search-form input,
.search-form select,
.search-form button {
    padding: 1rem;
    border-radius: 5px;
    border: none;
}

.modal-select-items {
    margin-top: 7px;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
    z-index: 99;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-form.device-select {
    padding: 1rem;
    border-radius: 5px;
    border: none;
    width: 150px;
}

.search-form input {
    width: 150px;
}

.search-form select {
    width: 150px;
}

.search-form #deviceSelect {
    width: 150px;
    color: black;
}

.search-form button {
    background-color: #ffda44;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

/* Search bar */
.app-compat-search {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 10px 25px;
    border-radius: 20px;
    /* margin: 0 15px 0 15px; */
    background-color: #ffffff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

/* #suggestions-list { */
/*     position: absolute; */
/*     top: 100%; */
/*     left: 0; */
/*     right: 0; */
/*     background-color: white; */
/*     border: 1px solid #ccc; */
/*     list-style-type: none; */
/*     padding-left: 0; */
/*     margin-top: 0; */
/*     max-height: 200px; */
/*     overflow-y: auto; */
/*     z-index: 1000; */
/* } */

#suggestions-list {
    overflow:hidden;
    font-family: var(--font-heading--family);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

#suggestions-list li {
    cursor: pointer;
    text-align: left;
}

#suggestions-list li:hover, .autocomplete-active {
    background-color: #BCB5AF99;
}

#suggestions-list mark, .suggestions-list mark {
    background-color: #FFF100;
    color: #333;
    padding: 0;
    border-radius: 2px;
    font-weight: normal;
}

.mobile-selector-menu-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.app-compat-search input[type="text"] {
    padding: 10px;
    border-radius: 20px;
    border: none;
    width: auto;
    outline: none;
    flex-grow: 0.5;
}

.app-compat-search input[type="text"]:focus {
    border-color: var(--background-color-main);
}

.app-compat-search select {
    padding: 10px;
    border-radius: 20px;
    border: none;
    width: 130px;
    outline: none;
    background-color: #ffffff;
    cursor: pointer;
}

.app-compat-search select:focus {
    border-color: var(--background-color-main);
}

#search-button {
    width: 180px;
    padding: 10px 20px;
    background-color: var(--button-color); 
    color: var(--button-text-color);
    border-radius: 5px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.1s;
    font-family: var(--font-heading--family);
    font-size: 23px;
    font-weight: 800;
    line-height: 28.73px;
    text-align: center;
}

#search-button:hover {
    /* background-color: #ffcc00; */
    transform: translateY(-2px);
}

select, input, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 768px) {
    .variant-list-container {
      padding-left: 40px; /* To provide space for scroll button */
      padding-right: 40px; /* To provide space for scroll button */
    }
    .variant-list {
      overflow:hidden;
      display: flex;
      gap: 40px;
      transition: transform 0.3s ease-in-out;
    }

    .variant-list .variant-card:first-child h3 {
        color: #1E1E1E;
        font-family: var(--font-heading--family);
        font-size: 25px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%; /* 37.5px */
        letter-spacing: -0.275px;
    }
    .variant-list .variant-card:first-child {
      /* flex-grow: 2; */
        flex-basis: calc(50% - 40px); /* TODO: Need to tweak calculation */
        flex-direction: row;
        /* HOR-36: previously `justify-content: space-between` pinned image
           flush-left and text flush-right against the card's 25px outer
           padding — visually the image hugged the white card edge. Centering
           the image+text pair with a gap nests them as a unit, with balanced
           whitespace on both sides of the card. */
        justify-content: center;
        align-items: center;
        gap: 32px;
    }

    .variant-label {
        font-family: var(--font-heading--family);
        font-size: 25px;
        font-weight: 800;
        line-height: 37.5px;
        letter-spacing: -0.019em;
        text-align: left;
    }
    #search-message {
        font-family: var(--font-heading--family);
        font-size: 25px;
        font-weight: 800;
        line-height: 37.5px;
        letter-spacing: -0.019em;
        text-align: center;
        margin: 30px 0;
    }

    .vertical-divider {
        width: 2px;
        height: 50px;
        background-color: #ccc;
        margin: 0 10px;
    }

    .input-container {
        position: relative;
        display: inline-block;
    }

    .input-container input {
        padding-right: 30px;
    }

    .input-container .clear-button {
        position: absolute;
        right: 10px;
        top: 40%;
        transform: translate(120%, -50%);
        cursor: pointer;
        display: none;
        font-size: 35px;
        color: #ccc;
    }

    .input-container .clear-button:hover {
        color: #000;
    }

    #customSelect {
        font-family: var(--font-heading--family);
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
    }

    #search-input {
        font-family: var(--font-heading--family);
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
    }

    #no-results-message {
        font-family: var(--font-heading--family);
        font-size: 25px;
        font-weight: 800;
        line-height: 30px;
        text-align: left;
        padding-bottom: 20px;
    }

    #submit-email-button {
        height: 50px;
        font-family: var(--font-heading--family);
        font-size: 25px;
        font-weight: 800;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
    }

    .email-input-container input[type="email"] {
        padding: 10px;
        outline: none;
        background-color: var(--background-color-main);
        color: white;
        border: 1px solid white;
        border-radius: 2px;
        width: 500px;
        max-width: 100%;
        height: 76px;
        font-family: var(--font-heading--family);
        font-size: 25px;
        font-weight: 800;
        line-height: 30px;
        text-align: left;
    }

    .email-input-container {
        position: relative;
        color: white;
        display: flex;
        align-items: flex-end;
        gap: 10px;
        flex-direction: column;
    }
    .main-container {
        padding-left: 50px;
        padding-right: 50px;
    }
    #shopify-section-how-results-generated {
        padding-left: 50px;
        padding-right: 50px;
    }

    .info-image {
        padding: 30px;
        align-self: flex-start;
    }

    .info-image img {
        border-radius: 10px;
        width: 500px;
        height: 500px;
    }

    #shopify-section-find-your-perfect-fit {
        padding: 30px 0;
        position: relative;
    }

    .info-text h2 {
        font-family: var(--font-body--family);
        font-size: 64px;
        font-weight: 700;
        line-height: 80px;
        text-align: left;
    }

    .info-text h3 {
        font-family: var(--font-body--family);
        font-size: 25px;
        font-weight: 700;
        text-align: left;
    }

    .info-text p {
        font-family: var(--font-heading--family);
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
    }

    #shopify-section-find-your-perfect-fit h1 {
        /* margin: 10px 0; */
        /* max-height: 60px; */
        /* padding: 10px 0; */
        font-family: var(--font-body--family);
        font-size: 64px;
        font-weight: 700;
        line-height: 80px;
    }

    #shopify-section-find-your-perfect-fit p {
        padding-left: 20px;
        font-family: var(--font-heading--family);
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;
        position: absolute;
        left: 30%;
        bottom: 110px;
    }

  .main-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .variant-card {
    background: white;
    padding: 25px;
    border-radius: 20px;
    width: calc((100% - 3 * 40px) / 4);
    flex-shrink: 0;
    /* text-align: center; */
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    height: 356px;
    overflow: hidden;
  }

  #no-results-section {
      padding: 4rem 3rem;
      max-width: 1200px;
      margin: 0 auto;
  }
}

/* Mobile Screens */
@media (max-width: 768px) {
    .widget-visible {
        display: none !important;
    }

    #submit-email-button {
        font-family: var(--font-heading--family);
        font-size: 18px;
        font-weight: 800;
        line-height: 21.6px;
        text-align: center;
    }

    .input-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .app-compat-search input[type="text"] {
        padding: 10px;
        border-radius: 20px;
        border: none;
        width: auto;
        outline: none;
    }

    .search-section {
        padding: 15px 0;
    }

    .clear-button {
        display: none;
    }

    .variant-list {
      display: flex;
      gap: 40px;
      overflow-x: auto;
      scroll-behavior: smooth;
    }

    .scroll-button-left, .scroll-button-right {
      display: none;
    }

    .variant-label {
        color: #FFF;
        font-family: var(--font-heading--family);
        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.285px;
    }

    #search-message {
        color: #FFF;
        text-align: center;
        font-family: var(--font-heading--family);
        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.285px;
    }

    #search-input {
        font-family: var(--font-heading--family);
        /* font-size: 15px; */
        /* font-weight: 400; */
        font-size: 18px;
        font-weight: 600;
        line-height: 18px;
        text-align: center;
    }

    .text-wrapper div {
        font-family: var(--font-heading--family);
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.011em;
        text-align: left;
    }

    #modalCustomSelect {
        width: 100%;
        font-family: var(--font-heading--family);
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }

    .modal-select-selected {
        color: #848282;
        background-color: white;
        padding: 15px;
        border-radius: 15px;
    }

    .info-text h2 {
        font-family: var(--font-body--family);
        font-size: 30px;
        font-weight: 700;
        line-height: 35px;
        text-align: left;
    }

    .info-text p {
        font-family: var(--font-heading--family);
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }


  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .variant-list-container {
    padding-left: 0px;
    padding-right: 0px;
  }
    .variant-card {
      background: white;
      padding: 25px;
      border-radius: 20px;
      width: 80%;
      flex-shrink: 0;
      text-align: center;
      border: 1px solid #ddd;
      font-size: 1.2rem;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
    }

    .suggestions-list {
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ffffff;
        border-radius: 10px;
        list-style-type: none;
        padding-left: 0;
        max-height: 200px;
        overflow-y: auto;
        z-index: 1000;
        margin: 10px 0 0 0;
    }

    .suggestions-list li {
        padding: 10px 20px;
        cursor: pointer;
        /* font-size: 1.2rem; */
        /* color: #333; */
        border-bottom: 1px solid #e0e0e0;
        color: #848282;
        font-family: var(--font-heading--family);
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;


    }

    .suggestions-list li:hover, .autocomplete-active {
        background-color: #BCB5AF99;
    }

    .suggestions-list mark {
        background-color: #FFF100;
        color: #333;
        padding: 0;
        border-radius: 2px;
        font-weight: normal;
    }

    #mobile-suggestions-list {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .mobile-search-modal-content {
        position: relative;
    }

    .input-fields-container {
        width: 90%;
        position: relative;
    }

    .mobile-search-modal-content input {
        width: calc(100% - 40px);
        padding: 15px;
        margin: 15px 20px;
        border-radius: 15px;
        border: 1px solid #fff;
        background-color: #fff;
        color: #333;
    }

    .info-container {
        flex-direction: column;
    }
    #shopify-section-find-your-perfect-fit {
        display: flex;
        flex-direction: column;
    }

    #shopify-section-find-your-perfect-fit h1 {
        margin: 10px 0;
        max-height: 60px;
        padding: 10px 0;
    }

    #shopify-section-find-your-perfect-fit p {
        padding: 0;
    }

    .app-compat-search {
        flex-direction: column;
        align-items: stretch;
        border-radius: 15px;
        background-color: var(--background-color-main);
        max-height: 70px;
    }

    .search-container ul {
        margin-left: 40px;
    }

    .app-compat-search input[type="text"],
    .app-compat-search .device-select {
        /* width: 100%; */
        margin-bottom: 10px;
        padding: 15px;
    }

    .app-compat-search .device-select {
        visibility: hidden;
        height: 0;
    }

    #customSelect {
        padding: 0;
    }

    #search-button {
        /* width: 100%; */
        /* padding: 15px; */
        height: 0;
        border-radius: 10px;
        visibility: hidden;
    }

    /* .app-compat-search input[type="text"] { */
    /*     font-size: 1rem; */
    /* } */

    .app-compat-search .search-icon {
        display: inline-block;
        margin-left: -30px;
        cursor: pointer;
    }

    #new-search-link {
        display: block;
        margin-top: 20px;
        color: #005bb5;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
    }

    #new-search-link:hover {
        text-decoration: underline;
    }

    #see-results-button:hover {
        background-color: #ffcc00;
    }

    /* .variant-card: { */
        /* TODO: set width to fill width */
    /* } */

    /* Modal Styles */
    .mobile-search-modal {
        display: none;
        position: fixed;
        padding-top: 110px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--background-color-main);
        justify-content: center;
        z-index: 1;
    }

    .mobile-search-modal-content {
        width: 100%;
        background-color: var(--background-color-main);
        color: #fff;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 10000;
        height: calc(100vh - 110px);
        justify-content: space-between;
    }

    .input-fields-container {
        flex: 2 0 0;
    }

    .mobile-search-modal-content input {
        width: 100%;
        padding: 15px;
        margin: 15px 0;
        border-radius: 15px;
        border: 1px solid #fff;
        background-color: #fff;
        color: #333;
    }

    .mobile-search-modal-content input::placeholder {
        color: #666;
    }

    #modal-search-button {
        padding: 10px 20px;
        background-color: #0187A7;
        font-weight: bold;
        color: #FFF000;
        cursor: pointer;
        border-radius: 5px;
        border: none;

    }
    #device-type-input,
    #modal-search-input {
        font-family: var(--font-heading--family);
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }

    .mobile-search-modal-content .mobile-close-modal {
        background: none;
        background-color: transparent;
        border: none;
        font-size: 4rem;
        color: white;
        cursor: pointer;
        align-self: flex-end;
        width: 60px;
        height: 60px;
    }

    .search-buttons-container {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 20px;
        align-items: center;
        background-color: #f4f1e6;
        position: fixed;
        bottom: 0;
        bottom: env(safe-area-inset-bottom);
    }

    #new-search-button {
        font-family: var(--font-heading--family);
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        color: black;
        padding: 15px 20px;
        font-weight: 500;
        text-decoration: underline;
    }

    #no-results-message {
        margin-bottom: 20px;
        padding: 10px;
        font-family: var(--font-heading--family);
        font-size: 15px;
        font-weight: 800;
        line-height: 18px;
        text-align: center;
    }

    #no-results-section form {
        width: 100%;
    }

    .email-input-container {
        position: relative;
        padding-bottom: 20px;
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .email-input-container input[type="email"] {
        padding: 20px;
        outline: none;
        background-color: var(--background-color-main);
        color: white;
        border: 1px solid white;
        border-radius: 2px;
        width: 100%;
        font-family: var(--font-heading--family);
        font-size: 15px;
        font-weight: 800;
        line-height: 18px;
        text-align: left;
    }

    #no-results-section {
        padding: 0 15px;
        flex-direction: column;
    }



    .info-image img {
        border-radius: 10px;
    }
    /* .search-buttons-container button { */
    /**/
    /**/
    /* } */
}

.mobile-search-modal {
    display: none;
}

.info-section {
    background-color: var(--background-color-secondary);
    color: #121212;
    /* HOR-36: separate the "How these results are generated" panel from the
       blue results bar above; previously the heading sat flush against it. */
    padding-block: 60px;
}
.info-section h2,
.info-section h3,
.info-section p,
.info-section .info-text > div {
    color: #121212;
}

.info-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.info-text {
    padding: 0 20px;
}
 
/* Container Styling */
#search-results {
    background-color: var(--background-color-main);
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* padding: 20px; */
}

.product-card {
  background-color: var(--background-color-main);
  overflow: hidden;
  transition: transform 0.3s;
  display: flex;
  /* flex-direction: column; */
  width: 100%;
}

/* .product-card:hover { */
/*   /* transform: translateY(-5px); */ */
/*   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); */
/* } */

.recommended-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--button-color);
  color: var(--button-text-color);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
}

.product-card-content {
  padding: 15px;
  text-align: left;
}


.text-wrapper h3 {
    /* overflow: clip; */
    margin: 10px 0;
    color: #1e1e1e;
    font-family: var(--font-heading--family);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.011em;
    text-align: left;

}

.text-wrapper div {
    font-family: var(--font-heading--family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.011em;
    text-align: left;
    /* HOR-36: page color scheme cascades teal #0187A7 onto body, leaking into
       the variant-card metadata. Pin to black so "Processor:", "Works until",
       and "From $X" read clearly against the white card. */
    color: #000;
}

.product-card-content p {
  margin: 5px 0;
  font-size: 1rem;
  color: #666;
}

.shop-now-button {
  padding: 5px 14px;
  background-color: var(--background-color-main);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100px;
}

.shop-now-button:hover {
  background-color: #0187A7;
}

.variant-list-container {
  /* display: flex; */
  /* align-items: center; */
  gap: 10px;
  /* margin-top: 15px; */
  overflow: hidden;
  position: relative;
  width: 100%;
}

.variant-list-wrapper {
  overflow: hidden;
  flex-grow: 1;
}

.first-card {
  /* width: calc((100% - 3 * 40px) / 2); */
  justify-content: space-between;
}

.variant-card-container.first-card {
    flex-direction: column;
    justify-content: space-around;
    width: 50%;
    padding: 10px;
}

/* HOR-8: in the recommended (first) card the row layout was leaving the
   text column at content-size (~150px) because no flex sibling claimed
   the remainder, so "iPhone 12 Pro" wrapped to two lines. Make the
   container grow to fill the space next to the image. */
.variant-list .variant-card:first-child .variant-card-container {
    flex: 1;
}

/* HOR-8: keep "Works until Q4 X ⓘ" on one line so the info icon stays
   inline with the text instead of dropping to a new line. */
.text-wrapper div:has(.info-icon) {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.variant-card-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-wrapper.first-card {
    align-items: center;
    justify-content: space-around;
    height: auto;
    width: 200px;
    padding: 10px;
}

.first-card img {
    height: 70%;
    width: 90%;
}

.variant-card .image-wrapper {
    overflow: hidden;
    align-self: center;
}

.variant-card .text-wrapper {
    overflow: clip;
    max-width: 200px;
    padding: 10px 0;
    /* height: 150px; */
}

.scroll-button-left {
  position: absolute;
  left: 0;
  top: 50%;
}
.scroll-button {
  font-size: 2rem;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}
.scroll-button-right {
  position: absolute;
  right: 0;
  top: 50%;
}

.scroll-button:hover {
    transform: scale(1.5);
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.email-input-container input::placeholder {
    color: white;
}

.email-input-container button {
    margin-top: 20px;
    padding: 5px 50px;
    border: none;
    border-radius: 2px;
    background-color: white;
    color: var(--background-color-main);
    transition: background-color 0.3s ease;
}

.email-input-container button:hover {
    background-color: #f0f0f0;
}

#no-results-section {
    background-color: var(--background-color-main);
    color: #fff;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 20px;
}

#search-message {
    background-color: var(--background-color-main);
    color: white;
    padding-bottom: 20px;
}

.variant-label {
    color: white;
    padding-bottom: 20px;
}

.main-container {
    background-color: var(--background-color-main);
    width: 100%;
    box-sizing: border-box;
}

.info-icon {
    margin: 4px;
    color: #0187A7;
}

/* .info-text h2 { */
/*     font-family: var(--font-body--family); */
/*     font-size: 30px; */
/*     font-weight: 700; */
/*     line-height: 35px; */
/* } */

.info-modal {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 189px;
  height: 67px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  outline: none;
}

.info-modal-content {
  position: relative;
  padding: 4px;
  color: #0187A7;
  font-family: var(--font-heading--family);
  line-height: 16px;
  text-align: left;
  height: 100%;
  font-size: 12px;
  margin-left: 6px;
  /* HOR-36: keep modal text clear of the absolute-positioned × close button. */
  padding-right: 22px;
}

.close-button {
  position: absolute;
  top: 2px;
  right: 6px;
  /* HOR-36: clamp box (Horizon's tap-target rules inflated this to 44×44,
     overlapping the modal text); use display+line-height to center the ×. */
  width: 18px;
  height: 18px;
  padding: 0;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: #0187A7;
  cursor: pointer;
}

.close-button:hover,
.close-button:focus {
  color: #000;
  outline: none;
}

.info-icon {
  margin-left: 5px;
  cursor: pointer;
}

.info-icon:hover,
.info-icon:focus {
  color: #0187A7;
  outline: none;
}

#results-section {
    max-width: 1200px;
    margin: 0 auto;
}

.variant-list::-webkit-scrollbar {
  display: none;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 20px;
  right: 10px;
  /* left: 50%; */
  transform: translate(-50%, -50%);
  z-index: 11;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
