/** Shopify CDN: Minification failed

Line 168:5 Expected ":"

**/
.quiz_result_inner {
    max-width: 1024px;
    margin: 0 auto;
}

.quiz_result_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 37px;
    padding: 0 15px;
}

.quiz_result_header h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
}

.quiz_result_header .retake_quiz_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 10px;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    background: #fff;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    cursor: pointer;
}

.quiz_prod_wrap {max-width: 400px;flex: 1;width: 400px;box-shadow: 0px 2px 14px rgb(0 0 0 / 25%);border-radius: 20px;}

.quix_prod_container {
    display: flex;
    overflow-x: auto;
    gap: 50px;
    padding: 15px 15px;
}

.quiz_prod_header {
    text-align: center;
    background: #f1f0ee;
    border-radius: 15px 15px 0 0;
    padding: 30px 70px 11px;
}

.quiz_prod_header img {
    width: 100%;
    display: block;
    max-width: 247px;
    margin: 0 auto;
    height: 185px;
    object-fit: contain;
    object-position:center;
}

.quiz_prod_header .prod_title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
}

.quiz_prod_header .prod_subtitle {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px;
}

.quiz_prod_content {
    padding: 25px 32px 40px;
}

ul.prod_key_features li {
    position: relative;
    font-size: 16px;
    display: grid;
    grid-template-columns: 21px 1fr;
    align-items: flex-start;
    gap: 20px;
}

ul.prod_key_features {
    display: grid;
    gap: 20px;
}
ul.prod_key_features li::before {
    content: '';
    width: 21px;
    height: 21px;
    background-image: url(/cdn/shop/files/check-multistep.png?v=1749026559);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
}

.quiz_prod_performance {
    padding-top: 20px;
    margin-top: 24px;
    border-top: 2px solid #D9D9D9;
    display: grid;
    gap: 30px;
}

p.performance_title {
    font-size: 16px;
    color: #000;
    margin: 0 0 20px;
}


.performance_pills {
    display: flex;
    gap: 7px;
}

.performance_pills span.pills {
    flex: 1;
    height: 10px;
    border: 1px solid #111111;
}

span.pills:first-of-type {
    border-radius: 10px 0px 0px 10px;
}

.performance_pills span.pills:last-child {
    border-radius: 0px 10px 10px 0px;
}

.performance_pills .pills.filled {
    background: #111111;
}

.quiz_prod_btns {
    max-width: 270px;
    margin: 40px auto 0;
}

.quiz_prod_btns a.btn {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 14px rgb(0 0 0 / 25%);
}

.quiz_prod_btns a.btn + .btn {
    margin-top: 20px;
    m,margin-top: ;
}

p.quiz_prod_price {
    text-align: center;
    margin: 40px 0 0;
    font-size: 24px;
    font-weight: 600;
}

.quiz_prod_btns .btn-secondary {
    background: #111111;
}

.quiz_prod_btns .btn-primary {
    background: #28BA65;
}
@media ( max-width: 767px ){
  .quiz_result_header {
    margin-bottom: 37px;
    padding: 0 0px;
    margin-top: 29px;
    align-items: flex-start;
}
  .quiz_result_header .retake_quiz_btn {
    height: 50px;
}
  .quiz_result_header h2 {
    font-size: 24px;
}
  .quiz_prod_header .prod_title {
    font-size: 24px;
}
  .quiz_prod_wrap {
    max-width: 250px;
    width: 250px;
    flex: none;
}
  .quix_prod_container {
    gap: 30px;
}
  .quiz_prod_header .prod_subtitle {
    font-size: 14px;
}
  .quix_prod_container {
    gap: 30px;
    margin: 0px -20px;
    padding: 0px 22px 16px;
}
  .quiz_prod_header {
    padding: 16px 20px 10px;
}
  ul.prod_key_features li::before {
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-top: 4px;
}
  ul.prod_key_features {
    gap: 12px;
}
.quiz_prod_content {
    padding: 20px 20px 30px;
}
  ul.prod_key_features li {
    font-size: 14px;
    grid-template-columns: 16px 1fr;
    gap: 10px;
}
  p.performance_title {
    font-size: 14px;
    margin: 0 0 10px;
}
.quiz_prod_performance {
    padding-top: 20px;
    margin-top: 20px;
    gap: 20px;
}
  .performance_pills span.pills {
    height: 6px;
}
  .quiz_prod_btns a.btn {
    padding: 10px 20px;
    font-size: 14px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  p.quiz_prod_price {
    margin: 30px 0 0;
    font-size: 16px;
}
  .quiz_prod_header img{
    height: 155px;
  }
}