.hairos-template .short-description span{
    text-transform: uppercase;
    color: #111111;
    line-height: 1.5;
}

.hairos-template .short-description{
    margin-top: 24px;
}

.hairos-template .product-description p {
    font-weight: 100;
    color: #111111;
}

.hairos-template .product-description ul{
    padding-left: 15px;
    color: black;
}

.hairos-template .product-description ul li::marker{
    color: #72B288;
    font-size: 19px;
}

.hairos-template .product-title{
    line-height: 2;
}

.product-above-title{
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
}

.price-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 25px;
}

.price-section .sale-price {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-right:0;
}

.original-price {
    font-size: 20px;
    color: #111111cf;
    text-decoration: line-through;
    font-weight: 500;
    margin-left: 5px;
}

.price-section .discount {
    background: #72B288;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.product-info-box .cta-button a{
    border-radius: 11px;
    font-weight: 100;
    font-size: 17px;
    border-radius: 11px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.hairloss-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom:0;
}

.hairloss-text h2,.genetics-title,
.ideal-container h2 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ideal-container h2{
    text-align:center;
    margin-bottom: 80px;
}

.hairloss-text h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

.hairloss-text p,
.genetics-section p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 501px;
    color: #666666;
    margin-bottom: 30px;
    font-weight: 400;
}

.cta-btn {
    border-radius: 11px;
    font-size:14px;
    padding: 11px 27px;
}

.cta-btn:hover {
    background: #5b9b70;
}

.hairloss-visual {
    position: relative;
    display:flex;
}

.phone-img {
    width: 420px;
    border-radius: 20px;
}

.card-top {
    top: -40px;
    right: -50px;
}

.card-middle {
    top: 140px;
    right: -70px;
}

.card-bottom {
    top: 320px;
    left: -80px;
}

.genetics-section {
    background: #E4E2D8;
    padding: 70px 0;
}

.genetics-container {
    text-align: center;
}

.genetics-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    text-align:center;
        max-width: 100% !important;
}

.genetics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 10px;
    background: #1F3827;
    border-radius: 16px;
}

.genetics-card {
    background: #ffffff;
    padding: 15px 14px;
    border-radius: 16px;
    text-align: left;
}

.genetics-card h3 {
    font-size: 18px;
    color: #6aa57b;
    font-weight: 100;
    margin-bottom: 12px;
    line-height: 1.3;
}

.genetics-card ul {
    padding-left: 13px;
}

.genetics-card ul li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #666666;
}

.icon span {
    font-size: 26px;
    color: #6aa57b;
    display: inline-block;
    margin-bottom: 10px;
}


.genetics-section .icon img,
.genetics-section-mobile .icon img{
    width: 31px;
    margin: 11px 0;
}

.how-it-works-v2{
    margin-bottom: -18px;
}

.how-it-works-v2 .how-section {
    background: #f7f4eb;
    padding: 80px 0;
}

.how-it-works-v2 .how-container {
    width: 90%;
    max-width: 1250px;
    margin: auto;
    text-align: center;
}

.how-it-works-v2 .how-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}

.how-it-works-v2 .how-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 40px;
}

.how-it-works-v2 .how-steps::before {
    content: "";
    position: absolute;
    top: 193px;
    left: 0;
    right: 0;
    height: 2px;
    background: #6aa57b;
    z-index: 0;
    width: 70%;
    margin: 0 auto;
}

.how-it-works-v2 .how-step {
    width: 33%;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how-it-works-v2 .how-img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 25px;
}

.how-it-works-v2 .step-number {
    background: #6aa57b;
    color: white;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    width: fit-content;
    font-family: 'Replica Pro';
}

.how-it-works-v2 .step-time {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    background: #1111111F;
    padding: 6px 12px;
    border-radius: 6px;
    width: fit-content;
    font-weight: 400;
}

.how-it-works-v2 .step-heading {
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 8px;
    line-height:1;
}

.how-it-works-v2 .step-desc {
    font-size: 14px;
    color: #888888;
    max-width: 280px;
    margin: 0 auto;
}

.how-it-works-v2 img{
    margin-bottom: 31px;
}

.quote-text p{
    color: black;
    border-left: 1px solid black;
    padding-left: 20px;
}

.dna-guide{
    padding:0;
    margin:0;
}


.ideal-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding-bottom: 6px;
}

.ideal-top {
    width: 58px;
    height: 10px;
    background: #6aa57b;
    position: absolute;
    top: -2px;
    left: 24px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ideal-icon {
    width: 60px !important;
    margin-bottom: 20px;
}

.ideal-text {
    font-size: 16px;
    color: #333;
    max-width: 220px;
    line-height: 1.5;
}

.ideal-section {
    padding: 70px 0;
    background: #f0efe7;
}

.ideal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ideal-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
}

.standard-mode img{
    width: 90px;
    height: auto;
}

.standard-mode .card-image-wrapper{
    display: flex;
    justify-content: end;
}

.standard-mode .gene-title{
    border-top: 0;
}

.standard-mode .gene-pill{
    background-color: #49996529;
    color: #499965;
    font-weight: 500;
}

.standard-mode .test-card{
    background-color: #FAF7EE !important;
}

.standard-mode.section-divider {
    background-color: #EEEBE2 !important;
    padding: 70px 0;
}

.standard-mode .test-card-wrapper{
    margin: 0 !important;
}

.standard-mode  .card-section-container{
    width: 100% !important;
}

.standard-mode .splide__list{
    margin-left: 130px !important;
}

.hairos-mode{
    padding: 50px 0;
}

.standard-mode .test-card-slider{
    margin-bottom: 30px;
}

.gene-pill-wrapper{
    width: 70%;
    text-align: end;
}

.hairos-gentic-template{
    padding-bottom: 0 !important;
}

/* Desktop Grid */
.desktop-view-only {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.mobile-only {
    display: none;
}

.mobile-only-image{
    display: none;
}

.desktop-only-image{
    display: contents;
}

/* Responsive */

@media (max-width: 900px) {
    .genetics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .how-it-works-v2 .how-steps {
        flex-direction: column;
        gap: 60px;
    }

    .how-it-works-v2 .how-step {
        width: 100%;
    }
}

@media(max-width: 600px) {
    .hairloss-section{
        margin-top: 0;
        padding-top: 10px;
    }

    .genetics-grid {
        grid-template-columns: 1fr;
        width: 1000px;
        margin-left: -29px;
        border-radius: 0;
    }

    .genetics-card{
        padding: 3px 14px;
        border-radius: 11px;
        text-align: left;
    }

    .genetics-section-mobile .genetics-grid .splide__arrow--next, 
    .genetics-section-mobile .genetics-grid .splide__arrow--prev{
        left: 327px;
        top: 325px;
    }

    .hairos-gentic-template .genetics-grid .splide__arrow--prev{
        left: 40px;
    }

    .hairos-gentic-template .genetics-grid  .splide__pagination{
        bottom: -143px;
        left: 11%;
        top: 264px;
    }

    .genetics-title{
        text-align: center;
    }

    .genetics-card .splide__track{
        height: 100%;
    }

    .genetics-card .splide__track{
        height: 100%;
    }

    .genetics-card{
        height: 270px;
    }

    .hairloss-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .hairloss-text{
        text-align: left;
    }

    .hairloss-text h2 br{
        display: none;
    }

    .hairloss-text h3{
        font-size: 20px;
    }

    .hairloss-container{
        gap: 37px;
    }

    .hairloss-section{
        background-position: center 50px;
        padding-bottom: 50px;
    }

    .how-it-works-v2 .how-section{
        padding: 50px 0;
    }

    .mobile-only-image{
        display: flex;
        flex-direction: row-reverse;
    }

    .desktop-only-image{
        display: none;
    }

    .mobile-only-image .step-number{
        height: 18px;
        margin-right: 20px;
    }

    .how-it-works-v2 .card-content{
        display: flex;
        flex-direction: column;
        text-align: left;
        width: 68%;
    }

    .how-it-works-v2 .step-desc{
        width: 100%;
    }

    .how-it-works-v2 .how-steps::before {
        top: 333px;
        left: -312px;
        right: 0;
        height: 2px;
        transform: rotate(90deg);
        width: 622px;
    }

    .how-it-works-v2 .how-title {
        font-size: 34px !important;
        font-weight: 100;
    }

    .how-it-works-v2 img {
        margin-bottom: 13px;
    }

    .dna-guide .hairloss-container{
        flex-direction: column;
    }

    .standard-mode .splide__list{
        margin-left: 47px !important;
    }

    .standard-mode .test-card-slider .splide__slide{
        max-width: 289px;
    }

    .standard-mode .test-card-slider .test-card
    {
        margin: 6px;
    }

    .standard-mode.section-divider{
        padding: 30px 0;
        padding-bottom: 88px;
    }

    .standard-mode .splide__arrow,
    .hairos-gentic-template .splide__arrow{
        width: 35px;
        height: 35px;
        background-color: #fff !important;
    }

    .standard-mode .splide__arrow--prev,
    .standard-mode .splide__arrow--next,
    .hairos-gentic-template .splide__arrow--prev,
    .hairos-gentic-template .splide__arrow--next{
        background-image: url(../../images/icons/left-arrow.svg);
        right: 53px;
        position: absolute;
        top: -49px;
    }

    .standard-mode .splide__arrow--next,
    .hairos-gentic-template .splide__arrow--next{
        left: 197px;
        background-image: url(../../images/icons/right-arrow.svg);
    }

    .hairos-gentic-template  .splide__pagination,
    .standard-mode .splide__pagination {
        display: block !important;
        transform: rotate(90deg);
        bottom: -143px;
        left: 65%;
        top: 958px;
    }

    .hairos-gentic-template .splide__pagination li button,
    .standard-mode .splide__pagination li button {
        background: #11111133;
        border-radius: 6px;
        width: 10px;
        height: 10px;
        padding: 0;
        border: 0;
    }

    .hairos-gentic-template .splide__pagination li button.is-active,
    .standard-mode .splide__pagination li button.is-active {
        background-color: #72B288;
    }

    .standard-mode p.section-text{
        color: #11111199;
    }

    .genetics-grid li.splide__slide,
    .ideal-section li.splide__slide{
        width: calc(18% + 0rem) !important;
    }

    .ideal-section li.splide__slide{
        width: calc(250px + 0rem) !important;
    }

    .ideal-section .splide__list{
        margin-left: 246px !important;
    }

    .ideal-container{
        padding: 0;
    }

    .ideal-container .splide__arrow--prev, 
    .ideal-container .splide__arrow--next{
        top: 261px;
    }

    .ideal-container .splide__arrow--next{
        left: 286px;
    }

    .ideal-container .splide__arrow--prev{
        right: 286px;
    }

    .ideal-container h2 {
        margin-bottom: 30px;
    }

    .ideal-section{
        position: relative;
        padding-bottom: 120px !important;
    }

    .ideal-section .splide__pagination {
        bottom: 0;
        left: 61%;
        top: 277px;
    }

    .standard-mode .splide__pagination {    
        bottom: 0;
        left: 64%;
        top: 350px;
    }

    .genetics-section-mobile {
        display: block;
        margin-top: 0;
        padding-bottom: 118px;
        position: relative;
        padding-top: 40px;
    }
}

.genetics-section-mobile {
    display: none;
}