/** Shopify CDN: Minification failed

Line 131:4 Unexpected "{"

**/
    .quiz-fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100dvh;
        background-color: #0b1324;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        z-index: 100;
    }

    .quiz-fullscreen h2,
    .quiz-fullscreen h3,
    .quiz-fullscreen p {
        font-family: Roboto;
    }

    .quiz-fullscreen h2 {
        color: #FFED21;
    }

    .quiz-fullscreen h3 {
        font-weight: 400;
        font-size: 40px;
        line-height: 140%;
        color: #FFED21;
        padding-bottom: 50px;
    }

   

    .quiz-step {
        text-align: center;
        padding: 20px;
    }

    .quiz-step h2 {
        font-weight: 600;
        font-size: 52px;
        line-height: 140%;
        color: #FFED21;
        padding-bottom: 16px;
    }

    .quiz-step p {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        color: #FFFFFF;
        padding-bottom: 30px;
    }

    .options {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    input[type="checkbox"],
    input[type="radio"] {
        margin-right: 10px;
    }

    .next-step,
    .restart-quiz {
        display: block;
        padding: 10px 20px;
        cursor: pointer;
        background: #dac62e;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
        color: #0B1730;
        height: 55px;
        display: flex;
        align-items: center;
    }

    .next-step svg {
        margin-left: 5px;
    }

    .prev-step {
        display: block;
        padding: 10px 20px;
        cursor: pointer;
        background: transparent;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        text-transform: uppercase;
        color: #dac62e;
    }

    .athlete-option {
        display: none;
    }

    #product-results {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .quiz-fullscreen {
        display: flex;
        gap: 10px;
    }

    .answ-btn-grp {
        display: grid;
        width: 100%;
        gap: 15px;
        flex-direction: row;
        justify-items: center;
        margin-bottom: 30px;
    }

    {
        display: grid;
        
    }

.colmn-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.colmn-3 > *:nth-child(7) {
  grid-column: 2 / 3; /* Places it in the center column */
}


    .quiz-input-globe label {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 0px;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        background-color: transparent;
        transition: all 0.3s ease;
        font-weight: bold;
        position: relative;
        z-index: 2;
        color: black;
        min-height: 30px;
        height: 60px;
        width: 306px;
    }

    .quiz-input-globe input {
        appearance: none;
        width: 306px;
        max-width: 100%;
        height: 60px;
        border-radius: 0;
        outline: none;
        cursor: pointer;
        transition: all 0.3s ease;
        position: absolute;
        background: #FFFFFF1A;
        border: none;
        z-index: 0;
        margin: 0px;
        padding: 0px;
        white-space: nowrap;

    }

    #skip-3 {
        transition: all 0.3s ease;
    }

    .quiz-input-globe input:checked {
        background: #FFFFFFCC;

        border-color: #0056b3;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.6);
    }

    .quiz-input-globe input:hover,
    #skip-3:hover {
        background: #FFFFFFCC;

    }

    .quiz-input-globe input:checked::before {
        color: #0D1323;
    }

    .quiz-input-globe input:hover::before,
    #skip-3:hover {
        color: #0D1323;
    }

    .quiz-input-globe input::before {
        content: attr(data-label);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .quiz-input-globe input:checked+label {
        background-color: #007bff;
        border-color: #0056b3;
        color: white;
    }

    #athlete-options {
        gap: 15px;
        justify-items: center;
    }

    .quiz-fullscreen .form-group input {
        background: transparent !important;
        color: #FFFFFF;
    }

    .quiz-fullscreen .form-group input::placeholder {
        color: #FFFFFF;
        opacity: 0.5;
    }

    .quiz-fullscreen .account-info-text {
        margin-top: 20px;
    }

    .btn-box {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .see-more-btn {
        display: block;
        margin: 0;
        padding: 10px 20px;
        width: 306px;
        max-width: 100%;
        height: 60px;
        cursor: pointer;
        background: #FFFFFF1A;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .custom-banner-close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        cursor: pointer;
        font-size: 18px;
        padding: 5px 10px;
        border-radius: 50%;
    }

    .quiz-fullscreen .section-container {
        background: transparent;
    }

    .quiz-fullscreen .account-card {
        padding: 0px 30px;
    }

    .next-step {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .next-step svg path {
        transition: fill 0.3s ease;
    }

    .next-step::before {
        content: "";
        position: absolute;
        background-color: white;
        border-radius: 50%;
        transform: scale(0);
        opacity: 0.4;
        width: 130px;
        height: 130px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.5s ease, opacity 0.5s ease;
        z-index: 0;
    }

    .next-step:hover::before {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    .next-step span {
        z-index: 1;
    }

    .next-step:hover {
        color: #0B1730;
    }

    .next-step:hover svg path {
        fill: #0B1730;
    }

    .next-step>* {
        position: relative;
        z-index: 1;
    }
.more-btn{
      width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    flex-direction: row;
    justify-content: center;
    margin: 15px 0px;
}
  #athlete-options {
       max-height: 213px;
    overflow-y: hidden;
  }

  #athlete-list , #athlete-list-new{
   max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    scrollbar-color: white transparent;
  }

  .expanded {
    max-height:213px;
    overflow-y: auto;
  }
.new-max-height{
  max-height:293px !important;
}
  .expanded::-webkit-scrollbar-track {
  background: green;
} 
  .hidden {
    display: none;
  }

  .see-more-btn {
    display: block;
    margin: 0;
  }

@media (max-width:900px) {
  .colmn-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.colmn-3 > *:nth-child(7) {
  grid-column: unset; /* Places it in the center column */
}
}


@media (max-width:580px) {
.quiz-step h2 {
    font-size: 28px;
}
.quiz-step p {
    font-size: 16px;
}
.quiz-fullscreen h3 {
    font-size: 26px;
    padding-bottom: 35px;
}

  .colmn-3 {
  display: grid;
  grid-template-columns: 1fr;
}

.colmn-3 > *:nth-child(7) {
  grid-column: unset; /* Places it in the center column */
}

}