.single-product-page {
    background: #ffffff;
}

.product-detail-section {
    padding: 70px 0 80px;
    /* background: #f7fafc; */
}

.single-product-gallery {
    position: sticky;
    top: 100px;
}

.product-main-image {
    min-height: 500px;
    padding: 40px;
    background: #ffffff;
    border: 1px solid #e8eef3;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-main-image::after {
    content: "";
    width: 280px;
    height: 280px;
    background: #eaf5ff;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
}

.main-product-img {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: 0.35s ease;
}

.product-main-image:hover .main-product-img {
    transform: scale(1.035);
}

.product-thumbnail-list {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.product-thumbnail {
    width: 82px;
    height: 82px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #dce5ec;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.25s ease;
}

.product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-thumbnail:hover,
.product-thumbnail.active {
    border-color: #1677b8;
    box-shadow: 0 5px 15px rgba(22, 119, 184, 0.12);
    transform: translateY(-2px);
}

.single-product-information {
    padding: 10px 0 10px 15px;
}

.product-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 50px;
    background: #e8f5ff;
    color: #126da8;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.single-product-title {
    font-family: "Outfit", sans-serif;
    color: #162c48;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.composition-box {
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #e2eaf0;
    border-left: 4px solid #1677b8;
    border-radius: 14px;
    margin-bottom: 15px;
}

.product-info-label {
    display: block;
    font-size: 12px;
    color: #1677b8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 8px;
}

.composition-text {
    color: #34495e;
    font-size: 16px;
    line-height: 1.65;
}

.packing-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 22px;
    background: #ffffff;
    border: 1px solid #e2eaf0;
    border-radius: 14px;
    margin-bottom: 23px;
}

.packing-box strong {
    display: block;
    color: #162c48;
    font-size: 15px;
}

.packing-box > i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf7fd;
    color: #1677b8;
    font-size: 20px;
}

.single-product-short-description {
    color: #66788a;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.product-meta-list {
    border-top: 1px solid #e0e7ed;
    border-bottom: 1px solid #e0e7ed;
    margin-bottom: 25px;
}

.product-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #edf1f4;
}

.product-meta-row:last-child {
    border-bottom: 0;
}

.product-meta-row span {
    color: #778899;
    font-size: 14px;
}

.product-meta-row strong {
    color: #243b53;
    font-size: 14px;
}

.product-enquiry-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(135deg, #edf8ff, #f8fcff);
    border: 1px solid #dceef8;
    border-radius: 18px;
}

.enquiry-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1677b8;
    color: #ffffff;
    border-radius: 14px;
    font-size: 20px;
}

.enquiry-text {
    flex-grow: 1;
}

.enquiry-text h4 {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #162c48;
    margin: 0 0 4px;
}

.enquiry-text p {
    color: #718096;
    font-size: 13px;
    margin: 0;
}

.product-enquiry-btn {
    white-space: nowrap;
    padding: 11px 18px;
}

/* .product-description-section {
    padding: 0 0 80px;
    background: #f7fafc;
} */

.product-description-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px;
    border: 1px solid #e7edf2;
}

.section-title {
    margin-bottom: 25px;
}

.section-title > span {
    display: inline-block;
    color: #1677b8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.section-title h2 {
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    color: #162c48;
    margin: 0;
}

.product-description-content {
    color: #66788a;
    font-size: 15px;
    line-height: 1.85;
}

.product-description-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* .related-products-section {
    padding: 80px 0;
    background: #ffffff;
} */

.related-title {
    margin-bottom: 45px;
}

.related-title p {
    color: #718096;
    margin: 10px auto 0;
    max-width: 550px;
}

.related-products-grid {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.related-products-grid.products-loaded {
    opacity: 1;
    transform: translateY(0);
}

.featured-product-card {
    background: #ffffff;
    transition: 0.3s ease;
    border: 1px solid #edf1f4 !important;
    overflow: hidden;
}

.featured-product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 40px rgba(23, 55, 80, 0.11) !important;
}

.product-card-image {
    height: 240px;
    /* background: #f7fafc; */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.featured-product-card .product-image {
    height: 100%;
    object-fit: contain;
    transition: 0.35s ease;
}

.featured-product-card:hover .product-image {
    transform: scale(1.04);
}

.product-card-title {
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #162c48;
    text-transform: uppercase;
    margin: 17px 0 8px;
}

.product-card-composition {
    height: 48px;
    color: #718096;
    font-size: 13px;
    line-height: 1.6;
    overflow: hidden;
}

@media (max-width: 991px) {

    .single-product-gallery {
        position: static;
    }

    .single-product-information {
        padding: 10px 0 0;
    }

}

@media (max-width: 767px) {

    .product-detail-section {
        padding: 40px 0 50px;
    }

    .product-main-image {
        min-height: 360px;
        padding: 25px;
    }

    .single-product-title {
        font-size: 34px;
    }

    .product-enquiry-box {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .product-enquiry-btn {
        width: 100%;
    }

    .product-description-box {
        padding: 28px 22px;
    }

    .section-title h2 {
        font-size: 30px;
    }

}

@media (max-width: 575px) {

    .product-main-image {
        min-height: 300px;
    }

    .product-thumbnail {
        width: 68px;
        height: 68px;
    }

}