    .blog-section{
            padding: 50px 0px 0 !important;
    }
    
    /* Ảnh chính */
    .main-image {
        text-align: center;
        margin-bottom: 15px;
    }

    .zoom-img {
        max-width: 90%;
        height: auto;
        cursor: zoom-in;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding:10px;
    }

    .zoom-img:hover {
        transform: scale(1.005);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    /* Ảnh phụ */
    .thumb-list {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .thumb-img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        cursor: pointer;
        border: 2px solid transparent;
        transition: transform 0.2s ease, border 0.2s ease;
    }

    .thumb-img:hover,
    .thumb-img.active {
        transform: scale(1.1);
        border: 2px solid #f37a20;
    }

    /* Lightbox */
    .lightbox {
        display: none;
        position: fixed;
        z-index: 999999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        text-align: center;
        overflow: hidden;
    }

    .lightbox-content {
        max-width: 80%;
        max-height: 80%;
        margin-top: 5%;
        border-radius: 10px;
    }

    .close {
        position: absolute;
        top: 20px;
        right: 35px;
        font-size: 40px;
        color: #fff;
        cursor: pointer;
    }

    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        padding: 16px;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        user-select: none;
        transition: 0.3s;
    }

    .prev {
        left: 20px;
    }

    .next {
        right: 20px;
    }

    .prev:hover,
    .next:hover {
        background: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
    }

    .related-products-inline {
        margin: 40px 0;
        padding: 20px;
        background: #fafafa;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
    }

    .section-heading {
        font-size: 18px;
        font-weight: 600;
        color: #c00;
        margin-bottom: 16px;
        border-bottom: 2px solid #000;
        display: inline-block;
        padding-bottom: 6px;
    }

    .products-inline-grid {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .product-inline-card {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        text-decoration: none;
        transition: transform 0.2s ease;
        flex: 1 1 48%;
        min-width: 280px;
        padding: 10px;
    }

    .product-inline-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .product-inline-card img {
        width: 64px;
        height: 64px;
        object-fit: cover;
        border-radius: 6px;
        margin-right: 12px;
    }

    .product-inline-info h4 {
        font-size: 15px;
        color: #111;
        font-weight: 500;
        line-height: 1.4;
        margin: 0;
    }

    .titleweb {
        margin-top: 110px;
    }

    @media (max-width: 768px) {
        .products-inline-grid {
            flex-direction: column;
        }

        .product-inline-card {
            flex: 1 1 100%;
        }

        .product-inline-card img {
            width: 60px;
            height: 60px;
        }

        .product-inline-info h4 {
            font-size: 14px;
        }
    }

    .share-linknd {
        width: 100%;
        margin: 0px 0;
        border-radius: 4px;
        display: inline-block;

    }

    .titleweb {
        margin-top: 110px;
    }

    @media (max-width: 400px) {
        .products-inline-grid {
            flex-direction: column;
        }

        .product-inline-card {
            flex: 1 1 100%;
        }

        .product-inline-card img {
            width: 60px;
            height: 60px;
        }

        .product-inline-info h4 {
            font-size: 14px;
        }
    }

    .share-linknd {
        width: 100%;
        margin: 0px 0;
        border-radius: 4px;
        display: inline-block;

    }

    .titleweb {
        margin-top: 90px;
    }
    
    /*chi tiết sp*/
    
    .phan-noidung p{
            line-height: 30px !important;
            margin-bottom: 0 !important;
    }
    
    /*sản phẩm bán chạy*/
    .sp-banchay h3{
        font-size: 20px;
        color: #000;
        font-weight: 600;
    }
    
    .sp-banchay h3:hover{
        color: #c00;
    }
    
    /*SẢN PHẨM LIÊN QUAN*/
    .product-card {
        background: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        text-align: center;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        margin: 0 5px 20px;
    }
    
    .product-card a{
        font-size: 17px;
    }

    .product-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .swiper-slide {
        box-sizing: border-box;
    }

    .swiper-pagination {
        position: static !important;
        margin-top: 0px;
        text-align: center;
    }

    .my-product-swiper {
        padding-bottom: 20px;
        /* Tạo khoảng dưới cho pagination */
    }

    @media (max-width: 900px) {
        .section-padding {
            padding: 50px 0 40px !important;
        }

        .blog-section p {
            font-size: 16px !important;
        }

        .swiper-horizontal>.swiper-pagination-bullets,
        .swiper-pagination-bullets.swiper-pagination-horizontal,
        .swiper-pagination-custom,
        .swiper-pagination-fraction {
            display: none !important;
        }
    }
