.productinfo h2 {
    padding-top: 3%;
    font-size: 32px;
    width: 384px;
}
.main-container {
    padding-top: 7rem;
}
.page-level-txt {
    font-size: 1.2rem;
    position: relative;
    padding: 70px 188px;
}
.img-grid-mobile {
    display: none;
}

.page-level-txt::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #ccc;
    left: 188px;
    right: 182px;
    bottom: 57px;
}
.nav-toggler-mobile {
    height: 64px !important;
}

.product-container {
    display: flex;
    gap: 45px;
    justify-content: center;
}
.image-grid {
    flex: 1;
}
.box {
    width: 384.004px;
    height: 384.004px;
    background-color: gainsboro;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1;
}
.image-row {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.image-row img {
    max-width: calc(45% - 5px);
    /* height: 80%; */
    display: block;
    mix-blend-mode: multiply;
}
.image-row.no-max-width img {
    max-width: none;
    /* display: none; */
}
.productinfo {
    display: flex;
    flex-direction: column;
    gap: 27px;
    width: 25%;
}
.productinfo h1 {
    width: 384px;
}
.sm-details {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    gap: 6px;
}
/* .shade-box {
    padding: 1em 0;
} */
.sm-details::before {
    position: absolute;
    height: 1px;
    background: #ccc;
    left: 0;
    right: 0;
    top: 43px;
}
.sm-details.no-line::before {
    content: none;
}
.colour-row {
    display: flex;
    gap: 6px;
    position: relative;
}
/* .colour-row::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #ccc;
    left: 3px;
    right: 0;
    top: 62px;
} */
.colour {
    width: 32px;
    height: 32px;
    border-radius: 48px;
    /* border: 2px solid rgba(122, 18, 25, 0.26); */
    margin-top: 16px;
}

.detail {
    display: none;
}
#close {
    display: none;
}
.box-text {
    display: flex;
    justify-content: space-between;
}

.desc-box {
    border-bottom: 1px solid black;
    padding: 6px 0;
}
.box-text svg {
    cursor: pointer;
}
.desc-box li {
    width: 382px;
}

.img-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.img-box div {
    display: flex;
    gap: 10px;
}
.logo-box {
    display: flex;
    padding: 10px 19px;
    border: 1px solid black;
    cursor: pointer;
}

.logo-box img {
    width: 100px;
}

.faq-container {
    width: 100%;
    margin: 0 auto;
}

.faq-container h2 {
    font-size: 1.8em;
    margin-bottom: 1em;
}
.accordion1 {
    border-top: 1px solid #ccc;
}
.accordion-item1 {
    border-bottom: 1px solid #ccc;
}
.accordion-button1 {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 1em 0;
    text-align: left;
    font-size: 1.1em;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-button1:after {
    content: "+";
    font-size: 1.2em;
}
.accordion-button1.active:after {
    content: "-";
}
.accordion-content1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.accordion-content1 ul {
    padding-left: 16px;
}

.accordion-content1 p {
    margin: 1em 0;
}
.shampoo-detail {
    background-color: #d0ac8c;
    display: flex;
    justify-content: space-evenly;
    padding: 0 120px;
    margin-top: 87px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    gap: 45px;
}
.section2 {
    width: 690px;
    display: flex;
    /* height: 420px; */
    overflow: hidden;
}

.section2 video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the area without being cut */
}
.brand-value {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}
.brand-value h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
}

.brand-value span {
    font-size: 15px;
    color: var(--Secondary-Colour-2, #757977);
}
.ingredients-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 64px;
}
.ingredients-section span {
    font-size: 32px;
}
.facilities-section {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 64px 0;
}

.sm-box {
    background: var(--background-colour-neutral-colour, #f2f2f2);
    width: 294px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.sm-box span {
    color: black;
}
.product-section {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 32px;
    width: 100%;
    /* margin-left: 220px */
}
.product-row {
    display: flex;
    flex-wrap: wrap; /* Adjust to distribute the boxes */
}
.p-box {
    width: calc(33.33% - 20px);
    margin: 10px;
    text-align: left; /* Align content to the left */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p-box .ingredient-text {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    gap: 4px;
}
.ingredient-text span {
    font-size: 15px;
    /* width: 80%; */
    text-align: center;
}

.p-box img {
    max-width: 100%; /* Ensure images fit within their container */
}
.hair-products-section {
    background: #f4f4f4;
    height: 686.071px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.asterisk {
    font-size: 3ch;
    color: red;
    cursor: help;
}
.hair-product-heading {
    font-size: 2rem;
    margin: 3rem 0;
}
.hair-product-row {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    /* justify-content: start; */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: calc(80% + 22px);
}
.hair-product-row::-webkit-scrollbar-button {
    display: none;
}

.bx-1 {
    flex: 0 0 32%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-bx {
    display: inline-flex;
    /* padding: 84px 80px 32px 80px; */
    width: 90%;
    flex: 0 0 50%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 15px;
    background-color: white;
    text-align: center;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.content-bx:hover {
    background-color: transparent;
}
.content-bx button {
    background-color: transparent;
    border: 1px solid black;
    display: inline-flex;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    color: black;
    margin-bottom: 24px;
}
.content-bx button:hover {
    background: #000;
    color: white;
}

.bx-1 img {
    mix-blend-mode: multiply;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 2.5rem;
}
.faq-div {
    display: flex;
    justify-content: center;
}
.containerr {
    display: flex;
    align-items: flex-start;
    gap: 27px;
    justify-content: center;
    padding: 56px 0;
    width: 93%;
    height: auto;
    margin-left: 10px;
}

.image-sectionn img {
    height: auto;
}

.faq-sectionn {
    width: 65%;
}

.faq-sectionn h2 {
    font-size: 32px;
    margin-bottom: 20px;
    width: max-content;
}

.faq-itemm {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    width: 791px;
}

.faq-questionn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 15px;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}
.shampoo-detail-text {
    width: 50%;
}
.shampoo-detail-text h3 {
    padding-top: 14px;
}
.shampoo-detail-text ul {
    padding: 5px 23px;
}
.shampoo-detail-text ul li pre {
    white-space: pre-wrap;
    padding-top: 16px;
}

.faq-questionn:after {
    content: "+";
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faq-questionn.active:after {
    content: "-";
}

.faq-answerr {
    display: none;
    padding: 10px 0;
}

.faq-answerr p {
    margin: 0;
}
.arrow-left-slider,
.arrow-right-slider {
    display: none;
}
.more-products-section {
    display: flex;
    height: auto;
    background: var(--background-colour-neutral-colour, #f2f2f2);
    flex-direction: column;
}
.more-products-section h2 {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 48px 0;
}

.listing-image-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 60px;
    gap: 5px;
    height: auto;
}
.listing-product-wrapper {
    width: 100%;
    max-width: 1200px;
    overflow-x: auto;
    white-space: nowrap;
    margin: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}
.listing-product-wrapper .box {
    position: relative;
    display: inline-flex;
    width: 33%;
    height: 100%;
}
.listing-product-wrapper .box img {
    width: 100%;
}
.listing-product-wrapper .box button {
    height: 3rem !important;
    width: 10rem !important;
    border: 1px solid black;
    background-color: white;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listing-product-wrapper .box button:hover {
    background-color: white !important;
    color: black !important;
    transition: 0.3s ease-in;
    border: none;
}

.blog-section-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.blog-section {
    display: flex;
    transition: transform 0.5s ease;
    padding-top: 5.5%;
    align-items: flex-end;
}
.blog-bx {
    width: calc(100% / 2.5);
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    gap: 16px;
    align-items: start;
    position: relative;
}
.blog-bx button {
    position: absolute;
    bottom: 5%;
    left: 67px;
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 14px 32px;
}
.blog-bx button:hover {
    background-color: white;
    color: black;
    transition: 0.5s ease-in;
}
.blog-bx {
    max-width: min(588px, 100%);
    height: auto;
}
.blog-bx .date-bx {
    width: 358px;
    color: var(--Secondary-Colour-2, #757977);
    font-family: Questrial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.news-heading {
    max-width: 100%;
    color: var(--Primary-Colour-1, #111);
    width: 588px;
    font-family: "Ovo", serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-overflow: ellipsis;
}
.desc {
    color: var(--Secondary-Colour-2, #757977);

    font-family: Questrial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-overflow: ellipsis;
}
.content-bx span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
strong {
    font-weight: bold;
    margin: 12px 0;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
    .product-container {
        flex-direction: column;
        padding: 16px;
    }
    .image-row img {
        object-fit: contain;
    }
    .faq-container {
        width: auto;
    }
    .shampoo-detail {
        flex-direction: column-reverse;
        padding: 0 16px;
        padding-top: 2rem;
        padding-bottom: 2rem;
        gap: 24px;
        margin: 1rem 0;
    }
    .section2 {
        width: 100%;
        height: auto;
    }
    iframe {
        width: 100%;
    }
    section {
        width: 100%;
    }
    .image-sectionn {
        display: none;
    }
    .hair-product-row {
        gap: 16px;
        width: 100%;
        padding-right: 16px;
        /* justify-content:  start !important; */
    }

    .bx-1 {
        width: 100%;
        height: 100%;
        padding-left: 16px;
        flex: 0 0 50%;
    }
    .hair-products-section {
        padding-bottom: 2rem;
    }
    .containerr {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin: 0;
        padding: 0 16px;
    }
    .faq-sectionn {
        width: 100%;
    }

    .blog-bx {
        justify-content: flex-end;
    }
    .shampoo-detail-text {
        width: 100%;
    }
    .productinfo {
        width: 100%;
    }
    .listing-product-wrapper {
        padding: 0 16px;
    }
    .sm-box {
        width: 49%;
    }
    .facilities-section {
        padding: 0 16px;
    }
    .page-level-txt {
        font-size: 1.2rem;
        position: relative;
        padding-top: 2rem;
        padding-left: 16px;
    }
}

@media screen and (max-width: 650px) and (min-width: 600px) {
    nav ul li {
        font-size: 10px;
    }
}

@media screen and (max-width: 600px) {
    .bx-1 {
        height: 477px;
    }
    .slick-track {
        display: flex;
    }
    .main-container {
        padding-top: 2rem;
    }
    .box img {
        width: 65% !important;
    }
    .page-level-txt {
        display: none;
    }
    .img-grid-mobile {
        display: block;
    }
    .img-grid {
        display: none;
    }
    .box {
        width: 384.004px;
        height: 384.004px;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        display: flex;
        z-index: 1;
    }
    .slick-initialized .slick-slide {
        display: flex !important;
    }

    .nav-slick-mobile .slick-current {
        border: 1px solid #d0ac8c !important;
    }
    .nav-slick-mobile {
        padding: 0 16px;
        margin-bottom: 12px;
    }
    .arrow-left-slider {
        display: block;
        position: absolute;
        left: 3%;
        top: 39%;
        z-index: 11;
    }
    .arrow-right-slider {
        display: block;
        position: absolute;
        right: 3%;
        top: 39%;
        z-index: 11;
    }
    .innerSlider {
        position: relative;
        margin-top: 16%;
    }
    .shampoo-detail {
        background-color: #d0ac8c;
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        padding: 32px 0;
        margin: 32px 0;
        flex-direction: column-reverse;
    }
    .shampoo-detail h2 {
        font-size: 2rem;
    }
    strong {
        font-weight: bold;
        margin: 12px 0;
    }
    .section2 {
        width: 100%;
        height: auto;
    }
    .containerr {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0 16px;
    }
    .shampoo-detail-text {
        padding: 0 16px;
        width: 100%;
    }
    iframe {
        padding: 0 16px;
    }
    .faq-sectionn h2 {
        font-size: 1.7rem;
        margin-bottom: 20px;
        width: auto;
    }
    .slick-track {
        height: auto !important;
    }
    .faq-sectionn {
        width: auto;
        padding: 2rem 0;
    }

    .hair-product-row {
        overflow-x: auto;
        display: flex;
        gap: 2rem;
        padding: 0 16px; /* Adjust for mobile padding */
        width: 100%;
        flex-direction: row;
        justify-content: start !important;
    }
    .content-bx h2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: 100%;
    }
    section {
        line-height: 21px;
        width: auto;
    }
    .faq-container {
        width: 80%;
        max-width: 800px;
        margin: 0 auto;
        width: auto;
    }
    .productinfo {
        display: flex;
        flex-direction: column;
        gap: 27px;
        width: 100%;
        padding: 0 16px;
    }
    .facilities-section {
        gap: 2%;
        flex-wrap: wrap;
    }
    .hair-product-heading {
        font-size: 1.5rem;
    }
    .brand-value {
        margin-top: 0;
        display: none;
        height: 22%;
    }
    .ingredients-section {
        padding-top: 2rem;
    }
    .blog-section-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    .blog-bx {
        width: 100%;
        padding: 0;
        margin-right: 20px;
    }
    .blog-bx img {
        padding-top: 3%;
    }
    .blog-bx button {
        display: none;
    }
    .blog-section {
        padding-top: 60px;
    }
    .blog-section img {
        width: 100% !important;
    }
    .listing-image-section {
        overflow-x: scroll;
    }
    .listing-image-section .box {
        width: 100%;
    }
    .listing-product-wrapper .box {
        padding: 0 16px;
    }
    .image-sectionn {
        display: none;
    }
    .bx-1 {
        flex: 0 0 100%;
    }
    .ingredient-text {
        width: 100%;
    }
    .ingredient-text span {
        text-align: center;
        width: 100%;
    }
    .listing-product-wrapper {
        overflow-x: scroll;
    }
    .accordion-button1 {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .product-container {
        flex-direction: column;
    }
    .img-grid {
        margin: 0 auto;
    }
    .box {
        width: 100%;
        height: auto;
    }
    .image-row {
        gap: 25px;
    }
    .page-level-txt {
        display: none;
    }
}

@media only screen and (max-width: 1262px) and (min-width: 1024px) {
    .sm-box {
        margin-top: 0;
    }
}
@media screen and (max-width: 450px) {
    .box img {
        width: auto !important;
        height: auto !important;
    }
}
/* @media screen and (width: 414px) and (height: 896px){
    .box img{
        width: auto !important;
        height: auto !important;
    }
} */
.faq-answer {
    max-height: 100px; /* Adjust this value for how much text to show initially */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer.show-full {
    max-height: none; /* No limit when showing the full answer */
}

.read-more-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.hidden {
    display: none; /* Hide items with the 'hidden' class */
}
.read-more-btn {
    background-color: black;
    color: white; /* Add contrasting color for text visibility */
    display: flex; /* Ensure it can use flexbox for alignment */
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-family: "Questrial", sans-serif;
    padding: 10px 20px; /* Add some padding for a better button appearance */
    border: none; /* Remove default borders */
    border-radius: 5px; /* Optional: Add rounded corners */
    cursor: pointer; /* Indicate it's clickable */
    margin: auto;
    margin-top: 10px; /* Center it horizontally */
}
