:root {
    --vs-brand: #00baf2;
    --vs-brand-600: #009fd1;
    --vs-brand-700: #0086b0;
    --vs-navy: #1c3781;
    --vs-navy-600: #162c66;
    --vs-accent: #ffb400;
    --vs-accent-600: #f0a200;
    --vs-sale: #e53935;
    --vs-ink: #16202b;
    --vs-ink-2: #3d4a57;
    --vs-muted: #6a7885;
    --vs-line: #e2e8ee;
    --vs-line-soft: #eef2f6;
    --vs-surface: #fff;
    --vs-surface-2: #f6f9fb;
    --vs-surface-3: #eef4f8;
    --vs-radius-xs: 6px;
    --vs-radius-sm: 8px;
    --vs-radius: 12px;
    --vs-radius-lg: 16px;
    --vs-shadow-xs: 0 1px 2px rgba(16, 32, 48, .06);
    --vs-shadow-sm: 0 2px 8px rgba(16, 32, 48, .08);
    --vs-shadow-md: 0 8px 24px rgba(16, 32, 48, .10);
    --vs-shadow-lg: 0 24px 60px rgba(16, 32, 48, .22);
    --vs-ease: cubic-bezier(.2, .7, .3, 1);
    --vs-topbar-h: 38px;
}

/* ==========================================================================
   Header shell
   ========================================================================== */

.headerbck.vs-header {
    position: relative;
    z-index: 40;
    box-shadow: none;
}

.headerbck.vs-header:after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: rgba(255, 255, 255, .35);
    pointer-events: none;
}

@media (min-width: 700px) {
    .headerbck.vs-header {
        background: url("/image/cloudd.webp") center / cover, #00baf3;
    }
}

/* ---------- Topbar ---------- */

#top.topbar.vs-topbar {
    padding: 0;
    background: #009fd6;
}

.vs-topbar__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: var(--vs-topbar-h);
}

.vs-topbar__group {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.vs-topbar__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
}

.vs-topbar__group--contact > .vs-topbar__item:first-child {
    padding-left: 0;
}

.vs-topbar__group--usp > .vs-topbar__item:last-child {
    padding-right: 0;
}

.vs-topbar__item i {
    font-size: 14px;
    opacity: .9;
}

.vs-topbar__item a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color .15s var(--vs-ease);
}

.vs-topbar__item a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .8);
}

.vs-topbar__label {
    opacity: .82;
}

.vs-topbar__sep {
    opacity: .4;
}

.vs-topbar__item--wa {
    background: #25d366;
    border-radius: 999px;
    padding: 5px 14px;
    box-shadow: 0 2px 6px rgba(0, 60, 25, .18);
}

.vs-topbar__item--wa a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.vs-topbar__item--wa a:hover {
    border-bottom-color: transparent;
    opacity: .92;
}

.vs-topbar__item--mail a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
}

.vs-topbar__group--usp .vs-topbar__item {
    opacity: .92;
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    .vs-topbar__group--usp .vs-topbar__item:not(:last-child) {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .vs-topbar__group--usp {
        display: none;
    }

    .vs-topbar__row {
        justify-content: center;
    }

    .vs-topbar__group--contact {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .vs-topbar__item--mail span,
    .vs-topbar__item--wa span,
    .vs-topbar__phone-alt,
    .vs-topbar__label {
        display: none;
    }

    .vs-topbar__item {
        padding: 5px 8px;
        font-size: 12.5px;
    }

    .vs-topbar__group--contact > .vs-topbar__item:first-child {
        padding-left: 8px;
    }
}

/* ---------- Header main row ---------- */

.vs-header__main {
    padding: 14px 0;
}

.vs-header__row {
    display: grid;
    grid-template-columns: minmax(150px, 230px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

#logo.vs-header__logo {
    margin: 0;
}

.vs-header__logo a {
    display: block;
}

.vs-header__logo img {
    display: block;
    width: 100%;
    max-width: 230px;
    height: auto;
}

.vs-header__burger {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: var(--vs-radius-sm);
    background: rgba(255, 255, 255, .92);
    color: var(--vs-navy);
    font-size: 19px;
    box-shadow: var(--vs-shadow-xs);
}

.vs-header__burger:active {
    transform: scale(.96);
}

/* ---------- Search ---------- */

.vs-header__search {
    min-width: 0;
}

#search.vs-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    background: #fff;
    border-radius: var(--vs-radius);
    box-shadow: 0 2px 10px rgba(6, 40, 60, .14);
    transition: box-shadow .18s var(--vs-ease);
}

#search.vs-search:focus-within {
    box-shadow: 0 0 0 4px rgba(255, 180, 0, .45), 0 2px 10px rgba(6, 40, 60, .14);
}

#search.vs-search .vs-search__icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--vs-muted);
    font-size: 16px;
    pointer-events: none;
}

#search.vs-search input.vs-search__input {
    flex: 1 1 auto;
    min-width: 0;
    height: 54px;
    padding: 0 92px 0 46px;
    border: 0;
    border-radius: var(--vs-radius);
    background: transparent;
    font-size: 16px;
    color: var(--vs-ink);
    box-shadow: none;
    outline: 0;
}

#search.vs-search input.vs-search__input::placeholder {
    color: #93a1ad;
}

#search.vs-search input.vs-search__input::-webkit-search-cancel-button {
    display: none;
}

#search.vs-search .vs-search__clear {
    position: absolute;
    right: 76px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--vs-surface-3);
    color: var(--vs-muted);
    font-size: 12px;
    cursor: pointer;
}

#search.vs-search .vs-search__clear:hover {
    background: #dde6ed;
    color: var(--vs-ink);
}

#search.vs-search.is-filled .vs-search__clear {
    display: flex;
}

#search.vs-search .vs-search__submit {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 68px;
    padding: 0 20px;
    border: 0;
    border-radius: calc(var(--vs-radius) - 4px);
    background: var(--vs-accent);
    color: #21252b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background .15s var(--vs-ease);
}

#search.vs-search .vs-search__submit:hover {
    background: var(--vs-accent-600);
}

#search.vs-search .vs-search__submit-label {
    display: none;
}

@media (min-width: 1200px) {
    #search.vs-search .vs-search__submit-label {
        display: inline;
    }

    #search.vs-search input.vs-search__input {
        padding-right: 140px;
    }

    #search.vs-search .vs-search__clear {
        right: 132px;
    }
}

.vs-search__hints {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    font-size: 12.5px;
    color: #fff;
}

.vs-search__hints span {
    color: var(--vs-navy);
    font-weight: 600;
}

.vs-search__hints a {
    color: var(--vs-navy);
    text-decoration: none;
    padding: 3px 11px;
    background: rgba(255, 255, 255, .88);
    border-radius: 999px;
    transition: background .15s var(--vs-ease);
}

.vs-search__hints a:hover {
    background: #fff;
    color: var(--vs-brand-700);
}

@media (max-width: 1199.98px) {
    .vs-search__hints {
        display: none;
    }
}

/* live search dropdown */
.live-search {
    margin-top: 0 !important;
    top: calc(100% + 8px);
    border: 1px solid var(--vs-line) !important;
    border-radius: var(--vs-radius) !important;
    box-shadow: var(--vs-shadow-md) !important;
    overflow: hidden;
    padding-bottom: 26px !important;
}

.live-search ul li {
    border-radius: var(--vs-radius-xs);
    padding: 8px !important;
}

.live-search ul li:nth-child(even) {
    background-color: #fff;
}

.live-search ul li:hover {
    background-color: var(--vs-surface-2);
}

.live-search .result-text {
    background-color: var(--vs-surface-2) !important;
    border-top: 1px solid var(--vs-line);
    border-radius: 0 !important;
    padding: 3px 0;
}

/* ---------- Indicators ---------- */

.vs-header__indicators.header__indicators {
    grid-column: auto;
    grid-row: auto;
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    padding: 0;
    align-self: center;
}

.vs-header__indicators {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.vs-header__indicators .indicator {
    margin: 0;
}

.vs-header__indicators .indicator a {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.vs-header__indicators .indicator a:hover {
    background: #f3f9fc;
}

.vs-header__indicators .indicator__button {
    height: auto;
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 10px;
    padding: 7px 14px;
    border-radius: var(--vs-radius);
    background: #fff;
    color: var(--vs-navy);
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(6, 40, 60, .14);
    transition: background .15s var(--vs-ease);
}

.vs-header__indicators .indicator__button:hover {
    background: #f3f9fc;
}

.vs-header__indicators .indicator__icon {
    position: relative;
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    flex: 0 0 40px;
    border-radius: 50%;
    background: var(--vs-surface-3);
}

.vs-header__indicators .indicator__icon i {
    font-size: 17px;
    line-height: 1;
    color: var(--vs-navy);
}

.vs-header__indicators .indicator__title,
.vs-header__indicators .indicator__value {
    display: block;
    grid-column: 2;
    text-align: left;
    white-space: nowrap;
}

.vs-header__indicators .indicator__title {
    grid-row: 1;
    margin: 0;
    padding: 0;
    color: var(--vs-muted);
    font-size: 13px;
    line-height: 1.3;
}

.vs-header__indicators .indicator__value {
    grid-row: 2;
    margin: 0;
    padding: 0;
    color: var(--vs-navy);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.vs-header__indicators .indicator__counter {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--vs-accent);
    color: #21252b;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.vs-header__indicators .indicator__counter:before {
    display: none;
}

.vs-header__indicators .indicator--cart .indicator__button,
.vs-header__indicators .indicator--cart a.indicator__button {
    background: var(--vs-navy);
}

.vs-header__indicators .indicator--cart .indicator__button:hover,
.vs-header__indicators .indicator--cart a.indicator__button:hover {
    background: var(--vs-navy-600);
}

.vs-header__indicators .indicator--cart .indicator__icon {
    background: rgba(255, 255, 255, .16);
}

.vs-header__indicators .indicator--cart .indicator__icon i {
    color: #fff;
}

.vs-header__indicators .indicator--cart .indicator__title {
    color: rgba(255, 255, 255, .78);
}

.vs-header__indicators .indicator--cart .indicator__value {
    color: #fff;
}

@media (max-width: 1399.98px) {
    .vs-header__indicators .indicator--advice {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .vs-header__main {
        padding: 10px 0;
    }

    .vs-header__row {
        grid-template-columns: auto minmax(0, 1fr) auto;
        grid-template-areas: "burger logo actions" "search search search";
        gap: 10px 12px;
    }

    .vs-header__burger {
        display: inline-flex;
        grid-area: burger;
    }

    .vs-header__logo {
        grid-area: logo;
    }

    .vs-header__logo img {
        max-width: 190px;
    }

    .vs-header__search {
        grid-area: search;
    }

    .vs-header__indicators {
        grid-area: actions;
    }

    .vs-header__indicators .indicator__title,
    .vs-header__indicators .indicator__value {
        display: none;
    }

    .vs-header__indicators .indicator__button {
        padding: 5px;
    }

    #search.vs-search {
        height: 46px;
    }

    #search.vs-search input.vs-search__input {
        height: 46px;
    }
}

@media (max-width: 575.98px) {
    .vs-header__logo img {
        max-width: 152px;
    }
}

/* ==========================================================================
   Main navigation bar
   ========================================================================== */

.vs-navwrap {
    position: relative;
    z-index: 30;
}

.vs-mega__container {
    padding-left: 15px;
    padding-right: 15px;
}

.bluebck.vs-nav-bar {
    position: relative;
    z-index: 30;
    background: #16306f;
    box-shadow: 0 2px 8px rgba(6, 40, 60, .18);
}

.vs-nav {
    position: relative;
}

.vs-nav__inner {
    display: flex;
    align-items: stretch;
    gap: 4px;
    min-height: 54px;
}

.vs-nav__trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 calc((100% + 24px) / 6 - 24px);
    min-width: 0;
    padding: 0 14px;
    border: 0;
    background: var(--vs-navy);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background .15s var(--vs-ease);
}

.vs-nav__trigger:hover,
.vs-nav__trigger[aria-expanded="true"] {
    background: #24459a;
}

.vs-nav__trigger-text {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.vs-nav__trigger-icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    width: 16px;
}

.vs-nav__trigger-icon span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: #fff;
}

.vs-nav__links {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
}

.vs-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    padding: 0 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: background .15s var(--vs-ease), border-color .15s var(--vs-ease);
}

.vs-nav__link i {
    font-size: 15px;
    opacity: .95;
}

.vs-nav__link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border-bottom-color: var(--vs-brand);
}

.vs-nav__link--sale {
    color: #fff;
}

.vs-nav__link--sale i {
    color: var(--vs-accent);
    opacity: 1;
}

.vs-nav__shipping {
    display: flex;
    align-items: center;
    align-self: center;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.vs-nav__shipping:empty {
    display: none;
}

.vs-nav__shipping i {
    margin-right: 8px;
    font-size: 15px;
    color: var(--vs-accent);
}

@media (max-width: 1499.98px) {
    .vs-nav__link--optional {
        display: none;
    }
}

@media (max-width: 1299.98px) {
    .vs-nav__shipping {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .bluebck.vs-nav-bar {
        display: none;
    }
}

/* ==========================================================================
   Mega menu
   ========================================================================== */

.vs-mega {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 60;
    padding-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .16s var(--vs-ease), transform .16s var(--vs-ease), visibility .16s;
}

.vs-mega.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.vs-mega__inner {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    height: min(72vh, 600px);
    background: #fff;
    border-radius: 0 0 var(--vs-radius) var(--vs-radius);
    box-shadow: var(--vs-shadow-lg);
    overflow: hidden;
}

.vs-mega__head {
    display: none;
}

/* ---------- Rail ---------- */

.vs-mega__rail {
    margin: 0;
    padding: 8px 0;
    list-style: none;
    overflow-y: auto;
    background: var(--vs-surface-2);
    border-right: 1px solid var(--vs-line);
    scrollbar-width: thin;
}

.vs-mega__rail::-webkit-scrollbar {
    width: 8px;
}

.vs-mega__rail::-webkit-scrollbar-thumb {
    background: #cfdae3;
    border-radius: 8px;
}

.vs-mega__rail-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px 10px 18px;
    color: var(--vs-ink);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: background .12s var(--vs-ease), color .12s var(--vs-ease);
}

.vs-mega__rail-link:hover,
.vs-mega__rail-item.is-active > .vs-mega__rail-link {
    background: #fff;
    border-left-color: var(--vs-brand);
    color: var(--vs-navy);
    font-weight: 600;
}

.vs-mega__rail-thumb {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.vs-mega__rail-text {
    flex: 1 1 auto;
    min-width: 0;
}

.vs-mega__rail-caret {
    flex: 0 0 auto;
    font-size: 13px;
    color: #a9b6c2;
}

.vs-mega__rail-item.is-active .vs-mega__rail-caret {
    color: var(--vs-brand);
}

.vs-mega__rail-extra {
    display: none;
}

/* ---------- Panels ---------- */

.vs-mega__panels {
    position: relative;
    overflow: hidden;
}

.vs-mega__panel {
    position: absolute;
    inset: 0;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    padding: 22px 26px 20px;
    scrollbar-width: thin;
}

.vs-mega__panel::-webkit-scrollbar {
    width: 8px;
}

.vs-mega__panel::-webkit-scrollbar-thumb {
    background: #dbe3ea;
    border-radius: 8px;
}

.vs-mega__panel.is-active {
    display: flex;
}

.vs-mega__panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--vs-line-soft);
}

.vs-mega__back {
    display: none;
}

.vs-mega__panel-thumb {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.vs-mega__panel-heading {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.vs-mega__panel-meta {
    color: var(--vs-muted);
    font-size: 13px;
}

.vs-mega__panel-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--vs-navy);
    text-decoration: none;
    line-height: 1.2;
}

.vs-mega__featured {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.vs-mega__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 14px 10px 12px;
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius-sm);
    background: #fff;
    color: var(--vs-ink);
    text-align: center;
    text-decoration: none;
    transition: border-color .15s var(--vs-ease), box-shadow .15s var(--vs-ease), transform .15s var(--vs-ease);
}

.vs-mega__card:hover {
    border-color: var(--vs-brand);
    box-shadow: var(--vs-shadow-sm);
    transform: translateY(-2px);
    color: var(--vs-navy);
}

.vs-mega__card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 62px;
}

.vs-mega__card-img img {
    max-width: 100%;
    max-height: 62px;
    width: auto;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.vs-mega__card-name {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.35;
}

.vs-mega__card-meta {
    color: var(--vs-muted);
    font-size: 12px;
}

.vs-mega__rest {
    flex: 1 1 auto;
}

.vs-mega__rest-title {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--vs-line-soft);
    color: var(--vs-muted);
    font-size: 14px;
    font-weight: 600;
}

.vs-mega__panel-title:hover {
    color: var(--vs-brand-600);
}

.vs-mega__all {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--vs-surface-3);
    color: var(--vs-navy);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s var(--vs-ease), color .15s var(--vs-ease);
}

.vs-mega__all:hover {
    background: var(--vs-brand);
    color: #fff;
}

.vs-mega__grid {
    columns: 3;
    column-gap: 28px;
    flex: 1 1 auto;
}

.vs-mega__grid--compact {
    columns: 4;
    column-gap: 24px;
}

.vs-mega__group {
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 18px;
}

.vs-mega__grid--compact .vs-mega__group {
    margin-bottom: 2px;
}

.vs-mega__group-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--vs-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.vs-mega__group-title:hover {
    color: var(--vs-brand-600);
}

.vs-mega__grid--compact .vs-mega__group-title {
    padding: 6px 8px;
    margin-left: -8px;
    border-radius: var(--vs-radius-xs);
    font-weight: 500;
    transition: background .12s var(--vs-ease);
}

.vs-mega__grid--compact .vs-mega__group-title:hover {
    background: var(--vs-surface-2);
}

.vs-mega__group-thumb {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.vs-mega__sublist {
    margin: 7px 0 0;
    padding: 0 0 0 36px;
    list-style: none;
}

.vs-mega__sublist li + li {
    margin-top: 3px;
}

.vs-mega__sublist a {
    display: block;
    color: var(--vs-muted);
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}

.vs-mega__sublist a:hover {
    color: var(--vs-brand-600);
}

.vs-mega__more a {
    color: var(--vs-navy);
    font-weight: 600;
}

.vs-mega__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 26px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--vs-line-soft);
    font-size: 14px;
    color: var(--vs-muted);
}

.vs-mega__foot strong {
    color: var(--vs-ink);
}

.vs-mega__foot-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vs-mega__foot-item i {
    color: var(--vs-brand);
    font-size: 15px;
}

.vs-mega__foot a {
    color: var(--vs-navy);
    font-weight: 600;
    text-decoration: none;
}

.vs-mega__foot a:hover {
    color: var(--vs-brand-600);
}

.vs-mega__backdrop {
    position: fixed;
    inset: 0;
    z-index: 25;
    background: rgba(12, 26, 38, .38);
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s var(--vs-ease), visibility .18s;
}

.vs-mega__backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1399.98px) {
    .vs-mega__inner {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .vs-mega__grid {
        columns: 2;
    }

    .vs-mega__grid--compact {
        columns: 3;
    }
}

/* ---------- Mobile drawer ---------- */

@media (max-width: 991.98px) {
    .vs-navwrap {
        position: static;
        z-index: auto;
    }

    .vs-mega__backdrop {
        z-index: 99050;
    }

    .vs-mega {
        position: fixed;
        inset: 0 auto 0 0;
        width: min(92vw, 400px);
        padding-top: 0;
        transform: translateX(-100%);
        transition: transform .26s var(--vs-ease), visibility .26s;
        z-index: 99100;
    }

    .vs-mega.is-open {
        transform: translateX(0);
    }

    .vs-mega__container {
        width: 100%;
        max-width: none;
        height: 100%;
        padding: 0;
    }

    .vs-mega__inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .vs-mega__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        flex: 0 0 auto;
        padding: 14px 16px;
        background: var(--vs-navy);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }

    .vs-mega__close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
        color: #fff;
        font-size: 16px;
    }

    .vs-mega__rail {
        flex: 1 1 auto;
        border-right: 0;
        background: #fff;
        padding: 4px 0 24px;
        -webkit-overflow-scrolling: touch;
    }

    .vs-mega__rail-link {
        padding: 12px 16px;
        border-left: 0;
        border-bottom: 1px solid var(--vs-line-soft);
        font-size: 15px;
    }

    .vs-mega__rail-item.is-active > .vs-mega__rail-link {
        border-left: 0;
    }

    .vs-mega__rail-caret {
        font-size: 13px;
    }

    .vs-mega__rail-extra {
        display: block;
        margin: 16px 0 0;
        padding: 12px 0 0;
        border-top: 8px solid var(--vs-surface-2);
        list-style: none;
    }

    .vs-mega__rail-extra .vs-nav__link {
        display: flex;
        width: 100%;
        padding: 12px 16px;
        color: var(--vs-ink);
        border-bottom: 1px solid var(--vs-line-soft);
        font-size: 15px;
    }

    .vs-mega__rail-extra .vs-nav__link:hover {
        background: var(--vs-surface-2);
        color: var(--vs-navy);
        border-bottom-color: var(--vs-line-soft);
    }

    .vs-mega__rail-extra .vs-nav__link i {
        width: 22px;
        color: var(--vs-brand);
    }

    .vs-mega__panels {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .vs-mega__panel {
        background: #fff;
        padding: 0 0 24px;
        transform: translateX(100%);
        transition: transform .24s var(--vs-ease);
        pointer-events: auto;
        -webkit-overflow-scrolling: touch;
    }

    .vs-mega__panel.is-active {
        display: flex;
        transform: translateX(0);
    }

    .vs-mega__panel-head {
        position: sticky;
        top: 0;
        z-index: 2;
        flex-wrap: wrap;
        gap: 10px;
        padding: 12px 16px;
        margin-bottom: 8px;
        background: #fff;
        border-bottom: 1px solid var(--vs-line);
    }

    .vs-mega__back {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        border: 0;
        border-radius: 50%;
        background: var(--vs-surface-2);
        color: var(--vs-navy);
        font-size: 15px;
    }

    .vs-mega__panel-title {
        font-size: 16px;
    }

    .vs-mega__all {
        flex: 1 1 100%;
        margin-left: 0;
        justify-content: center;
    }

    .vs-mega__grid,
    .vs-mega__grid--compact {
        columns: 1;
        padding: 0 16px;
    }

    .vs-mega__grid--compact .vs-mega__group-title {
        margin-left: 0;
        padding: 12px 0;
        border-bottom: 1px solid var(--vs-line-soft);
        border-radius: 0;
    }

    .vs-mega__group {
        margin-bottom: 12px;
    }

    .vs-mega__sublist {
        padding-left: 36px;
    }

    .vs-mega__sublist a {
        padding: 6px 0;
        font-size: 14px;
    }

    .vs-mega__foot {
        margin: 18px 16px 0;
    }
}

body.vs-menu-open {
    overflow: hidden;
}

/* ==========================================================================
   Homepage left rail - lines up with the category trigger above it
   ========================================================================== */

.left_side .catselector {
    display: block;
    margin-bottom: 12px;
}

.left_side .catselector .item:nth-last-child(2) {
    border-bottom-left-radius: var(--vs-radius);
}

.left_side .catselector .item:last-child {
    border-bottom-right-radius: var(--vs-radius);
}

.left_side .vs-shipping-grid--tight {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 12px;
}

/* ==========================================================================
   Left column / sidebar
   ========================================================================== */

.left-column-container .vs-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vs-side-card {
    background: #fff;
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius);
    box-shadow: var(--vs-shadow-xs);
    overflow: hidden;
}

.vs-side-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    border-bottom: 1px solid var(--vs-line-soft);
    color: var(--vs-ink);
    font-size: 16px;
    font-weight: 700;
}

.vs-side-card__head i {
    color: var(--vs-brand);
    font-size: 16px;
}

.vs-side-card__body {
    padding: 14px;
}

.vs-shipping-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vs-shipping-grid--tight {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.vs-shipping-grid--tight .vs-shipping-grid__item {
    height: 46px;
    padding: 6px;
}

.vs-shipping-grid--tight .vs-shipping-grid__item img {
    max-height: 32px;
}

.vs-shipping-grid__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--vs-line-soft);
    border-radius: var(--vs-radius-sm);
    transition: border-color .15s var(--vs-ease), box-shadow .15s var(--vs-ease);
}

.vs-shipping-grid__item:hover {
    border-color: var(--vs-brand);
    box-shadow: var(--vs-shadow-xs);
}

.vs-shipping-grid__item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 38px;
    object-fit: contain;
}

.vs-side-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed var(--vs-line);
    font-size: 12.5px;
    color: var(--vs-muted);
}

.vs-side-note i {
    color: var(--vs-brand);
}

.vs-side-banner {
    display: block;
    border-radius: var(--vs-radius);
    overflow: hidden;
    box-shadow: var(--vs-shadow-xs);
    border: 1px solid var(--vs-line);
    background: #fff;
}

.vs-side-banner img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .3s var(--vs-ease);
}

.vs-side-banner:hover img {
    transform: scale(1.02);
}

.vs-side-card .block-products-columns__title {
    display: none;
}

.vs-side-card .product-card {
    border: 0;
    border-bottom: 1px solid var(--vs-line-soft);
    border-radius: 0;
    margin: 0;
    padding: 12px 0;
    box-shadow: none;
}

.vs-side-card .product-card:first-child {
    padding-top: 0;
}

.vs-side-card .product-card:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.vs-side-more {
    display: block;
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: var(--vs-radius-sm);
    background: var(--vs-surface-2);
    color: var(--vs-navy);
    font-size: 13.5px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background .15s var(--vs-ease), color .15s var(--vs-ease);
}

.vs-side-more:hover {
    background: var(--vs-brand);
    color: #fff;
}

.left-column-container .mobile-toggle {
    border-radius: 0 var(--vs-radius) var(--vs-radius) 0 !important;
    background: var(--vs-navy) !important;
    padding: 14px 10px !important;
    box-shadow: var(--vs-shadow-md) !important;
}

.left-column-container .close-btn {
    box-shadow: var(--vs-shadow-md) !important;
    border: 1px solid var(--vs-line) !important;
    color: var(--vs-ink) !important;
    line-height: 1 !important;
}

@media (max-width: 991.98px) {
    .left-column-content.expanded {
        border-radius: 0 var(--vs-radius-lg) var(--vs-radius-lg) 0;
    }
}

/* ==========================================================================
   Category menu in the left column (yo menu markup, restyled only)
   ========================================================================== */

.left-column-content .vs-catmenu {
    margin: 0;
    background: #fff;
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius);
    box-shadow: var(--vs-shadow-xs);
}

.left-column-content .vs-catmenu__heading,
.left-column-content .vs-catmenu .toggle-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    border-bottom: 1px solid var(--vs-line-soft);
    color: var(--vs-ink);
    font-size: 16px;
    font-weight: 700;
}

.left-column-content .vs-catmenu__heading i,
.left-column-content .vs-catmenu .toggle-title i {
    color: var(--vs-brand);
    font-size: 15px;
}

.left-column-content .vs-catmenu .yo-fm {
    margin: 0;
    padding: 4px 0;
}

.left-column-content .vs-catmenu .yo-fm > li {
    background: transparent;
}

.left-column-content .vs-catmenu .yo-fm > li + li {
    border-top: 1px solid var(--vs-line-soft);
}

.left-column-content .vs-catmenu .item-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 14px;
    color: var(--vs-ink-2);
    background: transparent;
    text-shadow: none;
}

.left-column-content .vs-catmenu .item-wrapper > div {
    display: block;
    padding: 9px 0;
    vertical-align: middle;
}

.left-column-content .vs-catmenu .item-title {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    font-size: 14.5px;
    line-height: 1.4;
}

.left-column-content .vs-catmenu .item-count {
    flex: 0 0 auto;
    width: auto;
    padding: 9px 14px 9px 0 !important;
    text-align: right;
}

.left-column-content .vs-catmenu .item-count span {
    display: inline-block;
    min-width: 28px;
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--vs-surface-3);
    color: var(--vs-muted) !important;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

.left-column-content .vs-catmenu .yo-fm li:hover > .item-wrapper,
.left-column-content .vs-catmenu .yo-fm li.active > .item-wrapper,
.left-column-content .vs-catmenu .yo-fm li a.item-current {
    background: var(--vs-surface-2) !important;
    color: var(--vs-navy) !important;
    font-weight: 600;
    text-shadow: none !important;
}

.left-column-content .vs-catmenu .yo-fm li:hover > .item-wrapper .item-count span,
.left-column-content .vs-catmenu .yo-fm li.active > .item-wrapper .item-count span,
.left-column-content .vs-catmenu .yo-fm li a.item-current .item-count span {
    background: var(--vs-brand);
    color: #fff !important;
}

.left-column-content .vs-catmenu .yo-fm li > .item-toggle:after {
    right: 12px;
    margin-top: -.5em;
    color: var(--vs-brand);
    opacity: .9;
}

.left-column-content .vs-catmenu .item-toggle .item-count {
    padding-right: 30px !important;
}

.left-column-content .vs-catmenu .yo-fm.fm-one ul > div {
    padding: 6px 0;
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius);
    box-shadow: var(--vs-shadow-md);
}

.left-column-content .vs-catmenu .yo-fm.fm-one ul li {
    background: transparent;
}

.left-column-content .vs-catmenu .yo-fm.fm-one ul .item-wrapper {
    min-width: 260px;
}

.left-column-content .vs-catmenu .item-title.item-arrow {
    padding-left: 0;
}

/* ==========================================================================
   Product filter (styling only - markup comes from the filter extension)
   ========================================================================== */

.vs-filter-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    color: var(--vs-ink);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.vs-filter-title i {
    color: var(--vs-brand);
    font-size: 15px;
}

.left-column-content .mfilter-box {
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius);
    background: #fff;
    box-shadow: var(--vs-shadow-xs);
    overflow: hidden;
}

.left-column-content .mfilter-box > .box-heading {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 12px 14px;
    border-bottom: 1px solid var(--vs-line-soft);
    background: #fff;
    color: var(--vs-ink);
    font-size: 16px;
    font-weight: 700;
}

.left-column-content .mfilter-box > .box-heading:before {
    content: "\f0b0";
    font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "FontAwesome";
    font-weight: 900;
    color: var(--vs-brand);
    font-size: 14px;
}

.left-column-content .mfilter-box .mfilter-filter-item {
    border: 0 !important;
    border-bottom: 1px solid var(--vs-line-soft) !important;
    margin: 0 !important;
}

.left-column-content .mfilter-box .mfilter-filter-item:last-child {
    border-bottom: 0 !important;
}

.left-column-content .mfilter-light-theme .mfilter-heading {
    border: 0 !important;
    background: transparent !important;
}

.left-column-content .mfilter-light-theme .mfilter-heading-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px;
    margin-top: 0 !important;
    padding: 13px 14px !important;
    background: #fff !important;
    border: 0 !important;
    cursor: pointer;
}

.left-column-content .mfilter-light-theme .mfilter-heading-content:hover {
    background: var(--vs-surface-2) !important;
}

.left-column-content .mfilter-heading-text {
    width: auto !important;
    margin-left: 0 !important;
    flex: 1 1 auto;
    min-width: 0;
}

.left-column-content .mfilter-heading-text > span {
    padding-left: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--vs-ink);
    line-height: 1.3;
}

.left-column-content .mfilter-heading-text > i {
    margin-right: 8px !important;
    background: var(--vs-surface-3) !important;
    color: var(--vs-navy);
    border-radius: var(--vs-radius-xs) !important;
}

.left-column-content .mfilter-light-theme .mfilter-head-icon {
    opacity: .55;
}

.left-column-content .mfilter-content-opts {
    border: 0 !important;
    background: #fff !important;
}

.left-column-content .mfilter-options {
    padding: 2px 6px 10px;
}

.left-column-content .mfilter-option.mfilter-tb-as-tr {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 2px 8px !important;
    border: 0 !important;
    border-radius: var(--vs-radius-xs);
    transition: background .12s var(--vs-ease);
}

.left-column-content .mfilter-option.mfilter-tb-as-tr:hover {
    background: var(--vs-surface-2);
}

.left-column-content .mfilter-tb-as-tr > .mfilter-tb-as-td {
    border: 0 !important;
    padding: 4px 0 !important;
    vertical-align: middle;
}

.left-column-content .mfilter-tb-as-tr > label.mfilter-tb-as-td {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14.5px;
    line-height: 1.4;
    color: var(--vs-ink-2);
    cursor: pointer;
}

.left-column-content .mfilter-light-theme .mfilter-col-input {
    width: 26px !important;
    flex: 0 0 26px;
}

.left-column-content .mfilter-col-count {
    width: auto !important;
    flex: 0 0 auto;
    text-align: right;
}

.left-column-content .mfilter-counter {
    display: inline-block;
    float: none;
    min-width: 26px;
    padding: 1px 7px;
    border-radius: 999px;
    background: var(--vs-surface-3);
    color: var(--vs-muted);
    font-size: 11.5px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    border: 0 !important;
}

.left-column-content .mfilter-counter:after,
.left-column-content .mfilter-counter:before {
    display: none;
}

@media (min-width: 1024px) {
    .left-column-content .mfilter-light-theme .mfilter-content {
        border: 0 !important;
        border-radius: 0;
        background: #fff;
    }
}

.left-column-content .mfilter-box input[type="text"],
.left-column-content .mfilter-box input[type="number"],
.left-column-content .mfilter-box input[type="search"] {
    height: 38px;
    padding: 0 10px;
    border: 1px solid var(--vs-line) !important;
    border-radius: var(--vs-radius-sm);
    background: #fff;
    font-size: 13.5px;
    color: var(--vs-ink);
    box-shadow: none;
}

.left-column-content .mfilter-box input[type="text"]:focus,
.left-column-content .mfilter-box input[type="number"]:focus,
.left-column-content .mfilter-box input[type="search"]:focus {
    border-color: var(--vs-brand) !important;
    box-shadow: 0 0 0 3px rgba(0, 186, 242, .18);
}

.left-column-content .mfilter-price-inputs,
.left-column-content .mfilter-slider-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px 4px;
}

.left-column-content .mfilter-price-slider,
.left-column-content .mfilter-slider-container {
    padding: 6px 10px 4px;
}

.left-column-content .mfilter-box .ui-slider {
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: var(--vs-line);
}

.left-column-content .mfilter-box .ui-slider .ui-slider-range {
    background: var(--vs-brand);
    border-radius: 999px;
}

.left-column-content .mfilter-box .ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    top: -7px;
    margin-left: -9px;
    border: 2px solid var(--vs-brand);
    border-radius: 50%;
    background: #fff;
    box-shadow: var(--vs-shadow-xs);
    cursor: grab;
}

.left-column-content .mfilter-button-reset,
.left-column-content .mfilter-box .mfilter-button {
    padding: 10px 14px !important;
}

.left-column-content .mfilter-box .btn-filter,
.left-column-content #send_filter {
    display: block;
    width: calc(100% - 28px);
    margin: 4px 14px 14px;
    padding: 12px 16px;
    border: 0;
    border-radius: var(--vs-radius-sm);
    background: var(--vs-brand);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: var(--vs-shadow-xs);
    transition: background .15s var(--vs-ease);
}

.left-column-content .mfilter-box .btn-filter:hover,
.left-column-content #send_filter:hover {
    background: var(--vs-brand-600);
    color: #fff;
}

.left-column-content .mfilter-tb {
    width: 100%;
}

.left-column-content .mfilter-gheader {
    padding: 12px 14px 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: var(--vs-muted) !important;
    background: transparent !important;
    border: 0 !important;
}

/* ==========================================================================
   Homepage intro and SEO content
   ========================================================================== */

.vs-home-intro {
    margin: 6px 0 18px;
}

.vs-home-intro__title {
    margin: 0 0 6px;
    color: var(--vs-ink);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

.vs-home-intro__text {
    margin: 0;
    max-width: 900px;
    color: var(--vs-muted);
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .vs-home-intro__title {
        font-size: 21px;
    }

    .vs-home-intro__text {
        font-size: 14px;
    }
}

.vs-seo {
    padding: 40px 0 8px;
}

.vs-seo h2 {
    margin: 0 0 12px;
    color: var(--vs-ink);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.vs-seo h3 {
    margin: 0 0 8px;
    color: var(--vs-navy);
    font-size: 17px;
    font-weight: 700;
}

.vs-seo p {
    margin: 0 0 12px;
    color: var(--vs-ink-2);
    font-size: 15px;
    line-height: 1.65;
}

.vs-seo__lead {
    max-width: 980px;
    margin-bottom: 28px;
}

.vs-seo__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 36px;
}

.vs-seo__card {
    padding: 20px;
    background: #fff;
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius);
    box-shadow: var(--vs-shadow-xs);
}

.vs-seo__card p {
    margin: 0;
    font-size: 14.5px;
}

.vs-seo__section {
    margin-bottom: 36px;
}

.vs-seo__cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vs-seo__cats a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid var(--vs-line);
    border-radius: 999px;
    background: #fff;
    color: var(--vs-navy);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .15s var(--vs-ease), background .15s var(--vs-ease), color .15s var(--vs-ease);
}

.vs-seo__cats a:hover {
    border-color: var(--vs-brand);
    background: var(--vs-brand);
    color: #fff;
}

.vs-seo__faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

.vs-seo__faq-item {
    padding: 14px 18px;
    background: #fff;
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius-sm);
}

.vs-seo__faq-item summary {
    position: relative;
    padding-right: 28px;
    color: var(--vs-ink);
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.vs-seo__faq-item summary::-webkit-details-marker {
    display: none;
}

.vs-seo__faq-item summary:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--vs-brand);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.vs-seo__faq-item[open] summary:after {
    content: "–";
}

.vs-seo__faq-item p {
    margin: 10px 0 0;
    font-size: 14.5px;
}

.vs-seo__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 26px 28px;
    background: var(--vs-surface-2);
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius);
}

.vs-seo__cta-text {
    flex: 1 1 420px;
    min-width: 0;
}

.vs-seo__cta-text h2 {
    font-size: 21px;
}

.vs-seo__cta-text p:last-child {
    margin-bottom: 0;
}

.vs-seo__cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.vs-seo__cta-links a {
    color: var(--vs-navy);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.vs-seo__cta-links a:hover {
    color: var(--vs-brand-600);
}

.vs-seo__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vs-seo__btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 20px;
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius-sm);
    background: #fff;
    color: var(--vs-navy);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color .15s var(--vs-ease), background .15s var(--vs-ease);
}

.vs-seo__btn:hover {
    border-color: var(--vs-brand);
    color: var(--vs-navy);
}

.vs-seo__btn--primary {
    background: var(--vs-navy);
    border-color: var(--vs-navy);
    color: #fff;
}

.vs-seo__btn--primary:hover {
    background: var(--vs-navy-600);
    border-color: var(--vs-navy-600);
    color: #fff;
}

@media (max-width: 1199.98px) {
    .vs-seo__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .vs-seo {
        padding-top: 28px;
    }

    .vs-seo h2 {
        font-size: 20px;
    }

    .vs-seo__cards,
    .vs-seo__faq {
        grid-template-columns: 1fr;
    }

    .vs-seo__cta {
        padding: 20px;
    }
}

/* ==========================================================================
   Footer
   ========================================================================== */

.vs-trustbar {
    padding: 26px 0 30px;
    background: var(--vs-surface-2);
    border-top: 1px solid var(--vs-line);
}

.vs-trustbar__title {
    margin: 0 0 16px;
    color: var(--vs-ink);
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.vs-trustbar__grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vs-trustbar__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius-sm);
}

.vs-trustbar__item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 42px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .vs-trustbar__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 575.98px) {
    .vs-trustbar__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .vs-trustbar__item {
        height: 52px;
    }
}

.site-footer .footer-links__title,
.site-footer .vs-footer__title {
    margin: 0 0 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.site-footer .vs-footer__title {
    display: flex;
    align-items: center;
    gap: 9px;
}

.site-footer .vs-footer__title i {
    color: var(--vs-brand);
    font-size: 15px;
}

.site-footer .footer-links__list a,
.site-footer .footer-links__link {
    color: #b9c3cd;
    font-size: 14px;
    line-height: 1.5;
    transition: color .15s var(--vs-ease), padding-left .15s var(--vs-ease);
}

.site-footer .footer-links__link:hover {
    color: #fff;
    padding-left: 4px;
}

.site-footer .footer-links__item {
    margin-bottom: 9px;
}

.vs-footer__contacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

.vs-footer__contact {
    padding: 12px 14px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--vs-radius-sm);
}

.vs-footer__contact-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    color: #97a3ae;
    font-size: 11.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.vs-footer__contact-label i {
    color: var(--vs-brand);
}

.vs-footer__contact a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.vs-footer__contact a:hover {
    color: var(--vs-brand);
}

.vs-footer__address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    color: #b9c3cd;
    font-size: 13.5px;
    line-height: 1.5;
}

.vs-footer__address i {
    margin-top: 3px;
    color: var(--vs-brand);
}

.footer-whatsapp {
    margin-top: 0;
    padding: 16px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--vs-radius-sm);
    color: #fff;
}

.footer-whatsapp__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-whatsapp__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #fff;
}

.footer-whatsapp__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.footer-whatsapp__subtitle {
    font-size: 12px;
    opacity: .85;
    margin-top: 2px;
}

.footer-whatsapp__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-whatsapp__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #25d366;
    border: 0;
    border-radius: var(--vs-radius-xs);
    color: #0b3d25 !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background .15s var(--vs-ease);
}

.footer-whatsapp__btn:hover {
    background: #1fbb5a;
    color: #06301c !important;
    text-decoration: none;
}

.footer-whatsapp__btn i {
    font-size: 17px;
}

.footer-mail {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--vs-radius-sm);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .15s var(--vs-ease);
}

.footer-mail:hover {
    border-color: var(--vs-brand);
    color: #fff;
}

.footer-mail i {
    color: var(--vs-brand);
    font-size: 16px;
}

.site-footer__bottom-row {
    flex-wrap: wrap;
    gap: 12px;
    height: auto;
    padding: 18px 0;
}

.site-footer__payments {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vs-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 38px;
    padding: 5px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--vs-radius-xs);
}

.vs-payment img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .vs-footer__contacts {
        grid-template-columns: 1fr;
    }

    .site-footer__bottom-row {
        flex-direction: column;
        text-align: center;
    }

    .site-footer__widgets {
        padding: 36px 0 30px;
    }
}
