/*
 * Late-loaded display fixes.
 * This file intentionally loads after the legacy page bundles, which can
 * otherwise override shared header and product-detail rules.
 */

@media (min-width: 769px) {
    #c_navigation_126_P_1582-17606661880800 .e_navigationA-35 .p_level2Box {
        width: 190px !important;
        padding: 8px 0 !important;
        background: #fff !important;
        border: 1px solid rgba(31, 67, 140, .12) !important;
        border-radius: 8px !important;
        box-shadow: 0 16px 36px rgba(18, 37, 63, .14) !important;
        overflow: hidden !important;
        z-index: 1002 !important;
    }

    #c_navigation_126_P_1582-17606661880800 .e_navigationA-35 .p_level1Item.insv-nav-open > .p_level2Box,
    #c_navigation_126_P_1582-17606661880800 .e_navigationA-35 .p_level1Item:hover > .p_level2Box,
    #c_navigation_126_P_1582-17606661880800 .e_navigationA-35 .p_level1Item:focus-within > .p_level2Box {
        display: block !important;
    }

    #c_navigation_126_P_1582-17606661880800 .e_navigationA-35 .p_level2Item .p_menu2Item a,
    #c_navigation_126_P_1582-17606661880800 .e_navigationA-35 .p_level2Item .p_menu2Item span {
        color: #263445 !important;
        opacity: 1 !important;
    }

    #c_navigation_126_P_1582-17606661880800 .e_navigationA-35 .p_level2Item .p_menu2Item a {
        display: block !important;
        padding: 0 18px !important;
        line-height: 38px !important;
        text-align: left !important;
        white-space: nowrap !important;
    }

    #c_navigation_126_P_1582-17606661880800 .e_navigationA-35 .p_level2Item .p_menu2Item a:hover {
        color: #154a93 !important;
        background: #f3f7ff !important;
    }
}

body.home .insv-home-localized-hero {
    display: flex;
    align-items: center;
    min-height: 600px;
    padding: 118px 0 78px;
    box-sizing: border-box;
    overflow: hidden;
    background: #eef4f8;
}

body.home .insv-home-localized-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
    align-items: center;
    gap: 64px;
    width: min(88%, 1360px);
    margin: 0 auto;
}

body.home .insv-home-localized-hero__copy {
    min-width: 0;
}

body.home .insv-home-localized-hero__eyebrow {
    margin: 0 0 14px;
    color: #1767a8;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

body.home .insv-home-localized-hero__eyebrow,
body.home .insv-home-localized-hero__title,
body.home .insv-home-localized-hero__subtitle,
body.home .insv-home-localized-hero__slogan {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

body.home .insv-home-localized-hero__title {
    margin: 0 0 18px;
    color: #25303c;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

body.home .insv-home-localized-hero__subtitle {
    max-width: 620px;
    margin: 0 0 13px;
    color: #4e5d6c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

body.home .insv-home-localized-hero__slogan {
    max-width: 680px;
    margin: 0;
    color: #079bd3;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0;
}

body.home .insv-home-localized-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
    margin-top: 34px;
}

body.home .insv-home-localized-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 0;
}

body.home .insv-home-localized-hero__button--primary {
    background: #08a5de;
}

body.home .insv-home-localized-hero__button--accent {
    background: #ef1c54;
}

body.home .insv-home-localized-hero__media {
    display: flex;
    justify-content: center;
    min-width: 0;
}

body.home .insv-home-localized-hero__media img {
    display: block;
    width: min(100%, 420px);
    height: auto;
    max-height: 480px;
    object-fit: contain;
}

@media (max-width: 1180px) {
    body.home .insv-home-localized-hero {
        min-height: auto;
        padding: 104px 0 58px;
    }

    body.home .insv-home-localized-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
        gap: 42px;
    }

    body.home .insv-home-localized-hero__title {
        font-size: 46px;
    }

    body.home .insv-home-localized-hero__subtitle {
        font-size: 18px;
    }

    body.home .insv-home-localized-hero__slogan {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    body.home .insv-home-localized-hero {
        padding: 86px 0 44px;
    }

    body.home .insv-home-localized-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
        width: min(90%, 560px);
    }

    body.home .insv-home-localized-hero__title {
        font-size: 38px;
    }

    body.home .insv-home-localized-hero__subtitle {
        font-size: 16px;
    }

    body.home .insv-home-localized-hero__slogan {
        font-size: 20px;
    }

    body.home .insv-home-localized-hero__actions {
        gap: 12px;
        margin-top: 26px;
    }

    body.home .insv-home-localized-hero__button {
        min-width: 128px;
        min-height: 42px;
        padding: 0 18px;
    }

    body.home .insv-home-localized-hero__media img {
        width: min(72vw, 300px);
    }
}

body.insv-product-detail #c_category_428_P_050-17582638333970 {
    min-height: 0 !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_container-4 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 24px !important;
    width: min(94%, 1360px) !important;
    max-width: 1360px !important;
    min-height: 68px !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_container-4 > .p_item,
body.insv-product-detail #c_category_428_P_050-17582638333970 .cbox-4-0,
body.insv-product-detail #c_category_428_P_050-17582638333970 .cbox-4-1 {
    min-width: 0 !important;
    max-width: none !important;
    max-height: none !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .cbox-4-0 {
    width: auto !important;
    flex: initial !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .cbox-4-1 {
    width: auto !important;
    flex: 0 0 auto !important;
    justify-self: end !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_loop-2 {
    width: 100% !important;
    overflow-x: auto !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_loop-2 .p_list {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    max-width: none !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_loop-2 .p_list > div a {
    display: flex !important;
    align-items: center !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding: 0 28px !important;
    line-height: 1.2 !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_loop-2 .p_list > div a br {
    display: none !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_text-3 {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: initial !important;
    -webkit-box-orient: initial !important;
    border-bottom: 0 !important;
    font-family: inherit !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_breadcrumb-7 .p_breadcrumb {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_breadcrumb-7 .p_breadcrumb br,
body.insv-product-detail #c_category_428_P_050-17582638333970 .e_breadcrumb-7 .p_icon,
body.insv-product-detail #c_category_428_P_050-17582638333970 .e_breadcrumb-7 .p_breadcrumb > p {
    display: none !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_breadcrumb-7 .p_breadcrumbItem {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #8b95a1 !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_breadcrumb-7 .p_breadcrumbItem:not(:first-child) {
    padding: 0 !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_breadcrumb-7 .p_breadcrumbItem + .p_breadcrumbItem::before {
    content: ">" !important;
    position: static !important;
    margin: 0 8px !important;
    color: #9aa3af !important;
}

body.insv-product-detail #c_category_428_P_050-17582638333970 .e_breadcrumb-7 .p_breadcrumbItem a,
body.insv-product-detail #c_category_428_P_050-17582638333970 .e_breadcrumb-7 .p_breadcrumbSeparator,
body.insv-product-detail #c_category_428_P_050-17582638333970 .e_breadcrumb-7 .text-secondary.p_title {
    display: flex !important;
    align-items: center !important;
    color: #8b95a1 !important;
    text-decoration: none !important;
}

@media (max-width: 1180px) {
    body.insv-product-detail #c_category_428_P_050-17582638333970 .e_container-4 {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0 !important;
        min-height: 64px !important;
    }

    body.insv-product-detail #c_category_428_P_050-17582638333970 .cbox-4-1 {
        display: none !important;
    }

    body.insv-product-detail #c_category_428_P_050-17582638333970 .e_loop-2 .p_list > div a {
        min-height: 64px !important;
        padding: 0 20px !important;
    }
}

@media (max-width: 768px) {
    #c_grid-116273709439190 .e_bottomNav-11 .p_level1Box {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px 20px !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    #c_grid-116273709439190 .e_bottomNav-11 .p_level1Item,
    #c_grid-116273709439190 .e_bottomNav-11 .p_level2Item,
    #c_grid-116273709439190 .e_bottomNav-11 .p_menu1Item,
    #c_grid-116273709439190 .e_bottomNav-11 .p_menu2Item {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    #c_grid-116273709439190 .e_bottomNav-11 a,
    #c_grid-116273709439190 .e_bottomNav-11 span {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    body.insv-product-detail #c_category_428_P_050-17582638333970 .e_container-4 {
        min-height: 54px !important;
    }

    body.insv-product-detail #c_category_428_P_050-17582638333970 .e_loop-2 .p_list > div a {
        min-height: 54px !important;
        padding: 0 16px !important;
        font-size: 14px !important;
    }
}
