.cookie-bar-box {
    max-width: 470px !important;
}

.header-nav {
    padding:20px !important;
}

.voltov-dropdown-icon-fallback {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    background: #e7f4ea;
    color: #0b3d2f;
    font-size: 14px;
    font-weight: 700;
}

.voltov-category-media {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voltov-menu-inline-count {
    margin-left: 6px;
    color: #6b7d74;
    font-size: 12px;
}

.voltov-submenu-link {
    opacity: 0.82;
    padding-left: 12px !important;
}

.voltov-category-fallback {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 700;
    color: #0c3b2e;
    background: linear-gradient(135deg, #d9f3d9 0%, #f8e5c2 100%);
    box-shadow: 0 12px 28px rgba(12, 59, 46, 0.12);
}

.voltov-catalog-hero {
    padding: 36px;
    margin-bottom: 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, #eef8f0 0%, #fff5df 100%);
    box-shadow: 0 20px 45px rgba(15, 50, 36, 0.08);
}

.voltov-catalog-hero h1 {
    margin: 16px 0 14px;
    color: #0f3224;
}

.voltov-catalog-hero p {
    max-width: 760px;
    margin-bottom: 0;
    color: #52645c;
    line-height: 1.8;
}

.voltov-catalog-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.voltov-catalog-hero__meta span {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: #204835;
    font-size: 14px;
    font-weight: 600;
}

.voltov-subcategory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 34px;
}

.voltov-subcategory-card,
.voltov-product-card,
.voltov-product-gallery,
.voltov-product-sheet {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 50, 36, 0.08);
}

.voltov-subcategory-card {
    padding: 26px;
}

.voltov-subcategory-card__count {
    display: inline-flex;
    margin-bottom: 12px;
    color: #2b6f47;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.voltov-subcategory-card h3 {
    margin-bottom: 12px;
    color: #0f3224;
    font-size: 24px;
}

.voltov-subcategory-card p {
    margin-bottom: 14px;
    color: #60726a;
    line-height: 1.75;
}

.voltov-subcategory-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.voltov-subcategory-card__links a {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f4faf5;
    color: #24553a;
}

.voltov-product-card {
    overflow: hidden;
    height: 100%;
}

.voltov-product-card__media {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(180deg, #f8fbf8 0%, #edf6ef 100%);
}

.voltov-product-card__media img {
    max-height: 220px;
    object-fit: contain;
}

.voltov-product-card__placeholder {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d9f3d9 0%, #f8e5c2 100%);
    color: #0f3224;
    font-size: 48px;
    font-weight: 700;
}

.voltov-product-card__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
}

.voltov-product-card__category {
    color: #2b6f47;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.voltov-product-card h3 {
    margin-bottom: 0;
    color: #0f3224;
    font-size: 22px;
}

.voltov-product-card p {
    margin-bottom: 0;
    color: #60726a;
    line-height: 1.75;
}

.voltov-product-card__traits {
    margin: 0;
    padding-left: 18px;
    color: #50635a;
}

.voltov-product-card__traits li + li {
    margin-top: 6px;
}

.voltov-product-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-top: auto;
}

.voltov-product-card__footer strong,
.voltov-product-sheet__price {
    display: block;
    color: #0f3224;
    font-size: 28px;
    line-height: 1.2;
}

.voltov-product-card__footer span {
    display: block;
    margin-top: 4px;
    color: #65766e;
    font-size: 14px;
}

.voltov-product-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.voltov-product-gallery,
.voltov-product-sheet {
    padding: 30px;
    height: 100%;
}

.voltov-product-gallery__main {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f9fcf9 0%, #edf6ef 100%);
}

.voltov-product-gallery__main img {
    max-height: 360px;
    object-fit: contain;
}

.voltov-product-gallery__main--placeholder {
    color: #0f3224;
    font-size: 78px;
    font-weight: 700;
}

.voltov-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.voltov-product-gallery__thumb {
    padding: 10px;
    border-radius: 16px;
    background: #f7faf7;
}

.voltov-product-sheet h1 {
    margin: 18px 0 14px;
    color: #0f3224;
}

.voltov-product-sheet__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    color: #597069;
}

.voltov-product-sheet__meta a {
    color: #2b6f47;
    font-weight: 600;
}

.voltov-product-sheet__lead {
    margin: 18px 0 0;
    color: #52645c;
    line-height: 1.8;
}

.voltov-product-sheet__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.voltov-product-sheet__specs,
.voltov-product-sheet__description {
    margin-top: 28px;
}

.voltov-product-sheet__specs h3,
.voltov-product-sheet__description h3 {
    margin-bottom: 14px;
    color: #0f3224;
}

.voltov-product-sheet__specs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.voltov-product-sheet__specs li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #edf2ee;
    color: #53665e;
}

.voltov-product-sheet__specs li strong {
    color: #0f3224;
}

.voltov-product-sheet__description p {
    margin-bottom: 0;
    color: #52645c;
    line-height: 1.8;
}

.voltov-page-card,
.voltov-page-shell,
.voltov-page-sidebar {
    height: 100%;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 50, 36, 0.08);
}

.voltov-page-card,
.voltov-page-shell {
    padding: 32px;
}

.voltov-page-card__label {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef8f0;
    color: #1d5538;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.voltov-page-card h3,
.voltov-page-shell h1,
.voltov-page-sidebar h3 {
    color: #0f3224;
}

.voltov-page-card h3 {
    margin: 18px 0 14px;
    font-size: 28px;
}

.voltov-page-card p {
    margin-bottom: 0;
    color: #5e6f66;
    line-height: 1.75;
}

.voltov-page-shell__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
    color: #5e6f66;
    font-size: 14px;
}

.voltov-page-content {
    color: #33463e;
    line-height: 1.85;
}

.voltov-page-content > * + * {
    margin-top: 16px;
}

.voltov-page-content h3 {
    margin-top: 28px;
    color: #0f3224;
}

.voltov-page-content ul {
    margin: 0;
    padding-left: 22px;
}

.voltov-page-content a {
    color: #2b6f47;
    text-decoration: underline;
}

.voltov-page-sidebar {
    padding: 28px;
}

.voltov-page-sidebar__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.voltov-page-sidebar__list li + li {
    margin-top: 12px;
}

.voltov-page-sidebar__list a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f7faf7;
    color: #0f3224;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.voltov-page-sidebar__list a small {
    color: #6c7d74;
}

.voltov-page-sidebar__list a:hover,
.voltov-page-sidebar__list li.is-active a {
    background: #eef8f0;
    box-shadow: 0 12px 24px rgba(15, 50, 36, 0.08);
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .voltov-catalog-hero,
    .voltov-product-gallery,
    .voltov-product-sheet,
    .voltov-subcategory-card {
        padding: 24px;
        border-radius: 20px;
    }

    .voltov-page-card,
    .voltov-page-shell,
    .voltov-page-sidebar {
        padding: 24px;
        border-radius: 20px;
    }

    .voltov-page-card h3 {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .voltov-subcategory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .voltov-product-card__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .voltov-product-card__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .voltov-subcategory-grid,
    .voltov-product-gallery__thumbs {
        grid-template-columns: 1fr;
    }

    .voltov-product-card__media {
        min-height: 220px;
    }

    .voltov-product-gallery__main {
        min-height: 300px;
    }
}

.footer-section-2 .sub-footer p {
text-transform: none !important;
}
.header-3 .rightside-menu .option-list-2 li:nth-of-type(5n-4) {
    display: block !important;
}
