body {
    overflow-x: hidden;
}

.pageWrapper {
    overflow-x: hidden;
}

.header-container .row,
.footer-container .row,
.copyright-container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.header-container .left-part,
.header-container .right-part,
.footer-container .right-part {
    margin-bottom: 18px;
}

.header-container .menu.inline-menu,
.sub-nav-container .menu.inline-menu,
.footer-container .menu,
.social-menu,
.navbar-container .navbar-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.header-container .menu.inline-menu li,
.footer-container .menu li,
.social-menu li,
.navbar-container .navbar-nav > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 14px 10px 0;
}

.sub-nav-container .menu.inline-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
}

.sub-nav-container .menu.inline-menu li {
    display: inline-block;
    margin: 0;
}

.navbar-container .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: none;
}

.navbar-container .navbar-nav > li {
    float: none;
}

.social-menu,
.fb-like {
    display: none !important;
}

.header-container .left-part {
    text-align: left;
}

.header-container .right-part {
    text-align: right;
}

.footer-container .right-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.footer-container .menu-row {
    width: 100%;
}

.site-design-pages-container {
    padding-top: 24px;
    padding-bottom: 40px;
}

.site-design-pages {
    max-width: 1140px;
}

.floating_window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.floating_window[style*="visibility:hidden"] {
    display: none !important;
}

.ers-hero-5 {
    margin-top: 0 !important;
    padding: 24px 0 0;
    min-height: auto;
}

.ers-hero-5 .ers-hero-background {
    display: none;
}

.ers-hero-5 .ers-hero-content {
    margin: 0 auto !important;
    max-width: 760px;
    padding: 8px 24px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center !important;
}

.ers-hero-5 .ers-hero-content > .hero-header-1,
.ers-hero-5 .ers-hero-content > .hero-header-2 {
    margin: 0;
    max-width: 100%;
    line-height: 0.95;
    overflow-wrap: anywhere;
}

.ers-hero-5 .ers-hero-content > .hero-header-1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
}

.ers-hero-5 .ers-hero-content > .hero-header-2 {
    font-size: clamp(3rem, 9vw, 7rem);
    color: var(--color-theme-1) !important;
    display: block;
}

.ers-hero-5 .ers-hero-content > .hero-button {
    margin-top: 0;
}

.ers-read-more-1 .read-more {
    margin: 10px auto 0;
    max-width: 1120px;
}

.ers-read-more-1 .read-more > .read-more-header,
.ers-read-more-1 .read-more > .read-more-header * {
    display: block;
    overflow-wrap: anywhere;
    white-space: normal;
}

body.ers_page_home #newdiv_insert_n383 {
    display: none;
}

.ers-read-more-1 .show-more-button-container {
    margin-top: 10px;
}

.ers_page_home .panel-title,
.ers_category .panel-title,
.store .category_text,
.site-design-pages h1,
.site-design-pages h2 {
    overflow-wrap: anywhere;
}

.browse-items-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 24px;
    padding-top: 20px !important;
}

.browse-item-wrapper {
    float: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 12px 12px;
}

.browse-item-wrapper a {
    display: block;
    min-height: 1px;
}

@media (max-width: 991px) {
    .header-container .left-part,
    .header-container .right-part,
    .footer-container .right-part {
        text-align: center;
        align-items: center;
    }

    .header-container .menu.inline-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .site-design-pages {
        padding-left: 18px;
        padding-right: 18px;
    }

    .browse-items-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    html,
    body,
    .pageWrapper,
    .container,
    .site-design-pages {
        max-width: 100vw !important;
        overflow-x: hidden;
    }

    .header-container .row,
    .footer-container .row,
    .copyright-container .row {
        align-items: center;
    }

    .navbar-container .navbar-nav {
        display: block;
        text-align: left;
    }

    .navbar-container .navbar-nav > li {
        display: block;
        margin: 0;
    }

    .ers-hero-5 {
        padding-top: 12px;
    }

    .ers-hero-5 .ers-hero-content {
        padding: 8px 18px 12px;
    }

    .ers-hero-5 .ers-hero-content > .hero-header-2 {
        font-size: 1.7rem !important;
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .site-design-pages,
    .ers-read-more-1 .read-more {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ers_page_home .panel-title,
    .ers_category .panel-title {
        font-size: 1.25rem;
    }

    .store .category_text {
        font-size: 1.7rem;
    }

    .ers-read-more-1 .read-more > .read-more-header,
    .ers-read-more-1 .read-more > .read-more-header * {
        font-size: 1.05rem !important;
        line-height: 1.05;
        width: 100%;
        max-width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    body.ers_page_home #n386at_0_textid-read-more-headline {
        font-size: 1.05rem !important;
    }

    .browse-items-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* 2026 visual refresh without changing brand palette */

body {
    color: #30353a;
    background: #ffffff;
}

a {
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.site-design-pages p,
.site-design-pages li {
    line-height: 1.72;
}

.site-design-pages h1 {
    margin-bottom: 24px;
    font-size: clamp(2.6rem, 4vw, 4.6rem);
    line-height: 0.98;
    text-align: center;
}

.site-design-pages h2,
.site-design-pages h3 {
    line-height: 1.08;
}

.button_back,
.header-container .button-inline,
.ers-header-5 .header-button,
.ers-hero-5 .hero-button {
    border-radius: 18px !important;
    box-shadow: 0 14px 30px rgba(247, 191, 0, 0.2);
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button_back:hover,
.header-container .button-inline:hover,
.ers-header-5 .header-button:hover,
.ers-hero-5 .hero-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(247, 191, 0, 0.26);
}

.browse-item-wrapper,
.store-item,
.product-item,
.item-card {
    border-radius: 26px;
}

body.ers_page_home .ers-header-5 {
    padding: 18px 0 12px;
    background: linear-gradient(180deg, rgba(28, 174, 227, 0.96) 0%, rgba(28, 174, 227, 0.96) 72%, rgba(28, 174, 227, 0) 100%);
    box-shadow: none;
}

body.ers_page_home .header-wave {
    display: none;
}

body.ers_page_home .ers-header-5 .header-logo {
    display: block;
    width: 150px;
    height: 92px !important;
    background: url("/files.sysers.com/cp/upload/mosthigh/editor/full/logo.png") center / contain no-repeat;
}

body.ers_page_home .ers-header-5 .menu-container {
    gap: 14px;
    align-items: center;
    justify-content: flex-end;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

body.ers_page_home .ers-header-5 .search-container {
    flex: 1 1 460px;
    max-width: 520px;
}

body.ers_page_home .ers-header-5 .searchbar-form {
    margin-top: 0 !important;
    border: 1px solid rgba(28, 174, 227, 0.35);
    border-radius: 16px;
    padding: 7px 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.ers_page_home .ers-header-5 .searchbar-form > #searchbar {
    font-size: 1.05rem;
}

body.ers_page_home .ers-header-5 .header-contact-info {
    gap: 10px;
    font-size: 1.15rem;
}

body.ers_page_home .ers-header-5 .header-phone-number {
    font-weight: 700;
}

body.ers_page_home .ers-header-5 .header-nav-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
    margin: 16px auto 0;
    padding: 12px 18px;
    max-width: 1120px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

body.ers_page_home .ers-header-5 a:not(.header-button) {
    color: #2f6d86;
}

body.ers_page_home .ers-header-5 .header-nav-item {
    padding: 0;
    font-size: 1rem !important;
}

body.ers_page_home .ers-header-5 .header-nav-item,
body.ers_page_home .ers-header-5 .cart-container {
    margin: 0;
}

body.ers_page_home .ers-header-5 .header-nav-container > .header-nav-item {
    max-width: none;
    white-space: normal;
    overflow: visible;
}

body.ers_page_home .ers-header-5 .header-nav-item > a,
body.ers_page_home .ers-header-5 .cart-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 999px;
}

body.ers_page_home .ers-header-5 .header-nav-item > a {
    color: #2f6d86 !important;
    font-size: 1rem !important;
    font-weight: 600;
}

body.ers_page_home .ers-hero-5 {
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    padding: 104px 0 28px;
    background: linear-gradient(180deg, rgba(28, 174, 227, 0.96) 0 30%, #ffffff 30% 100%);
}

body.ers_page_home .ers-hero-5 .ers-hero-content {
    max-width: 980px;
    gap: 14px;
    padding: 46px 48px 40px;
    border-radius: 34px;
    background: #ffffff;
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.1);
}

body.ers_page_home .ers-hero-5 .ers-hero-content > .hero-header-1 {
    font-size: clamp(3rem, 6vw, 5.4rem);
    letter-spacing: 0.01em;
}

body.ers_page_home .ers-hero-5 .ers-hero-content > .hero-header-2 {
    font-size: clamp(3.7rem, 8vw, 7rem);
    line-height: 0.9;
}

body.ers_page_home .ers-hero-5 .ers-hero-content > .hero-button {
    margin-top: 6px;
    padding: 14px 34px;
}

body.ers_page_home #newdiv_insert_n386 .read-more {
    margin-top: 10px;
    padding: 34px 42px 18px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.08);
}

body.ers_page_home #n386at_0_textid-read-more-headline {
    margin-bottom: 20px;
    font-size: clamp(2.4rem, 4vw, 4rem) !important;
    line-height: 0.98 !important;
}

body.ers_page_home .store {
    margin-top: 10px;
}

body.ers_page_home .panel-title {
    margin-bottom: 22px;
    text-align: center;
    font-size: clamp(2rem, 3vw, 3.1rem);
}

.browse-items-container {
    max-width: 1180px;
    margin: 0 auto;
}

.browse-item-wrapper {
    padding: 0 !important;
    background: #ffffff;
    border: 1px solid rgba(28, 174, 227, 0.14);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.browse-item-wrapper a {
    padding: 22px 24px 18px;
}

.browse-item-wrapper img {
    display: block;
    margin: 0 auto 16px;
}

.browse-item-wrapper font,
.browse-item-wrapper b {
    display: block;
    font-size: 1.12rem;
    line-height: 1.42;
}

.item_price {
    font-size: 1.24rem;
    font-weight: 700;
    color: #93b33d;
}

.header-container {
    padding: 28px 0 20px;
    background: linear-gradient(180deg, rgba(28, 174, 227, 0.15) 0%, rgba(255, 255, 255, 0.98) 76%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-container .logo img,
.footer-container .logo img {
    max-width: 168px;
}

.header-container .title,
.header-container .subtitle {
    line-height: 0.94;
    margin: 0 0 14px;
}

.header-container .left-part .title {
    font-size: clamp(2.15rem, 4vw, 4.2rem);
}

.header-container .left-part .subtitle {
    font-size: clamp(1.9rem, 3.3vw, 3.6rem);
}

.header-container .right-part .title {
    font-size: clamp(1.9rem, 3vw, 3.3rem);
}

.header-container .button-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    margin: 4px 10px 0 0;
}

.navbar-container {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.navbar-container .container,
.sub-nav-container .container {
    max-width: 1160px;
}

.navbar-container .navbar-brand {
    font-weight: 700;
    letter-spacing: 0.04em;
}

.navbar-container .navbar-nav > li > a,
.sub-nav-container .menu.inline-menu a {
    border-radius: 999px;
    padding: 10px 16px;
}

.navbar-container .navbar-nav > li > a:hover,
.sub-nav-container .menu.inline-menu a:hover {
    background: rgba(28, 174, 227, 0.1);
    text-decoration: none;
}

.sub-nav-container {
    padding: 12px 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.site-design-pages-container {
    padding-top: 40px;
    padding-bottom: 70px;
}

.site-design-pages {
    max-width: 1120px;
}

.site-design-pages > p,
.site-design-pages > div > p {
    font-size: 1.08rem;
}

.site-design-pages img {
    max-width: 100%;
    height: auto;
}

.site-design-pages form input,
.site-design-pages form textarea,
.site-design-pages form select {
    border-radius: 16px !important;
    border: 1px solid rgba(28, 174, 227, 0.18) !important;
    box-shadow: none !important;
    min-height: 52px;
}

.site-design-pages form textarea {
    min-height: 180px;
    padding-top: 14px;
}

.site-design-pages form button,
.site-design-pages form input[type="submit"] {
    border-radius: 18px !important;
    min-height: 50px;
    padding: 12px 24px;
}

.footer-container {
    padding: 48px 0 20px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(28, 174, 227, 0.12) 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-container .title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: clamp(1.6rem, 2.3vw, 2.5rem);
    line-height: 1.02;
}

.footer-container .phone,
.footer-container .email,
.footer-container .footer-address p {
    margin-bottom: 10px;
    font-size: 1.02rem;
}

.footer-container .menu a {
    display: inline-block;
    padding: 6px 0;
}

.copyright-container {
    padding: 14px 0;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.ers-footer-1 {
    background: linear-gradient(180deg, #ffffff 0%, rgba(28, 174, 227, 0.12) 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ers-footer-1 > .container-fluid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px 22px 20px;
}

.ers-footer-1 .footer-logo {
    display: block;
    width: 160px;
    min-height: 92px;
    background: url("/files.sysers.com/cp/upload/mosthigh/editor/full/logo.png") center / contain no-repeat;
}

.ers-footer-1 .footer-header {
    margin-bottom: 16px;
}

.ers-footer-1 .footer-nav-item {
    margin-bottom: 10px;
}

.ers-footer-1 .footer-phone {
    display: inline-block;
    margin-top: 12px;
    font-size: 1.08rem;
    font-weight: 700;
}

.ers-footer-1 .footer-address p {
    margin-bottom: 8px;
}

body.ers_category .browse-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px !important;
    padding: 26px 24px !important;
    text-align: center;
}

body.ers_category .browse-item-wrapper a {
    padding: 0;
}

body.ers_category .browse-item-wrapper font,
body.ers_category .browse-item-wrapper b {
    margin-bottom: 8px;
}

body.ers_category .button_back {
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    margin-right: 10px;
}

body.ers_blog .site-design-pages,
body.ers_page_blog .site-design-pages {
    max-width: 980px;
}

body.ers_blog .site-design-pages p,
body.ers_page_blog .site-design-pages p,
body.ers_blog .site-design-pages li,
body.ers_page_blog .site-design-pages li {
    font-size: 1.08rem;
}

@media (max-width: 991px) {
    body.ers_page_home .ers-header-5 {
        padding: 14px 0 10px;
    }

    body.ers_page_home .ers-header-5 .header-logo {
        width: 126px;
        margin: 0 auto 10px;
    }

    body.ers_page_home .ers-header-5 .menu-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    body.ers_page_home .ers-hero-5 {
        padding-top: 104px;
        background: linear-gradient(180deg, rgba(28, 174, 227, 0.96) 0 24%, #ffffff 24% 100%);
    }

    body.ers_page_home .ers-hero-5 .ers-hero-content {
        padding: 34px 28px 30px;
    }

    .header-container .logo,
    .header-container .left-part,
    .header-container .right-part {
        text-align: center;
    }

    .header-container .logo img {
        margin: 0 auto 18px;
    }

    .footer-container .logo img {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    body.ers_page_home #main_section_editor_container {
        margin-top: 0 !important;
    }

    .site-design-pages h1 {
        font-size: 2.2rem;
    }

    body.ers_page_home .ers-header-5 {
        position: relative;
    }

    body.ers_page_home .ers-header-5 .header-logo {
        width: 118px;
        height: 76px !important;
    }

    body.ers_page_home .ers-header-5 .menu-container {
        gap: 10px;
        padding: 12px;
        border-radius: 18px;
    }

    body.ers_page_home .ers-header-5 .search-container {
        flex-basis: 100%;
        max-width: none;
    }

    body.ers_page_home .ers-header-5 .header-contact-info {
        width: 100%;
        justify-content: center;
    }

    body.ers_page_home .ers-header-5 .header-nav-container {
        padding: 12px;
        border-radius: 18px;
    }

    body.ers_page_home .ers-header-5 .header-nav-item > a,
    body.ers_page_home .ers-header-5 .cart-container {
        width: 100%;
    }

    body.ers_page_home .ers-hero-5 {
        padding: 22px 0 12px;
        background: #ffffff;
    }

    body.ers_page_home .ers-hero-5 .ers-hero-content {
        padding: 22px 18px 20px;
        border-radius: 24px;
        gap: 8px;
        box-shadow: none;
    }

    body.ers_page_home .ers-hero-5 .ers-hero-content > .hero-header-1 {
        font-size: 2.05rem;
    }

    body.ers_page_home .ers-hero-5 .ers-hero-content > .hero-header-2 {
        font-size: 2.45rem !important;
        padding: 0;
    }

    body.ers_page_home #newdiv_insert_n386 .read-more {
        padding: 18px 18px 8px;
        border-radius: 22px;
        box-shadow: none;
    }

    body.ers_page_home #n386at_0_textid-read-more-headline {
        font-size: 1.65rem !important;
        padding: 0 !important;
    }

    .browse-item-wrapper {
        border-radius: 22px;
    }

    body.ers_category .browse-item-wrapper {
        min-height: 0 !important;
    }

    .header-container {
        padding: 18px 0 14px;
    }

    .header-container .left-part .title,
    .header-container .right-part .title {
        font-size: 2rem;
    }

    .header-container .left-part .subtitle {
        font-size: 1.7rem;
    }

    .header-container .button-inline {
        width: 100%;
        margin-right: 0;
    }

    .footer-container {
        padding-top: 34px;
    }

    .copyright-container .copyright,
    .copyright-container .author {
        text-align: center;
    }
}
