@media (max-width: 1400px) {
    .smart-choice {
        background-attachment: initial;
    }

    #fourFilterSystem,
    #kcCert,
    #smartChoice,
    #simplerKitchen,
    #specification {
        padding: 40px 0;
        margin: 0;
    }

    #productVideo {
        padding: 0;
    }

    .filter-overlay p {
        max-width: 100%;
    }

    .step-badge .step-digit {
        font-size: 20px;
        left: 48px;
        top: 6px;
    }

    .filter-overlay h3 {
        margin-bottom: 4px;
    }

    .filter-overlay p {
        font-size: 14px;
    }

    .filter-swiper {
        border-radius: 12px;
    }

    .vide-wrapper {
        margin-top: 16px;
    }

    .vide-wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .vide-wrapper video {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .certSwiper-container .swiper-slide {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

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

    .certSwiper-container .swiper-pagination {
        bottom: -8px !important;
    }

    .size-a,
    .card-number {
        font-size: 36px;
        line-height: 36px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .card-num {
        margin-bottom: 8px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }

    .smart-cards {
        gap: 16px;
    }

    .smart-card {
        padding: 20px;
    }

    .card-title {
        margin-bottom: 4px;
    }

    .kitchen-content {
        flex-direction: column;
    }

    .kitchen-carousel {
        width: 100%;
    }

    .info-item.highlight {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
        padding: 8px 16px;
        border-radius: 12px;
    }

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

    .info-note {
        align-items: flex-start;
    }

    .note-icon {
        margin-top: 2px;
    }
}