
        .product-summary-box {
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            max-width: 55%;
            overflow: hidden;
            word-wrap: break-word;
            overflow-wrap: break-word;
            }

            /* สำหรับจอมือถือ */
            @media (max-width: 768px) {
            .product-summary-box {
                max-width: 100% !important;
                padding: 10px !important;
            }
            }
            .product-item-number {
                font-size: 22px;
                font-weight: 600;
                text-align: left;
            }

            .product-name {
                font-size: 20px;
                font-weight: 550;
                text-align: left;
            }


        .detail-images img {
            border: 1px solid #ccc;
            padding: 2px;
        }

        .detail-images img:hover {
            border-color: #007bff;
        }

        .post-product.product {
            display: flex;
        
        }

        @media (max-width: 768px) {
        .post-product.product {
            display: block;
            }
        }
    
        .product-images-wrapper {
            flex: 0 0 auto;
            width: 400px;
        }

        .main-image {
            margin-bottom: 10px;
        }

        .detail-images {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }

        .summary.entry-summary {
            flex: 1 1 auto;
            min-width: 300px;
        }

        .product-details-table {
            width: 100%;
            table-layout: fixed;
            word-wrap: break-word;
        }

        .product-details-table th {
            text-align: left;
            width: 120px;
            font-weight: normal;
            color: #555;
            padding: 5px 0;
        }

        .product-details-table td {
            padding: 5px 0;
        }

        .product-details-table td.news-content {
            overflow-wrap: break-word;
            word-break: break-word;
        }

        .product-details-table img {
            max-width: 100%;
            height: auto;
        }

        .selected-thumb {
            border: 2px solid #007bff;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
            border-radius: 4px;
        }

        .main-image {
            width: 340px;
            height: 300px;
            overflow: hidden;
        }

        .main-product-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }

        .breadcrumb-separator {
            font-family: 'Barlow', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-weight: Bold;
            color: #000000;
        }

        .function-image img {
            max-width: 100%;
            height: auto;
            max-width: 300px;

        }

        .function-image a {
            flex: 1 1 calc(50% - 5px);
            max-width: 300px;

        }

        @media (max-width: 768px) {
            .function-image a {
                flex: 1 1 calc(50% - 5px);

            }
        }

        @media (max-width: 480px) {


            .function-image a {
                flex: 1 1 100%;

            }
        }

        @media (max-width: 768px) {
            .product-cat-container>div {
                flex-direction: column !important;
                width: 100% !important;
                margin-left: 0 !important;
                flex-wrap: wrap;
                overflow-x: hidden;
            }
        }
       .woocommerce .woocommerce-breadcrumb {
            margin: 0 0 1em;
            padding: 0;
            font-size: .92em;
            color: #f73e3e;
        }

        .woocommerce .woocommerce-breadcrumb a {
            font-family: 'Barlow', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #000000;
            font-weight: bold;
        }
         .product-details-table {
        width: 100%;
        table-layout: auto;
        border-collapse: collapse;
    }

    .product-details-table td.news-content {
            word-break: break-word;  
            white-space: normal; 
            padding: 10px;
            vertical-align: top;
        }

 

    .news-content table.table {
        border: none !important;
    }
    .news-content table.table td,
    .news-content table.table th {
        border: none !important;
    }

    .full-width-override {
    width: 50vw !important;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
 .content-box {
        width: 100%;
        overflow: hidden;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .news-content table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }

    .function-image img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .function-image {
        flex-wrap: wrap;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .news-images-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 500px;
    margin: auto;
}
.main-news-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.news-detail-images {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.detail-news-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}