    .home .discount-badge {
        display: none;
    }
    .home #page {
      background: #ffffff;
    }
    
    .home .site-content {
      padding-top: 0 !important;
    }
    .page-template-page-home-page-new-php .site-content,
    .page-template-default .site-content {
        padding-bottom: 0;
    }

    .padTB-2 {
        padding-top: 2em !important;
        padding-bottom: 2em !important;
    }

    /* Базовые стили для секций */
    .full-width-section {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
    }

    .section-container {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0;
    }

    /* Секция для 3 банеров */
    .three-banners-section {
        width: 1499px;
        background-color: transparent;
        margin-bottom: 20px;
    }

    .banners-grid {
        display: grid;
        grid-template-columns: 73.9% 25.5%; /* 1100px and 389px as percentage of 1489px */
        grid-template-rows: auto auto;
        gap: 10px;
    }

    .banner-item {
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    /* Первый баннер - большой горизонтальный */
    .banner-item:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        height: auto;
        background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
        text-align: left;
    }

    /* Второй баннер - вертикальный справа */
    .banner-item:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        height: auto;
        background: linear-gradient(180deg, #1e40af 0%, #ffffff 100%);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Третий баннер - нижний горизонтальный на всю ширину */
    .banner-item:nth-child(3) {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        text-align: center;
    }

    .banner-content {
        position: relative;
        z-index: 2;
    }

    .banner-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .banner-subtitle {
        font-size: 16px;
        opacity: 0.9;
        margin-bottom: 15px;
    }

    .banner-cta {
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 10px 20px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .banner-cta:hover {
        background-color: rgba(0, 0, 0, 1);
        transform: translateY(-2px);
    }

    .main-banners {
      background-color: white;
      margin-top: 10px;
    }

    .shop-by-application-section {
        background-color: #ffffff;
    }

    /* Same content width as .three-banners-section above */
    .shop-by-application-section .section-container {
        width: 1499px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .shop-by-application-section__header {
        text-align: center;
        margin-bottom: 40px;
    }

    .shop-by-application-section__eyebrow {
        margin: 0 0 10px;
        color: #155EA0;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }

    .shop-by-application-section__title {
        margin: 0;
        color: #000000;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.2;
    }

    .applications-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        margin: 0 auto;
        width: 100%;
    }

    .app-card {
        position: relative;
        display: flex;
        flex-direction: column;
        color: #fff;
        border-radius: 12px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        min-width: 0;
    }

    .app-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    .app-card__inner {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 0;
        flex: 1;
    }

    .app-card__visual {
        position: relative;
        width: 100%;
        aspect-ratio: 2120 / 1120;
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 12px 12px 0 0;
    }

    .app-card__primary-link {
        position: absolute;
        inset: 0;
        z-index: 0;
        display: block;
        color: #fff;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    .shop-by-application-section .app-card__primary-link:link,
    .shop-by-application-section .app-card__primary-link:visited,
    .shop-by-application-section .app-card__primary-link:active,
    .shop-by-application-section .app-card__primary-link:focus,
    .shop-by-application-section .app-card__primary-link:focus-visible {
        color: #fff;
    }

    .shop-by-application-section .app-card__title,
    .shop-by-application-section .app-card__subtitle {
        color: #fff;
    }

    /* Tablet & mobile (≤1024px): theme/global <a> styles often win on tap — keep white */
    @media (max-width: 1024px) {
        .shop-by-application-section .app-card__primary-link,
        .shop-by-application-section .app-card__primary-link:link,
        .shop-by-application-section .app-card__primary-link:visited,
        .shop-by-application-section .app-card__primary-link:active,
        .shop-by-application-section .app-card__primary-link:focus,
        .shop-by-application-section .app-card__primary-link:focus-visible {
            color: #fff !important;
        }

        .shop-by-application-section .app-card__title,
        .shop-by-application-section .app-card__subtitle {
            color: #fff !important;
        }
    }

    .app-card__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .app-card__scrim {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 45%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
        transition: opacity 0.22s ease;
    }

    .app-card__overlay-text {
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 14px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 6px;
        pointer-events: none;
        transition: opacity 0.22s ease, visibility 0.22s ease;
    }

    .app-card__title {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0.01em;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85), 0 0 1px rgba(0, 0, 0, 0.9);
        -webkit-font-smoothing: antialiased;
    }

    .app-card__subtitle {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.25;
        opacity: 0.98;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85), 0 0 1px rgba(0, 0, 0, 0.9);
    }

    .app-card__footer-bar {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-shrink: 0;
        margin: 0;
        padding: 0;
        background: #ffffff;
        border-top: none;
        position: relative;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 12px 12px;
    }

    .app-card__footer-link {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 12px;
        margin: 0;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25;
        text-decoration: none;
        color: #155EA0;
        text-align: center;
        transition: background-color 0.2s ease, color 0.2s ease;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .app-card__footer-link--explore {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        gap: 12px;
        text-align: left;
    }

    .app-card__footer-link--explore .app-card__footer-text {
        flex: 1 1 auto;
        min-width: 0;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .app-card__footer-link--explore .app-card__footer-icon {
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        display: block;
        transition: transform 0.2s ease;
    }

    .app-card__footer-link--explore:hover .app-card__footer-icon,
    .app-card__footer-link--explore:focus-visible .app-card__footer-icon {
        transform: translateX(4px);
    }

    .app-card__footer-link:link,
    .app-card__footer-link:visited {
        color: #155EA0;
    }

    .app-card__footer-link:hover,
    .app-card__footer-link:focus-visible {
        color: #0f4a86;
        background: #f6f9fc;
    }

    .app-card__footer-text {
        min-width: 0;
    }

    .app-card__hover-panel {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        top: auto;
        height: auto;
        max-height: min(52%, 17rem);
        padding: 12px 12px 11px;
        background: #f4f6f8;
        color: #111;
        transform: translateY(calc(100% + 10px));
        transition: transform 0.32s ease, box-shadow 0.32s ease;
        z-index: 5;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .app-card__hover-title {
        margin: 0 0 8px;
        color: #111;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.25;
        display: block;
        min-width: 0;
    }

    .app-card__hover-description {
        margin: 0;
        color: #333;
        font-size: 12px;
        line-height: 1.45;
        display: block;
        overflow-wrap: anywhere;
        word-wrap: break-word;
        flex-shrink: 0;
    }

    @media (min-width: 1025px) {
        .app-card:hover .app-card__hover-panel,
        .app-card:focus-within .app-card__hover-panel {
            transform: translateY(0);
        }

        .shop-by-application-section .app-card:hover .app-card__overlay-text,
        .shop-by-application-section .app-card:focus-within .app-card__overlay-text {
            opacity: 0;
            visibility: hidden;
        }

        .shop-by-application-section .app-card:hover .app-card__scrim,
        .shop-by-application-section .app-card:focus-within .app-card__scrim {
            opacity: 0;
        }

        /* Overlay on image: large extra-bold title + subtitle (match hero reference) */
        .shop-by-application-section .app-card__overlay-text {
            gap: 8px;
        }

        .shop-by-application-section .app-card__overlay-text .app-card__title {
            font-size: 28px;
            font-weight: 900;
            line-height: 1.12;
            letter-spacing: 0.02em;
            color: #fff;
            text-shadow: 0 0 10px black;
        }

        .shop-by-application-section .app-card__overlay-text .app-card__subtitle {
            font-size: 17px;
            font-weight: 500;
            line-height: 1.25;
            letter-spacing: 0.03em;
            color: #fff;
            opacity: 1;
            text-shadow: 0 0 10px black;
        }

        .shop-by-application-section .app-card__hover-panel {
            padding: 10px 11px 10px;
            max-height: min(48%, 16rem);
        }

        .shop-by-application-section .app-card__hover-title {
            font-size: 14px;
            line-height: 1.25;
            margin-bottom: 6px;
        }

        .shop-by-application-section .app-card__hover-description {
            font-size: 11px;
            line-height: 1.45;
        }

        .shop-by-application-section .app-card__footer-link {
            font-size: 13px;
            padding: 10px 10px;
        }

        .shop-by-application-section .app-card__footer-link--explore {
            padding-left: 16px;
            padding-right: 16px;
        }
    }

    /* Support stats carousel */
    .support-stats-section {
        margin-top: 28px;
        margin-bottom: 0;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        background: #f5f5f5;
        padding: 12px 0 10px;
        box-sizing: border-box;
    }

    /* Heading block: 440×30 per line (design spec) */
    .support-stats-text {
        width: 100%;
        max-width: 1499px;
        margin: 8px auto 0;
        box-sizing: border-box;
    }

    .support-stats-heading {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: #111;
        font-size: 22px;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .support-stats-subheading {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: #111;
        font-size: 22px;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .support-stats-carousel-container {
        position: relative;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .support-stats-carousel-wrapper {
        overflow: hidden;
        cursor: grab;
        user-select: none;
        display: flex;
        justify-content: center;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        box-sizing: border-box;
    }

    .support-stats-carousel-wrapper:active {
        cursor: grabbing;
    }

    .support-stats-track {
        display: flex;
        gap: 28px;
        width: max-content;
        flex-shrink: 0;
        will-change: transform;
        backface-visibility: hidden;
    }

    @media (min-width: 1025px) {
        .support-stats-track {
            height: 55px;
            align-items: flex-end;
            box-sizing: border-box;
        }
    }

    .support-stat-item {
        flex: 0 0 auto;
        display: flex;
        align-items: flex-end;
        gap: 8px;
        white-space: nowrap;
    }

    .support-stat-value {
        color: #111;
        font-size: 38px;
        font-weight: 800;
        line-height: 1;
    }

    .support-stat-label {
        color: #222;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 2px;
    }

    /* Категория товаров секция */
    .product-category-section {
      background-color: #ffffff;
      padding: 0;
      margin-top: 1em;
      margin-bottom: 1em;
    }

    .category-grid {
        display: grid;
        grid-template-columns: 522px 1fr;
        gap: 0;
        min-height: 600px;
        width: 1499px;
    }

    /* Левая колонка с фоном */
    .category-left {
        margin-top: 40px;
        margin-bottom: 40px;
        /*background-size: 100% 100%;*/
        background-position: center;
        background-color: #1a365d;
        color: white;
        padding: 0px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        transition: background-size 0.3s ease, filter 0.3s ease;
    }

    /* Уникальные фоны для каждой категории */
    .category-left[data-category="grid-tied"] {
        background-image: url('/wp-content/uploads/2025/11/Homepage-Banners-2-1.webp');
    }

    .category-left[data-category="off-grid"] {
        background-image: url('/wp-content/uploads/2025/11/Homepage-Banners-3-1.webp');
    }

    .category-left[data-category="golf-carts"] {
        background-image: url('/wp-content/uploads/2025/11/Homepage-Banners-825-x-1025-px-2.webp');
    }

    .category-left[data-category="van-life"] {
        background-image: url('/wp-content/uploads/2025/11/Homepage-Banners-7-1.webp');
    }

    .category-left[data-category="rv-marine"] {
        background-image: url('/wp-content/uploads/2025/12/Homepage-Banners-1.webp');
    }

    .category-left[data-category="industrial"] {
        background-image: url('/wp-content/uploads/2025/11/Homepage-Banners-9-1.webp');
    }



    .category-left:hover {
        /*background-size: 110% 110%;*/
        filter: brightness(1.1);
    }

    /* Делаем секции категорий кликабельными */
    .category-left {
        cursor: pointer;
    }

    .category-left::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .category-content {
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .category-title {
        font-family: "Roboto", sans-serif;
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 5px;
        text-transform: uppercase;
        line-height: 1;
        color: #000000;
        transition: transform 0.3s ease;
    }

    .category-subtitle {
        font-family: "Roboto", sans-serif;
        font-size: 22px;
        color: #000000;
        font-weight: 300;
        margin-bottom: 30px;
        opacity: 0.9;
        text-transform: uppercase;
        transition: transform 0.3s ease;
    }

    .category-left:hover .category-title {
        transform: scale(1.05);
    }

    .category-left:hover .category-subtitle {
        transform: scale(1.05);
    }

    .category-cta {
        font-size: 14px;
        background-color: #3A92FF;
        color: white;
        padding: 5px 25px;
        border-radius: 4px;
        text-decoration: none;
        font-weight: normal;
        display: inline-block;
        transition: all 0.3s ease;
        margin-bottom: 40px;
    }

    .category-cta:hover {
        background-color: #277fec;
        color: white;
        /*transform: translateY(-2px) scale(1.05);*/
        /*box-shadow: 0 0 25px rgba(12, 52, 214, 0.8), 0 0 50px rgba(12, 52, 214, 0.6), 0 0 75px rgba(12, 52, 214, 0.4);*/
    }

    /* Кнопки внизу левой колонки */
    .category-buttons {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        position: relative;
        z-index: 2;
    }

    .category-button {
        background-color: transparent;
        border: none;
        padding: 0;
        text-align: center;
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .category-button:hover {
        transform: translate(10px, 10px);
    }

    .category-button img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        object-fit: cover;
        transition: all 0.3s ease;
    }

    .category-button:hover img {
        transform: scale(1.13);
    }

    .category-button-text {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        color: black;
    }

    /* Правая колонка с товарами */
    .category-right {
        padding: 40px;
    }

    .category-right-color1 {
        /*background-color: rgba(217, 217, 217, 0.42);*/
    }

    .category-right-color2 {
        /*background-color: #F4F4F4;*/
    }

    .products-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        height: 100%;
    }

    .product-item {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
        border: 2px solid #e9ecef;
    }

    .product-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .product-placeholder {
        width: 100%;
        height: 120px;
        background-color: #f1f3f4;
        border-radius: 8px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6c757d;
        font-size: 14px;
    }

    /* Стили для карточек товаров из deals */
    .custom-product-card {
        background-color: #F3F3F3;
        border-radius: 10px;
        text-align: center;
        position: relative;
        display: block;
        text-decoration: none;
        color: inherit;
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
    }

    .custom-product-card .price {
        font-family: "Roboto", Sans-serif;
        font-weight: 700;
        color: black;
        font-size: 1.3em;
        font-weight: bold;
        justify-self: start;
        padding: 0 16px;
        margin-bottom: 10px;
    }

    .custom-product-card .price ins {
        font-family: "Roboto", Sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: green;
    }

    .custom-product-card .price del {
        font-family: "Roboto", Sans-serif;
        font-size: 16px;
        color: black;
    }

    .custom-product-card:hover {
        text-decoration: none;
        color: inherit;
    }

    .custom-product-image {
        width: 100%;
        height: 150px;
        object-fit: contain;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .custom-product-title {
        font-family: 'Inner', sans-serif;
        font-size: 1em;
        font-weight: 700;
        color: #155EA0;
        margin-bottom: 2px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: start;
        line-height: 18px;
        padding: 0 16px;
        min-height: 36px;
    }

    .custom-product-description {
        padding: 0 16px;
        font-size: 12px;
        color: #666;
        margin-bottom: 2px;
        justify-self: start;
        text-align: left;
    }

    .custom-product-sku {
        font-size: 12px;
        color: black;
        margin-bottom: 2px;
        justify-self: start;
        padding: 0 16px;
        text-align: left;
    }

    .custom-add-to-cart {
        background-color: #28a745;
        color: white;
        padding: 10px 20px;
        border: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        cursor: pointer;
        font-weight: bold;
        width: 100%;
        text-decoration: none;
        display: none;
        box-sizing: border-box;
        margin-top: 10px !important;
    }

    .custom-add-to-cart:hover {
        background-color: #218838;
        color: white;
        text-decoration: none;
    }

    .custom-sale-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #dc3545;
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: bold;
        z-index: 10;
    }

    .custom-shipping-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #155ea0;
        color: white;
        padding: 1px 6px;
        border-radius: 1em;
        font-size: 10px;
        font-weight: bold;
        z-index: 10;
    }

    .custom-product-content-wrapper {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-product-content-wrapper .additional-discount {
        width: max-content;
    }

    .custom-product-card .price {
        margin-top: auto;
        padding-top: 10px;
    }

    .custom-add-to-cart {
        margin-top: 10px !important;
    }

    /* Секция одного банера */
    .single-banner-section {
        background-color: #ffffff;
        padding: 0;
    }

    .single-banner {
        color: white;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1499px;
    }

    /* Серая полоса под последним банером */
    .single-banner-section:last-child {
        position: relative;
    }

    .single-banner {
        position: relative;
        z-index: 2;
    }

    /* Battery Accessories секция */
    .battery-accessories-section {
        margin-bottom: 1em;
        box-shadow: 0px 4px 4px 2px #49432142;
        background-color: #ffffff;
        padding: 60px 20px;
    }

    .accessories-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .accessories-header h2 {
        color: #155EA0;
        font-size: 36px;
        font-weight: bold;
        margin: 0;
    }

    .filter-buttons {
        display: flex;
        gap: 15px;
    }

    .filter-btn {
        background-color: transparent;
        border: 1px solid #008000;
        color: #000000;
        padding: 10px 20px;
        border-radius: 25px;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .filter-btn:hover,
    .filter-btn.active {
        border: 1px solid #155EA0;
        background-color: #E5F2FE;
        color: #155EA0;
        font-weight: bold;
    }

    .accessories-products {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 90px;
        margin-bottom: 40px;
    }


    .accessory-card {
        background-color: #f8f9fa;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .accessory-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .accessories-footer {
        text-align: center;
    }

    .shop-all-btn {
        background-color: #28a745;
        color: white;
        padding: 15px 40px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .shop-all-btn:hover {
        background-color: #218838;
        color: white;
        text-decoration: none;
        transform: translateY(-2px);
    }

    /* Переопределение стилей для секции Battery Accessories */
    .battery-accessories-section .custom-product-card {
        background: #F3F3F3;
        border-radius: 8px;
        min-height: 362px !important;
        padding: 15px;
    }

    .battery-accessories-section .custom-product-card:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        transform: translateY(-3px);
    }

    .battery-accessories-section .custom-product-image {
        height: 160px;
        margin-bottom: 10px;
    }

    .battery-accessories-section .custom-product-title {
        padding: 0;
        font-size: 12px;
        color: #155EA0;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.3;
        min-height: 32px;
        margin-bottom: 5px;
    }

    .battery-accessories-section .custom-product-sku {
        padding: 0;
        font-size: 11px;
        color: #666;
        margin-bottom: 8px;
    }

    .battery-accessories-section .price {
        padding: 0;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: auto;
    }

    .battery-accessories-section .price ins {
        font-size: 16px;
        color: #28a745;
        font-weight: bold;
    }

    .battery-accessories-section .price del {
        font-size: 13px;
        color: #999;
    }

    .battery-accessories-section .discount-badge {
        margin-top: 5px;
    }

    .battery-accessories-section .additional-discount {
        color: #28a745;
        font-size: 9px;
        font-weight: bold;
        display: block;
        margin-top: 2px;
    }

    .battery-accessories-section .custom-add-to-cart {
        display: none;
    }

    /* Стили для системы табов */
    .accessories-products {
        position: relative;
        transition: opacity 0.3s ease;
    }

    .accessories-products .custom-product-description {
        padding: 0;
    }

    .accessories-products.loading {
        opacity: 0.5;
    }

    .accessories-loading {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 10;
    }

    .accessories-loading.show {
        display: block;
    }

    .loading-spinner {
        border: 3px solid #f3f3f3;
        border-top: 3px solid #155EA0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
        margin: 0 auto 10px;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .loading-text {
        text-align: center;
        color: #155EA0;
        font-weight: bold;
    }

    .debug-info {
        background: #f0f0f0;
        border: 1px solid #ccc;
        padding: 10px;
        margin: 10px 0;
        font-family: monospace;
        font-size: 12px;
        white-space: pre-wrap;
    }

    .no-products-message {
        text-align: center;
        padding: 60px 20px;
        color: #666;
        font-size: 18px;
        grid-column: 1 / -1;
    }

    .divider-bottom {
        margin-bottom: 1px;
    }

    .banner-item picture {
        width: 100%;
        height: auto;
        display: block;
    }

    .banner-item picture img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        display: block;
        border-radius: 12px;
    }

    .category-show-more {
        display: none;
    }

    .empower-section {
        padding: 0;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .hide-on-desktop {
        display: none;
    }

    /* Мобильный заголовок категории - скрыт по умолчанию */
    .mobile-category-header {
        display: none;
    }

    /* Стили для карусели баннеров */
    .banner-carousel {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        /* резерв высоты — vars в inline style на div'е */
        aspect-ratio: var(--bb-carousel-desktop-ratio, 2560 / 931);
    }

    @media (max-width: 768px) {
        .banner-carousel {
            aspect-ratio: var(--bb-carousel-mobile-ratio, 1294 / 750);
        }
    }

    /* дубль на picture — safety net */
    .banner-carousel .carousel-slide picture {
        aspect-ratio: var(--bb-carousel-desktop-ratio, 2560 / 931);
    }

    @media (max-width: 768px) {
        .banner-carousel .carousel-slide picture {
            aspect-ratio: var(--bb-carousel-mobile-ratio, 1294 / 750);
        }
    }

    /* picture: block для aspect-ratio (inline по умолчанию) */
    .empower-section .single-banner picture {
        display: block;
        width: 100%;
        aspect-ratio: 1673 / 453;
    }

    .empower-section .single-banner img {
        display: block;
        width: 100%;
        height: auto;
    }

    @media (max-width: 1024px) {
        .empower-section .single-banner picture {
            aspect-ratio: 1023 / 375;
        }
    }

    @media (max-width: 768px) {
        .empower-section .single-banner picture {
            aspect-ratio: 412 / 516;
        }
    }

    .carousel-container {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .carousel-slides {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .carousel-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        pointer-events: none;
    }

    .carousel-slide.active {
        opacity: 1;
        position: relative;
        pointer-events: auto;
    }

    .carousel-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .carousel-slide picture {
        width: 100%;
        display: block;
    }

    .carousel-slide picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        border-radius: 12px;
    }

    /* Стили для видео в карусели */
    .carousel-slide .banner-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        border-radius: 12px;
    }

    .carousel-slide .mobile-video {
        display: none;
    }

    .carousel-slide .desktop-video {
        display: block;
    }

    /* Точки навигации карусели */
    .carousel-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        gap: 10px;
        z-index: 10;
    }

    .carousel-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.8);
    }

    .carousel-dot:hover {
        background-color: rgba(255, 255, 255, 0.8);
        transform: scale(1.1);
    }

    .carousel-dot.active {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    }

    /* Стрелки навигации карусели */
    .carousel-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.6);
        border: none;
        border-radius: 50%;
        color: black;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        transition: all 0.3s ease;
    }

    .carousel-arrow:hover {
        background-color: white;
        opacity: 1;
        transform: translateY(-50%) scale(1.1);
    }

    .carousel-arrow-prev {
        left: 15px;
    }

    .carousel-arrow-next {
        right: 15px;
    }

    .carousel-arrow img {
        width: 10px !important;
        height: auto;
        max-width: none;
        max-height: none;
        flex-shrink: 0;
    }

    .carousel-arrow-prev img {
        transform: scaleX(-1);
    }

    /* Планшеты ландшафт */
    @media (max-width: 1024px) {
      .category-subtitle {
        font-size: 16px;
      }
        .banners-grid {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
        }

        .main-banners {
            margin-top: 10px;
        }

        .full-width-section {
            padding: 0px;
        }

        .banner-item:nth-child(2),
        .banner-item:nth-child(3) {
            display: none;
        }

        .banner-item:nth-child(1) {
            grid-column: 1;
            grid-row: 1;
        }

        /* Переопределяем стили карусели для планшетов */
        .banner-carousel {
            height: auto;
        }

        .banner-carousel .carousel-container,
        .banner-carousel .carousel-slides,
        .banner-carousel .carousel-slide {
            height: auto;
        }

        /* Резиновая верстка для планшетов */
        .carousel-slide picture img {
            height: auto;
            object-fit: contain;
        }

        .shop-by-application-section__title {
            font-size: 30px;
        }

        .shop-by-application-section .section-container {
            box-sizing: border-box;
        }

        .applications-grid {
            max-width: 100%;
            gap: 16px;
            align-items: stretch;
        }

        .shop-by-application-section .applications-grid .app-card {
            height: 100%;
        }

        .shop-by-application-section .app-card__inner {
            height: 100%;
        }

        .shop-by-application-section .app-card__visual {
            display: flex;
            flex-direction: column;
            aspect-ratio: auto;
        }

        .shop-by-application-section .app-card__primary-link {
            position: relative;
            flex: 0 0 auto;
            width: 100%;
            aspect-ratio: 2120 / 1120;
        }

        .shop-by-application-section .app-card__scrim {
            display: none;
        }

        .shop-by-application-section .app-card__img {
            object-position: center 36%;
        }

        .shop-by-application-section .app-card__overlay-text {
            position: relative;
            left: auto;
            right: auto;
            bottom: auto;
            padding: 10px 14px;
            gap: 5px;
            background: rgba(0, 0, 0, 0.88);
            flex-shrink: 0;
            z-index: 2;
            box-sizing: border-box;
            min-width: 0;
            width: 100%;
            min-height: 0;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            overflow: hidden;
        }

        .shop-by-application-section .app-card__title,
        .shop-by-application-section .app-card__subtitle {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
            min-width: 0;
        }

        .app-card__title {
            font-size: 16px;
        }

        .app-card__subtitle {
            font-size: 13px;
        }

        .shop-by-application-section .app-card__footer-link {
            font-size: 14px;
            padding: 10px 8px;
        }

        .shop-by-application-section .app-card__footer-link--explore {
            padding-left: 16px;
            padding-right: 16px;
        }

        .shop-by-application-section .app-card__title {
            font-weight: 700;
            letter-spacing: 0.02em;
            -webkit-font-smoothing: antialiased;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85), 0 0 1px rgba(0, 0, 0, 0.9);
        }

        .app-card__hover-panel {
            display: none;
        }

        .category-grid {
            grid-template-columns: 1fr;
            grid-template-rows: auto auto;
        }

        .category-left {
            padding: 30px;
        }

        .category-content {
            text-align: left;
        }

        .category-title {
            line-height: 1;
            margin-bottom: 0;
        }

        .category-cta {
            display: none;
        }

        .category-buttons {
            display: flex;
        }

        /* Уникальные фоны для каждой категории */
        .category-left[data-category="grid-tied"] {
            background-image: url('/wp-content/uploads/2025/06/image-5.webp');
        }

        .category-left[data-category="off-grid"] {
            background-image: url('/wp-content/uploads/2025/06/image-5-1.webp');
        }

        .category-left[data-category="golf-carts"] {
            background-image: url('/wp-content/uploads/2025/06/image-5-2.webp');
        }

        .category-left[data-category="van-life"] {
            background-image: url('/wp-content/uploads/2025/06/image-5-3.webp');
        }

        .category-left[data-category="rv-marine"] {
            background-image: url('/wp-content/uploads/2025/06/image-6.webp');
        }

        .category-left[data-category="industrial"] {
            background-image: url('/wp-content/uploads/2025/06/image-7.webp');
        }

        .accessories-products {
            gap: 30px;
        }

        .site-content,
        .archive-header {
            padding: 0 !important;
        }

        .three-banners-section,
        .category-left[data-category="grid-tied"],
        .category-left[data-category="off-grid"],
        .category-left[data-category="golf-carts"],
        .category-left[data-category="van-life"],
        .category-left[data-category="rv-marine"],
        .category-left[data-category="industrial"] {
            margin-left: calc(-50vw + 50%);
            width: 100vw;
        }

        .banner-item {
            border-radius: 0;
        }

        .banner-item:nth-child(1) {
            height: auto;
        }

        .category-left:hover .category-title,
        .category-left:hover .category-subtitle {
            transform: none;
        }

        .category-show-more {
            justify-content: center;
            display: flex;
            background: #008004;
            color: white;
            margin: 30px auto 0 auto;
            border-radius: 8px;
            width: fit-content;
            padding: 15px 30px;
            font-size: 16px;
            font-weight: bold;
        }

        .products-grid {
            height: auto;
            /* Вместо height: 100% */
        }

        .mobile-full-width-section {
            width: 100vw;
            margin-left: calc(-50vw + 50%);
        }


        .hide-on-tablets {
            display: none;
        }

        .support-stats-track {
            gap: 22px;
        }
        .support-stat-value {
            font-size: 30px;
        }
    }

    /* iPad Air (820px) and similar tablets - support stats marquee fit device width */
    @media (max-width: 900px) and (min-width: 769px) {
        .shop-by-application-section .section-container {
            width: 100%;
            max-width: 100%;
            padding: 0 24px;
            box-sizing: border-box;
        }

        .applications-grid {
            gap: 14px;
        }
        .support-stats-heading {
            font-size: 15px;
        }
        .support-stats-subheading {
            font-size: 11px;
        }
        .support-stat-value {
            font-size: 28px;
        }
    }

    /* Планшеты портрет */
    /* Мобильные */
    @media (max-width: 768px) {
      .support-stats-section {
        margin-top: 22px;
      }
      .support-stats-text {
        width: 100%;
        max-width: 1499px;
        padding: 0 20px;
        box-sizing: border-box;
      }
      .support-stats-heading {
        font-size: 14px;
      }
      .support-stats-subheading {
        font-size: 10px;
      }
      .support-stats-track {
        gap: 14px;
      }
      .support-stat-value {
        font-size: 24px;
      }
      .support-stat-label {
        font-size: 11px;
      }
      .full-width-section.shop-by-application-section {
        padding: 20px 12px 0;
      }
        .banner-item:nth-child(1) {
            height: auto;
        }
        .product-category-section {
          overflow: hidden;
        }

        .col-full {
            padding: 0;
        }

        .hide-on-mobile {
            display: none;
        }

        .three-banners-section {
            margin-bottom: 0;
        }

        /* Переключение видео на мобильных */
        .carousel-slide .mobile-video {
            display: block;
        }

        .carousel-slide .desktop-video {
            display: none;
        }

        .main-banners {
          padding: 0 !important;
          margin-top: 0px;
       /*    margin: 0 !important; */
        }

        .full-width-section {
            padding: 0px;
        }

        .applications-grid {
            max-width: 100%;
            padding: 0;
            gap: 8px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            align-items: stretch;
        }

        .shop-by-application-section .applications-grid .app-card {
            height: 100%;
        }

        /* Shop cards — Tailwind-style mobile (rounded-lg, h-32 media, gradient, footer link) */
        .shop-by-application-section .app-card {
            border-radius: 8px;
            background: #ffffff;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            border: 1px solid #f3f4f6;
        }

        .shop-by-application-section .app-card:hover,
        .shop-by-application-section .app-card:focus-within {
            transform: none;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        }

        .shop-by-application-section .app-card__inner {
            height: 100%;
        }

        .shop-by-application-section .app-card__visual {
            display: block;
            position: relative;
            height: 128px;
            min-height: 128px;
            aspect-ratio: unset;
            flex-shrink: 0;
            overflow: hidden;
            border-radius: 8px 8px 0 0;
        }

        .shop-by-application-section .app-card__primary-link {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            flex: unset;
            aspect-ratio: unset;
            z-index: 0;
        }

        .shop-by-application-section .app-card__scrim {
            display: block;
            z-index: 1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 42%, transparent 100%);
        }

        .shop-by-application-section .app-card__img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            max-width: none;
            left: 0;
            transform: none;
            object-fit: cover;
            object-position: center;
            transition: transform 0.3s ease;
        }

        .shop-by-application-section .app-card:hover .app-card__img,
        .shop-by-application-section .app-card:focus-within .app-card__img {
            transform: scale(1.05);
        }

        .shop-by-application-section .app-card__overlay-text {
            position: absolute;
            left: 8px;
            right: 8px;
            bottom: 4px;
            z-index: 2;
            padding: 0;
            gap: 0;
            min-height: 0;
            height: auto;
            width: 100%;
            justify-content: flex-end;
            background: transparent;
            pointer-events: none;
        }

        .shop-by-application-section .app-card__title {
            margin: 0;
            letter-spacing: 0;
            -webkit-font-smoothing: antialiased;
            font-size: 14px !important;
            line-height: 1.25;
            font-weight: 700 !important;
            color: #ffffff !important;
            text-shadow: none !important;
        }

        .shop-by-application-section .app-card__subtitle {
            display: block;
            margin: 2px 0 0;
            letter-spacing: 0;
            -webkit-font-smoothing: antialiased;
            font-size: 10px !important;
            line-height: 1.375;
            font-weight: 400 !important;
            color: #e5e7eb !important;
            text-shadow: none !important;
        }

        .shop-by-application-section .app-card__footer-bar {
            border-top: none;
            border-radius: 0 0 8px 8px;
        }

        .shop-by-application-section .app-card__footer-link--explore {
            flex: 1 1 100%;
            width: 100%;
            max-width: 100%;
            border-left: none;
            font-size: 12px;
            font-weight: 600;
            padding: 8px 8px;
            line-height: 1.25;
            color: #0066cc !important;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .shop-by-application-section .app-card__footer-link--explore:link,
        .shop-by-application-section .app-card__footer-link--explore:visited {
            color: #0066cc !important;
        }

        .shop-by-application-section .app-card__footer-link--explore:hover,
        .shop-by-application-section .app-card__footer-link--explore:focus-visible {
            color: #0052a3 !important;
            background: #f9fafb;
        }

        .shop-by-application-section .app-card__footer-icon {
            width: 16px;
            height: 16px;
        }

        .shop-by-application-section__header {
            margin-bottom: 24px;
        }

        .shop-by-application-section__eyebrow {
            font-size: 12px;
            margin-bottom: 8px;
        }

        .shop-by-application-section__title {
            font-size: 24px;
        }

        .category-title {
            font-weight: 500;
        }

      .category-subtitle {
        font-weight: normal;
      }

      #van-life-section .category-title,
      #van-life-section .category-subtitle
      {
        color: #ffffff;
      }

        /* Уникальные фоны для каждой категории */
        .category-left[data-category="grid-tied"] {
            background-image: url('/wp-content/uploads/2025/11/Homepage-Banners-MOBILE-412-x-200-px-2-1.webp');
        }

        .category-left[data-category="off-grid"] {
            background-image: url('/wp-content/uploads/2025/11/Homepage-Banners-MOBILE-412-x-200-px-1.webp');
        }

        .category-left[data-category="golf-carts"] {
            background-image: url('/wp-content/uploads/2025/12/Homepage-Banners-MOBILE-412-x-200-px-1-1.webp');
        }

        .category-left[data-category="van-life"] {
            background-image: url('/wp-content/uploads/2025/12/Homepage-Banners-MOBILE-412-x-200-px-3-1.webp');
        }

        .category-left[data-category="rv-marine"] {
            background-image: url('/wp-content/uploads/2025/12/Homepage-Banners-MOBILE-412-x-200-px-4-1.webp');
        }

        .category-left[data-category="industrial"] {
            background-image: url('/wp-content/uploads/2025/12/Homepage-Banners-MOBILE-412-x-200-px-6-1.webp');
        }

        .category-buttons {
            display: none;
        }

        .category-left {
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 5px;
            margin-left: 0 !important;
            height: 200px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .category-content {
            text-align: center;
        }

        .category-right {
            padding: 1em;
        }

        .category-subtitle {
            line-height: 1 !important;
        }

        .products-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        canvas,
        img,
        picture,
        video {
            width: 100%;
        }
        .custom-product-card .price,
        .custom-product-card .price ins {
            font-size: 16px;
            color: green;
        }

        .accessories-header {
            flex-direction: column;
        }

        .accessories-header h2 {
            font-size: 27px;
            margin-bottom: 20px;
        }

        .accessories-products {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .custom-product-card {
            min-height: auto !important;
        }

        .empower-section {
            margin-top: 2em;
            margin-bottom: 0;
        }

        /* Резиновая верстка карусели на мобильных устройствах */
        .banner-carousel {
            height: auto;
        }

        .banner-carousel .carousel-container,
        .banner-carousel .carousel-slides,
        .banner-carousel .carousel-slide {
            height: auto;
        }

        /* Адаптация точек навигации для мобильных */
        .carousel-dots {
            bottom: 15px;
        }

        .carousel-dot {
            width: 10px;
            height: 10px;
        }

        /* Резиновая верстка для мобильных */
        .carousel-slide picture img {
            height: auto;
            object-fit: contain;
            border-radius: 0;
        }

        /* Скрываем стрелки навигации на мобильных */
        .carousel-arrow {
            display: none;
        }

        /* Мобильные fixed заголовки для всех категорий */
        .mobile-category-header {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1001;
            color: white;
            padding: 15px 20px;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            width: 100%;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            transform: translateY(-100%);
            transition: transform 0.3s ease-in-out;
            opacity: 0;
            visibility: hidden;
        }

        .mobile-category-header.show {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }

        .mobile-category-header h3 {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            color: white
        }

        /* Цвета фона для разных категорий */
        .mobile-category-header[data-category="grid-tied"],
        .mobile-category-header[data-category="off-grid"],
        .mobile-category-header[data-category="golf-carts"],
        .mobile-category-header[data-category="van-life"],
        .mobile-category-header[data-category="rv-marine"],
        .mobile-category-header[data-category="industrial"] {
            background-color: #155EA0;
        }
    }