.electro-page-content {
    --front-orange: #dca404;
    --front-orange-dark: #b88600;
    --front-yellow: #f5c619;
    --front-yellow-deep: #dca404;
    --front-green: #21a65b;
    --front-dark: #141416;
    --front-line: #e7eaf3;
    --front-radius: 4px;
}

.electro-origin-theme {
    background: #f5f7fb;
    color: #1f2d3d;
}

.electro-page-content {
    min-height: 55vh;
    background: radial-gradient(circle at top, rgba(245, 198, 25, .12), transparent 28%), linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%);
    padding-bottom: 30px;
}

.electro-page-content .container {
    max-width: 1400px;
}

.electro-origin-theme .u-header__section {
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.electro-origin-theme .u-header-topbar {
    background: linear-gradient(180deg, #f7f8fa 0%, #eef2f5 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
    color: #384658;
}

.electro-origin-theme .u-header-topbar__nav-link {
    color: #465a6f;
    font-weight: 700;
}

.electro-origin-theme .u-header__navbar-brand {
    min-height: 88px;
}

/* Catalog surfaces: keep the dense legacy grid readable and premium. */
.catalog-breadcrumb-wrap {
    background: #f7f8fa;
    padding: 18px 0;
}

.catalog-breadcrumb-wrap.has-banner {
    background: #f1f3f6;
}

.catalog-breadcrumb-banner {
    position: relative;
    min-height: 112px;
    overflow: hidden;
    border-radius: 14px;
    background: #18212b;
    box-shadow: 0 12px 28px rgba(20, 28, 36, .12);
}

.electro-catalog-slim-banner {
    display: block;
    width: 100%;
    height: 112px;
    object-fit: cover;
    opacity: .82;
}

.catalog-breadcrumb-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(14, 22, 30, .88), rgba(14, 22, 30, .28) 62%, rgba(14, 22, 30, .08));
}

.catalog-breadcrumb-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 24px 30px;
}

.catalog-breadcrumb-overlay .breadcrumb {
    color: #fff;
    font-size: 13px;
}

.catalog-breadcrumb-overlay a,
.catalog-breadcrumb-overlay .active {
    color: #fff;
}

.catalog-filter-panel {
    position: sticky;
    top: 18px;
    padding: 24px;
    border: 1px solid #e4e8ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(20, 28, 36, .06);
}

.catalog-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8ebef;
}

.catalog-filter-head h3::after {
    display: block;
    width: 38px;
    height: 3px;
    margin-top: 10px;
    border-radius: 3px;
    background: var(--front-yellow);
    content: "";
}

.catalog-filter-head span {
    padding: 5px 9px;
    border-radius: 999px;
    background: #fff6cf;
    color: #8a6900;
    font-size: 11px;
    font-weight: 700;
}

.catalog-filter-group {
    padding: 18px 0;
    border-bottom: 1px solid #edf0f3;
}

.catalog-filter-group:last-child {
    border-bottom: 0;
}

.catalog-filter-group h4 {
    color: #202a34;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.catalog-filter-group .form-control {
    min-height: 42px;
    border-color: #dfe4e9;
    border-radius: 8px;
}

[data-catalog-results] > .d-flex {
    padding: 18px 22px;
    border: 1px solid #e5e9ed;
    border-radius: 14px;
    background: #fff;
}

[data-catalog-results] > .d-flex h1 {
    color: #192631;
    font-weight: 700;
}

.category-featured-top {
    padding: 22px;
    border: 1px solid #e8ebef;
    border-radius: 14px;
    background: #fafbfc;
}

.category-featured-top .section-title,
[data-catalog-results] .section-title {
    color: #192631;
}

.products-group .product-item__outer {
    height: 100%;
    margin: 0 8px 16px;
    border: 1px solid #e5e9ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 28, 36, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.products-group .product-item__outer:hover {
    border-color: #f0c52a;
    box-shadow: 0 14px 28px rgba(20, 28, 36, .12);
    transform: translateY(-3px);
}

.products-group .product-item__inner {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.products-group .product-item__body {
    flex: 1;
}

.products-group .electro-product-image {
    width: 100%;
    height: 190px;
    margin: 12px 0 16px;
    border-radius: 10px;
    background: #f4f7f9;
    object-fit: contain;
}

.products-group .product-item__title {
    min-height: 42px;
    line-height: 1.4;
}

.products-group .product-item__title a {
    color: #075fae;
}

.products-group .product-item__footer {
    margin-top: auto;
}

@media (max-width: 991.98px) {
    .catalog-filter-panel {
        position: static;
        margin-bottom: 22px;
    }
}

@media (max-width: 575.98px) {
    .catalog-breadcrumb-banner,
    .electro-catalog-slim-banner {
        min-height: 92px;
        height: 92px;
    }

    .catalog-breadcrumb-overlay {
        padding: 12px 14px;
        overflow: hidden;
    }

    .catalog-breadcrumb-overlay .breadcrumb {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 8px 10px;
        overflow-x: auto;
        border: 1px solid rgba(255, 255, 255, .28);
        border-radius: 999px;
        background: rgba(15, 23, 42, .34);
        font-size: 11px;
        line-height: 1.2;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .catalog-breadcrumb-overlay .breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .catalog-breadcrumb-overlay .breadcrumb-item {
        flex: 0 0 auto;
    }

    .catalog-breadcrumb-overlay .breadcrumb-item.active {
        flex: 0 1 auto;
        min-width: 0;
        max-width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    [data-catalog-results] > .d-flex {
        align-items: flex-start !important;
        gap: 14px;
    }

    .products-group .product-item__outer {
        margin-right: 5px;
        margin-left: 5px;
    }

    .products-group .electro-product-image {
        height: 145px;
    }
}

.storefront-toast-wrap {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1080;
    width: min(380px, calc(100vw - 36px));
    pointer-events: none;
}

.storefront-toast {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(51, 62, 72, .16);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    animation: storefront-toast-in .22s ease-out both, storefront-toast-out .24s ease-in 4.6s both;
}

.storefront-toast-success {
    color: #155724;
    border-left: 4px solid #28a745;
}

.storefront-toast-error {
    color: #721c24;
    border-left: 4px solid #dc3545;
}

.electro-page-content .form-control,
.electro-page-content .custom-select,
.electro-page-content .bootstrap-select > .dropdown-toggle,
.electro-page-content .input-group,
.electro-page-content .input-group > .form-control,
.electro-page-content .input-group > .input-group-prepend > .btn,
.electro-page-content .input-group > .input-group-append > .btn,
.electro-page-content .btn,
.electro-page-content .primary-btn,
.electro-page-content .secondary-btn,
.electro-page-content button,
.electro-page-content input,
.electro-page-content select,
.electro-page-content textarea {
    border-radius: 4px !important;
}

.electro-page-content .rounded-pill,
.electro-page-content .rounded-left-pill,
.electro-page-content .rounded-right-pill,
.electro-page-content .rounded-top-lg,
.electro-page-content .rounded-lg {
    border-radius: 4px !important;
}

.electro-page-content .rounded-circle,
.electro-page-content .badge,
.electro-page-content .btn-add-cart,
.electro-page-content .u-slick__arrow-normal,
.electro-page-content .single-heart,
.electro-page-content .share-dot {
    border-radius: 50% !important;
}

@keyframes storefront-toast-in {
    from {
        opacity: 0;
        transform: translate3d(0, -8px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes storefront-toast-out {
    to {
        opacity: 0;
        transform: translate3d(0, -8px, 0);
    }
}

.static-page-head {
    margin-bottom: 26px;
}

.static-page-head .eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #f28a00;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.static-page-head h1 {
    margin: 0 0 12px;
    color: #1f2d3d;
    font-size: clamp(2.3rem, 3vw, 4rem);
    line-height: 1.08;
    letter-spacing: -.04em;
    font-weight: 900;
}

.static-page-head p {
    margin: 0;
    color: #5f6f7d;
    font-size: 17px;
    line-height: 1.6;
}

.order-track-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 28px;
    align-items: center;
    padding: 30px 28px;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.03);
}

.order-track-panel form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.order-track-panel label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    color: #2a3a49;
    font-size: 15px;
    font-weight: 700;
}

.order-track-panel label span {
    display: inline-block;
    white-space: nowrap;
    color: #2a3a49;
}

.order-track-panel input {
    flex: 1 1 auto;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    border-radius: 12px !important;
    background: #fff;
    color: #1f2937;
    font-size: 15px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.order-track-panel button {
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px !important;
    background: linear-gradient(180deg, #f5c800 0%, #f0b400 100%);
    color: #1f2937;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(242, 138, 0, 0.16);
}

.order-track-panel button:hover,
.order-track-panel button:focus {
    background: linear-gradient(180deg, #f7d128 0%, #f2b900 100%);
    color: #1f2937;
}

.order-track-panel > div {
    display: grid;
    gap: 10px;
    align-content: center;
}

.order-track-panel h2 {
    margin: 0;
    color: #1f2d3d;
    font-size: clamp(1.8rem, 2vw, 2.5rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.02em;
}

.order-track-panel p {
    margin: 0;
    color: #5f6f7d;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .static-page-head h1 {
        font-size: 2.2rem;
    }

    .static-page-head p {
        font-size: 15px;
    }

    .order-track-panel {
        grid-template-columns: 1fr;
        padding: 22px 18px;
    }

    .order-track-panel form {
        display: grid;
    }

    .order-track-panel label {
        display: grid;
        gap: 8px;
    }

    .order-track-panel label span {
        white-space: normal;
    }

    .order-track-panel input,
    .order-track-panel button {
        width: 100%;
    }
}

.electro-header-search-form {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.electro-search-input-group {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(33, 42, 58, 0.08);
}

.electro-search-input {
    min-height: 54px;
    padding: 0 20px;
    border: 0 !important;
    border-radius: 999px 0 0 999px !important;
    background: transparent !important;
    color: #1f2937;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none !important;
}

.electro-search-input:focus {
    outline: none;
    box-shadow: none !important;
    border-color: transparent !important;
}

.electro-search-input::placeholder {
    color: #6b7280;
    font-weight: 400;
}

.electro-search-submit-wrap {
    margin-left: 0;
}

.electro-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    min-width: 56px;
    height: 54px;
    padding: 0;
    border: 0;
    border-radius: 0 999px 999px 0 !important;
    background: linear-gradient(180deg, #f5c800 0%, #f0b400 100%);
    color: #1f2937;
    box-shadow: none;
}

.electro-search-submit:hover,
.electro-search-submit:focus {
    background: linear-gradient(180deg, #f7d128 0%, #f2b900 100%);
    color: #1f2937;
}

.electro-search-submit .ec {
    font-size: 22px;
    line-height: 1;
}

.electro-mobile-search-wrap {
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    padding: 0 0 12px;
}

.electro-mobile-search-form {
    max-width: none;
}

.electro-mobile-search-wrap .electro-search-input-group {
    min-height: 48px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(20, 20, 22, 0.1);
}

.electro-mobile-search-wrap .electro-search-input {
    min-height: 48px;
    font-size: 14px;
    background: #fff !important;
}

.electro-mobile-search-wrap .electro-search-submit {
    width: 50px;
    min-width: 50px;
    height: 48px;
    background: linear-gradient(180deg, #f5c619 0%, #e3ad00 100%);
}

.mobile-header-search-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    color: #141416;
    border: 1px solid rgba(20, 20, 22, 0.08);
    box-shadow: 0 8px 18px rgba(20, 20, 22, 0.06);
    transition: transform .15s ease, box-shadow .15s ease;
}

.mobile-header-search-trigger:hover,
.mobile-header-search-trigger:focus {
    color: #1f2937;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(242, 138, 0, 0.2);
    text-decoration: none;
}

.mobile-header-search-trigger .ec {
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .electro-mobile-search-wrap {
        display: none !important;
    }

    .u-header__navbar-brand-center {
        display: flex;
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0;
    }

    .u-header__navbar-brand-center .electro-logo-img {
        max-width: 160px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 767px) {
    .u-header__section {
        background: #ffffff;
    }

    .bg-primary-down-lg {
        background: #ffffff;
    }

    .electro-logo-img {
        max-width: 220px;
        max-height: 80px;
    }
}

.electro-newsletter-wrap {
    background: linear-gradient(180deg, #f9fafb 0%, #eef3f7 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    padding: 30px 0 0;
}

.electro-newsletter-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.5fr);
    gap: 22px;
    align-items: center;
    padding: 24px 26px;
    border: 1px solid rgba(211, 218, 230, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.electro-newsletter-copy {
    display: grid;
    gap: 8px;
}

.electro-newsletter-kicker {
    color: #d97706;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.electro-newsletter-copy h6 {
    margin: 0;
    color: #1f2d3d;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.15;
}

.electro-newsletter-copy p {
    margin: 0;
    color: #526073;
    font-size: 14px;
    line-height: 1.65;
}

.electro-newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    align-items: center;
}

.electro-newsletter-form input[type="email"] {
    min-height: 52px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    border-radius: 12px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);
    padding: 0 16px;
    color: #1f2937;
    font-size: 15px;
}

.electro-newsletter-form button {
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #f5c800 0%, #f0b400 100%);
    color: #1f2937;
    font-size: 14px;
    font-weight: 900;
    padding: 0 22px;
    cursor: pointer;
}

.electro-newsletter-form button:hover,
.electro-newsletter-form button:focus {
    background: linear-gradient(180deg, #f7d128 0%, #f2b900 100%);
    color: #1f2937;
}

.electro-newsletter-consent {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #526073;
    font-size: 12px;
    line-height: 1.5;
}

.electro-newsletter-consent input {
    margin-top: 2px;
}

.u-header__section {
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.u-header-topbar {
    background: #f7f8fa;
    border-bottom: 1px solid #e9edf2;
}

.u-header-topbar__nav-link {
    color: #495a6e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.u-header-topbar__nav-link:hover {
    color: #f28a00;
    text-decoration: none;
}

.u-header-topbar__nav-item-border {
    padding-right: 14px;
    border-right: 1px solid rgba(61, 76, 95, 0.16);
}

.u-header__navbar-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    margin-right: 0;
}

.electro-logo-img {
    max-width: 640px;
    max-height: 184px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(31, 45, 61, 0.12));
}

@media (max-width: 767px) {
    .electro-logo-img {
        max-width: 380px;
        max-height: 110px;
    }

    .electro-newsletter-panel {
        grid-template-columns: 1fr;
        padding: 20px 18px;
    }

    .electro-newsletter-form {
        grid-template-columns: 1fr;
    }

    .electro-newsletter-form button {
        width: 100%;
    }
}

.bg-primary-down-lg {
    background: #ffffff;
}

.u-header__section {
    border-bottom: 1px solid rgba(20, 20, 22, 0.08);
    background: #ffffff;
}

.u-header-topbar {
    background: linear-gradient(180deg, #f7d344 0%, #f2c218 100%);
    border-bottom: 1px solid rgba(20, 20, 22, 0.08);
}

.u-header-topbar__nav-link {
    color: rgba(20, 20, 22, 0.9);
}

.u-header-topbar__nav-link:hover {
    color: #141416;
}

.u-header__navbar-brand-center {
    width: auto;
    min-width: 190px;
}

.u-header__navbar-brand-vertical .electro-logo-img {
    max-width: 200px;
    max-height: 60px;
}

.electro-logo-text {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #333e48;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.electro-logo-text strong:first-child,
.electro-logo-text i {
    color: #f28a00;
}

.electro-logo-text i {
    font-size: 22px;
}

.u-header__navbar-brand-center .electro-logo-img {
    max-width: 520px;
}

.u-header__navbar-brand-center .electro-logo-text {
    font-size: 25px;
}

.electro-header-nav-row {
    position: relative;
    z-index: 20;
    background: #fff;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.electro-header-vertical,
.electro-header-vertical .max-width-270,
.electro-header-vertical .min-width-270,
.electro-header-vertical .card {
    width: 270px;
    max-width: 270px;
    min-width: 270px;
}

.electro-header-vertical .vertical-menu {
    position: absolute;
    z-index: 120;
    width: 270px;
    max-width: 270px;
    top: 48px;
    overflow: visible;
}

.electro-header-vertical .vertical-menu.show,
.electro-header-vertical .vertical-menu.collapsing {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.electro-header-vertical .vertical-menu .card-body {
    overflow: visible;
    border: 1px solid #dfe6ef;
    border-top: 0;
    background: #fff;
    box-shadow: 0 22px 42px rgba(30, 48, 72, .16);
}

.electro-category-dropdown .card-body {
    padding: 8px 0 10px !important;
}

.electro-category-dropdown .card-body::before {
    content: "";
    display: block;
    height: 3px;
    margin: 0 16px 6px;
    background: linear-gradient(90deg, #fed700 0%, rgba(254, 215, 0, 0) 100%);
}

.electro-header-vertical .vertical-menu .navbar {
    background: #fff;
}

.electro-header-nav-row .electro-category-dropdown .navbar,
.electro-header-nav-row .electro-category-dropdown .u-header__navbar,
.electro-header-nav-row .electro-category-dropdown .u-header__navbar-collapse,
.electro-header-nav-row .electro-category-dropdown .u-header__navbar-nav,
.electro-header-nav-row .electro-category-dropdown .nav-item {
    min-height: 0;
    height: auto;
}

.electro-header-nav-row .electro-category-dropdown .u-header__navbar {
    padding: 0;
}

.electro-header-nav-row .electro-category-dropdown .u-header__navbar-nav {
    display: grid;
}

.electro-header-vertical .vertical-menu .u-header__nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    height: auto;
    padding: 10px 16px !important;
    border-bottom: 1px solid #eef2f6;
    background: #fff;
    color: #263442;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    transition: background .16s ease, color .16s ease, padding-left .16s ease;
}

.electro-header-vertical .vertical-menu .u-header__nav-link > span:last-child {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.electro-category-dot {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fed700;
    opacity: 0;
    transform: scale(.65);
    transition: opacity .16s ease, transform .16s ease;
}

.electro-header-vertical .vertical-menu .u-header__nav-link:hover {
    background: #fffbea;
    color: #263442;
    padding-left: 20px !important;
}

.electro-header-vertical .vertical-menu .u-header__nav-link:hover .electro-category-dot,
.electro-header-vertical .vertical-menu .u-header__nav-item:hover > .u-header__nav-link .electro-category-dot {
    opacity: 1;
    transform: scale(1);
}

.electro-header-vertical .vertical-menu .u-header__nav-link-toggle::after {
    margin-left: 12px;
    color: #9aa6b2;
    font-size: 13px;
    transition: transform .16s ease, color .16s ease;
}

.electro-header-vertical .vertical-menu .u-header__nav-item:hover > .u-header__nav-link-toggle::after {
    color: #263442;
    transform: translateX(2px);
}

.electro-header-vertical .vertical-menu .u-header__nav-item:last-child > .u-header__nav-link {
    border-bottom: 0;
}

.electro-category-all-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    margin: 8px 14px 0;
    padding: 9px 12px;
    border: 1px solid #f2d46d;
    background: #fffdf1;
    color: #263442;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.electro-category-all-link::after {
    content: "›";
    color: #d97800;
    font-size: 18px;
    line-height: 1;
}

.electro-category-all-link:hover {
    background: #fed700;
    color: #263442;
    text-decoration: none;
}

.electro-header-vertical .u-header__navbar,
.electro-header-vertical .u-header__navbar-collapse,
.electro-header-vertical .u-header__navbar-nav {
    display: block;
    width: 100%;
}

.electro-header-vertical .u-header__nav-item {
    display: block;
    width: 100%;
    position: relative;
}

.electro-header-vertical .hs-sub-menu {
    position: absolute !important;
    top: 0 !important;
    left: calc(100% - 1px) !important;
    z-index: 130;
    display: none;
    width: 270px !important;
    min-width: 270px !important;
    max-width: 320px;
    padding: 8px 0;
    margin: 0;
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 18px 36px rgba(30, 48, 72, .14);
    opacity: 0;
    visibility: hidden;
    transform: none !important;
}

.electro-header-vertical .u-header__nav-item:hover > .hs-sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.electro-header-vertical .hs-sub-menu:empty {
    display: none !important;
}

.electro-header-vertical .u-header__sub-menu-nav-link {
    min-height: auto;
    padding: 9px 16px;
    white-space: normal;
    line-height: 1.35;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
}

.electro-header-vertical .u-header__sub-menu-nav-link:hover {
    background: #fffbea;
    color: #263442;
}

.electro-header-nav-row > .row {
    align-items: stretch;
    flex-wrap: nowrap;
    min-height: 48px;
    height: 48px;
}

.electro-header-nav-row > .row > .col {
    min-width: 0;
    padding-right: 205px;
}

.electro-header-nav-row .navbar-nav {
    align-items: stretch;
    flex-wrap: nowrap;
}

.electro-header-nav-row .navbar,
.electro-header-nav-row .u-header__navbar,
.electro-header-nav-row .u-header__navbar-collapse,
.electro-header-nav-row .u-header__navbar-nav,
.electro-header-nav-row .nav-item {
    min-height: 48px;
    height: 48px;
}

.electro-header-nav-row .u-header__nav-link {
    min-height: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: .55rem;
    padding-right: .55rem;
    white-space: normal;
    line-height: 1.25;
    font-size: 13px;
}

.electro-header-nav-row .col-md-auto.d-none.d-xl-flex {
    position: absolute;
    top: 0;
    right: 15px;
    min-height: 48px;
    height: 48px;
    background: #fff;
    min-width: 170px;
    max-width: 190px;
    padding-left: 8px;
    padding-right: 0;
    align-items: center !important;
    justify-content: flex-end;
    overflow: hidden;
}

.electro-header-vertical .card-btn {
    min-height: 48px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center;
}

.electro-header-nav-row .col-md-auto.d-none.d-xl-flex .font-size-13 {
    min-width: 125px;
    font-size: 12px !important;
    line-height: 1.25;
    white-space: nowrap;
}

.electro-header-nav-row .col-md-auto.d-none.d-xl-flex a {
    white-space: nowrap;
}

.electro-support-subtitle {
    max-width: 150px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.electro-home-hero-shell {
    margin-top: 16px;
    margin-bottom: 20px;
}

.electro-home-hero-image {
    display: block;
    min-height: 360px;
    max-height: 440px;
    object-fit: cover;
    background: #f8f8f8;
    border-radius: 26px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.home-hero-slide {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 26px;
    background: linear-gradient(135deg, #0d1729 0%, #16263d 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.home-hero-slide::after {
    background: linear-gradient(90deg, rgba(15, 23, 42, .76), rgba(15, 23, 42, .38) 45%, rgba(15, 23, 42, .08));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.home-hero-overlay {
    color: #fff;
    display: grid;
    gap: 12px;
    left: clamp(22px, 5vw, 64px);
    max-width: min(510px, 62%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.home-hero-kicker {
    color: #fed700;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-hero-overlay h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
}

.home-hero-overlay p {
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.home-hero-button {
    align-items: center;
    background: #fed700;
    border-radius: 4px;
    color: #1f2d3d;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    justify-self: start;
    min-height: 44px;
    padding: 0 22px;
    text-decoration: none;
}

.home-hero-button:hover {
    background: #f4b000;
    color: #1f2d3d;
}

.section-title {
    position: relative;
    padding-bottom: 10px;
    color: #1f2d3d;
    font-weight: 900;
    letter-spacing: -.02em;
}

.section-title::after {
    content: "";
    display: block;
    width: 58px;
    height: 4px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f5c619 0%, rgba(245, 198, 25, 0.2) 100%);
}

.nav-tab-shop {
    gap: 10px;
}

.nav-tab-shop .nav-link {
    padding: 10px 18px;
    border: 1px solid rgba(31, 45, 61, 0.10);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: #405266;
    font-size: 13px;
    font-weight: 800;
    transition: all .18s ease;
}

.nav-tab-shop .nav-link.active,
.nav-tab-shop .nav-link:hover {
    background: linear-gradient(180deg, #fff9d8 0%, #fde89a 100%);
    border-color: rgba(245, 198, 25, 0.65);
    color: #1f2d3d;
    box-shadow: 0 10px 20px rgba(245, 198, 25, 0.15);
}

.electro-hero-img,
.electro-product-image {
    width: 100%;
    object-fit: contain;
}

.electro-hero-img {
    max-height: 420px;
}

.electro-product-image {
    height: 200px;
}

.electro-premium-label {
    display: inline-block;
    color: #f28a00;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.electro-premium-link {
    color: #1f2d3d;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.electro-premium-link:hover {
    color: #f28a00;
    text-decoration: none;
}

.electro-premium-categories {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 26px 18px;
    align-items: start;
}

.electro-premium-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 0;
    padding: 0 6px;
    text-decoration: none;
    transition: transform .18s ease, opacity .18s ease;
}

.electro-premium-category:hover {
    transform: translateY(-3px);
    text-decoration: none;
}

.electro-premium-category--featured {
    grid-column: auto;
}

.electro-premium-category__image,
.electro-premium-category__fallback {
    position: relative;
    display: block;
    width: 152px;
    height: 152px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f2b100;
    box-shadow: 0 12px 26px rgba(31, 45, 61, .12);
    background: linear-gradient(180deg, #f7f9fd 0%, #edf2f8 100%);
}

.electro-premium-category__image {
    filter: saturate(1.03) contrast(1.02);
}

.electro-premium-category__content {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    color: #1f2d3d;
}

.electro-premium-category__eyebrow {
    color: #f28a00;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.electro-premium-category__content strong {
    display: block;
    color: #1f2d3d;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.02em;
    text-transform: uppercase;
    text-align: center;
}

.electro-premium-category__content strong,
.electro-premium-category__cta {
    transition: transform .16s ease, box-shadow .16s ease;
}

.electro-premium-category:hover .electro-premium-category__cta {
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(242, 179, 0, 0.28);
}

.electro-premium-category__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    margin-top: 2px;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd552 0%, #f2b300 100%);
    color: #1f2d3d;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 10px 18px rgba(242, 179, 0, 0.22);
}

.electro-premium-category__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(55px, 4.5vw, 74px);
    font-weight: 900;
    color: #1f2d3d;
}

@media (max-width: 1200px) {
    .electro-premium-categories {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .brand-product-strip .compact-grid,
    .related-product-strip .compact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brand-product-strip .compact-grid > .product-item,
    .related-product-strip .compact-grid > .product-item {
        flex: 0 0 auto !important;
        max-width: none !important;
        width: 100% !important;
    }

    .electro-premium-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .electro-premium-category__image,
    .electro-premium-category__fallback {
        width: 116px;
        height: 116px;
    }

    .electro-premium-category__content strong {
        font-size: 14px;
    }

    .products-group > .product-item,
    .product-grid > .product-item,
    .category-featured-track > .product-item,
    .category-featured-four > .product-item,
    .compact-grid > .product-item {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

@media (max-width: 576px) {
    .brand-product-strip .compact-grid,
    .related-product-strip .compact-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .brand-product-strip .compact-grid > .product-item,
    .related-product-strip .compact-grid > .product-item {
        width: 100% !important;
    }

    .electro-premium-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .electro-premium-category__image,
    .electro-premium-category__fallback {
        width: 92px;
        height: 92px;
    }

    .electro-premium-category__content {
        gap: 5px;
    }

    .electro-premium-category__eyebrow {
        font-size: 8px;
    }

    .electro-premium-category__content strong {
        font-size: 11px;
    }

    .electro-premium-category__cta {
        min-width: 82px;
        padding: 8px 12px;
        font-size: 11px;
    }

    .products-group > .product-item,
    .product-grid > .product-item,
    .category-featured-track > .product-item,
    .category-featured-four > .product-item,
    .compact-grid > .product-item {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .product-item {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .product-item__title a {
        font-size: 13px;
    }

    .prodcut-price ins {
        font-size: 14px !important;
    }

    .product-item__footer a {
        font-size: 11px;
    }
}

.product-item {
    min-width: 0;
    padding: 0 8px 20px;
}

.product-item__outer {
    height: 100%;
}

.product-item__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 462px;
    overflow: hidden;
    position: relative !important;
    transform: none !important;
    padding: 18px 18px 14px !important;
    border: 1px solid #edf1f5;
    border-radius: 22px;
    background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}

.product-item__inner:hover {
    border-color: #dfe7f0;
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.09);
    transform: translateY(-4px);
}

.product-item__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding-bottom: 0 !important;
}

.product-item__body .d-block.text-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 210px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 18px;
    border: 1px solid #eff3f8;
    border-radius: 18px;
    background: linear-gradient(180deg, #f5f9ff 0%, #edf3f9 100%);
}

.product-item__body .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 32px;
    padding: 0 12px;
    border-radius: 999px !important;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    color: #fff;
}

.product-item__body .badge-primary {
    background: linear-gradient(180deg, #ffb722, #f28a00);
    box-shadow: 0 8px 18px rgba(242, 138, 0, 0.22);
}

.product-item__body .badge-success {
    background: linear-gradient(180deg, #f7dc6d, #e8a700);
    color: #1f2d3d;
}

.product-item__title {
    margin-bottom: 8px;
}

.product-item__title a {
    display: -webkit-box;
    min-height: 39px;
    overflow: hidden;
    color: #1b2c3b;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -.02em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-item__title a:hover {
    color: #f28a00;
    text-decoration: none;
}

.product-item__body .font-size-12.text-gray-5,
.product-item__body .font-size-12.text-gray-5:hover {
    color: #697684;
    font-weight: 700;
}

.product-item__body .flex-center-between {
    align-items: flex-end;
    gap: 12px;
    margin-top: auto;
    min-height: 62px;
}

.prodcut-price {
    min-width: 0;
}

.prodcut-price .text-gray-100 {
    display: grid;
    gap: 4px;
}

.prodcut-price del {
    color: #7d8997 !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.prodcut-price ins {
    color: #1d2a39 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.2;
    text-decoration: none !important;
}

.electro-product-card-form {
    display: inline;
}

.btn-add-cart {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #ffd75a, #f3b400) !important;
    color: #1d2a39 !important;
    box-shadow: 0 12px 22px rgba(243, 180, 0, 0.26);
}

.btn-add-cart i {
    font-size: 18px;
    line-height: 1;
}

.product-item__footer {
    display: block !important;
    flex: 0 0 auto;
    margin-top: 10px;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
}

.product-item__footer .border-top {
    border-top: 1px solid #eef2f7 !important;
    padding-top: 10px !important;
}

.product-item__footer a {
    color: #586879;
    font-size: 13px;
    font-weight: 700;
}

.product-item__footer a:hover {
    color: #f28a00;
    text-decoration: none;
}

.product-item:hover .product-item__inner,
.product-item__outer:hover .product-item__inner {
    height: 100%;
    min-height: 462px;
    position: relative !important;
    z-index: 1;
}

.product-grid,
.category-featured-track,
.category-featured-four,
.compact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 24px;
    padding-left: 0;
    list-style: none;
}

.product-grid > .product-item,
.category-featured-track > .product-item,
.category-featured-four > .product-item,
.compact-grid > .product-item,
.js-slide .product-item {
    max-width: none;
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    list-style: none;
}

.category-featured-top {
    position: relative;
}

.category-featured-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 0;
}

.category-inline-banners {
    display: grid;
    gap: 14px;
}

.category-inline-banner {
    align-items: center;
    background: #fff;
    border: 1px solid #e7eaf3;
    border-radius: 4px;
    display: block;
    min-height: 80px;
    overflow: hidden;
    text-decoration: none;
}

.category-inline-banner img,
.electro-catalog-slim-banner {
    aspect-ratio: 1120 / 80;
    border-radius: 4px !important;
    display: block;
    max-height: 120px;
    min-height: 72px;
    object-fit: cover;
    width: 100%;
}

.category-inline-banner span {
    background: #fed700;
    color: #1f2d3d;
    display: block;
    font-size: 22px;
    font-weight: 800;
    padding: 26px 30px;
}

.electro-section-title {
    border-bottom: 1px solid #e7eaf3;
}

.electro-footer {
    background: linear-gradient(180deg, #f4f6fa 0%, #edf2f8 100%);
    border-top: 1px solid #e3e8ef;
    color: #1f2d3d;
}

.electro-footer-main {
    padding: 42px 0 28px;
}

.electro-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 28px 40px;
}

.electro-footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.electro-footer-column h6 {
    margin: 0;
    color: #1f2d3d;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.electro-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.electro-footer-column li {
    margin-bottom: 10px;
}

.electro-footer-column a {
    color: #4a5867;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.electro-footer-column a:hover {
    color: #f28a00;
    text-decoration: none;
}

.electro-footer-bottom {
    padding: 18px 0 24px;
    border-top: 1px solid rgba(31, 45, 61, 0.08);
    background: rgba(15, 23, 42, 0.02);
    color: #536174;
    font-size: 14px;
    font-weight: 600;
}

.electro-empty {
    padding: 40px;
    border: 1px solid #e7eaf3;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.electro-cable-menu {
    border: 1px solid #e7eaf3;
    border-radius: 8px;
    background: #fff;
}

.electro-cable-menu a {
    display: block;
    padding: 10px 16px;
    color: #333e48;
    border-bottom: 1px solid #f0f2f5;
}

.electro-cable-menu a.active,
.electro-cable-menu a:hover {
    color: #333e48;
    background: #fed700;
    text-decoration: none;
}

.electro-cable-finder-img {
    max-width: 58%;
    object-fit: cover;
    opacity: .72;
}

.cable-finder-panel-row {
    align-items: stretch;
}

.cable-finder-panel {
    height: 100%;
    border: 1px solid rgba(33, 52, 71, 0.08) !important;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
}

.cable-finder-panel-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 144px;
    padding: 24px 28px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.cable-finder-panel-head::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 35, 50, 0.94) 0%, rgba(17, 60, 86, 0.97) 42%, rgba(20, 89, 127, 0.92) 100%);
}

.cable-finder-panel-orange .cable-finder-panel-head::after {
    background: linear-gradient(90deg, rgba(16, 24, 40, 0.97) 0%, rgba(58, 47, 20, 0.92) 42%, rgba(176, 122, 16, 0.95) 100%);
}

.cable-finder-panel-head .electro-cable-finder-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 245px;
    height: 100%;
    max-width: 42%;
    object-fit: cover;
    opacity: 0.22;
    filter: saturate(0.85);
}

.cable-finder-panel-head .cable-finder-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #f9d98a;
    font-size: 24px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.cable-finder-panel-head > div {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 6px;
    max-width: 70%;
}

.cable-finder-panel-head h3 {
    color: #fff;
    font-size: clamp(24px, 1.8vw, 34px);
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.cable-finder-panel-head p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.cable-finder-panel-body {
    display: grid;
    gap: 14px;
    padding: 22px 22px 18px;
    background: #fff;
}

.cable-finder-panel-body label {
    display: grid;
    gap: 8px;
    color: #243447;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.cable-finder-panel-body label span {
    display: block;
    margin-bottom: 0;
    color: #3d4c5f;
}

.cable-finder-fields {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr) 112px;
    align-items: end;
}

.cable-finder-panel-body .form-control {
    min-height: 46px;
    border: 1px solid #dfe6ee;
    border-radius: 10px;
    background: #fff;
    color: #1d2a39;
    font-size: 14px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);
}

.cable-finder-panel-body .form-control:disabled {
    background: #f5f7fa;
    color: #8b96a5;
}

.cable-finder-panel-body .btn {
    min-height: 46px;
    min-width: 112px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffcf3d, #f7b900);
    color: #1d2a39;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(247, 185, 0, 0.28);
}

.cable-finder-panel-body .btn:hover {
    background: linear-gradient(180deg, #ffd857, #f4b900);
    color: #15212f;
}

.cable-finder-root-link {
    justify-self: start;
    color: var(--front-orange);
    font-size: 13px;
    font-weight: 700;
}

.cable-finder-root-link:hover {
    color: #333e48;
    text-decoration: none;
}

.electro-category-thumb {
    height: 90px;
    object-fit: contain;
}

.electro-catalog-slim-banner {
    display: block;
    height: 96px;
    max-height: 112px;
    object-fit: cover;
    object-position: center;
    background: #f8f8f8;
}

.electro-quote-product-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.electro-brand-card {
    transition: box-shadow .2s ease, transform .2s ease;
}

.electro-brand-card:hover {
    box-shadow: 0 12px 32px rgba(51, 62, 72, .1);
    transform: translateY(-2px);
}

.electro-brand-logo {
    min-height: 110px;
}

.electro-brand-logo img {
    max-height: 90px;
    object-fit: contain;
}

.electro-blog-image {
    height: 210px;
    background: #f8f8f8;
}

.electro-blog-image img {
    height: 100%;
    object-fit: cover;
}

.listing-hero,
.content-page,
.section {
    padding: 34px 0;
}

.static-content-page {
    background: #f8fafc;
}

.content-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
    color: #77838f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.content-breadcrumb a {
    color: #111827;
    text-decoration: none;
}

.content-breadcrumb a:hover {
    color: var(--front-orange);
}

.content-breadcrumb span::before {
    content: ">";
    margin-right: 7px;
    color: #c7ced9;
}

.static-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 26px;
    padding: 34px;
    border: 1px solid #e1e7f0;
    border-top: 4px solid var(--front-yellow);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(51, 62, 72, .06);
}

.static-page-hero h1 {
    color: #263442;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.14;
    margin: 0 0 10px;
}

.static-page-hero p {
    max-width: 820px;
    color: #5f6c72;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.static-page-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.static-page-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.static-page-side {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 4px;
    padding: 18px;
    border: 1px solid #e1e7f0;
    border-radius: 8px;
    background: #fff;
}

.static-page-side strong {
    display: block;
    margin-bottom: 8px;
    color: #263442;
    font-size: 15px;
    font-weight: 800;
}

.static-page-side a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 10px;
    border-left: 3px solid transparent;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.static-page-side a:hover {
    border-color: var(--front-yellow);
    background: #fffbea;
    color: #263442;
}

.static-rich-content {
    min-height: 280px;
}

.listing-hero-inner,
.content-grid,
.static-page-head,
.section-head {
    max-width: 100%;
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 30px;
    align-items: start;
}

.about-page {
    background: #f8fafc;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    align-items: stretch;
}

.about-hero-copy,
.about-main-content,
.about-mission-panel {
    box-shadow: 0 10px 30px rgba(51, 62, 72, .05);
}

.about-hero-copy {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 24px 32px;
    align-items: end;
    min-height: 230px;
}

.about-hero-left,
.about-hero-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.about-hero-right {
    align-items: flex-end;
    text-align: right;
}

.about-hero-left .eyebrow,
.about-hero-right .eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #f28a00;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.about-hero-copy .about-hero-left p {
    max-width: 100%;
    margin: 0;
    color: #5f6c72;
    font-size: 15px;
    line-height: 1.7;
}

.about-hero-copy h1 {
    margin: 0;
    color: #1f2d3d;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.04;
    font-weight: 900;
}

.about-hero-copy .about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 18px;
}

.about-hero-copy .about-stat-grid {
    grid-column: 1 / -1;
    margin-top: 10px;
}

.about-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.about-stat {
    display: grid;
    gap: 6px;
    padding: 18px 16px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid #efe8d0;
    border-radius: 12px;
}

.about-stat strong {
    color: #1f2d3d;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.about-stat span {
    color: #516174;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.about-feature-card {
    display: grid;
    gap: 10px;
    padding: 24px 20px;
    background: #fff;
    border: 1px solid #e7eaf3;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(51, 62, 72, .04);
}

.about-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff6d5 0%, #ffe58a 100%);
    color: #1f2d3d;
    font-size: 20px;
}

.about-feature-card h3 {
    color: #1f2d3d;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.about-feature-card p {
    margin: 0;
    color: #5f6c72;
    font-size: 14px;
    line-height: 1.65;
}

.about-trust-panel {
    display: grid;
    gap: 12px;
    margin-top: 30px;
    padding: 26px;
    border: 1px solid #e7eaf3;
    border-radius: 18px;
    background: linear-gradient(135deg, #fffdf5 0%, #f9fafc 100%);
}

.about-trust-panel strong {
    color: #1f2d3d;
    font-size: 18px;
    font-weight: 900;
}

.about-trust-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.about-trust-list span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 14px;
    font-weight: 700;
}

.about-trust-list span::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fef3c7;
    color: #a16207;
    font-size: 12px;
    font-weight: 900;
}

.about-cta-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 30px;
    padding: 24px 26px;
    border: 1px solid #f1d36b;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff9e6 0%, #fffdf9 100%);
}

.about-cta-panel h3 {
    margin: 0;
    color: #1f2d3d;
    font-size: 24px;
    font-weight: 900;
}

.about-cta-panel p {
    margin: 6px 0 0;
    color: #58697a;
    font-size: 14px;
}

.about-cta-panel .about-hero-actions {
    margin-top: 0;
}

@media (max-width: 767px) {
    .about-stat-grid,
    .about-feature-grid,
    .about-trust-list {
        grid-template-columns: 1fr;
    }

    .about-hero-grid,
    .about-content-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-copy h1 {
        font-size: 28px;
    }

    .about-cta-panel {
        align-items: flex-start;
        display: grid;
    }
}

.about-hero-copy h1 {
    color: #333e48;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.14;
    margin: 0 0 12px;
}

.about-hero-copy p {
    max-width: 760px;
    color: #5f6c72;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.about-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: 30px;
    align-items: start;
    margin-top: 30px;
}

.about-main-content,
.about-mission-panel {
    min-height: 170px;
}

.about-main-content p,
.about-mission-panel span {
    color: #5f6c72;
    line-height: 1.7;
}

.about-mission-panel {
    display: grid;
    gap: 14px;
}

.about-mission-panel span {
    display: grid;
    gap: 5px;
}

.corporate-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.corporate-value-grid article {
    display: grid;
    gap: 8px;
    padding: 22px;
    border: 1px solid #e1e7f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(51, 62, 72, .045);
}

.corporate-value-grid strong {
    color: #263442;
    font-size: 16px;
    font-weight: 800;
}

.corporate-value-grid span {
    color: #5f6c72;
    font-size: 14px;
    line-height: 1.65;
}

.rich-content,
.info-panel,
.form-panel,
.auth-card,
.account-drawer-card,
.static-info-grid article,
.order-track-panel,
.price-list-card,
.quick-quote-panel,
.empty-state {
    border: 1px solid #e7eaf3;
    border-radius: 8px;
    background: #fff;
}

.rich-content {
    color: #334155;
    font-size: 14px;
    line-height: 1.8;
    box-shadow: 0 12px 30px rgba(51, 62, 72, .045);
}

.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4 {
    color: #263442;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 12px;
}

.rich-content h1 {
    font-size: 28px;
}

.rich-content h2 {
    font-size: 22px;
    margin-top: 8px;
}

.rich-content h3 {
    font-size: 18px;
}

.rich-content p,
.rich-content ul,
.rich-content ol,
.rich-content table {
    margin-bottom: 16px;
}

.rich-content ul,
.rich-content ol {
    padding-left: 20px;
}

.rich-content li {
    margin-bottom: 8px;
}

.rich-content a {
    color: var(--front-orange);
    font-weight: 800;
}

.rich-content table {
    width: 100%;
    border-collapse: collapse;
}

.rich-content th,
.rich-content td {
    padding: 12px;
    border: 1px solid #e1e7f0;
    text-align: left;
    vertical-align: top;
}

.rich-content th {
    background: #fffbea;
    color: #263442;
    font-weight: 800;
}

.rich-content,
.info-panel,
.form-panel,
.auth-card,
.account-drawer-card,
.static-info-grid article {
    padding: 24px;
}

.form-panel input,
.form-panel textarea,
.auth-card input,
.auth-card textarea,
.account-drawer-card input,
.password-field input {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.form-panel textarea,
.auth-card textarea {
    min-height: 120px;
}

.dealer-file-field {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 14px;
    border: 1px dashed #d7dee6;
    border-radius: 6px;
    background: #f8fafc;
}

.dealer-file-field span {
    color: #333e48;
    font-size: 13px;
    font-weight: 800;
}

.dealer-file-field span b {
    color: #dc3545;
}

.dealer-file-field input[type="file"] {
    min-height: auto;
    padding: 9px 10px;
    border: 1px solid #d7dee6;
    background: #fff;
}

.dealer-file-field small {
    color: #6b7680;
    font-size: 12px;
    line-height: 1.45;
}

.form-panel button,
.auth-card button,
.account-primary,
.primary-btn {
    min-height: 44px;
    border: 0;
    border-radius: 4px;
    background: #fed700;
    color: #333e48;
    font-weight: 700;
}

.static-info-grid,
.price-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.order-track-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
    gap: 24px;
    padding: 24px;
}

.price-list-card {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
}

.price-list-card img {
    max-width: 130px;
    max-height: 56px;
    object-fit: contain;
}

.price-lists-page {
    background: #fafafa;
}

.price-lists-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 28px;
    align-items: end;
    margin-bottom: 28px;
    padding: 32px;
    border: 1px solid #e7eaf3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(51, 62, 72, .05);
}

.price-lists-hero h1 {
    color: #333e48;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 10px;
}

.price-lists-hero p {
    max-width: 760px;
    color: #5f6c72;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.price-list-search {
    display: grid;
    gap: 8px;
}

.price-list-search label {
    color: #333e48;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.price-list-search div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    min-height: 52px;
    border: 2px solid var(--front-yellow);
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
}

.price-list-search i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333e48;
}

.price-list-search input {
    width: 100%;
    min-height: 48px;
    border: 0;
    outline: 0;
    color: #333e48;
    font-size: 14px;
}

.price-list-brand-grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
}

.price-list-brand-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 150px;
    padding: 18px;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.price-list-brand-card:hover {
    border-color: var(--front-yellow);
    box-shadow: 0 12px 30px rgba(51, 62, 72, .08);
    transform: translateY(-2px);
}

.price-list-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 76px;
    padding: 10px;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    background: #fff;
}

.price-list-brand-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.price-list-brand-logo b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--front-yellow);
    color: #333e48;
    font-size: 22px;
    font-weight: 800;
}

.price-list-brand-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.price-list-brand-copy strong {
    color: #333e48;
    font-size: 16px;
    font-weight: 800;
}

.price-list-brand-copy span {
    color: #6b7680;
    font-size: 13px;
    line-height: 1.45;
}

.price-list-brand-card > a {
    grid-column: 1 / -1;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 38px;
    border-radius: 4px;
    background: var(--front-yellow);
    color: #333e48;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.price-list-brand-card > a:hover {
    background: var(--front-orange);
    color: #fff;
}

.price-list-empty-state {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 180px;
    margin: 0;
    padding: 30px;
    border: 1px dashed #d7dee7;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff, #f8fafc);
}

.price-list-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #fff4c2;
    color: #b17a00;
    font-size: 25px;
}

.price-list-empty-state h2 {
    margin: 0 0 6px;
    color: #243647;
    font-size: 20px;
    font-weight: 800;
}

.price-list-empty-state p {
    max-width: 620px;
    margin: 0;
    color: #6b7680;
    line-height: 1.6;
}

.price-list-search-empty {
    margin-top: 18px;
    padding: 24px;
}

.price-list-commercial-head {
    margin-top: 36px;
}

.category-page-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.category-carousel-section {
    overflow: hidden;
}

.category-carousel-shell {
    position: relative;
}

.category-carousel {
    display: block;
    margin-right: -12px;
    margin-left: -12px;
}

.category-carousel .slick-track {
    display: flex;
}

.category-carousel .slick-slide {
    height: auto;
}

.category-carousel .slick-slide > div,
.category-carousel-slide {
    height: 100%;
}

.category-carousel-slide {
    padding: 0 12px;
}

.category-family {
    display: grid;
    min-height: 100%;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.category-family:hover {
    border-color: var(--front-yellow);
    box-shadow: 0 12px 30px rgba(51, 62, 72, .08);
    transform: translateY(-2px);
}

.category-family-main {
    display: grid;
    gap: 14px;
    padding: 18px 18px 14px;
    color: #333e48;
    text-decoration: none;
}

.category-family-main:hover {
    color: #333e48;
    text-decoration: none;
}

.category-family-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 112px;
    background: #f8f8f8;
}

.category-family-image img {
    max-width: 100%;
    max-height: 92px;
    object-fit: contain;
}

.category-family-image b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--front-yellow);
    color: #333e48;
    font-size: 26px;
    font-weight: 800;
}

.category-family-main strong,
.category-family-main small {
    display: block;
}

.category-family-copy {
    display: grid;
    gap: 6px;
    min-height: 66px;
}

.category-family-main strong {
    display: -webkit-box;
    overflow: hidden;
    min-height: 22px;
    color: var(--front-yellow);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.category-family-main small {
    display: -webkit-box;
    overflow: hidden;
    color: #6b7680;
    font-size: 12px;
    line-height: 1.45;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.category-family-main em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #f2d36b;
    border-radius: 4px;
    background: #fffdf1;
    color: #333e48;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.category-children {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-self: end;
    padding: 0 18px 18px;
}

.category-children a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid var(--front-line);
    border-radius: 4px;
    background: #fff;
    color: #333e48;
    font-size: 12px;
    font-weight: 600;
}

.category-children a:hover,
.category-children .category-more-link {
    border-color: var(--front-yellow);
    color: var(--front-orange);
    text-decoration: none;
}

.category-reference-page {
    background: #f8fafc;
    border-bottom: 1px solid var(--front-line);
    padding: 22px 0 20px;
}

.category-reference-breadcrumb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    color: #77838f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 18px;
}

.category-reference-breadcrumb a {
    color: #111827;
}

.category-reference-breadcrumb a::after {
    content: none;
}

.category-reference-title {
    display: grid;
    gap: 6px;
    margin-bottom: 18px;
}

.category-reference-title h1 {
    color: #263442;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.category-reference-title p {
    color: #5f6c72;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.category-reference-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-reference-menu a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #e1e7f0;
    background: #fff;
    color: #263442;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 14px;
    text-decoration: none;
}

.category-reference-menu a:hover {
    background: var(--front-yellow);
    border-color: var(--front-yellow);
    color: #333e48;
    text-decoration: none;
}

.category-directory-section {
    background: #f8fafc;
    padding: 28px 0 54px;
}

.category-reference-list {
    display: grid;
    gap: 20px;
}

.category-reference-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-reference-block {
    display: flex;
    flex-direction: column;
    gap: 18px;
    border: 1px solid #e1e7f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(30, 48, 72, .045);
    min-height: 330px;
    padding: 18px;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.category-reference-block:hover {
    border-color: #f0ce55;
    box-shadow: 0 18px 42px rgba(30, 48, 72, .08);
}

.category-reference-card-top {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 15px;
    align-content: start;
    align-items: center;
}

.category-reference-image {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e1e7f0;
    border-radius: 6px;
    display: flex;
    height: 86px;
    justify-content: center;
    width: 104px;
    overflow: hidden;
}

.category-reference-image img {
    height: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    padding: 0;
    width: 100%;
}

.category-reference-image span {
    align-items: center;
    background: var(--front-yellow);
    color: #333e48;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    text-transform: uppercase;
    width: 42px;
}

.category-reference-copy {
    min-width: 0;
}

.category-reference-copy h2 {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.category-reference-copy h2 a {
    color: #263442;
    text-decoration: none;
}

.category-reference-copy p {
    color: #66717d;
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
}

.category-reference-all,
.category-reference-more {
    justify-self: start;
    color: var(--front-orange);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.category-reference-all {
    align-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #f2d46d;
    background: #fffdf1;
    color: #263442;
}

.category-reference-all::after {
    content: "›";
    margin-left: 8px;
    color: #d97800;
    font-size: 18px;
    line-height: 1;
}

.category-reference-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-content: start;
    min-height: 116px;
    padding-top: 14px;
    border-top: 1px solid #edf1f5;
}

.category-reference-group {
    min-width: 0;
}

.category-reference-subtitle {
    color: #263442;
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.category-reference-links {
    display: grid;
    gap: 6px;
}

.category-reference-links a {
    color: #52606d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.category-reference-links a::before {
    background: var(--front-yellow);
    content: "";
    display: inline-block;
    height: 5px;
    margin: 0 8px 2px 0;
    width: 5px;
}

.category-reference-muted {
    display: block;
    color: #66717d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.category-reference-copy h2 a:hover,
.category-reference-subtitle:hover,
.category-reference-links a:hover,
.category-reference-all:hover,
.category-reference-more:hover,
.category-reference-breadcrumb a:hover {
    color: var(--front-orange);
    text-decoration: none;
}

.listing-hero {
    background: #fafafa;
    border-bottom: 1px solid var(--front-line);
}

.listing-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.listing-hero h1 {
    color: #333e48;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.18;
    margin: 0 0 8px;
}

.customer-dashboard-hero {
    margin-top: 0;
    padding: 34px 0;
}

.customer-dashboard-hero .listing-hero-inner {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.customer-dashboard-hero .brand-catalog-hero-link {
    flex: 0 0 auto;
    min-width: 126px;
}

.quote-dashboard-hero .listing-hero-inner {
    align-items: center;
}

.quote-page-shell {
    padding-top: 22px;
}

.quote-list-panel,
.quote-summary-panel,
.quote-request-form {
    overflow: hidden;
    border-color: var(--front-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 28px rgba(51, 62, 72, .05);
}

.quote-panel-head {
    min-height: 78px;
    background: #fffdf1;
}

.quote-panel-head h2,
.quote-summary-panel h2,
.quote-request-form h2 {
    color: #333e48;
    font-weight: 800;
}

.customer-quote-hero .listing-hero-inner {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.customer-quote-actions {
    display: grid;
    gap: 8px;
    min-width: 146px;
}

.customer-quote-actions form {
    margin: 0;
}

.customer-quote-actions .brand-catalog-hero-link {
    width: 100%;
}

.customer-quote-detail-section {
    background: #fff;
    padding-top: 34px;
}

.customer-quote-detail {
    max-width: 1180px;
}

.customer-quote-detail-card {
    box-shadow: 0 10px 28px rgba(51, 62, 72, .05);
}

.customer-quote-detail-card > .section-head {
    background: #fffdf1;
    padding: 22px 24px;
}

.customer-quote-detail-card > .section-head > strong {
    color: #333e48;
    font-size: 22px;
    font-weight: 900;
    white-space: nowrap;
}

.customer-quote-lines {
    display: grid;
}

.customer-quote-lines article {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1.4fr) 128px 160px 170px;
    padding: 16px 24px;
    border-bottom: 1px solid var(--front-line);
}

.customer-quote-lines article:nth-child(even) {
    background: #fafbfc;
}

.customer-quote-lines article strong {
    color: #333e48;
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.customer-quote-lines article div span,
.customer-quote-lines article small {
    color: #77838f;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 4px;
}

.customer-quote-lines article > span {
    color: #5f6c72;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.customer-quote-lines article > span:nth-child(3),
.customer-quote-lines article b {
    text-align: right;
}

.customer-quote-lines article b {
    color: #333e48;
    font-size: 15px;
    font-weight: 900;
}

.customer-quote-lines > p {
    color: #77838f;
    margin: 0;
    padding: 22px 24px;
}

.customer-quote-totals {
    display: grid;
    gap: 9px;
    max-width: 380px;
    margin-left: auto;
    padding: 22px 24px 24px;
}

.customer-quote-totals div {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.customer-quote-totals span {
    color: #66717d;
}

.customer-quote-totals b {
    color: #333e48;
    font-weight: 900;
}

.customer-quote-totals .grand {
    border-top: 1px solid var(--front-line);
    margin-top: 4px;
    padding-top: 12px;
}

.customer-quote-totals .grand b {
    color: var(--front-orange);
    font-size: 21px;
}

.quote-delivery-note {
    margin: 0;
    padding: 0 24px 24px;
    color: #77838f;
    font-size: 13px;
}

.quote-panel-head .btn,
.quote-summary-panel .btn,
.quote-request-form .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 38px;
    border-radius: 4px;
    font-weight: 700;
}

.quote-list-panel .table {
    color: #333e48;
}

.quote-list-panel thead th {
    border-bottom: 1px solid var(--front-line) !important;
    background: #f8fafc;
    color: #6b7680;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.quote-list-panel tbody tr {
    transition: background .16s ease;
}

.quote-list-panel tbody tr:hover {
    background: #fffdf1;
}

.quote-list-panel td {
    border-top: 1px solid var(--front-line);
}

.quote-list-panel .form-control {
    min-height: 42px;
    border-color: #e1e5ee;
    border-radius: 4px;
    font-weight: 700;
}

.quote-summary-panel {
    position: sticky;
    top: 16px;
}

.quote-summary-panel > div {
    align-items: center;
    min-height: 32px;
    color: #5f6c72;
}

.quote-summary-panel strong {
    color: #333e48;
}

.quote-summary-panel .text-red {
    color: var(--front-orange) !important;
    font-weight: 800;
}

.quote-request-form .form-group {
    margin-bottom: 16px;
}

.quote-request-form .form-label {
    color: #5f6c72;
    font-size: 12px;
    font-weight: 800;
}

.quote-request-form .form-control {
    min-height: 44px;
    border-color: #e1e5ee;
    border-radius: 4px;
}

.listing-hero p,
.section-head p {
    color: #5f6c72;
    line-height: 1.6;
    margin: 0;
}

.eyebrow {
    display: block;
    color: var(--front-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 6px;
}

.brand-catalog-hero-link,
.primary-btn,
.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.brand-catalog-hero-link,
.primary-btn {
    border: 1px solid var(--front-yellow);
    background: var(--front-yellow);
    color: #333e48;
}

.secondary-btn {
    border: 1px solid var(--front-line);
    background: #fff;
    color: #333e48;
}

.section-head.split,
.quick-quote-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.section-head h2,
.quick-quote-head h2,
.quick-quote-head h3 {
    color: #333e48;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 6px;
}

.product-single-section {
    background: #fff;
    padding: 20px 0 42px;
}

.product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    color: #8f979e;
    font-size: 12px;
    margin-bottom: 18px;
}

.product-breadcrumb a {
    color: #f28a00;
}

.product-breadcrumb strong {
    color: #333e48;
    font-weight: 700;
}

.single-deal-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 60px;
    margin-bottom: 18px;
    padding: 12px 18px;
    border-radius: 8px;
    background: #333e48;
    color: #fff;
}

.single-deal-bar > strong {
    color: var(--front-yellow);
    font-size: 17px;
    font-weight: 700;
}

.single-countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.single-countdown span {
    color: #d9dee3;
    font-size: 12px;
    font-weight: 700;
}

.single-countdown b {
    display: grid;
    justify-items: center;
    min-width: 44px;
    height: 40px;
    padding: 3px 6px;
    border-radius: 4px;
    background: #fff;
    color: #333e48;
}

.single-countdown i {
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.single-countdown small {
    color: #6b7680;
    font-size: 10px;
}

.product-single-layout {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) minmax(480px, 480px);
    gap: 18px;
    align-items: stretch;
}

.product-thumb-rail {
    display: grid;
    align-content: start;
    gap: 10px;
    max-height: 520px;
    overflow-y: auto;
}

.product-thumb-rail button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    aspect-ratio: 1 / 1;
    padding: 6px;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.product-thumb-rail button.active,
.product-thumb-rail button:hover {
    border-color: var(--front-yellow);
    box-shadow: inset 0 0 0 1px var(--front-yellow);
}

.product-thumb-rail img {
    width: 100%;
    height: 100%;
    max-height: 64px;
    object-fit: contain;
}

.product-gallery-panel,
.product-buy-panel {
    position: relative;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    background: #fff;
}

.product-gallery-panel {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 520px;
    padding: 28px;
}

.single-main-image,
.single-main-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.single-main-image {
    min-height: 380px;
}

.single-main-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 390px;
    object-fit: contain;
}

.single-discount-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 7px 10px;
    border-radius: 4px;
    background: var(--front-orange);
    color: #fff;
    font-weight: 700;
}

.gallery-arrow {
    position: absolute;
    top: 48%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--front-line);
    border-radius: 50%;
    background: #fff;
    color: #333e48;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.gallery-arrow.is-left {
    left: 16px;
}

.gallery-arrow.is-right {
    right: 16px;
}

.single-gallery-benefits {
    display: grid;
    gap: 10px;
    border-top: 1px solid var(--front-line);
    padding-top: 16px;
}

.benefit-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #28b95f;
    border-radius: 3px;
    background: #fff;
    color: #18a74f;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    transition: background-color .18s ease, color .18s ease;
}

.benefit-whatsapp:hover {
    background: #21a65b;
    color: #fff;
}

.benefit-whatsapp span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #30c861;
    color: #fff;
    font-size: 15px;
}

.benefit-whatsapp:hover span {
    background: #fff;
    color: #21a65b;
}

.single-whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 6px;
    background: #21a65b;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.product-buy-panel {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 22px;
}

.single-brand-logo img {
    max-height: 42px;
    object-fit: contain;
}

.product-buy-panel h1 {
    color: #333e48;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding-right: 42px;
}

.single-code,
.single-delivery {
    color: #6b7680;
    margin: 0;
}

.single-price-box {
    display: grid;
    gap: 8px;
    padding: 14px 0;
    border-top: 1px solid var(--front-line);
    border-bottom: 1px solid var(--front-line);
}

.single-price-box del {
    color: #9aa3ab;
}

.single-price-box strong {
    color: var(--front-orange);
    font-size: 26px;
    font-weight: 700;
}

.single-price-box small {
    color: #6b7680;
}

.single-price-box div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.single-price-box div b {
    color: var(--front-green);
}

.single-cart-form {
    display: grid;
    gap: 10px;
}

.single-qty {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    min-height: 44px;
    border: 1px solid var(--front-line);
    border-radius: 4px;
    overflow: hidden;
}

.single-qty button {
    border: 0;
    background: #f8f8f8;
    color: #333e48;
    font-size: 18px;
    cursor: pointer;
}

.single-qty input {
    min-height: 42px;
    border: 0;
    text-align: center;
}

.single-action-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.single-cart-button,
.single-buy-button {
    min-height: 44px;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
}

.single-cart-button {
    background: var(--front-yellow);
    color: #333e48;
}

.single-buy-button {
    background: #333e48;
    color: #fff;
}

.single-favorite-form {
    position: absolute;
    top: 20px;
    right: 20px;
}

.single-heart {
    width: 38px;
    height: 38px;
    border: 1px solid var(--front-line);
    border-radius: 50%;
    background: #fff;
    color: var(--front-orange);
    font-size: 20px;
    cursor: pointer;
}

.single-heart.is-active {
    background: var(--front-orange);
    color: #fff;
}

.single-share-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    color: #6b7680;
}

.single-related-products {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}

.single-related-products h2 {
    color: #333e48;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.single-related-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-related-card {
    border: 1px solid var(--front-line);
    border-radius: 4px;
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 7px;
}

.single-related-card:hover {
    border-color: var(--front-orange);
}

.single-related-image {
    align-items: center;
    background: #fff;
    display: flex;
    height: 76px;
    justify-content: center;
}

.single-related-image img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.single-related-card small {
    color: #7a858e;
    font-size: 10px;
}

.single-related-card strong {
    color: #333e48;
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.35;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single-related-card b {
    color: var(--front-orange);
    font-size: 12px;
}

.share-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid var(--front-line);
    border-radius: 50%;
}

.product-detail-section {
    background: #fff;
    padding-top: 12px;
}

.product-description {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: start;
    padding: 24px;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    background: #fff;
}

.detail-side-tabs {
    display: grid;
    gap: 10px;
}

.detail-side-tabs a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid var(--front-line);
    border-radius: 6px;
    color: #333e48;
    font-weight: 600;
}

.detail-side-tabs a.active,
.detail-side-tabs a:hover {
    border-color: var(--front-yellow);
    background: #fff8dc;
    text-decoration: none;
}

.detail-main-copy {
    min-width: 0;
}

.product-html h2,
.product-html h3 {
    color: #333e48;
    font-weight: 700;
}

.product-html h2 {
    font-size: 24px;
    margin: 0 0 12px;
}

.product-html h3 {
    font-size: 20px;
    margin: 24px 0 10px;
}

.product-html,
.product-html p {
    color: #333e48;
    font-size: 14px;
    line-height: 1.7;
}

.detail-info-strip {
    display: grid;
    gap: 5px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--front-line);
}

.detail-main-copy > .detail-tab-panel {
    display: none;
}

.detail-main-copy > .detail-tab-panel.is-active {
    display: block;
}

.detail-main-copy > .detail-info-strip.detail-tab-panel.is-active {
    display: grid;
}

.detail-info-strip span {
    color: #5f6c72;
    line-height: 1.6;
}

.product-tab-content {
    color: #5f6c72;
    font-size: 14px;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.product-tab-content :first-child {
    margin-top: 0;
}

.product-tab-content :last-child {
    margin-bottom: 0;
}

.product-payment-template,
.product-recommendation-form,
.product-suggestion-form,
.product-return-template {
    color: #5f6c72;
    font-size: 14px;
    line-height: 1.55;
}

.product-payment-summary {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 14px;
}

.product-payment-summary > div {
    align-items: center;
    border: 1px solid var(--front-line);
    display: flex;
    justify-content: space-between;
    padding: 13px 15px;
}

.product-payment-summary strong {
    color: #222;
}

.product-payment-note {
    margin: 0 0 16px;
}

.product-payment-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-payment-bank {
    border: 1px solid var(--front-line);
    min-width: 0;
}

.product-payment-bank h3 {
    align-items: center;
    background: #f7f7f7;
    color: #222;
    display: flex;
    font-size: 14px;
    justify-content: center;
    min-height: 44px;
    margin: 0;
    padding: 8px;
    text-align: center;
}

.product-payment-table > div {
    display: grid;
    grid-template-columns: .65fr 1.2fr 1.2fr;
}

.product-payment-table span {
    border-top: 1px solid var(--front-line);
    color: #5f6c72;
    padding: 9px 6px;
    text-align: center;
}

.product-payment-table-head span {
    color: #222;
    font-size: 12px;
    font-weight: 700;
}

.product-recommendation-fields,
.product-suggestion-fields {
    display: grid;
    gap: 12px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-recommendation-fields label,
.product-suggestion-fields label {
    color: #5f6c72;
    display: grid;
    gap: 6px;
}

.product-recommendation-fields label span,
.product-suggestion-fields label span {
    color: #f28b00;
}

.product-recommendation-fields input,
.product-recommendation-fields textarea,
.product-suggestion-fields input,
.product-suggestion-fields textarea,
.product-suggestion-fields select {
    background: #fff;
    border: 1px solid var(--front-line);
    border-radius: 2px;
    color: #333e48;
    font: inherit;
    min-height: 42px;
    padding: 10px 12px;
    width: 100%;
}

.product-recommendation-fields textarea,
.product-suggestion-fields textarea {
    resize: vertical;
}

.product-recommendation-message,
.product-suggestion-fields label:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 4;
}

.product-recommendation-form button,
.product-suggestion-form button {
    background: #f28b00;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin-top: 14px;
    min-height: 42px;
    padding: 0 24px;
    width: 100%;
}

.product-return-template h2,
.product-return-template h3 {
    color: #222;
    line-height: 1.2;
    margin: 18px 0 8px;
}

.product-return-template h2:first-child {
    margin-top: 0;
}

.product-return-template p,
.product-return-template ul {
    margin: 0 0 12px;
}

.product-return-template ul {
    padding-left: 20px;
}

.product-return-faq-section {
    padding-top: 18px;
}

.brand-product-strip {
    padding-top: 18px;
}

.brand-product-strip .section-head {
    margin-bottom: 14px;
}

.brand-product-strip .section-head h2 {
    margin: 4px 0 0;
}

.product-return-faq {
    background: #fff;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .04);
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
}

.product-return-faq-heading {
    background: linear-gradient(135deg, #f8fafc, #fff);
    border-bottom: 1px solid var(--front-line);
    padding: 24px 28px 20px;
}

.product-return-faq-heading .eyebrow {
    color: var(--front-orange);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-return-faq-heading h2 {
    color: #222;
    font-size: 24px;
    margin: 6px 0 4px;
}

.product-return-faq-heading p {
    color: #6b7680;
    margin: 0;
}

.product-return-faq-item {
    border: 0;
}

.product-return-faq-item summary {
    align-items: center;
    color: #333e48;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: space-between;
    list-style: none;
    padding: 18px 28px;
}

.product-return-faq-item summary::-webkit-details-marker {
    display: none;
}

.product-return-faq-item summary b {
    align-items: center;
    border: 1px solid #ffd7a2;
    border-radius: 50%;
    color: var(--front-orange);
    display: inline-flex;
    font-size: 20px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    width: 30px;
}

.product-return-faq-item[open] summary {
    background: #fffaf2;
    border-bottom: 1px solid var(--front-line);
}

.product-return-faq-item[open] summary b {
    transform: rotate(45deg);
}

.product-return-faq-content {
    padding: 20px 28px 26px;
}

.product-return-faq-content > :first-child {
    margin-top: 0;
}

.product-return-faq-content > :last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .product-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-recommendation-message,
    .product-suggestion-fields label:nth-child(2) {
        grid-column: auto;
        grid-row: auto;
    }

    .product-return-faq-heading,
    .product-return-faq-item summary,
    .product-return-faq-content {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 600px) {
    .product-payment-summary,
    .product-payment-grid,
    .product-recommendation-fields,
    .product-suggestion-fields {
        grid-template-columns: 1fr;
    }
}

.product-review-list {
    display: grid;
    gap: 10px;
}

.product-review-list article {
    border: 1px solid var(--front-line);
    border-radius: 6px;
    padding: 12px;
}

.product-review-list article div {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.product-review-list b {
    color: #333e48;
}

.product-review-list article span {
    color: var(--front-yellow);
    letter-spacing: 0;
}

.product-review-list p {
    color: #5f6c72;
    line-height: 1.6;
    margin: 8px 0 0;
}

.detail-spec-table {
    display: grid;
}

.detail-spec-table div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.detail-spec-table span,
.detail-spec-table strong {
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid var(--front-line);
    font-size: 12px;
}

.detail-spec-table span {
    color: var(--front-orange);
}

.detail-spec-table strong {
    border-left: 0;
}

.product-variant-list,
.product-document-list {
    display: grid;
    gap: 10px;
}

.product-variant-list div,
.product-document-list a {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--front-line);
    border-radius: 8px;
}

.customer-profile-form {
    display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    background: #fff;
}

.customer-profile-form label,
.form-panel label,
.auth-card label {
    display: grid;
    gap: 7px;
}

.customer-profile-form label span,
.form-panel label span,
.auth-card label span {
    color: #5f6c72;
    font-size: 12px;
    font-weight: 700;
}

.quote-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.quote-form-full {
    grid-column: 1 / -1;
}

.quote-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.quote-checkbox input {
    width: auto;
    min-height: auto;
}

.brand-catalog-hero-link[type="button"] {
    cursor: pointer;
}

.account-type-toggle {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.account-type-toggle label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid var(--front-line);
    border-radius: 999px;
    background: #fff;
    color: #52606b;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease;
}

.account-type-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.account-type-toggle span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.account-type-toggle label:has(input:checked) {
    border-color: var(--front-yellow);
    background: #fff8dc;
    color: #333e48;
    box-shadow: 0 8px 18px rgba(255, 203, 5, .18);
}

.customer-account-modal .account-type-toggle label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.customer-account-modal .account-type-toggle span {
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.customer-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.customer-dashboard-grid article {
    display: grid;
    gap: 8px;
    min-height: 96px;
    padding: 18px;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    background: #fff;
}

.customer-dashboard-grid article span {
    color: #8f979e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.customer-dashboard-grid article strong {
    color: #333e48;
    font-size: 16px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.customer-account-strip-section {
    padding: 26px 0 18px;
}

.customer-account-strip {
    align-items: center;
    background: #fff;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(51, 62, 72, .05);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 22px;
}

.customer-account-strip-main {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 54px minmax(0, 1fr);
    min-width: 0;
}

.customer-account-avatar {
    align-items: center;
    background: #fff8dc;
    border: 1px solid #ffe28a;
    border-radius: 50%;
    color: var(--front-orange);
    display: flex;
    font-size: 22px;
    font-weight: 900;
    height: 54px;
    justify-content: center;
    text-transform: uppercase;
    width: 54px;
}

.customer-account-strip h2 {
    color: #333e48;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 4px;
    overflow-wrap: anywhere;
}

.customer-account-strip p {
    color: #6b7680;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
    overflow-wrap: anywhere;
}

.customer-account-strip-actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-width: 170px;
}

.customer-account-strip-actions button {
    align-items: center;
    background: var(--front-yellow);
    border: 0;
    border-radius: var(--front-radius);
    color: #333e48;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    width: 100%;
}

.customer-account-strip-actions .secondary-btn {
    background: #fff;
    border: 1px solid var(--front-line);
}

.customer-account-strip-actions button:hover {
    background: var(--front-orange);
    color: #fff;
}

.customer-account-modal .modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .24);
}

.customer-account-modal .modal-header,
.customer-account-modal .modal-footer {
    align-items: center;
    border-color: var(--front-line);
    padding: 20px 24px;
}

.customer-account-modal .modal-title {
    color: #333e48;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.customer-account-modal .modal-body {
    padding: 26px 28px 28px;
}

.customer-modal-note {
    color: #6b7680;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 18px;
}

.customer-account-modal .quote-form-grid {
    margin-top: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.customer-account-modal .customer-profile-form label {
    display: grid;
    align-content: start;
    gap: 8px;
    margin: 0;
}

.customer-account-modal .customer-profile-form label span {
    color: #52606b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.customer-account-modal .customer-profile-form input:not([type="checkbox"]):not([type="radio"]),
.customer-account-modal .customer-profile-form select,
.customer-account-modal .customer-profile-form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d9e0e7;
    border-radius: 6px;
    background-color: #fff;
    color: #1f2d3d;
    font-size: 14px;
    line-height: 1.45;
    padding: 0 14px;
    box-shadow: 0 1px 0 rgba(15, 23, 42, .03);
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.customer-account-modal .customer-profile-form select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #7b8794 50%), linear-gradient(135deg, #7b8794 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 38px;
}

.customer-account-modal .customer-profile-form textarea {
    min-height: 118px;
    padding-top: 13px;
    resize: vertical;
}

.customer-account-modal .customer-profile-form input::placeholder,
.customer-account-modal .customer-profile-form textarea::placeholder {
    color: #9aa5b1;
}

.customer-account-modal .customer-profile-form input:not([type="checkbox"]):not([type="radio"]):focus,
.customer-account-modal .customer-profile-form select:focus,
.customer-account-modal .customer-profile-form textarea:focus {
    border-color: var(--front-yellow);
    box-shadow: 0 0 0 4px rgba(255, 203, 5, .18);
    outline: 0;
}

.customer-account-modal .customer-profile-form select:disabled {
    background-color: #f4f7fa;
    color: #8a96a3;
    cursor: not-allowed;
}

.customer-account-modal .quote-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 46px;
    padding: 11px 14px;
    border: 1px solid #d9e0e7;
    border-radius: 6px;
    background: #f9fbfd;
}

.customer-account-modal .quote-checkbox input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    min-height: auto;
    accent-color: var(--front-yellow);
}

.customer-account-modal .quote-checkbox span {
    color: #333e48;
    font-size: 13px;
    font-weight: 800;
}

.modal-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-quick-quote-layout,
.customer-panel-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.customer-panel-layout-balanced {
    grid-template-columns: minmax(0, 1fr) 420px;
}

.customer-workbench-section {
    padding-top: 34px;
}

.customer-workbench-head {
    margin-bottom: 18px;
}

.customer-workbench-head h2 {
    font-size: 25px;
}

.customer-panel-card {
    border: 1px solid var(--front-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.quick-quote-panel {
    position: relative;
    display: grid;
    align-content: start;
    gap: 18px;
    min-height: 0;
    padding: 22px;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(51, 62, 72, .05);
}

.quick-quote-panel::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 24px;
    width: 72px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: var(--front-yellow);
}

.quick-quote-panel.is-empty {
    background: linear-gradient(180deg, #fff 0%, #fffdf7 100%);
}

.customer-panel-card > .section-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid var(--front-line);
}

.customer-panel-card > .section-head > a,
.customer-quote-row form button,
.quick-quote-actions button,
.quick-quote-actions a,
.customer-help-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 4px;
    background: var(--front-yellow);
    color: #333e48;
    font-weight: 700;
    white-space: nowrap;
}

.customer-panel-card > .section-head > a:hover,
.customer-quote-row form button:hover,
.quick-quote-actions button:hover,
.quick-quote-actions a:hover,
.customer-help-actions a:hover {
    background: var(--front-orange);
    color: #fff;
    text-decoration: none;
}

.quick-quote-panel.compact {
    margin: 0;
    min-width: 0;
}

.quick-quote-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    align-self: start;
}

.quick-quote-actions .secondary-btn,
.customer-help-actions a:last-child {
    border: 1px solid var(--front-line);
    background: #fff;
    color: #333e48;
}

.quick-quote-head h3 b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 24px;
    margin-left: 8px;
    padding: 0 8px;
    border-radius: 999px;
    background: #fff8dc;
    color: var(--front-orange);
    font-size: 12px;
    vertical-align: middle;
}

.quick-quote-list,
.customer-table-list,
.customer-history-tabs,
.customer-help-list {
    display: grid;
    gap: 10px;
}

.quick-quote-card {
    display: grid;
    grid-template-columns: 20px 62px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 12px;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.quick-quote-card:hover {
    border-color: var(--front-yellow);
    box-shadow: 0 8px 20px rgba(51, 62, 72, .08);
    transform: translateY(-1px);
}

.quick-quote-card input {
    width: 16px;
    min-height: auto;
}

.quick-quote-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding: 6px;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    background: #fff;
}

.quick-quote-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.quick-quote-info {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.quick-quote-info strong {
    display: -webkit-box;
    overflow: hidden;
    color: #333e48;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.quick-quote-info small {
    overflow: hidden;
    color: #8f979e;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quick-quote-info em {
    color: var(--front-orange);
    font-style: normal;
    font-weight: 700;
}

.quick-quote-empty,
.customer-table-list > p {
    margin: 0;
    min-height: 70px;
    padding: 18px 20px;
    border: 1px dashed #f2d36b;
    border-radius: 8px;
    background: #fffdf1;
    color: #6b7680;
    display: flex;
    align-items: center;
    line-height: 1.55;
}

.customer-history-tabs details {
    border-top: 1px solid var(--front-line);
}

.customer-history-tabs details:first-child {
    border-top: 0;
}

.customer-history-tabs summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 58px;
    padding: 0 20px;
    list-style: none;
    cursor: pointer;
}

.customer-history-tabs summary::-webkit-details-marker {
    display: none;
}

.customer-history-tabs summary span {
    color: #333e48;
    font-size: 16px;
    font-weight: 700;
}

.customer-history-tabs summary b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff8dc;
    color: var(--front-orange);
    font-size: 12px;
}

.customer-history-tabs summary::after {
    content: "+";
    color: var(--front-orange);
    font-size: 22px;
    font-weight: 700;
}

.customer-history-tabs details[open] summary {
    background: #fffdf2;
}

.customer-history-tabs details[open] summary::after {
    content: "-";
}

.customer-quote-row,
.customer-table-list > div:not(.customer-quote-row) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid var(--front-line);
}

.customer-quote-row a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-width: 0;
}

.customer-quote-row strong,
.customer-table-list > div > strong {
    display: block;
    color: #333e48;
    font-weight: 700;
}

.customer-quote-row em,
.customer-quote-row small,
.customer-table-list > div > span {
    display: block;
    margin-top: 4px;
    color: #6b7680;
    font-size: 12px;
    font-style: normal;
}

.customer-quote-row b,
.customer-table-list > div > b {
    color: var(--front-orange);
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}

.customer-help-list div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 4px;
    padding: 18px 20px;
    border-top: 1px solid var(--front-line);
}

.customer-help-list div:first-child {
    border-top: 0;
}

.customer-help-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--front-yellow);
    color: #333e48;
    font-weight: 700;
}

.customer-help-list small {
    grid-column: 2;
    color: #6b7680;
}

.customer-help-card.compact {
    align-self: start;
}

.customer-help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px 20px 20px;
    border-top: 1px solid var(--front-line);
}

.electro-footer {
    margin-top: 28px;
    background: linear-gradient(180deg, #f4f6fa 0%, #edf2f8 100%);
    border-top: 1px solid #e3e8ef;
    color: #1f2d3d;
}

.electro-footer-main {
    background: transparent;
    color: #1f2d3d;
    padding: 42px 0 28px;
}

.electro-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 28px 40px;
}

.electro-footer-column h6 {
    color: #1f2d3d;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -.02em;
    margin: 0 0 12px;
}

.electro-footer-column ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.electro-footer-column li {
    min-width: 0;
}

.electro-footer-column a {
    display: inline-block;
    color: #4a5867;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 100%;
    overflow-wrap: anywhere;
    transition: color .16s ease, transform .16s ease;
}

.electro-footer-column a:hover {
    color: #f28a00;
    text-decoration: none;
    transform: translateX(2px);
}

.electro-footer-bottom {
    background: rgba(15, 23, 42, 0.02);
    border-top: 1px solid rgba(31, 45, 61, 0.08);
    color: #536174;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 0 24px;
}

.electro-footer-bottom span {
    line-height: 1.5;
}

.faq-page-section {
    background: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 28px 0 54px;
}

.faq-breadcrumb {
    align-items: center;
    color: #333e48;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    margin-bottom: 16px;
}

.faq-breadcrumb a {
    color: #1f2d3d;
}

.faq-page-grid {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.faq-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 18px;
}

.faq-side-card,
.faq-quick-links {
    background: #fff;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(51, 62, 72, .05);
}

.faq-side-card {
    padding: 28px;
}

.faq-side-top {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) 74px;
    margin-bottom: 20px;
}

.faq-side-card h1 {
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    position: relative;
}

.faq-side-card h1::after {
    background: var(--front-orange);
    bottom: -14px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}

.faq-side-icon {
    align-items: center;
    border: 6px solid #111827;
    border-radius: 50%;
    color: #111827;
    display: flex;
    font-size: 42px;
    font-weight: 800;
    height: 74px;
    justify-content: center;
    line-height: 1;
    width: 74px;
}

.faq-search-form {
    align-items: center;
    border: 1px solid var(--front-line);
    border-radius: 6px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    margin-top: 28px;
    overflow: hidden;
}

.faq-search-form i {
    color: #7b8794;
    font-size: 18px;
    justify-self: center;
}

.faq-search-form input {
    border: 0;
    color: #333e48;
    font-size: 13px;
    font-weight: 400;
    height: 46px;
    min-width: 0;
    outline: 0;
}

.faq-search-form button {
    display: none;
}

.faq-side-card p {
    color: #111827;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
    margin: 18px 0 14px;
}

.faq-ask-button {
    align-items: center;
    background: var(--front-orange);
    border-radius: var(--front-radius);
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    text-transform: uppercase;
}

.faq-ask-button:hover {
    background: var(--front-orange-dark);
    color: #fff;
}

.faq-quick-links {
    display: grid;
    gap: 4px;
    padding: 18px;
}

.faq-quick-links strong {
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.faq-quick-links a {
    border-radius: 6px;
    color: #333e48;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 12px;
}

.faq-quick-links a:hover,
.faq-quick-links a:focus {
    background: #fff8dc;
    color: #111827;
    text-decoration: none;
}

.faq-list {
    display: grid;
    gap: 16px;
}

.faq-item {
    border: 1px solid var(--front-line);
    border-radius: var(--front-radius);
    background: #fff;
}

.faq-question {
    align-items: center;
    background: #fff;
    border: 0;
    color: #111827;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1.35;
    min-height: 52px;
    padding: 14px 28px;
    text-align: left;
    width: 100%;
}

.faq-question b {
    color: #000;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 700;
    margin-left: 18px;
}

.faq-question[aria-expanded="true"] b {
    transform: rotate(45deg);
}

.faq-answer {
    border-top: 1px solid var(--front-line);
    color: #5d6b78;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    padding: 18px 28px 20px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer h1,
.faq-answer h2,
.faq-answer h3,
.faq-answer h4,
.faq-answer h5,
.faq-answer h6 {
    color: #333e48;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 10px;
}

.faq-answer strong,
.faq-answer b {
    color: #333e48;
    font-weight: 600;
}

.faq-answer ul,
.faq-answer ol {
    margin-bottom: 0;
    padding-left: 18px;
}

.faq-empty {
    border: 1px dashed var(--front-line);
    color: #667085;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.support-widget {
    --front-orange: #f28a00;
    --front-orange-dark: #d97800;
    --front-yellow: #fed700;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: calc(100vw - 28px);
    position: fixed;
    right: 20px;
    width: 320px;
    z-index: 2140;
}

.support-widget-panel[hidden],
.support-chat-form[hidden],
.support-chat-grid[hidden],
.support-chat-thread[hidden] {
    display: none !important;
}

.support-widget-trigger {
    align-items: center;
    background: #263442 !important;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .24), 0 8px 22px rgba(242, 138, 0, .18);
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 10px;
    height: 52px;
    justify-content: center;
    margin-left: auto;
    min-width: 132px;
    overflow: hidden;
    padding: 0 18px 0 12px;
    position: relative;
    transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}

.support-widget-trigger::before {
    background: var(--front-yellow);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.support-widget-trigger:hover {
    background: #1f2d3d !important;
    box-shadow: 0 20px 44px rgba(15, 23, 42, .3), 0 10px 28px rgba(242, 138, 0, .24);
    color: #fff;
    transform: translateY(-2px);
}

.support-widget-trigger:focus {
    outline: 3px solid rgba(254, 215, 0, .38);
    outline-offset: 3px;
}

.support-widget-trigger i {
    align-items: center;
    background: var(--front-yellow);
    border-radius: 50%;
    color: #263442;
    display: flex;
    flex: 0 0 28px;
    font-size: 13px;
    height: 28px;
    justify-content: center;
    line-height: 1;
    width: 28px;
}

.support-widget-trigger span {
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
}

.favorites-empty-state {
    align-items: center;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(51, 62, 72, .05);
}

.favorites-empty-icon {
    align-items: center;
    background: #fff8dc;
    border: 1px solid #ffe28a;
    color: var(--front-orange);
    display: flex;
    font-size: 32px;
    height: 82px;
    justify-content: center;
    width: 82px;
}

.favorites-empty-state h2 {
    color: #333e48;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    margin: 4px 0 8px;
}

.favorites-empty-state p {
    color: #66717d;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.favorites-empty-actions {
    display: grid;
    gap: 8px;
    min-width: 150px;
}

.favorites-empty-actions a {
    align-items: center;
    background: var(--front-yellow);
    border-radius: 4px;
    color: #333e48;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
}

.favorites-empty-actions .secondary-btn {
    background: #fff;
    border: 1px solid var(--front-line);
}

.favorites-empty-actions a:hover {
    background: var(--front-orange);
    color: #fff;
    text-decoration: none;
}

.customer-repeat-section {
    padding-top: 44px;
    padding-bottom: 52px;
}

.customer-repeat-head {
    align-items: end;
    margin-bottom: 22px;
}

.customer-repeat-head h2 {
    color: #333e48;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0 0 8px;
}

.customer-repeat-head p {
    color: #6b7680;
    line-height: 1.55;
    margin: 0;
}

.customer-repeat-head > a {
    align-items: center;
    background: #fff;
    border: 1px solid var(--front-line);
    border-radius: 4px;
    color: #333e48;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    white-space: nowrap;
}

.customer-repeat-head > a:hover {
    background: var(--front-yellow);
    border-color: var(--front-yellow);
    color: #333e48;
    text-decoration: none;
}

.customer-repeat-empty {
    max-width: none;
    margin: 0;
    border: 1px solid var(--front-line);
    background: #fff;
}

.customer-repeat-empty .favorites-empty-icon {
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
}

.support-widget-panel {
    background: #f5f7fb;
    border: 1px solid rgba(15, 23, 42, .16);
    border-radius: 13px;
    bottom: 72px;
    box-shadow: 0 20px 54px rgba(15, 23, 42, .28);
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 320px;
}

.support-widget-head {
    align-items: center;
    background: linear-gradient(135deg, #f47b00 0%, #ff9900 100%);
    color: #fff;
    display: grid;
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr) 28px;
    min-height: 68px;
    padding: 13px 12px;
    position: relative;
}

.support-widget-head::after {
    background: rgba(255, 255, 255, .22);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.support-widget-logo {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    color: var(--front-orange);
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.support-widget-head strong,
.support-widget-head small {
    display: block;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.support-widget-head strong {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .12);
}

.support-widget-head small {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    opacity: 1;
}

.support-widget-head button {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    height: 28px;
    line-height: 1;
    width: 28px;
}

.support-widget-body {
    display: grid;
    gap: 10px;
    padding: 12px;
}

.support-widget-intro {
    background: #fff;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    color: #1f2d3d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
    padding: 14px;
}

.support-widget-menu {
    display: grid;
    gap: 10px;
}

.support-widget-link {
    align-items: center;
    background: #fff;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    color: #101828;
    display: grid;
    gap: 12px;
    grid-template-columns: 30px minmax(0, 1fr) 14px;
    min-height: 58px;
    padding: 10px 12px;
    text-align: left;
    width: 100%;
}

.support-widget-link:hover {
    border-color: #ff9900;
    color: #101828;
    box-shadow: 0 8px 18px rgba(16, 24, 40, .1);
    text-decoration: none;
}

.support-widget-link span {
    align-items: center;
    background: #fff4e5;
    border-radius: 9px;
    color: var(--front-orange);
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.support-widget-link strong {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    min-width: 0;
    overflow-wrap: anywhere;
}

.support-widget-link b {
    color: #98a2b3;
    font-size: 20px;
    line-height: 1;
}

.support-chat-form {
    background: #fff;
    border: 1px solid var(--front-line);
    border-radius: 10px;
    display: grid;
    gap: 8px;
    padding: 12px;
}

.support-chat-toolbar {
    align-items: center;
    border-bottom: 1px solid var(--front-line);
    display: flex;
    gap: 8px;
    padding-bottom: 10px;
}

.support-chat-toolbar strong {
    color: #1f2d3d;
    font-size: 13px;
}

.support-chat-toolbar span {
    color: #17803d;
    font-size: 11px;
    margin-left: auto;
}

.support-chat-back {
    background: transparent !important;
    color: #667085 !important;
    font-size: 11px !important;
    min-height: auto !important;
    padding: 0 !important;
    text-transform: none !important;
}

.support-chat-grid {
    display: grid;
    gap: 8px;
}

.support-chat-hint {
    color: #667085;
    font-size: 11px;
    line-height: 1.35;
    margin: 0;
}

.support-chat-identity-row {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
}

.support-chat-form input,
.support-chat-form textarea {
    border: 1px solid var(--front-line);
    border-radius: var(--front-radius);
    color: #333e48;
    font-size: 13px;
    outline: 0;
    padding: 10px 11px;
    width: 100%;
}

.support-chat-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.support-chat-quick-actions button {
    background: #fff8e1 !important;
    border: 1px solid #f6d66f !important;
    border-radius: 999px !important;
    color: #6b5200 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    min-height: 28px !important;
    padding: 0 9px !important;
    text-transform: none !important;
}

.support-chat-compose {
    align-items: flex-end;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 40px;
}

.support-chat-compose textarea {
    min-height: 42px;
}

.support-chat-compose > button {
    align-items: center;
    border-radius: 50% !important;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    min-height: 40px !important;
    padding: 0 !important;
    width: 40px;
}

.support-chat-meta {
    color: #98a2b3;
    display: flex;
    font-size: 10px;
    justify-content: space-between;
}

.support-chat-form textarea {
    resize: vertical;
}

.support-chat-form button {
    background: var(--front-orange);
    border: 0;
    border-radius: var(--front-radius);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    min-height: 38px;
    text-transform: uppercase;
}

.support-chat-status {
    color: #667085;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    min-height: 0;
}

.support-chat-status.is-success {
    color: #17803d;
}

.support-chat-status.is-error {
    color: #c62828;
}

.support-chat-thread {
    border-top: 1px solid var(--front-line);
    display: grid;
    gap: 8px;
    max-height: 180px;
    overflow-y: auto;
    padding-top: 10px;
}

.support-chat-bubble {
    display: grid;
    gap: 3px;
    max-width: 86%;
}

.support-chat-bubble strong {
    color: #667085;
    font-size: 11px;
}

.support-chat-bubble span {
    background: #f2f4f7;
    border-radius: 8px;
    color: #1f2937;
    font-size: 12px;
    line-height: 1.45;
    padding: 8px 10px;
}

.support-chat-bubble.is-admin {
    justify-self: end;
}

.support-chat-bubble.is-admin strong {
    text-align: right;
}

.support-chat-bubble.is-admin span {
    background: #fff3c4;
}

.quote-hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.product-push-stack {
    bottom: 92px;
    display: grid;
    gap: 12px;
    max-width: min(360px, calc(100vw - 28px));
    position: fixed;
    right: 24px;
    z-index: 2135;
}

.product-push-card {
    background: #fff;
    border: 1px solid #ffe07a;
    border-radius: 6px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .22);
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(12px);
    transition: opacity .18s ease, transform .18s ease;
}

.product-push-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.product-push-link {
    align-items: center;
    color: #1f2d3d;
    display: grid;
    gap: 12px;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    min-height: 106px;
    padding: 14px 16px 14px 14px;
    text-decoration: none;
}

.product-push-link:hover {
    color: #1f2d3d;
}

.product-push-media {
    align-items: center;
    background: #fff8d8;
    border: 1px solid #ffe680;
    border-radius: 4px;
    display: flex;
    height: 74px;
    justify-content: center;
    overflow: hidden;
    width: 74px;
}

.product-push-media img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.product-push-media i {
    color: #f58200;
    font-size: 28px;
}

.product-push-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.product-push-copy small {
    color: #f58200;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-push-copy strong {
    color: #1f2d3d;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-push-copy em {
    color: #667085;
    display: -webkit-box;
    font-size: 12px;
    font-style: normal;
    line-height: 1.35;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-push-link b {
    align-items: center;
    background: #fed700;
    border-radius: 4px;
    color: #1f2d3d;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    min-height: 32px;
    padding: 0 10px;
}

.product-push-close {
    align-items: center;
    background: #fff;
    border: 1px solid #e7eaf3;
    border-radius: 50%;
    color: #667085;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    height: 24px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 24px;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .electro-logo-img {
        max-width: 170px;
    }

    /* Final catalog cascade: normalize legacy Bootstrap product widths. */
    .electro-page-content .category-featured-top .products-group.category-featured-four {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 18px !important;
        margin: 0 !important;
    }

    .electro-page-content .category-featured-four > .product-item,
    .electro-page-content .products-group:not(.category-featured-four) > .product-item {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: none !important;
        padding: 0 !important;
    }

    .electro-page-content .category-featured-four .product-item__inner {
        min-height: 0 !important;
        padding: 18px !important;
    }

    .electro-page-content .category-featured-four .product-item__title {
        min-height: 44px !important;
    }

    .electro-page-content .category-featured-four .electro-product-image {
        height: 160px !important;
    }

    .electro-page-content .category-featured-top .border-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 14px !important;
    }

    .electro-page-content .category-featured-top .section-title {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 21px !important;
    }

    .electro-page-content [data-catalog-results] > .mb-5 > .row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .electro-page-content [data-catalog-results] > .mb-5 > .row > [class*="col-"] {
        width: auto;
        max-width: none;
        flex: 0 0 auto;
        padding: 0;
        margin: 0 !important;
    }

    .electro-page-content [data-catalog-results] > .mb-5 > .row > [class*="col-"] > a {
        display: flex !important;
        min-height: 44px;
        align-items: center;
        gap: 8px;
        padding: 10px 15px !important;
        border: 1px solid #e2e8ed !important;
        border-radius: 999px !important;
        background: #fff;
        color: #263746 !important;
        box-shadow: 0 5px 14px rgba(18, 34, 48, .05);
        transition: border-color .2s ease, background .2s ease, transform .2s ease;
    }

    .electro-page-content [data-catalog-results] > .mb-5 > .row > [class*="col-"] > a:hover {
        border-color: #e4bc19 !important;
        background: #fff9dc;
        transform: translateY(-2px);
    }

    .electro-page-content [data-catalog-results] > .mb-5 .electro-category-thumb {
        width: 28px;
        height: 28px;
        margin: 0 !important;
        border-radius: 50%;
        object-fit: cover;
    }

    @media (max-width: 1199.98px) {
        .electro-page-content .category-featured-top .products-group.category-featured-four {
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        }
    }

    @media (max-width: 767.98px) {
        .electro-page-content .category-featured-top .products-group.category-featured-four {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 12px !important;
        }

        .electro-page-content .category-featured-four .electro-product-image {
            height: 132px !important;
        }
    }

    .electro-logo-text {
        font-size: 22px;
    }

    .electro-product-image {
        height: 160px;
    }

    .electro-home-hero-image {
        min-height: 220px;
        max-height: 280px;
    }

    .home-hero-slide {
        min-height: 260px;
    }

    .home-hero-slide::after {
        background: linear-gradient(90deg, rgba(15, 23, 42, .78), rgba(15, 23, 42, .28));
    }

    .home-hero-overlay {
        gap: 8px;
        left: 22px;
        max-width: calc(100% - 44px);
    }

    .home-hero-overlay h1 {
        font-size: 28px;
    }

    .home-hero-overlay p {
        font-size: 14px;
    }

    .home-hero-button {
        min-height: 40px;
        padding: 0 16px;
    }

    .product-push-stack {
        bottom: 86px;
        left: 14px;
        max-width: none;
        right: 14px;
    }

    .product-push-link {
        grid-template-columns: 64px minmax(0, 1fr);
        padding-right: 42px;
    }

    .product-push-media {
        height: 64px;
        width: 64px;
    }

    .product-push-link b {
        grid-column: 2;
        justify-self: start;
    }

    .electro-catalog-slim-banner {
        height: 78px;
    }

    .category-featured-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .category-reference-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-reference-card-top {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .category-inline-banner img,
    .electro-catalog-slim-banner {
        min-height: 70px;
        max-height: 92px;
    }

    .listing-hero-inner,
    .section-head.split,
    .quick-quote-head,
    .customer-panel-card > .section-head {
        display: grid;
        align-items: start;
    }

    .listing-hero h1 {
        font-size: 28px;
    }

    .about-hero-copy {
        min-height: auto;
        padding: 24px;
    }

    .about-hero-copy h1 {
        font-size: 30px;
    }

    .price-lists-hero {
        padding: 24px;
    }

    .price-lists-hero h1 {
        font-size: 29px;
    }

    .price-list-brand-card {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .price-list-brand-logo {
        width: 78px;
    }

    .price-list-empty-state {
        align-items: flex-start;
        flex-direction: column;
        min-height: 160px;
        padding: 24px;
    }

    .cable-finder-panel-head {
        min-height: 124px;
        padding: 22px;
    }

    .cable-finder-panel-head > div {
        max-width: 76%;
    }

    .cable-finder-panel-head h3 {
        font-size: 20px;
    }

    .cable-finder-panel-head .electro-cable-finder-img {
        max-width: 46%;
        opacity: .55;
    }

    .cable-finder-panel-body {
        padding: 20px;
    }

    .cable-finder-fields {
        grid-template-columns: 1fr;
    }

    .cable-finder-panel-body .btn {
        width: 100%;
    }

    .customer-dashboard-hero .listing-hero-inner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .customer-dashboard-hero .brand-catalog-hero-link {
        width: 100%;
    }

    .customer-account-strip {
        align-items: stretch;
        display: grid;
        gap: 16px;
    }

    .customer-account-strip-actions {
        justify-content: stretch;
    }

    .customer-account-strip-actions button,
    .customer-account-strip-actions .secondary-btn {
        flex: 1 1 100%;
        width: 100%;
    }

    .customer-quote-lines article {
        grid-template-columns: minmax(0, 1fr) 118px 140px;
    }

    .customer-quote-lines article b {
        grid-column: 1 / -1;
    }

    .favorites-empty-state {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    .favorites-empty-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-account-modal .modal-header,
    .customer-account-modal .modal-footer,
    .customer-account-modal .modal-body {
        padding: 18px;
    }

    .modal-summary-grid {
        grid-template-columns: 1fr;
    }

    .customer-repeat-head {
        align-items: start;
        display: grid;
        gap: 14px;
    }

    .customer-repeat-empty {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .customer-repeat-empty .favorites-empty-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-reference-head {
        grid-template-columns: 62px minmax(0, 1fr);
    }

    .category-reference-all {
        grid-column: 2;
        justify-self: start;
    }

    .category-reference-columns {
        column-count: 2;
    }

    .faq-page-grid {
        grid-template-columns: 1fr;
    }

    .faq-side-card {
        min-height: 0;
        padding: 28px 22px 22px;
        position: relative;
        top: auto;
    }

    .faq-side-icon {
        border-width: 6px;
        font-size: 38px;
        height: 62px;
        right: 22px;
        top: 24px;
        width: 62px;
    }

    .faq-side-card h1 {
        font-size: 22px;
        padding-right: 78px;
    }

    .faq-question {
        padding: 14px 18px;
    }

    .faq-answer {
        padding: 16px 18px;
    }

    .quote-panel-head {
        display: grid !important;
        gap: 14px;
        align-items: start !important;
    }

    .quote-panel-head > .d-flex {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: stretch;
    }

    .quote-panel-head .btn,
    .quote-panel-head form,
    .quote-panel-head form button {
        width: 100%;
        margin-right: 0 !important;
    }

    .quote-summary-panel {
        position: static;
    }

    .single-action-buttons,
    .quote-form-grid,
    .customer-dashboard-grid,
    .customer-quick-quote-layout,
    .customer-panel-layout {
        grid-template-columns: 1fr;
    }

    .customer-quote-row,
    .customer-table-list > div:not(.customer-quote-row),
    .customer-quote-row a {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .customer-quote-row b,
    .customer-table-list > div > b {
        text-align: left;
    }

    .support-widget {
        right: 12px;
        bottom: 12px;
    }

    .support-widget-trigger {
        height: 46px;
        min-width: 110px;
        padding: 0 14px 0 10px;
    }

    .support-widget-panel {
        bottom: 58px;
        width: min(320px, calc(100vw - 20px));
        max-height: min(72vh, 560px);
        overflow-y: auto;
    }

    .support-widget-head {
        min-height: 56px;
        padding: 10px 10px 11px;
    }

    .support-widget-body {
        gap: 8px;
        padding: 10px;
    }

    .support-widget-intro {
        font-size: 12px;
        padding: 10px 12px;
    }

    .support-widget-link {
        gap: 8px;
        min-height: 48px;
        padding: 8px 10px;
    }

    .support-widget-link span {
        height: 26px;
        width: 26px;
    }

    .support-widget-link strong {
        font-size: 12px;
    }

    .electro-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 1199.98px) {
    .mobile-account-nav-item {
        list-style: none;
        margin: 8px 0 12px;
    }

    .mobile-account-nav-link {
        align-items: center;
        background: #fff8d8;
        border: 1px solid #f3d25e;
        border-radius: 12px;
        color: #243447;
        display: flex;
        gap: 10px;
        padding: 11px 12px;
        text-decoration: none;
    }

    .mobile-account-nav-link:hover,
    .mobile-account-nav-link:focus {
        background: #fff3b9;
        color: #1f2937;
        text-decoration: none;
    }

    .mobile-account-nav-icon {
        align-items: center;
        background: #fed700;
        border-radius: 9px;
        display: inline-flex;
        flex: 0 0 36px;
        height: 36px;
        justify-content: center;
        width: 36px;
    }

    .mobile-account-nav-icon i {
        font-size: 18px;
    }

    .mobile-account-nav-link span:not(.mobile-account-nav-icon) {
        display: grid;
        flex: 1 1 auto;
        gap: 1px;
        min-width: 0;
    }

    .mobile-account-nav-link strong {
        font-size: 13px;
        line-height: 1.25;
    }

    .mobile-account-nav-link small {
        color: #687385;
        font-size: 11px;
        line-height: 1.3;
    }

    .mobile-account-nav-arrow {
        color: #8b6c00;
        flex: 0 0 auto;
        font-size: 14px;
    }

    .mobile-category-link-row {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .mobile-category-link-row .u-header-collapse__nav-link {
        flex: 1 1 auto;
        min-width: 0;
    }

    .mobile-category-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 42px;
        width: 42px;
        min-height: 42px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #526073;
        cursor: pointer;
    }

    .mobile-category-toggle:hover,
    .mobile-category-toggle:focus {
        color: #e09b00;
        outline: 0;
    }

    .mobile-category-toggle[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

    .mobile-category-toggle i {
        transition: transform .18s ease;
    }

    .u-header-collapse__nav-list {
        position: relative;
        z-index: 2;
    }

    .u-header-collapse__nav-list a {
        position: relative;
        z-index: 3;
        display: flex;
        width: 100%;
        pointer-events: auto;
        cursor: pointer;
    }

    .u-header__section .bg-primary-down-lg {
        background: #fed700 !important;
    }

    .u-header__section .bg-primary-down-lg {
        border-bottom: 1px solid rgba(31, 45, 61, 0.12);
        box-shadow: 0 5px 16px rgba(31, 45, 61, 0.12);
    }

    .u-header__navbar-brand,
    .u-header__navbar-brand-center {
        min-height: 72px !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: 220px !important;
    }

    .u-header__navbar-brand-center .electro-logo-img,
    .electro-logo-img {
        width: auto !important;
        max-width: min(210px, 58vw) !important;
        max-height: 62px !important;
        object-fit: contain !important;
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(31, 45, 61, 0.12);
    }

    .mobile-header-search-trigger {
        position: relative;
        z-index: 3;
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(20, 20, 22, .08);
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
    }

    .electro-home-hero-shell {
        margin-top: 0;
    }

    .content-grid,
    .about-hero-grid,
    .about-content-grid,
    .static-page-hero,
    .static-page-layout,
    .corporate-value-grid,
    .price-lists-hero,
    .order-track-panel {
        grid-template-columns: 1fr;
    }

    .static-page-side {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .static-page-side strong {
        grid-column: 1 / -1;
    }

    .static-page-hero-actions {
        justify-content: flex-start;
    }

    .product-single-layout {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .product-thumb-rail {
        display: flex;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;
    }

    .product-thumb-rail button {
        flex: 0 0 74px;
    }

    .product-gallery-panel {
        min-height: 360px;
        padding: 18px;
    }

    .single-main-image {
        min-height: 260px;
    }

    .single-main-image img {
        max-height: 280px;
    }

    .product-description {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .detail-side-tabs {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding-bottom: 0;
    }

    .detail-side-tabs a {
        font-size: 12px;
        justify-content: center;
        min-height: 42px;
        padding: 0 10px;
        text-align: center;
        white-space: normal;
    }

    .quote-form-grid,
    .customer-dashboard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-panel-layout-balanced {
        grid-template-columns: 1fr;
    }

    .category-reference-columns {
        column-count: 3;
    }

    .faq-page-grid {
        grid-template-columns: 1fr;
    }

    .faq-sidebar {
        position: static;
    }

    .electro-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-featured-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .u-header__section .bg-primary-down-lg {
        background: #fff !important;
        border-bottom-color: rgba(31, 45, 61, 0.1);
        box-shadow: 0 4px 14px rgba(31, 45, 61, 0.08);
    }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
    .electro-header-nav-row > .row > .col {
        padding-right: 15px;
    }

    .electro-header-nav-row .col-md-auto.d-none.d-xl-flex {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .quote-form-grid,
    .customer-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .electro-footer-grid {
        grid-template-columns: 1fr;
    }

    .faq-page-grid {
        grid-template-columns: 1fr;
    }

    .category-featured-four {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 6px;
        scroll-snap-type: x mandatory;
    }

    .category-featured-four > .product-item {
        flex: 0 0 82%;
        scroll-snap-align: start;
    }

    .category-reference-card-grid {
        grid-template-columns: 1fr;
    }

    .category-reference-block {
        min-height: 0;
        padding: 16px;
    }

    .category-reference-card-top {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .category-reference-image {
        height: 132px;
        width: 100%;
    }

    .category-reference-image img {
        object-fit: cover;
    }

    .category-reference-copy h2 {
        font-size: 20px;
    }

    .category-reference-all {
        width: 100%;
    }

    .category-reference-columns {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: 0;
    }

    .customer-repeat-empty {
        grid-template-columns: 1fr;
        padding: 22px;
        text-align: left;
    }

    .customer-repeat-empty .favorites-empty-icon {
        width: 64px;
        height: 64px;
    }

    .customer-repeat-empty .favorites-empty-actions {
        grid-template-columns: 1fr;
    }

    .customer-quote-hero .listing-hero-inner {
        align-items: stretch;
        display: grid;
    }

    .customer-quote-actions {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .customer-quote-lines article {
        align-items: start;
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 14px 16px;
    }

    .customer-quote-lines article > span:nth-child(3),
    .customer-quote-lines article b {
        text-align: left;
    }

    .customer-quote-detail-card > .section-head,
    .customer-quote-totals {
        padding-right: 16px;
        padding-left: 16px;
    }

    .customer-quote-detail-card > .section-head {
        align-items: flex-start;
        display: grid;
    }

    .customer-quote-detail-card > .section-head > strong {
        white-space: normal;
    }

    .favorites-empty-state {
        grid-template-columns: 1fr;
        justify-items: start;
        padding: 24px 20px;
    }

    .favorites-empty-actions {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .faq-side-card {
        padding: 22px;
    }

    .faq-side-top {
        grid-template-columns: minmax(0, 1fr) 58px;
    }

    .faq-side-icon {
        border-width: 5px;
        font-size: 32px;
        height: 58px;
        width: 58px;
    }

    .faq-search-form {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .faq-quick-links {
        padding: 16px;
    }

    .support-widget {
        bottom: 12px;
        left: auto;
        right: 12px;
    }

    .support-widget-trigger {
        height: 46px;
        margin-left: 0;
        min-width: 112px;
        padding: 0 14px 0 10px;
    }

    .support-widget-panel {
        bottom: 58px;
        max-height: calc(100vh - 92px);
        overflow-y: auto;
        right: 0;
        width: 100%;
        max-width: 340px;
    }

    .support-widget-head {
        grid-template-columns: 30px minmax(0, 1fr) 28px;
        min-height: 56px;
        padding: 10px 10px 11px;
    }

    .support-widget-body {
        gap: 8px;
        padding: 10px;
    }

    .support-widget-intro {
        font-size: 12px;
        padding: 10px 12px;
    }

    .support-widget-link {
        gap: 8px;
        min-height: 48px;
        padding: 8px 10px;
    }

    .support-widget-link span {
        height: 26px;
        width: 26px;
    }

    .support-widget-link strong {
        font-size: 12px;
    }
}

.category-inline-banner img,
.electro-catalog-slim-banner {
    aspect-ratio: 1200 / 80;
    height: 80px;
    max-height: 80px;
    min-height: 80px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.catalog-breadcrumb-wrap.has-banner {
    background: #fff;
    padding: 14px 0 10px;
}

.catalog-breadcrumb-banner {
    border: 1px solid #e3e8f0;
    display: block;
    height: 80px;
    overflow: hidden;
    position: relative;
}

.catalog-breadcrumb-banner .electro-catalog-slim-banner {
    border-radius: 0 !important;
}

.catalog-breadcrumb-overlay {
    align-items: center;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(227, 232, 240, 0.92);
    display: flex;
    left: 20px;
    max-width: calc(100% - 40px);
    padding: 7px 13px;
    position: absolute;
    top: 8px;
    z-index: 2;
}

.catalog-breadcrumb-overlay .breadcrumb {
    background: transparent;
    padding: 0;
}

.catalog-breadcrumb-overlay .breadcrumb-item,
.catalog-breadcrumb-overlay .breadcrumb-item a {
    color: #243647;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.catalog-breadcrumb-overlay .breadcrumb-item.active {
    color: #f28c00;
    font-weight: 900;
}

.catalog-breadcrumb-wrap:not(.has-banner) .breadcrumb-item,
.catalog-breadcrumb-wrap:not(.has-banner) .breadcrumb-item a {
    color: #243647;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.catalog-breadcrumb-wrap:not(.has-banner) .breadcrumb-item.active {
    color: #f28c00;
    font-weight: 900;
}

@media (max-width: 575.98px) {
    .category-inline-banner img,
    .electro-catalog-slim-banner {
        height: 72px;
        max-height: 72px;
        min-height: 72px;
    }

    .catalog-breadcrumb-wrap.has-banner {
        padding: 10px 0 8px;
    }

    .catalog-breadcrumb-banner {
        height: 72px;
    }

    .catalog-breadcrumb-overlay {
        left: 10px;
        max-width: calc(100% - 20px);
        padding: 6px 10px;
        top: 7px;
    }

    .catalog-breadcrumb-overlay .breadcrumb-item,
    .catalog-breadcrumb-overlay .breadcrumb-item a {
        font-size: 10px;
        letter-spacing: .035em;
    }

    .catalog-breadcrumb-wrap:not(.has-banner) .breadcrumb-item,
    .catalog-breadcrumb-wrap:not(.has-banner) .breadcrumb-item a {
        font-size: 10px;
        letter-spacing: .035em;
    }
}

.cable-finder-panel {
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 42px rgba(30, 48, 72, .1);
}

.cable-finder-panel-head {
    background: linear-gradient(100deg, #092348 0%, #123b69 62%, #1f5a89 100%) !important;
    min-height: 116px;
    padding: 22px 26px;
}

.cable-finder-panel-orange .cable-finder-panel-head {
    background: linear-gradient(100deg, #2d3035 0%, #4a3a17 56%, #d29200 100%) !important;
}

.cable-finder-panel-head::after {
    background: linear-gradient(90deg, rgba(8, 27, 54, .84), rgba(8, 27, 54, .58), rgba(8, 27, 54, .1));
}

.cable-finder-icon {
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fed700;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    margin-right: 14px;
    position: relative;
    width: 46px;
    z-index: 2;
}

.cable-finder-copy {
    position: relative;
    z-index: 2;
}

.cable-finder-panel-head .electro-cable-finder-img {
    filter: saturate(1.06) contrast(1.05);
    max-width: 48%;
    opacity: .9;
    width: 260px;
}

.cable-finder-panel-head h3,
.cable-finder-panel-head p {
    color: #fff;
}

.cable-finder-panel-head h3 {
    font-size: 21px;
    letter-spacing: 0;
}

.cable-finder-panel-head p {
    font-size: 13px;
    font-weight: 700;
    opacity: .88;
}

.cable-finder-panel-body {
    background: #fff;
    padding: 18px 20px 20px;
}

.cable-finder-fields {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(0, .86fr) minmax(0, .86fr) 104px;
}

.cable-finder-panel-body .form-control,
.catalog-filter-panel .form-control {
    border-radius: 0;
}

.cable-finder-panel-body .btn {
    background: #fed700;
    border-color: #fed700;
    border-radius: 0;
    color: #182b3d;
    font-weight: 900;
}

.cable-finder-root-link {
    border-top: 1px solid #edf1f5;
    color: #182b3d;
    display: block;
    font-weight: 800;
    padding-top: 11px;
}

.catalog-filter-panel {
    background: #fff;
    border: 1px solid #e1e7f0;
    box-shadow: 0 12px 28px rgba(30, 48, 72, .06);
    padding: 18px;
}

.catalog-filter-head {
    align-items: center;
    border-bottom: 1px solid #e8edf4;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 10px;
}

.catalog-filter-head span {
    background: #fff7d6;
    color: #c47a00;
    font-size: 11px;
    font-weight: 900;
    padding: 4px 8px;
}

.catalog-filter-panel .section-title::after {
    width: 52px;
}

.catalog-filter-group {
    border-bottom: 1px solid #edf1f5;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.catalog-filter-group h4 {
    color: #1f3448;
    font-size: 13px !important;
    letter-spacing: 0;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.catalog-filter-group:last-of-type {
    border-bottom: 0;
}

.catalog-filter-panel .btn {
    border-radius: 0;
    font-weight: 900;
}

[data-catalog-results] {
    position: relative;
}

[data-catalog-results].is-loading {
    min-height: 280px;
    opacity: .45;
    pointer-events: none;
}

[data-catalog-results].is-loading::after {
    align-items: center;
    background: rgba(255, 255, 255, .88);
    border: 1px solid #e3e8f0;
    color: #1f3448;
    content: "Urunler yukleniyor";
    display: flex;
    font-size: 13px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    left: 50%;
    min-width: 180px;
    position: absolute;
    top: 80px;
    transform: translateX(-50%);
    z-index: 5;
}

@media (max-width: 991.98px) {
    .cable-finder-fields {
        grid-template-columns: 1fr 1fr;
    }

    .cable-finder-fields .btn {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .cable-finder-panel-head {
        min-height: 104px;
        padding: 18px;
    }

    .cable-finder-icon {
        height: 38px;
        margin-right: 10px;
        width: 38px;
    }

    .cable-finder-fields {
        grid-template-columns: 1fr;
    }

    .catalog-filter-panel {
        padding: 14px;
    }
}

/* Final catalog pass: these selectors intentionally follow the legacy theme
   overrides so the category page keeps one coherent visual language. */
.electro-page-content .catalog-breadcrumb-wrap {
    background: #f5f7f9 !important;
    padding: 20px 0 !important;
}

.electro-page-content .catalog-breadcrumb-banner {
    min-height: 126px !important;
    border-radius: 16px !important;
    background: #182631 !important;
    box-shadow: 0 16px 34px rgba(18, 34, 48, .14) !important;
}

.electro-page-content .catalog-breadcrumb-banner .electro-catalog-slim-banner {
    height: 126px !important;
    min-height: 126px !important;
    object-fit: cover !important;
    opacity: .56 !important;
}

.electro-page-content .catalog-breadcrumb-banner::after {
    background: linear-gradient(90deg, rgba(13, 26, 38, .96), rgba(13, 26, 38, .52) 58%, rgba(13, 26, 38, .16)) !important;
}

.electro-page-content .catalog-breadcrumb-overlay {
    inset: 0 !important;
    align-items: flex-end !important;
    padding: 22px 28px !important;
}

.electro-page-content .catalog-breadcrumb-overlay .breadcrumb {
    background: rgba(255, 255, 255, .12) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 999px !important;
    padding: 8px 13px !important;
}

.electro-page-content .catalog-filter-panel {
    border: 1px solid #e1e7ec !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 30px rgba(18, 34, 48, .08) !important;
    padding: 22px !important;
}

.electro-page-content .catalog-filter-head {
    margin-bottom: 0 !important;
    padding-bottom: 16px !important;
}

.electro-page-content .catalog-filter-group {
    margin-bottom: 0 !important;
    padding: 18px 0 !important;
}

.electro-page-content .catalog-filter-panel .form-control {
    min-height: 42px !important;
    border: 1px solid #dbe2e8 !important;
    border-radius: 8px !important;
    background: #fbfcfd !important;
}

.electro-page-content .catalog-filter-panel .btn {
    border-radius: 9px !important;
    min-height: 44px;
}

.electro-page-content [data-catalog-results] > .d-flex {
    border: 1px solid #e1e7ec !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(18, 34, 48, .05) !important;
}

.electro-page-content .category-featured-top {
    padding: 24px !important;
    border: 1px solid #e4e9ee !important;
    border-radius: 16px !important;
    background: #f8fafb !important;
}

.electro-page-content .category-featured-top .products-group {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

.electro-page-content .products-group .product-item {
    padding: 0 !important;
}

.electro-page-content .products-group:not(.category-featured-four) {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 16px !important;
}

.electro-page-content .products-group:not(.category-featured-four) > .product-item {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
}

.electro-page-content .products-group .product-item__outer {
    margin: 0 !important;
    border: 1px solid #e2e8ed !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 22px rgba(18, 34, 48, .06) !important;
}

.electro-page-content .products-group .product-item__inner {
    padding: 18px !important;
}

.electro-page-content .products-group .product-item__title {
    min-height: 48px !important;
    margin-bottom: 7px !important;
}

.electro-page-content .products-group .electro-product-image {
    height: 172px !important;
    margin: 14px 0 18px !important;
    border-radius: 12px !important;
    background: #f3f6f8 !important;
}

.electro-page-content .products-group .product-item__footer {
    padding-top: 12px !important;
}

.electro-page-content .products-group > .product-item:only-child {
    max-width: 320px !important;
}

@media (max-width: 1199.98px) {
    .electro-page-content .category-featured-top .products-group {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    .electro-page-content .catalog-breadcrumb-banner,
    .electro-page-content .catalog-breadcrumb-banner .electro-catalog-slim-banner {
        height: 96px !important;
        min-height: 96px !important;
    }

    .electro-page-content .catalog-breadcrumb-overlay {
        padding: 14px 16px !important;
    }

    .electro-page-content .category-featured-top .products-group {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .electro-page-content .products-group:not(.category-featured-four) {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
        gap: 12px !important;
    }

    .electro-page-content .products-group .product-item__inner {
        padding: 13px !important;
    }

    .electro-page-content .products-group .electro-product-image {
        height: 132px !important;
    }
}

@media (max-width: 576px) {
    .electro-page-content .products-group:not(.category-featured-four) {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 14px !important;
    }
}

/* Keep the category catalog from inheriting the old three-column flex sizing. */
.electro-page-content .category-featured-top .products-group.category-featured-four {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 18px !important;
}

.electro-page-content .category-featured-four > .product-item {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    padding: 0 !important;
}

.electro-page-content .category-featured-four .product-item__inner {
    min-height: 0 !important;
}

@media (max-width: 1199.98px) {
    .electro-page-content .category-featured-top .products-group.category-featured-four {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    .electro-page-content .category-featured-top .products-group.category-featured-four {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
        gap: 12px !important;
    }
}

/* Electro home v3 alignment: full yellow nav bar and full-width 1920x422 hero. */
.electro-header-nav-band {
    background: #fed700;
    border-top: 1px solid rgba(20, 20, 22, 0.1);
    border-bottom: 1px solid rgba(20, 20, 22, 0.1);
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.electro-header-nav-band .electro-header-nav-row {
    position: relative;
    z-index: 40;
    background: transparent;
    border: 0;
}

.electro-header-nav-band .navbar,
.electro-header-nav-band .u-header__navbar,
.electro-header-nav-band .u-header__navbar-collapse,
.electro-header-nav-band .u-header__navbar-nav,
.electro-header-nav-band .nav-item {
    min-height: 46px;
    height: 46px;
}

.electro-header-nav-band .navbar {
    padding: 0;
}

.electro-header-nav-band .navbar-nav {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

.electro-header-nav-band .u-header__nav-link {
    min-height: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px !important;
    border-left: 1px solid rgba(20, 20, 22, 0.12);
    color: #263442;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    white-space: nowrap;
}

.electro-header-nav-band .nav-item:last-child .u-header__nav-link {
    border-right: 1px solid rgba(20, 20, 22, 0.12);
}

.electro-header-nav-band .u-header__nav-link:hover,
.electro-header-nav-band .u-header__nav-item:hover > .u-header__nav-link {
    background: rgba(255, 255, 255, 0.24);
    color: #111827;
    text-decoration: none;
}

.electro-header-nav-band .u-header__sub-menu {
    top: 46px !important;
    border-radius: 0 0 4px 4px;
    border-color: rgba(20, 20, 22, 0.12);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.electro-header-nav-band .navbar,
.electro-header-nav-band .u-header__navbar,
.electro-header-nav-band .u-header__navbar-collapse,
.electro-header-nav-band .u-header__navbar-nav {
    position: static;
}

.electro-header-nav-band .electro-mega-nav-item {
    position: static;
}

.electro-main-mega-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.electro-mega-nav-item:hover > .electro-main-mega-menu,
.electro-mega-nav-item:focus-within > .electro-main-mega-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.electro-main-mega-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: 34px;
    min-height: 300px;
    max-height: min(430px, calc(100vh - 96px));
    padding: 32px 48px;
    overflow: hidden;
}

.electro-main-mega-columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(145px, 1fr));
    gap: 34px;
    align-content: start;
}

.electro-main-mega-column {
    min-width: 0;
}

.electro-main-mega-title {
    display: block;
    margin-bottom: 14px;
    padding: 0;
    color: #222831;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.electro-main-mega-title:hover {
    color: #d97800;
    text-decoration: none;
}

.electro-main-mega-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.electro-main-mega-links li {
    margin-bottom: 9px;
}

.electro-main-mega-links .u-header__sub-menu-nav-link {
    display: inline-flex;
    min-height: 0;
    padding: 0;
    color: #46515f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    white-space: normal;
}

.electro-main-mega-links .u-header__sub-menu-nav-link:hover {
    color: #111827;
    text-decoration: none;
}

.electro-main-mega-sub-link {
    padding-left: 12px !important;
    color: #748092 !important;
    font-size: 13px !important;
}

.electro-main-mega-sub-link::before {
    content: "-";
    margin-right: 6px;
    color: #d4a900;
}

.electro-main-mega-all {
    margin-top: 4px;
    color: #d97800 !important;
    font-weight: 800 !important;
}

.electro-main-mega-visual {
    align-self: start;
    display: flex;
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: 260px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #cfcfcf;
    text-decoration: none;
}

.electro-main-mega-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .electro-header-nav-band .u-header__nav-link {
        padding-right: 12px !important;
        padding-left: 12px !important;
        font-size: 13px;
    }

    .electro-main-mega-grid {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
        gap: 24px;
        padding-right: 36px;
        padding-left: 36px;
    }

    .electro-main-mega-visual {
        max-height: 220px;
    }
}

.electro-home-hero-shell {
    width: 100%;
    margin: 0 0 28px;
    background: #d1d1d1;
}

.electro-home-hero-carousel {
    position: relative;
}

.home-hero-slide {
    position: relative;
    min-height: 422px;
    border: 0;
    border-radius: 0;
    background-color: #d1d1d1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
    overflow: hidden;
}

.home-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .24) 42%, rgba(0, 0, 0, .04) 68%);
    z-index: 1;
}

.home-hero-inner {
    position: relative;
    min-height: 422px;
    display: grid;
    grid-template-columns: minmax(340px, 500px) 1fr;
    align-items: center;
}

.home-hero-overlay {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    max-width: 470px;
    display: block;
    color: #ffffff;
    transform: none;
}

.home-hero-slide--center .home-hero-overlay {
    justify-self: center;
    text-align: center;
}

.home-hero-slide--right .home-hero-overlay {
    grid-column: 2;
    justify-self: end;
    text-align: left;
}

.home-hero-kicker {
    display: block;
    margin-bottom: 14px;
    color: #1ec7f4;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .3);
}

.home-hero-overlay h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 46px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.12;
    text-transform: uppercase;
    text-shadow: 0 4px 22px rgba(0, 0, 0, .46);
}

.home-hero-highlight {
    display: block;
    margin-top: -6px;
    margin-bottom: 26px;
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 4px 22px rgba(0, 0, 0, .42);
}

.home-hero-overlay p {
    max-width: 410px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.55;
}

.home-hero-button {
    min-width: 186px;
    min-height: 42px;
    padding: 0 24px;
    border-radius: 7px;
    background: #fed700;
    color: #111827;
    font-size: 16px;
    font-weight: 400;
}

.home-hero-button:hover {
    background: #f4c900;
    color: #111827;
}

.home-hero-product {
    position: relative;
    z-index: 2;
    justify-self: end;
    width: min(39vw, 468px);
    max-width: 468px;
    aspect-ratio: 468 / 417;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.electro-home-hero-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 4;
}

.electro-home-hero-dots li {
    margin: 0 5px;
}

.electro-home-hero-dots li span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: rgba(38, 52, 66, 0.14);
}

.electro-home-hero-dots li.slick-active span {
    width: 30px;
    background: #fed700;
}

@media (max-width: 1199.98px) {
    .electro-home-hero-shell {
        margin-top: 0;
    }

    .home-hero-slide,
    .home-hero-inner {
        min-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .home-hero-slide {
        min-height: 430px;
        background-position: center;
    }

    .home-hero-inner {
        min-height: 430px;
        grid-template-columns: 1fr;
        align-content: center;
        gap: 20px;
        padding-top: 34px;
        padding-bottom: 54px;
    }

    .home-hero-overlay,
    .home-hero-slide--right .home-hero-overlay,
    .home-hero-slide--center .home-hero-overlay {
        grid-column: 1;
        max-width: 100%;
        justify-self: start;
        text-align: left;
    }

    .home-hero-overlay h1 {
        font-size: 32px;
    }

    .home-hero-highlight {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .home-hero-overlay p {
        font-size: 15px;
    }

    .home-hero-product {
        display: none;
    }
}

.electro-page-content .breadcrumb,
.electro-page-content .content-breadcrumb,
.electro-page-content .faq-breadcrumb,
.electro-page-content .product-breadcrumb,
.electro-page-content .category-reference-breadcrumb {
    align-items: center;
    background: transparent;
    border: 0;
    color: #77838f;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 18px;
    padding: 0;
}

.electro-page-content .breadcrumb a,
.electro-page-content .content-breadcrumb a,
.electro-page-content .faq-breadcrumb a,
.electro-page-content .product-breadcrumb a,
.electro-page-content .category-reference-breadcrumb a {
    color: #111827;
    text-decoration: none;
}

.electro-page-content .breadcrumb a:hover,
.electro-page-content .content-breadcrumb a:hover,
.electro-page-content .faq-breadcrumb a:hover,
.electro-page-content .product-breadcrumb a:hover,
.electro-page-content .category-reference-breadcrumb a:hover {
    color: var(--front-orange);
    text-decoration: none;
}

.electro-page-content .breadcrumb-item,
.electro-page-content .breadcrumb-item a,
.electro-page-content .content-breadcrumb span,
.electro-page-content .faq-breadcrumb span,
.electro-page-content .product-breadcrumb a,
.electro-page-content .product-breadcrumb span,
.electro-page-content .product-breadcrumb strong,
.electro-page-content .category-reference-breadcrumb span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.electro-page-content .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.electro-page-content .breadcrumb-item + .breadcrumb-item::before,
.electro-page-content .content-breadcrumb > * + *::before,
.electro-page-content .faq-breadcrumb > * + *::before,
.electro-page-content .product-breadcrumb > * + *::before,
.electro-page-content .category-reference-breadcrumb > * + *::before {
    color: #9aa5b1;
    content: ">";
    float: none;
    margin: 0 7px 0 0;
    padding: 0;
}

.electro-page-content .faq-breadcrumb > span:first-of-type {
    color: inherit;
}

.electro-page-content .faq-breadcrumb > span:first-of-type::before {
    content: ">";
}
@media (max-width: 991.98px) {
    .faq-page-grid { display: grid; grid-template-columns: minmax(0, 1fr); }
    .faq-page-grid > .faq-sidebar { display: contents; }
    .faq-page-grid .faq-side-card { order: 0; }
    .faq-page-grid > .faq-list { order: 1; min-width: 0; }
    .faq-page-grid .faq-quick-links { order: 2; }
}
[id^="vitrin-"] { scroll-margin-top:100px; }
[id^="vitrin-"]:target { outline:3px solid #6366f1; outline-offset:4px; }

/* Final palette overrides keep late theme rules on the same visual system. */
.electro-page-content .single-deal-bar {
    background: #263442;
}

.electro-page-content .single-deal-bar > strong,
.electro-page-content .single-price-box strong {
    color: #dca404;
}

.electro-page-content .single-discount-badge {
    background: #dca404;
}

.electro-page-content .single-whatsapp-button {
    background: #21a65b;
}

.electro-page-content .single-cart-button {
    background: #f5c619;
    color: #263442;
}

.electro-page-content .single-buy-button {
    background: #263442;
}

.electro-page-content .single-cart-button:hover,
.electro-page-content .single-cart-button:focus {
    background: #dca404;
    color: #fff;
}

.electro-page-content .single-buy-button:hover,
.electro-page-content .single-buy-button:focus {
    background: #17232e;
    color: #fff;
}

.electro-page-content .product-thumb-rail button.active,
.electro-page-content .product-thumb-rail button:hover {
    border-color: #dca404;
    box-shadow: inset 0 0 0 1px #dca404;
}

.support-widget-trigger {
    background: #263442 !important;
    border-color: rgba(255, 255, 255, .18);
    color: #fff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .24), 0 8px 22px rgba(245, 198, 25, .18);
}

.support-widget-trigger:hover {
    background: #17232e !important;
    color: #fff;
}

.support-widget-head {
    background: #263442;
    color: #fff;
}

.support-widget-head strong,
.support-widget-head small {
    color: #fff;
    text-shadow: none;
}

.support-widget-head button {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .2);
    color: #fff;
}

.support-widget-link:hover {
    border-color: #dca404;
}

.support-chat-quick-actions button {
    background: #fff8e1 !important;
    border-color: #f0ca43 !important;
    color: #725700 !important;
}

.support-chat-form button {
    background: #f5c619;
    color: #263442;
}

.support-chat-form button:hover,
.support-chat-form button:focus {
    background: #dca404;
    color: #fff;
}

/* Keep every storefront action on the same yellow/navy/green hierarchy. */
.electro-page-content .electro-search-submit,
.electro-page-content .electro-mobile-search-wrap .electro-search-submit,
.electro-page-content .electro-newsletter-form button,
.electro-page-content .form-panel button,
.electro-page-content .auth-card button,
.electro-page-content .account-primary,
.electro-page-content .primary-btn,
.electro-page-content .brand-catalog-hero-link {
    background: #f5c619;
    border-color: #f5c619;
    color: #263442;
}

.electro-page-content .electro-search-submit:hover,
.electro-page-content .electro-search-submit:focus,
.electro-page-content .electro-newsletter-form button:hover,
.electro-page-content .electro-newsletter-form button:focus,
.electro-page-content .form-panel button:hover,
.electro-page-content .auth-card button:hover,
.electro-page-content .account-primary:hover,
.electro-page-content .primary-btn:hover,
.electro-page-content .brand-catalog-hero-link:hover {
    background: #dca404;
    border-color: #dca404;
    color: #fff;
}

.electro-page-content .secondary-btn {
    background: #fff;
    border-color: #dfe4e9;
    color: #263442;
}

.electro-page-content .secondary-btn:hover,
.electro-page-content .secondary-btn:focus {
    background: #263442;
    border-color: #263442;
    color: #fff;
}

.electro-page-content .product-item__body .badge-primary {
    background: #dca404;
    box-shadow: none;
}

.electro-page-content .product-item__body .badge-success {
    background: #21a65b;
    color: #fff;
}

.electro-page-content .product-item__title a:hover,
.electro-page-content .static-page-head .eyebrow,
.electro-page-content .product-breadcrumb a,
.electro-page-content .electro-main-mega-all {
    color: #dca404 !important;
}

.electro-page-content .electro-main-mega-title:hover {
    color: #263442;
}

@media (max-width: 575.98px) {
    .quote-cart-table,
    .quote-cart-table tbody {
        display: block;
        width: 100%;
    }

    .quote-cart-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip-path: inset(50%);
    }

    .quote-cart-table tbody tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        padding: 16px;
        gap: 12px;
        border-bottom: 1px solid var(--front-line);
    }

    .quote-list-panel .quote-cart-table td {
        display: block;
        padding: 0;
        min-width: 0;
        border: 0;
        text-align: left !important;
    }

    .quote-cart-table td:first-child,
    .quote-cart-table td:nth-child(2) {
        grid-column: 1 / -1;
    }

    .quote-cart-table td:first-child .min-width-90 {
        flex: 0 0 72px;
        min-width: 72px;
    }

    .quote-cart-table td:first-child .d-flex > div {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .quote-cart-table td[data-label]::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        color: #56616d;
        font-size: 12px;
    }

    .quote-cart-table input[type="number"] {
        width: 104px;
        max-width: 100%;
    }
}
