@media (max-width: 1400px) {
    #simpleDesignSection {
        padding: 40px 0 0 0;
    }

    #simpleDesignSection .container {
        display: flex;
        flex-flow: column-reverse;
        gap: 16px;
        padding: 0 16px;
    }

    #simpleDesignSection .left-wrapper,
    #simpleDesignSection .right-wrapper {
        width: 100%;
    }

    #simpleDesignSection .section-header {
        text-align: center;
        margin-bottom: 0;
    }

    #simpleDesignSection .section-divider {
        margin: 0 auto;
    }

    #simpleDesignSection .section-title {
        margin-bottom: 6px;
    }

    #filterImgSection {
        padding: 16px 0 40px 0;
    }

    #filterImgSection .filter-list {
        padding: 0 16px;
    }

    #technicalSection {
        padding: 40px 0;
    }

    #technicalSection .cert-technical-list {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 8px;
    }

    .cert-item {
        width: 48%;
        margin: 0;
    }

    .cert-img {
        height: 250px;
    }

    .specification-section .section-header {
        margin-bottom: 15px;
    }

    .specification-section .product-img {
        max-height: 180px;
        object-fit: cover;
        object-position: center;
    }

    .specification-section .product-visual {
        padding: 20px 0;
    }

    .specification-section .product-gallery {
        gap: 0px;
        margin-bottom: 16px;
    }

    .specification-section .specification-left,
    .specification-section .specification-right {
        gap: 16px;
    }

    .info-item {
        padding: 0;
    }

    .info-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 4px;
        margin: 0 !important;
    }

    .spec-info {
        gap: 8px;
    }

    .specification-details {
        gap: 12px;
    }

    .specification-section .info-item {
        padding: 0;
    }

    .specification-section .spec-title {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 12px;
    }

    .specification-section .spec-info {
        gap: 8px;
    }

    .spec-image {
        margin-top: 8px;
    }

    .info-value.large {
        font-size: 16px !important;
    }

    .info-item.highlight {
        padding: 8px !important;
    }

    .specification-section .info-note {
        margin-top: 0;
    }

    .specification-section .info-item.flex-col {
        display: flex;
        flex-direction: column;
        padding-bottom: 8px;
    } 
}