.product-detail-wrap {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .product-gallery {
            background: #fff7ed;
            border-radius: 22px;
            padding: 20px;
            box-shadow: 0 12px 35px rgba(17, 24, 39, 0.08);
        }

        .product-gallery img {
            width: 100%;
            height: 480px;
            object-fit: contain;
            display: block;
            border-radius: 18px;
            background: #ffffff;
        }

        .product-titles {
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 700;
            color: #870000;
            margin-bottom: 20px;
            font-family: "Playfair Display", serif;
        }

        .product-description {
            font-size: 16px !important;
            line-height: 1.9 !important;
            color: #374151 !important;
            display: block !important;
            visibility: visible !important;
        }

        .product-description p,
        .product-description div,
        .product-description span,
        .product-description li {
            color: #374151 !important;
            line-height: 1.9 !important;
        }

        .product-description h1,
        .product-description h2,
        .product-description h3,
        .product-description h4,
        .product-description h5,
        .product-description h6 {
            color: #870000 !important;
            margin-top: 18px;
            margin-bottom: 12px;
        }

        .product-action-buttons {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 18px;
        }

        .product-call-btn,
        .product-whatsapp-btn {
            padding: 13px 28px;
            border-radius: 50px;
            font-weight: 700;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .product-call-btn {
            background: #870000;
            color: #ffffff;
        }

        .product-call-btn:hover {
            background: #4b0000;
            color: #ffffff;
            transform: translateY(-3px);
        }

        .product-whatsapp-btn {
            background: #25d366;
            color: #ffffff;
        }

        .product-whatsapp-btn:hover {
            background: #128c7e;
            color: #ffffff;
            transform: translateY(-3px);
        }

        .related-products-section {
            background: #fffaf4;
        }

        .related-title {
            font-size: clamp(1.8rem, 4vw, 2.6rem);
            font-weight: 700;
            color: #870000;
            font-family: "Playfair Display", serif;
        }

        .related-subtitle {
            color: #6b7280;
            margin-bottom: 0;
        }

        .related-product-card {
            border: 1px solid rgba(135, 0, 0, 0.12);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
            transition: all 0.3s ease;
            background: #ffffff;
        }

        .related-product-card:hover {
            transform: translateY(-7px);
            box-shadow: 0 18px 45px rgba(135, 0, 0, 0.18);
        }

        .related-img-wrap {
            display: block;
            background: #fff7ed;
            padding: 15px;
        }

        .related-img-wrap img {
            width: 100%;
            height: 230px;
            object-fit: contain;
            display: block;
            transition: transform 0.35s ease;
        }

        .related-product-card:hover .related-img-wrap img {
            transform: none;
        }

        .related-product-name {
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 16px;
        }

        .related-product-name a {
            color: #111827;
            text-decoration: none;
        }

        .related-product-name a:hover {
            color: #870000;
        }

        .related-view-btn {
            background: #870000;
            color: #ffffff;
            border-radius: 50px;
            padding: 9px 22px;
            font-size: 0.92rem;
            font-weight: 700;
        }

        .related-view-btn:hover {
            background: #4b0000;
            color: #ffffff;
        }

        @media (max-width: 767.98px) {
            .product-detail-wrap {
                padding-top: 35px;
                padding-bottom: 35px;
            }

            .product-gallery img {
                height: 320px;
            }

            .product-action-buttons {
                flex-direction: column;
            }

            .product-call-btn,
            .product-whatsapp-btn {
                width: 100%;
                text-align: center;
            }

            .related-img-wrap img {
                height: 190px;
            }
        }
        .product-description strong {
    color: #870000 !important;
    font-weight: 800 !important;
}
