<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é¡µå¤´ç§»åŠ¨ç«¯æœç´¢ç»„ä»¶ */
.searchForm #searchForm2 {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 950px) {
    .searchForm {
        display: none !important;
    }
}

.searchForm #searchBtn2 {
    height: 40px;
    width: 40px;
    border: none;
    background-color: var(--commonButton);
    color: #ffffff;
}

.searchForm input {
    width: calc(100% - 45px);
    height: 40px;
    border: 1px solid #D5D5D5;
    padding: 5px;
    color: var(--commonWord);
}

.footerInput #subscribe_email {
    color: var(--commonWord);
}

@media (max-width: 767px) {
    .contact .contactItem {
        flex: 0 0 100% !important;
    }

    #productModal {
        width: 100vw;
    }

    #productModal .contactDiglog {
        width: calc(100vw - 30px);
    }
}</pre></body></html>