@media screen and (max-width: 768px) {
    /* Global container adjustments */
    body, html {
        overflow-x: hidden;
    }

    /* Reset width for main containers */
    .s_layout, 
    .e_container-5, 
    .e_container-28, 
    .e_container-61,
    .e_container-30,
    .e_container-33,
    .e_container-52,
    .e_container-49,
    .e_container-57 {
        width: 100% !important;
        min-width: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        height: auto !important;
    }

    /* Reset columns to stack vertically */
    .cbox-5-0,
    .cbox-28-0, 
    .cbox-28-1,
    .cbox-30-0,
    .cbox-33-0,
    .cbox-33-1,
    .cbox-52-0,
    .cbox-52-1,
    .cbox-49-0,
    .cbox-49-1,
    .cbox-57-0,
    .cbox-57-1,
    .cbox-61-0,
    .cbox-64-0 {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        height: auto !important;
    }

    /* Specific adjustments for Product Detail Page */
    
    /* Product Images */
    .cbox-28-0 {
        margin-bottom: 20px !important;
    }
    
    .swiper-container {
        max-width: 100% !important;
    }

    /* Product Title */
    .e_h1-31 {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    /* Product Parameters/Info */
    .e_richText-69 {
        font-size: 14px !important;
    }

    /* Buttons area */
    .e_container-52 {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }
    
    .e_button-53, .e_button-54 {
        width: 100% !important;
        max-width: none !important;
        display: block;
        text-align: center;
    }

    /* Hotline section alignment */
    .e_container-49 {
        justify-content: flex-start;
        display: flex;
        align-items: center;
    }
    
    .cbox-49-0 {
        width: auto !important;
        margin-right: 10px !important;
    }
    
    .cbox-49-1 {
        width: auto !important;
    }

    /* Parameters Table Card View */
    .param-table-section {
        padding: 10px !important;
        margin: 10px 0 !important;
        overflow-x: visible !important;
    }

    .param-data-table-wrapper {
        overflow-x: visible !important;
    }
    
    .param-data-table {
        display: block;
        width: 100%;
        border: none;
    }
    
    .param-data-table thead {
        display: none;
    }
    
    .param-data-table tbody {
        display: block;
        width: 100%;
    }
    
    .param-data-table tr.main-row {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #fff;
        padding: 10px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    
    .param-data-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 8px 5px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
        width: 100% !important;
        box-sizing: border-box;
        height: auto !important;
        overflow: visible;
        white-space: normal;
        text-overflow: clip;
    }
    
    .param-data-table td:last-child {
        border-bottom: none;
    }
    
    .param-data-table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #666;
        margin-right: 15px;
        text-align: left;
        flex-shrink: 0;
        max-width: 40%;
    }
    
    /* Adjust specific columns */
    .param-data-table td a {
        display: inline-block;
        word-break: break-all;
    }

    /* Detail row adjustments */
    .param-data-table tr.detail-row td {
        display: block;
        padding: 0;
        border: none;
    }
    
    .param-data-table tr.detail-row .detail-content {
        border: none;
        padding: 10px 0;
    }

    .detail-specs {
        flex-direction: column;
    }
    
    .spec-col {
        min-width: 0;
        width: 100%;
    }
    
    .spec-label {
        flex: 0 0 50%;
    }

    .param-tabs {
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .param-tabs li {
        width: 100%;
        border: 1px solid #eee;
        border-radius: 4px;
        margin-bottom: 5px;
    }

    /* Filters Stack Vertically */
    .param-filters {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .param-filters .filter-item {
        width: 100% !important;
        min-width: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .filter-select-display {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    .filter-select-dropdown {
        width: 100% !important;
        box-sizing: border-box;
    }

    .clear-filter-btn {
        width: 100% !important;
        margin-top: 5px;
        box-sizing: border-box;
    }

    /* Detail buttons stack */
    .detail-buttons {
        flex-direction: column;
    }
    
    .detail-buttons .detail-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    /* Adjust breadcrumb padding */
    .e_breadcrumb-4 {
        padding: 10px 0;
        white-space: nowrap;
        overflow-x: auto;
    }

    /* Content area images */
    .e_richText-63 img {
        max-width: 100% !important;
        height: auto !important;
    }
}
