.zoom-hover {
    overflow: hidden;
}

.zoom-hover img {
    transition: .4s;
}

.zoom-hover:hover img {
    transform: scale(1.07);
}


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

    #logo {
        padding: 10px 0;
    }

    .is-expanded-menu .mega-menu-content, .is-expanded-menu .sub-menu-container {
        top: 80%;
    }

    #header {
        height: 100px;
    }

    #header.sticky-on-scrollup.sticky-header #header-wrap {
        margin-top: -80px;
    }

    .social-icons {
        justify-content: flex-end;
    }

    .owl-nav {
        display: none !important;
    }

    .main-header {
        top: 0;
    }

    .contact-panel {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    #header-wrap #logo img {
        width: 200px;
        object-fit: contain;
    }

    .zeka-about .display-5 {
        font-size: 1.5rem;
    }

    .contact-info {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .contact-item {
        text-align: center;
        width: 48%;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 10px;
    }

    .product {
        padding: 20px;
    }

    .product-detail {
        padding: 60px 0;
    }

    .product-contact ul {
        flex-direction: column;
        margin-bottom: 0;
    }

    .product-video iframe {
        height: 260px;
    }

    body {
        background-image: none;
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }

    .float {
        display: none !important;
    }

    .product-info {
        padding-top: 40px;
    }
}