
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .price-wrapper {
        display: flex;
        gap: 0px;
        margin-bottom: 10px;
        align-items: center;
    }
    .reg-price span {
        font-size: 20px;
        font-weight: normal;
        line-height: 110%;
        margin-bottom: 10px;
        letter-spacing: -0.02em;
        color: #fff;
        font-family: "Replica-LL", sans-serif;
        text-decoration: line-through;
    }
    .sale-price span {
        font-size: 25px;
        font-weight: bold;
        line-height: 110%;
        margin-bottom: 10px;
        letter-spacing: -0.02em;
        color: #fff;
        font-family: "Replica-LL", sans-serif;
    }
    .hero-section-genetic {
        background-color: #1a3d35;
        min-height: 50vh;
        display: flex;
        align-items: center;
        padding: 20px 20px;
    }

    .hero-section-genetic .produ_details .item {
        text-align: left;
    }

    .hero-section-genetic .produ_details .item img {
        margin-right: 0;
    }

    .container {
        max-width: 1240px;
        margin: 0 auto;
        width: 100%;
    }

    .hero-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
    }

    /* Product Image */
    .product-image {
        display: flex;
        justify-content: center;
        align-items: center;
        background: unset;
        padding: unset;
        height: auto;
        margin-bottom: unset;
    }

    .product-image img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    }

    /* Content */
    .hero-content {
        color: #f5f3e8;
    }

    /* Rating */
    .rating {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 15px;
        justify-content: flex-start !important;
    }

    .stars {
        display: flex;
        gap: 4px;
    }

    .star {
        color: #fff !important;
        font-size: 18px;
    }

    .reviews-text {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        font-family: "Roboto";
    }

    /* Headline */
    .headline {
        font-size: 56px;
        font-weight: 400;
        line-height: 110%;
        margin-bottom: 10px;
        letter-spacing: -0.02em;
        color: #fff;
        font-family: "Replica-LL", sans-serif;
    }

    .subheadline {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 10px;
        font-family: "Roboto";
    }

    /* Trust Badges */
    .trust-badges {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0px;
        margin-bottom: 10px;
    }

    .badge {
        border-radius: 8px;
        padding: 12px 0px;
        display: flex;
        align-items: center;
        gap: 12px;
        backdrop-filter: blur(10px);
    }

    .badge-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .badge-icon svg {
        width: 100%;
        height: 100%;
        stroke: #4ade80;
        stroke-width: 2;
        fill: none;
    }

    .badge-text {
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto";
        line-height: 160%;
        color: #FFFFFF;
    }

    /* CTA Button */
    .cta-button {
        background-color: #57A372;
        color: white;
        border: none;
        padding: 16px 48px;
        font-size: 18px;
        font-weight: 500;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: "Roboto";
        text-align: center;
        justify-content: center;
        width: 75%;
    }

    .cta-button:hover {
        background-color: #57A372;
    }

    .intro-title {
        text-align: center;
        font-size: 40px;
        font-weight: 400;
        color: #1a1a1a;
        margin-bottom: 30px;
        font-family: "Replica-LL", sans-serif;
        line-height: 120%;
    }

    .intro-container {
        max-width: 1240px;
        margin: 0 auto;
    }

    .intro-slider {
        margin-top: 30px;
        margin-bottom: 32px;
    }

    .icon-hair-parent {
        text-align: center;
        margin-bottom: 10px;
    }

    .icon-hair-text {
        text-align: center;
    }

    .intro-section {
        background: #ffffff;
        padding: 80px 104px;
        position: relative;
    }

    .intro-section .splide__pagination {
        bottom: unset;
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        padding: 0;
        opacity: 1;
    }

    .intro-section .splide__pagination li {
        width: auto;
        margin-right: 10px;
    }

    .intro-section .splide__pagination .splide__pagination__page.is-active {
        background-color: #000;
    }

    .intro-section .splide__pagination .splide__pagination__page {
        height: 10px;
        width: 10px;
        background-color: #DADADA;
        border: 0;
    }

    .intro-image {
        max-width: 500px;
        margin: 0 auto;
    }

    .intro-image img {
        width: 100%;
    }

    .mobile-only {
        display: none !important;
    }

    .web-only {
        display: block;
    }



    @media (min-width: 325px) and (max-width: 767px) {
        .intro-section .splide__pagination {
            bottom: -32px;
        }

        .hairos-items {
            list-style: none;
            padding: 16px;
            display: flex;
        }

        .hairos-items li span {
            font-size: 14px;
            font-weight: 400;
            color: #111;
            font-family: "Roboto", sans-serif;
            line-height: 120%;
            text-align: center;
            display: flex;
            margin-top: 10px;
        }

        .intro-section {
            padding: 32px 16px;
        }

        .intro-title {
            font-size: 32px;
        }

       .mobile-only {
            display: block !important;
        }

        .hero-section-genetic .produ_details.mobile-only {
            display: flex !important;
        }

        .web-only {
            display: none !important;
        }

        .hero-content {
            text-align: center;
        }

        .mobile-rating {
            justify-content: center !important;
        }

        .headline {
            font-size: 32px;
        }

        .hero-grid {
            grid-template-columns: unset;
        }

        .subheadline {
            margin-bottom: 0px;
            margin: 15px 0px;
        }

        .badge-icon {
            width: 40px;
            height: 40px;
            flex-shrink: 0;
            display: flex;
            justify-content: center;
            text-align: center;
            margin: 0 auto;
        }

        .badge {
            border-radius: 8px;
            padding: 12px 0px;
            display: block;
            align-items: center;
            gap: 12px;
            backdrop-filter: blur(10px);
        }
        .price-wrapper {
            justify-content: center;
        }
        .badge-text {
            font-size: 14px;
        }

        .cta-button {
            width: 100%;
            justify-content: center;
        }

        .icon-hair-parent {
            display: flex;
            justify-content: center;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .intro-section {
            padding: 32px 16px;
        }
        .hero-grid {
            display: block;
        }

        .product-image img {
            width: 100%;
        }

        .hero-content {
            padding-top: 15px;
        }

        .headline {
            font-size: 45px;
        }

        .cta-button {
            width: 100%;
            text-align: center;
            justify-content: center;
        }
    }
    .banner-links {
        display: flex;
        align-items: center;
        gap: 10px;
    }

@media only screen and (max-width: 480px) {
    .hero-section-genetic .produ_details .item {
        font-size: 15px;
    }
}