.product-container {
    justify-content: center;
    font-family: 'seg';
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.mwf {
    width: 10px;
}

.nmb {
    margin-bottom: -40px;
}

.fo {
    max-width: 300px;
}

.sd {
    font-family: sohned;
}

.bgg {
    font-size: 20px;
}

.product-image {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    flex-basis: 20%;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}


.product-description {
    flex-basis: 65%;
    /* Adjust width as needed */
}
.ln{
    border: 1px solid #ccc; height: 30px;
}
.related-products {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 30px;
}

.related-products-heading {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'aveb';
}




.related-product-card {
    display: flex;
    align-items: center;
    flex-flow: column;
    flex: 0 0 20%;
    /* Adjust width as needed */
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    /*height: 300px;*/
}

a {
    text-decoration: none;
    color: black;
}



.hn {
    font-size: 60px;
    font-weight: 700;
    line-height: 52px;
}

#tab {
    cursor: pointer;
}

.iox {
    height: 50px !important;
    width: 50px !important;
}

@media screen and (max-width: 900px) {
    .product-description {
        display: contents;
        align-items: center;
    }

    #starz {
        height: 156px;
    }


    .related-products-list {
        gap: 2px;
    }

    .container {
        grid-template-columns: none !important;
    }

 

    .product-container {
        margin-bottom: 60px;
        flex-flow: column;
    }

    .product-image {
        flex-basis: auto;
    }

    .product-image {
        /*  margin-bottom: -40px; */
        height: 300px;
        width: 200px;
        position: relative;
        z-index: 2;
        overflow: hidden;
    }

    img.gallery,
    .product-image img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .gc {
        gap: 4px;
    }

    .related-products {
        font-size: 16px;
        padding: 0 !important;
    }

    .related-product-card {
        flex: 1 0 20%;

    }
}

/*** Star Rating ***/

.header--progressBox--c43k8IF {
    -webkit-box-flex: 1;
    background: #e2dfdf;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    margin: 0 10px;
}

.we {
    width: 400px;
}

.cco {
    padding: 20px 30px;
    border-radius: 5%;
    background: aliceblue;
    height: 150px;
    align-items: center;
    display: flex;
    justify-content: center;

}

/* FAQ Section Styling */
/* Overall FAQ section styling */
.faq-section {

    /* max-width: 800px; */
    /* margin: 40px auto; */
    /* padding: 20px; */
    /* font-family: Arial, sans-serif; */
    background: rgb(249, 249, 249);
    border-radius: 8px;

}

/* Each FAQ item container */
.faq-item {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
    transition: background 0.3s ease;
}

/* Hover effect for enhanced interactivity */
.faq-item:hover {
    background: #f1f1f1;
}

/* FAQ question styling */
.faq-question {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    font-family: 'ttb';
    cursor: pointer;
}

/* FAQ answer styling */
.faq-answer {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-family: 'ttn';

    margin: 0;
    /* Initially display the answer as block (you can later implement an accordion if desired) */
    display: block;
}

/* Optional: Styling for an active (expanded) FAQ item (if using interactivity with JavaScript) */
.faq-item.active .faq-answer {
    display: block;
    font-family: 'ttn';

}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .faq-section {
        padding: 1.5rem;
        margin: 1.5rem -15px;
        border-radius: 0;
    }

    .faq-question {
        font-size: 1rem;
        padding: 1rem;
    }
}

.card {
    background: rgb(255 255 255 / 14%);
}

.vb {
    font-family: 80px;
}

.psp {
    padding-left: 10px;
}

.gpo {
    gap: 30px !important;
}

@media only screen and (max-width: 950px) {
    .psp {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 850px) {
    .we {
        width: 230px;
    }

    .product-description h2 {
        text-align: center;
        margin-top: 30px;
    }

    #details p,
    a,
    ul,
    #details li {
        font-family: 'ttm';
    }

    .cco {
        height: 120px;
    }

    .vb {
        font-family: 40px;
    }
}

@media only screen and (max-width: 510px) {
    .we {
        width: 200px;
    }


    .gpo {
        gap: 13px !important;
    }

    .cco {
        padding: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .we {
        width: 160px;
    }

    .cco {
        padding: 1px;
    }
}

/* Text Fade Effect */
.description-container {
    position: relative;
    max-height: 100px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.description-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.9) 100%);
}

.description-container.expanded {
    max-height: none;
}

.description-container.expanded::after {
    display: none;
}

.learn-more {
    color: #2c3e50;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

.learn-more:hover {
    text-decoration: underline;
}