/* HIKSEMI final global parity layer. */

@media (max-width: 767px) {
    html body .announce-bar {
        display: none !important;
    }

    html body .navbar {
        top: 0 !important;
        margin-top: 0 !important;
    }

    html body {
        padding-top: 0 !important;
    }
}

@media (max-width: 680px) {
    .hks-product-hero h1 {
        max-width: 300px;
        font-size: 52px;
        line-height: 0.92;
    }

    .hks-product-title--nowrap {
        white-space: normal;
    }

    .hks-product-badges {
        gap: 6px;
    }

    .hks-product-badges span {
        min-height: 31px;
        padding: 5px 9px;
        font-size: 10px;
    }

    .hks-product-actions {
        margin-top: 22px;
    }
}
