/* ========================================================================== 
   VENTARIAL Deals Custom UI v1.0.10 Stable — Home UI
   Modules:
   1) OCTemplates Store Advantages: [id^="ds-shop-advantages-"]
   2) OCTemplates Category Wall: .ds-category-wall
   3) Custom About / Why Choose Us: .va-about
   ========================================================================== */

:root {
    --vnt-ui-blue: #25b5ec;
    --vnt-ui-blue-soft: rgba(37, 181, 236, .09);
    --vnt-ui-blue-border: rgba(37, 181, 236, .24);
    --vnt-ui-dark: #071827;
    --vnt-ui-muted: #38556a;
    --vnt-ui-border: #e8eef3;
}

/* ========================================================================== 
   1) Store Advantages
   ========================================================================== */

[id^="ds-shop-advantages-"].ds-advantages {
    --vnt-blue: var(--vnt-ui-blue);
    --vnt-blue-soft: var(--vnt-ui-blue-soft);
    --vnt-blue-border: var(--vnt-ui-blue-border);
    --vnt-dark: var(--vnt-ui-dark);
    --vnt-muted: var(--vnt-ui-muted);
    --vnt-border: var(--vnt-ui-border);
    --vnt-shadow-hover: 0 16px 36px rgba(15, 35, 52, .10);
    align-items: stretch;
}

[id^="ds-shop-advantages-"] .ds-advantages-item .content-block {
    position: relative;
    overflow: hidden;
    min-height: 148px;
    padding: 22px 18px !important;
    border: 1px solid var(--vnt-border);
    border-radius: 16px;
    background:
        radial-gradient(circle at 92% 12%, rgba(37, 181, 236, .075), transparent 34%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}

[id^="ds-shop-advantages-"] .ds-advantages-item .content-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 3px;
    border-radius: 0 8px 8px 0;
    background: var(--vnt-blue);
    opacity: 0;
    transition: opacity .22s ease;
}

[id^="ds-shop-advantages-"] .ds-advantages-item .content-block:hover {
    transform: translateY(-3px);
    border-color: var(--vnt-blue-border);
    box-shadow: var(--vnt-shadow-hover);
}

[id^="ds-shop-advantages-"] .ds-advantages-item .content-block:hover::before {
    opacity: 1;
}

[id^="ds-shop-advantages-"] .ds-advantages-item .content-block > img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform .22s ease, opacity .22s ease, filter .22s ease;
}

[id^="ds-shop-advantages-"] .ds-advantages-item .content-block:hover > img {
    transform: scale(1.06);
    opacity: .96;
}

[id^="ds-shop-advantages-"] .ds-advantages-item-title {
    /* Color inherited from OCTemplates/admin via .dark-text */
    font-size: 15.5px !important;
    font-weight: 700 !important;
    line-height: 1.25;
    margin-bottom: 8px !important;
    transition: color .18s ease;
}


[id^="ds-shop-advantages-"] span.ds-advantages-item-text {
    /* Color inherited from OCTemplates/admin via .light-text */
    font-size: 13.5px !important;
    font-weight: 400 !important;
    line-height: 1.45;
}

@media (min-width: 1200px) {
    [id^="ds-shop-advantages-"] .ds-advantages-item .content-block {
        justify-content: center;
    }

    [id^="ds-shop-advantages-"] span.ds-advantages-item-text {
        max-width: 170px;
    }
}

@media (max-width: 1199px) {
    [id^="ds-shop-advantages-"] .ds-advantages-item .content-block {
        min-height: 96px;
        padding: 18px !important;
        text-align: left !important;
    }

    [id^="ds-shop-advantages-"] .ds-advantages-item .content-block > img {
        width: 40px;
        height: 40px;
    }

    [id^="ds-shop-advantages-"] .ds-advantages-item-title {
        margin-top: 0 !important;
    }
}

@media (max-width: 575px) {
    [id^="ds-shop-advantages-"] .ds-advantages-item .content-block {
        min-height: 84px;
        padding: 15px 16px !important;
        border-radius: 14px;
    }

    [id^="ds-shop-advantages-"] .ds-advantages-item .content-block::before {
        top: 16px;
        bottom: 16px;
    }

    [id^="ds-shop-advantages-"] .ds-advantages-item .content-block > img {
        width: 36px;
        height: 36px;
    }

    [id^="ds-shop-advantages-"] .ds-advantages-item-title {
        font-size: 14.5px !important;
        margin-bottom: 5px !important;
    }

    [id^="ds-shop-advantages-"] span.ds-advantages-item-text {
        font-size: 12.8px !important;
    }
}

/* ========================================================================== 
   2) Category Wall
   ========================================================================== */

.ds-category-wall {
    --vnt-blue: var(--vnt-ui-blue);
    --vnt-blue-soft: var(--vnt-ui-blue-soft);
    --vnt-blue-border: var(--vnt-ui-blue-border);
    --vnt-card-border: var(--vnt-ui-border);
    --vnt-card-text: var(--vnt-ui-dark);
    --vnt-card-muted: var(--vnt-ui-muted);
    --vnt-card-shadow-hover: 0 18px 42px rgba(15, 35, 52, .11);
    align-items: stretch;
    margin-top: 4px;
}

.ds-category-wall .ds-category-wall-item {
    display: flex;
    width: 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.ds-category-wall .content-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 235px;
    padding: 22px 22px 20px;
    border: 1px solid var(--vnt-card-border);
    border-radius: 16px;
    background:
        radial-gradient(circle at 92% 12%, rgba(37, 181, 236, .08), transparent 34%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.ds-category-wall .content-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 3px;
    border-radius: 0 8px 8px 0;
    background: var(--vnt-blue);
    opacity: 0;
    transition: opacity .22s ease;
}

.ds-category-wall .content-block:hover {
    transform: translateY(-3px);
    border-color: var(--vnt-blue-border);
    box-shadow: var(--vnt-card-shadow-hover);
}

.ds-category-wall .content-block:hover::before {
    opacity: 1;
}

.ds-category-wall .content-block > img {
    width: 72px;
    height: 72px;
    min-width: 72px;
    object-fit: contain;
    padding: 8px;
    border-radius: 14px;
    background: #f6fafc;
    border: 1px solid rgba(7, 24, 39, .06);
    transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}

.ds-category-wall .content-block:hover > img {
    transform: scale(1.03);
    background: rgba(37, 181, 236, .06);
    border-color: rgba(37, 181, 236, .18);
}

.ds-category-wall .ds-category-wall-item-links {
    min-width: 0;
    padding-left: 20px !important;
}

.ds-category-wall .ds-category-wall-title {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    margin-bottom: 14px !important;
    color: var(--vnt-card-text) !important;
    font-size: 15.5px;
    font-weight: 700 !important;
    line-height: 1.25;
    text-decoration: none !important;
    transition: color .18s ease;
}

.ds-category-wall .ds-category-wall-title:hover {
    color: var(--vnt-blue) !important;
}

.ds-category-wall .ds-category-wall-title::after {
    content: "›";
    margin-left: 8px;
    color: var(--vnt-blue);
    font-size: 20px;
    line-height: 1;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .18s ease, transform .18s ease;
}

.ds-category-wall .content-block:hover .ds-category-wall-title::after {
    opacity: 1;
    transform: translateX(0);
}

.ds-category-wall .ds-category-wall-item-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
}

.ds-category-wall .ds-category-wall-item-list a {
    position: relative;
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 34px;
    padding: 7px 12px 7px 28px !important;
    border: 1px solid rgba(7, 24, 39, .07);
    border-radius: 9px !important;
    background: rgba(255, 255, 255, .55);
    color: var(--vnt-card-muted) !important;
    font-size: 13.5px;
    font-weight: 400 !important;
    line-height: 1.25;
    text-decoration: none !important;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.ds-category-wall .ds-category-wall-item-list a::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--vnt-blue);
    opacity: .42;
    transform: translateY(-50%);
    transition: opacity .18s ease, transform .18s ease;
}

.ds-category-wall .ds-category-wall-item-list a:hover {
    color: #067eb0 !important;
    background: var(--vnt-blue-soft);
    border-color: var(--vnt-blue-border);
    transform: translateX(2px);
}

.ds-category-wall .ds-category-wall-item-list a:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.15);
}

.vnt-category-wall-heading {
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: -.02em;
    color: #071827 !important;
}

@media (max-width: 1199px) {
    .ds-category-wall .ds-category-wall-item {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .ds-category-wall .content-block {
        min-height: 230px;
    }
}

@media (max-width: 575px) {
    .ds-category-wall .ds-category-wall-item {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .ds-category-wall .content-block {
        min-height: auto;
        padding: 18px;
        border-radius: 14px;
    }

    .ds-category-wall .content-block > img {
        width: 58px;
        height: 58px;
        min-width: 58px;
        padding: 6px;
    }

    .ds-category-wall .ds-category-wall-item-links {
        padding-left: 14px !important;
    }

    .ds-category-wall .ds-category-wall-title {
        font-size: 15px;
        margin-bottom: 11px !important;
    }

    .ds-category-wall .ds-category-wall-item-list a {
        min-height: 31px;
        padding: 6px 10px 6px 24px !important;
        font-size: 12.8px;
    }

    .ds-category-wall .ds-category-wall-item-list a::before {
        left: 10px;
        width: 5px;
        height: 5px;
    }
}

/* ========================================================================== 
   3) About / Why Choose Us
   ========================================================================== */

.va-about {
    --vnt-blue: var(--vnt-ui-blue);
    --vnt-blue-soft: var(--vnt-ui-blue-soft);
    --vnt-blue-border: var(--vnt-ui-blue-border);
    --vnt-dark: var(--vnt-ui-dark);
    --vnt-muted: var(--vnt-ui-muted);
    --vnt-border: var(--vnt-ui-border);
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 42px;
    align-items: center;
}

.va-about-content h2 {
    margin: 0 0 18px;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -.02em;
    color: #002b45;
}

.va-accent {
    color: var(--vnt-blue);
}

.va-highlight {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 22px;
    margin-bottom: 22px;
    border-radius: 16px;
    border: 1px solid var(--vnt-border);
    background:
        radial-gradient(circle at 92% 12%, rgba(37, 181, 236, .08), transparent 34%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.va-highlight::before,
.va-about-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 3px;
    border-radius: 0 8px 8px 0;
    background: var(--vnt-blue);
    opacity: 0;
    transition: opacity .22s ease;
}

.va-highlight:hover {
    transform: translateY(-2px);
    border-color: var(--vnt-blue-border);
    box-shadow: 0 14px 34px rgba(15, 35, 52, .08);
}

.va-highlight:hover::before,
.va-about-item:hover::before {
    opacity: 1;
}

.va-logo-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: block;
    object-fit: contain;
}

.va-highlight-text {
    font-size: 15px;
    line-height: 1.65;
    color: #284b63;
}

.va-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.va-tags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    border: 1px solid var(--vnt-border);
    color: #002b45;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.va-tags a:hover {
    color: #067eb0;
    background: var(--vnt-blue-soft);
    border-color: var(--vnt-blue-border);
    box-shadow: 0 8px 20px rgba(37, 181, 236, .12);
    transform: translateY(-1px);
}

.va-about-content p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.85;
    color: #284b63;
}

.va-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 26px;
}

.va-stats div {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 16px 10px;
    border-radius: 16px;
    border: 1px solid var(--vnt-border);
    background:
        radial-gradient(circle at 92% 12%, rgba(37, 181, 236, .07), transparent 34%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.va-stats strong {
    display: block;
    margin-bottom: 6px;
    font-size: 28px;
    font-weight: 850;
    line-height: 1;
    color: var(--vnt-blue);
    letter-spacing: -.03em;
}

.va-stats span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .7px;
    color: #6b7b88;
}

.va-stats div:last-child strong {
    font-size: 22px;
    line-height: 1.2;
}

.va-about-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.va-about-item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 86px;
    padding: 17px 18px;
    border-radius: 16px;
    border: 1px solid var(--vnt-border);
    background:
        radial-gradient(circle at 92% 12%, rgba(37, 181, 236, .075), transparent 34%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.va-about-item:hover {
    transform: translateY(-3px);
    border-color: var(--vnt-blue-border);
    box-shadow: 0 16px 36px rgba(15, 35, 52, .10);
}

.va-about-item svg {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    stroke: var(--vnt-blue);
    stroke-width: 1.45;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease, stroke .2s ease;
}

.va-about-item:hover svg {
    transform: scale(1.05);
}

.va-about-item span {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    color: #002b45;
}

@media (max-width: 1200px) {
    .va-about {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .va-about-icons {
        max-width: 560px;
    }
}

@media (max-width: 768px) {
    .va-about-content h2 {
        font-size: 20px;
    }

    .va-highlight {
        padding: 14px 16px;
        gap: 14px;
    }

    .va-logo-icon {
        width: 48px;
        height: 48px;
    }

    .va-highlight-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .va-about-content p {
        font-size: 15px;
        line-height: 1.75;
    }

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

@media (max-width: 575px) {
    .va-about {
        gap: 22px;
    }

    .va-about-icons {
        grid-template-columns: 1fr;
    }

    .va-about-item {
        justify-content: flex-start;
        min-height: 76px;
    }

    .va-tags a {
        min-height: 34px;
        padding: 7px 13px;
        font-size: 13px;
    }

    .va-stats strong {
        font-size: 30px;
    }

    .va-stats div:last-child strong {
        font-size: 20px;
    }
}

/* ========================================================================== 
   Dark Theme Patch
   ========================================================================== */

:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) [id^="ds-shop-advantages-"].ds-advantages,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .ds-category-wall,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-about {
    --vnt-blue: #25b5ec;
    --vnt-blue-soft: rgba(37, 181, 236, .13);
    --vnt-blue-border: rgba(37, 181, 236, .36);
    --vnt-card-border: rgba(255, 255, 255, .10);
    --vnt-card-text: #f4f8fb;
    --vnt-card-muted: #c7d5df;
    --vnt-border: rgba(255, 255, 255, .10);
    --vnt-dark: #f4f8fb;
    --vnt-muted: #c7d5df;
    --vnt-shadow-hover: 0 18px 42px rgba(0, 0, 0, .32);
}

:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .vnt-category-wall-heading {
    color: #f4f8fb !important;
}

:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) [id^="ds-shop-advantages-"] .ds-advantages-item .content-block,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .ds-category-wall .content-block,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-highlight,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-stats div,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-about-item {
    background:
        radial-gradient(circle at 92% 12%, rgba(37, 181, 236, .13), transparent 34%),
        linear-gradient(180deg, #1b2229 0%, #151b21 100%);
    border-color: rgba(255, 255, 255, .10);
    box-shadow: none;
}

:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) [id^="ds-shop-advantages-"] .ds-advantages-item .content-block:hover,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .ds-category-wall .content-block:hover,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-highlight:hover,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-about-item:hover {
    border-color: rgba(37, 181, 236, .38);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .30);
}

:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .ds-category-wall .content-block > img {
    background: rgba(255, 255, 255, .055);
    border-color: rgba(255, 255, 255, .10);
}


:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .ds-category-wall .ds-category-wall-title,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-about-content h2,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-about-item span {
    color: #f4f8fb !important;
}

:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .ds-category-wall .ds-category-wall-title:hover {
    color: #8ddfff !important;
}

:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-about-content p {
    color: #aebdc8;
}

:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-highlight-text {
    color: #d6e2ea;
}

:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .ds-category-wall .ds-category-wall-item-list a,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-tags a {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(255, 255, 255, .10);
    color: #c7d5df !important;
    box-shadow: none;
}

:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .ds-category-wall .ds-category-wall-item-list a:hover,
:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-tags a:hover {
    background: rgba(37, 181, 236, .13);
    border-color: rgba(37, 181, 236, .36);
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

:is(html.dark, body.dark, html[data-theme="dark"], body[data-theme="dark"], html[data-bs-theme="dark"], body[data-bs-theme="dark"], html.theme-dark, body.theme-dark, html.oct-dark, body.oct-dark, .dark-theme) .va-stats span {
    color: #91a4b2;
}


/* ==========================================================================
   Accessibility: reduced motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    [id^="ds-shop-advantages-"] .content-block,
    [id^="ds-shop-advantages-"] .content-block::before,
    [id^="ds-shop-advantages-"] .content-block > img,
    .ds-category-wall .content-block,
    .ds-category-wall .content-block::before,
    .ds-category-wall .content-block > img,
    .ds-category-wall .ds-category-wall-title,
    .ds-category-wall .ds-category-wall-title::after,
    .ds-category-wall .ds-category-wall-item-list a,
    .ds-category-wall .ds-category-wall-item-list a::before,
    .va-highlight,
    .va-highlight::before,
    .va-tags a,
    .va-about-item,
    .va-about-item::before,
    .va-about-item svg {
        transition: none !important;
    }

    [id^="ds-shop-advantages-"] .content-block:hover,
    .ds-category-wall .content-block:hover,
    .ds-category-wall .ds-category-wall-item-list a:hover,
    .va-highlight:hover,
    .va-tags a:hover,
    .va-about-item:hover {
        transform: none !important;
    }
}
