:root {
    --vv-forest: #173f37;
    --vv-forest-light: #24584d;
    --vv-cream: #f7f2e8;
    --vv-paper: #fffdf8;
    /*
     * Coral is deliberately darker than the original #df7148. That lighter tone only reached
     * 3.19:1 against white, so every coral label and every white-on-coral button sat under the
     * 4.5:1 minimum. This tone clears 4.7:1 both ways. Coral is never used on a dark ground —
     * gold is, and it reads far better there.
     */
    --vv-coral: #a75536;
    --vv-coral-bright: #df7148;
    --vv-gold: #e5b95c;
    --vv-ink: #23312d;
    --vv-muted: #626d69;
}

/* Homepage editorial flow: series first, contextual products second. */
.vv-home-editorial #series-dao-mau {
    scroll-margin-top: 110px;
}

.vv-home-editorial .vv-home-hero-copy {
    max-width: 790px;
}

.vv-home-editorial .vv-home-hero h1 {
    max-width: 760px;
}

.vv-home-editorial .vv-home-lead {
    max-width: 720px;
}

.vv-home-editorial .vv-home-search {
    max-width: 700px;
}

.vv-home-articles {
    background: #f7f4ec;
}

.vv-home-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.vv-home-article-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(18, 61, 52, .14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(22, 48, 42, .07);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vv-home-article-card:hover {
    border-color: rgba(176, 76, 45, .35);
    box-shadow: 0 16px 36px rgba(22, 48, 42, .12);
    transform: translateY(-3px);
}

.vv-home-article-image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3 / 2;
    background: #e8e2d4;
}

.vv-home-article-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.vv-home-article-card:hover .vv-home-article-image img {
    transform: scale(1.025);
}

.vv-home-article-image > span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #184c41;
    font-size: 34px;
}

.vv-home-article-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.vv-home-article-content small {
    color: #ad4f32;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.vv-home-article-content h3 {
    margin: 8px 0 10px;
    color: #153d34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.22;
}

.vv-home-article-content h3 a {
    color: inherit;
}

.vv-home-article-content h3 a:hover,
.vv-home-article-content h3 a:focus {
    color: #ad4f32;
    text-decoration: none;
}

.vv-home-article-content p {
    margin: 0 0 18px;
    color: #5b6762;
    font-size: 15px;
    line-height: 1.65;
}

.vv-home-article-read {
    margin-top: auto;
    color: #184c41;
    font-size: 14px;
    font-weight: 800;
}

.vv-home-article-read i {
    margin-left: 6px;
}

.vv-home-path {
    background: #fff;
}

.vv-home-path-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.vv-home-path-grid > a {
    display: grid;
    position: relative;
    min-width: 0;
    min-height: 290px;
    grid-template-rows: auto auto auto 1fr auto;
    padding: 24px;
    border: 1px solid #ded8c9;
    border-top: 4px solid #c9a751;
    border-radius: 8px;
    color: #153d34;
    background: #fbfaf6;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vv-home-path-grid > a:hover,
.vv-home-path-grid > a:focus {
    border-color: #ad4f32;
    color: #153d34;
    box-shadow: 0 12px 28px rgba(22, 48, 42, .09);
    text-decoration: none;
    transform: translateY(-3px);
}

.vv-home-path-grid > a > span {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(173, 79, 50, .55);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
}

.vv-home-path-grid > a > i {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border-radius: 50%;
    place-items: center;
    color: #fff;
    background: #184c41;
    font-size: 19px;
}

.vv-home-path-grid h3 {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.2;
}

.vv-home-path-grid p {
    margin: 0 0 20px;
    color: #5b6762;
    font-size: 15px;
    line-height: 1.62;
}

.vv-home-path-grid em {
    align-self: end;
    color: #ad4f32;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.vv-home-channel-story {
    color: #fff;
    background: #163f36;
}

.vv-home-channel-story-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 72px;
    align-items: center;
}

.vv-home-channel-copy > span {
    color: #e3bd5a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.vv-home .vv-home-channel-copy h2 {
    max-width: 720px;
    margin: 10px 0 18px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    line-height: 1.15;
}

.vv-home-channel-copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.72;
}

.vv-home-channel-links {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.vv-home-channel-links > a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    gap: 16px;
    align-items: center;
    min-height: 84px;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.vv-home-channel-links > a:hover,
.vv-home-channel-links > a:focus {
    color: #e3bd5a;
    text-decoration: none;
}

.vv-home-channel-links > a > i:first-child {
    font-size: 25px;
    text-align: center;
}

.vv-home-channel-links small,
.vv-home-channel-links strong {
    display: block;
}

.vv-home-channel-links small {
    margin-bottom: 3px;
    color: #e3bd5a;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.vv-home-channel-links strong {
    color: inherit;
    font-size: 16px;
    line-height: 1.35;
}

.vv-home .vv-home-context-products {
    background: #f7f4ec;
}

.vv-home-editorial .vv-home-eyebrow,
.vv-home-editorial .vv-section-heading > span,
.vv-home-editorial .vv-section-heading > div > span,
.vv-home-editorial .vv-home-channel-copy > span {
    letter-spacing: 0;
}

.vv-home-editorial .vv-home-search,
.vv-home-editorial .vv-home-search button,
.vv-home-editorial .vv-button {
    border-radius: 8px;
}

@media (max-width: 1023px) {
    .vv-home-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vv-home-path-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vv-home-channel-story-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 767px) {
    .vv-home-editorial .vv-home-hero {
        min-height: 660px;
    }

    .vv-home-editorial .vv-home-search input {
        min-width: 0;
    }

    .vv-home-article-grid,
    .vv-home-path-grid {
        grid-template-columns: 1fr;
    }

    .vv-home-article-grid {
        gap: 16px;
    }

    .vv-home-article-content {
        padding: 20px;
    }

    .vv-home-article-content h3,
    .vv-home-path-grid h3 {
        font-size: 21px;
    }

    .vv-home-path-grid > a {
        min-height: 0;
        padding: 22px;
    }

    .vv-home-channel-story-inner {
        gap: 28px;
    }

    .vv-home .vv-home-channel-copy h2 {
        font-size: 30px;
    }

    .vv-home-channel-links > a {
        grid-template-columns: 36px minmax(0, 1fr) 18px;
        gap: 12px;
    }
}

/* Văn Hóa Việt mark and wordmark in the storefront header. */
.page-header .logo.vv-header-logo {
    display: inline-flex;
    gap: 11px;
    align-items: center;
    width: auto;
    max-width: 100%;
    color: var(--vv-forest);
    text-decoration: none;
}

.page-header .logo.vv-header-logo img.main-logo {
    width: auto;
    height: 60px;
    object-fit: contain;
}

.vv-header-wordmark {
    display: block;
    min-width: 0;
    text-align: left;
}

.vv-header-wordmark strong,
.vv-header-wordmark small {
    display: block;
    white-space: nowrap;
}

.vv-header-wordmark strong {
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.25px;
    line-height: 1.12;
}

.vv-header-wordmark small {
    margin-top: 4px;
    color: var(--vv-coral);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .page-header .logo.vv-header-logo {
        gap: 9px;
    }

    .page-header .logo.vv-header-logo img.main-logo {
        width: auto;
        height: 50px;
    }

    .vv-header-wordmark strong {
        font-size: 17px;
    }

    .vv-header-wordmark small {
        font-size: 7px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .page-header .logo.vv-header-logo {
        gap: 8px;
        margin-top: 5px;
    }

    .page-header .logo.vv-header-logo img.small-logo {
        width: auto;
        height: 40px;
        object-fit: contain;
    }

    .vv-header-wordmark strong {
        font-size: 15px;
    }

    .vv-header-wordmark small {
        margin-top: 3px;
        font-size: 6px;
        letter-spacing: .9px;
    }
}

/* Culture storefront: keep product prices visible for comparison and conversion. */

/* Main navigation for the culture storefront. */
.page-header .cdz-horizontal-menu .groupmenu > li > .menu-link {
    position: relative;
    font-family: Lato, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1px;
}

.page-header .cdz-horizontal-menu .groupmenu > li > .menu-link::after {
    position: absolute;
    right: 18px;
    bottom: 8px;
    left: 18px;
    height: 2px;
    content: "";
    background: var(--vv-coral);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}

.page-header .cdz-horizontal-menu .groupmenu > li:hover > .menu-link::after,
.page-header .cdz-horizontal-menu .groupmenu > li:focus-within > .menu-link::after {
    transform: scaleX(1);
}

.page-header .cdz-horizontal-menu .groupmenu > li.vv-menu-cta > .menu-link {
    margin: 7px 0 7px 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: var(--vv-forest) !important;
    background: var(--vv-gold);
    border-radius: 999px;
}

.page-header .cdz-horizontal-menu .groupmenu > li.vv-menu-cta > .menu-link::before {
    margin-right: 7px;
    content: "\f0e0";
    font-family: FontAwesome;
}

.page-header .cdz-horizontal-menu .groupmenu > li.vv-menu-cta > .menu-link::after {
    display: none;
}

.page-header .cdz-horizontal-menu .groupmenu > li.vv-menu-cta > .menu-link:hover,
.page-header .cdz-horizontal-menu .groupmenu > li.vv-menu-cta > .menu-link:focus {
    background: #f1ca76;
}

.page-header .groupmenu-drop .groupdrop-title {
    margin-bottom: 11px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
}

.page-header .groupmenu-drop .groupdrop-link a {
    color: #52615c;
    font-size: 12px;
    line-height: 1.5;
}

.page-header .groupmenu-drop .groupdrop-link a:hover,
.page-header .groupmenu-drop .groupdrop-link a:focus {
    color: var(--vv-coral);
}

.page-header .groupmenu-drop .vv-menu-all-link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-top: 9px;
    color: var(--vv-coral);
    font-size: 11px;
    font-weight: 900;
}

/* Topic and partner dropdowns in the mega menu. */
.page-header .groupmenu-drop > li.vv-culture-dropdown {
    padding: 0;
}

.page-header div.vv-culture-dropdown.groupmenu-drop-content {
    padding: 26px 30px 22px;
    background: var(--vv-paper);
    border-top: 3px solid var(--vv-gold);
    box-shadow: 0 24px 48px rgba(9, 43, 41, .17);
}

.page-header div.vv-culture-dropdown .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -19px;
}

.page-header div.vv-culture-dropdown [class*="col-sm-"] {
    padding: 0 19px;
}

.page-header div.vv-culture-dropdown [class*="col-sm-"] + [class*="col-sm-"] {
    border-left: 1px solid rgba(23, 63, 55, .1);
}

.page-header div.vv-culture-dropdown .groupdrop-title {
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(23, 63, 55, .12);
}

.page-header div.vv-culture-dropdown .groupdrop-link li + li {
    margin-top: 2px;
}

.page-header div.vv-culture-dropdown .groupdrop-link a {
    display: block;
    padding: 3px 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .page-header .cdz-horizontal-menu .groupmenu > li > .menu-link {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 12px;
    }

    .page-header .cdz-horizontal-menu .groupmenu > li.vv-menu-cta > .menu-link {
        margin-left: 4px;
    }

    .page-header div.vv-culture-dropdown.groupmenu-drop-content {
        padding: 20px 22px 18px;
    }

    .page-header div.vv-culture-dropdown .row {
        margin: 0 -13px;
    }

    .page-header div.vv-culture-dropdown [class*="col-sm-"] {
        padding: 0 13px;
    }
}

/* Homepage sections. */
.cms-index-index .page-main {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.cms-index-index .column.main {
    padding-bottom: 0;
}

.vv-home {
    overflow: hidden;
    color: var(--vv-ink);
    background: var(--vv-paper);
    font-family: Lato, "Helvetica Neue", Arial, sans-serif;
}

.vv-home h1,
.vv-home h2,
.vv-home h3 {
    color: var(--vv-ink);
    font-family: Georgia, "Times New Roman", serif;
}

.vv-home a {
    text-decoration: none;
}

.vv-home-hero {
    position: relative;
    padding: 86px 0 78px;
    background:
        radial-gradient(circle at 82% 16%, rgba(229, 185, 92, .28), transparent 22%),
        radial-gradient(circle at 4% 100%, rgba(36, 88, 77, .1), transparent 28%),
        linear-gradient(120deg, #fbf8f0 0%, #f4edde 100%);
}

.vv-home-hero::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 7px;
    content: "";
    background: repeating-linear-gradient(90deg, var(--vv-forest) 0 44px, var(--vv-gold) 44px 88px, var(--vv-coral) 88px 132px);
    opacity: .85;
}

.vv-home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
    gap: 72px;
    align-items: center;
}

.vv-home-eyebrow,
.vv-section-heading > span,
.vv-section-heading > div > span,
.vv-home-community-inner > div > span,
.vv-home-start-inner > div > span {
    color: var(--vv-coral);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.vv-home-eyebrow {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin: 0 0 22px;
    padding: 8px 13px;
    color: var(--vv-forest);
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(23, 63, 55, .12);
    border-radius: 999px;
}

.vv-home-eyebrow i {
    color: var(--vv-coral);
}

.vv-home-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--vv-forest);
    font-size: clamp(42px, 4.2vw, 68px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -2.1px;
}

.vv-home-hero h1 em {
    color: var(--vv-coral);
    font-weight: 400;
}

.vv-home-lead {
    max-width: 650px;
    margin: 25px 0 28px;
    color: #53635e;
    font-size: 17px;
    line-height: 1.75;
}

.vv-home-search {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    max-width: 660px;
    min-height: 64px;
    padding: 7px 7px 7px 20px;
    background: #fff;
    border: 1px solid rgba(23, 63, 55, .13);
    border-radius: 14px;
    box-shadow: 0 16px 38px rgba(31, 54, 47, .1);
}

.vv-home-search > i {
    color: var(--vv-forest-light);
    font-size: 17px;
}

.vv-home-search input {
    width: 100%;
    height: 48px;
    padding: 0;
    color: var(--vv-ink);
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 15px;
}

.vv-home-search input:focus {
    box-shadow: none;
}

.vv-home-search button,
.vv-button {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.vv-home-search button,
.vv-button-primary {
    color: #fff !important;
    background: var(--vv-forest);
    box-shadow: 0 9px 22px rgba(23, 63, 55, .16);
}

.vv-home-search button:hover,
.vv-home-search button:focus,
.vv-button-primary:hover,
.vv-button-primary:focus {
    color: #fff !important;
    background: var(--vv-forest-light);
    transform: translateY(-2px);
}

.vv-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

/*
 * Default is the light-background version. Dark sections restate the colour further down;
 * keep this rule free of !important so those overrides can actually win — an !important here
 * is what left the buttons on the community heroes rendering forest-on-forest.
 */
.vv-button-quiet {
    color: var(--vv-forest);
    background: transparent;
    border: 1px solid rgba(23, 63, 55, .22);
}

.vv-button-quiet:hover,
.vv-button-quiet:focus {
    color: var(--vv-forest);
    background: #fff;
    transform: translateY(-2px);
}

.vv-home-promises {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin: 24px 0 0;
    padding: 0;
    color: #5c6965;
    list-style: none;
    font-size: 12px;
    font-weight: 700;
}

.vv-home-promises i {
    margin-right: 5px;
    color: var(--vv-coral);
}

.vv-home-hero-art {
    position: relative;
    min-height: 500px;
}

.vv-art-orbit {
    position: absolute;
    border: 1px solid rgba(23, 63, 55, .13);
    border-radius: 50%;
}

.vv-art-orbit-one {
    top: 20px;
    right: 6px;
    width: 430px;
    height: 430px;
}

.vv-art-orbit-two {
    top: 92px;
    right: 78px;
    width: 288px;
    height: 288px;
    border-style: dashed;
}

.vv-art-card {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 252px;
    height: 354px;
    padding: 28px;
    border-radius: 6px 18px 18px 6px;
    box-shadow: -12px 22px 42px rgba(29, 48, 43, .2);
}

.vv-art-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 2px;
    content: "";
    background: rgba(255, 255, 255, .2);
}

.vv-art-card span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.vv-art-card strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.25;
}

.vv-art-card-back {
    top: 54px;
    right: 25px;
    color: var(--vv-forest);
    background: var(--vv-gold);
    transform: rotate(9deg);
}

.vv-art-card-front {
    top: 88px;
    left: 25px;
    color: #fff;
    background:
        linear-gradient(rgba(23, 63, 55, .89), rgba(23, 63, 55, .96)),
        repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, .08) 18px 19px);
    transform: rotate(-7deg);
}

.vv-art-card-front > i {
    align-self: center;
    color: var(--vv-gold);
    font-size: 72px;
    opacity: .9;
}

.vv-art-hub {
    position: absolute;
    right: 2px;
    bottom: 15px;
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 230px;
    padding: 15px 18px;
    color: var(--vv-ink);
    background: #fff;
    border: 1px solid rgba(23, 63, 55, .1);
    border-radius: 13px;
    box-shadow: 0 16px 32px rgba(31, 54, 47, .14);
}

.vv-art-hub > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    background: var(--vv-coral);
    border-radius: 50%;
}

.vv-art-hub small,
.vv-art-hub strong {
    display: block;
}

.vv-art-hub small {
    margin-bottom: 3px;
    color: var(--vv-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vv-art-hub strong {
    color: var(--vv-forest);
    font-size: 14px;
}

.vv-home-section {
    padding: 82px 0;
}

.vv-section-heading {
    margin-bottom: 38px;
}

.vv-section-heading h2 {
    margin: 8px 0 10px;
    color: var(--vv-forest);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -1px;
}

.vv-section-heading p {
    max-width: 680px;
    margin: 0;
    color: var(--vv-muted);
    font-size: 14px;
    line-height: 1.65;
}

.vv-section-heading-centered {
    max-width: 760px;
    margin-right: auto;
    margin-bottom: 42px;
    margin-left: auto;
    text-align: center;
}

.vv-section-heading-centered p {
    margin-right: auto;
    margin-left: auto;
}

.vv-section-heading-row {
    display: flex;
    gap: 32px;
    align-items: end;
    justify-content: space-between;
}

.vv-section-heading-row > a {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    align-items: center;
    padding-bottom: 7px;
    color: var(--vv-forest);
    border-bottom: 1px solid rgba(23, 63, 55, .28);
    font-size: 12px;
    font-weight: 800;
}

.vv-section-heading-row > a:hover,
.vv-section-heading-row > a:focus {
    color: var(--vv-coral);
    border-color: var(--vv-coral);
}

.vv-home-how {
    background: #fff;
}

.vv-how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.vv-how-grid li {
    position: relative;
    min-height: 245px;
    padding: 30px 26px 26px;
    background: var(--vv-paper);
    border: 1px solid #e9e3d8;
    border-radius: 16px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vv-how-grid li:hover {
    border-color: rgba(23, 63, 55, .25);
    box-shadow: 0 18px 38px rgba(39, 53, 48, .08);
    transform: translateY(-4px);
}

.vv-step-number {
    position: absolute;
    top: 22px;
    right: 22px;
    color: #d9d5ca;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
}

.vv-how-grid li > i {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 27px;
    place-items: center;
    color: #fff;
    background: var(--vv-forest);
    border-radius: 14px 14px 14px 4px;
    font-size: 18px;
}

.vv-how-grid li:nth-child(2) > i,
.vv-how-grid li:nth-child(4) > i {
    color: var(--vv-forest);
    background: var(--vv-gold);
}

.vv-how-grid h3 {
    margin: 0 0 10px;
    color: var(--vv-forest);
    font-size: 20px;
}

.vv-how-grid p {
    margin: 0;
    color: var(--vv-muted);
    font-size: 13px;
    line-height: 1.65;
}

.vv-home-topics {
    background: var(--vv-cream);
}

.vv-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.vv-topic-card {
    display: flex;
    gap: 18px;
    align-items: center;
    min-height: 150px;
    padding: 26px;
    color: var(--vv-ink) !important;
    background: #fff;
    border: 1px solid rgba(23, 63, 55, .1);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(44, 57, 52, .06);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vv-topic-card:hover,
.vv-topic-card:focus {
    border-color: rgba(223, 113, 72, .45);
    box-shadow: 0 20px 38px rgba(44, 57, 52, .11);
    transform: translateY(-4px);
}

.vv-topic-icon {
    display: grid;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    place-items: center;
    color: #fff;
    background: var(--vv-coral);
    border-radius: 50% 50% 50% 12px;
    font-size: 21px;
}

.vv-topic-card small,
.vv-topic-card strong,
.vv-topic-card em {
    display: block;
}

.vv-topic-card small {
    margin-bottom: 4px;
    color: var(--vv-muted);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.vv-topic-card strong {
    margin-bottom: 9px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.vv-topic-card em {
    color: var(--vv-coral);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.vv-home-dao-series {
    background:
        linear-gradient(120deg, rgba(23, 63, 55, .96), rgba(18, 52, 46, .92)),
        var(--vv-dao-series-image) center / cover no-repeat;
}

.vv-dao-series-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 36px;
    align-items: center;
}

.vv-dao-series-copy > span {
    color: var(--vv-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.vv-dao-series-copy h2 {
    max-width: 620px;
    margin: 9px 0 13px;
    color: #fff;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.12;
}

.vv-dao-series-copy p {
    max-width: 650px;
    margin: 0;
    color: #d8e7e1;
    font-size: 15px;
    line-height: 1.75;
}

.vv-dao-series-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.vv-home-dao-series .vv-button-primary {
    color: var(--vv-forest) !important;
    background: var(--vv-gold);
    box-shadow: 0 10px 24px rgba(229, 185, 92, .22);
}

.vv-home-dao-series .vv-button-primary:hover,
.vv-home-dao-series .vv-button-primary:focus {
    color: var(--vv-forest) !important;
    background: #f2cc7b;
}

.vv-home-dao-series .vv-button-quiet {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .3);
}

.vv-home-dao-series .vv-button-quiet:hover,
.vv-home-dao-series .vv-button-quiet:focus {
    color: var(--vv-forest) !important;
}

.vv-dao-series-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vv-dao-series-steps li {
    min-height: 226px;
    padding: 24px;
    background: rgba(255, 253, 248, .94);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .16);
}

.vv-dao-series-steps span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    place-items: center;
    color: var(--vv-forest);
    background: var(--vv-gold);
    border-radius: 13px 13px 13px 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 700;
}

.vv-dao-series-steps h3 {
    margin: 0 0 9px;
    color: var(--vv-forest);
    font-size: 18px;
}

.vv-dao-series-steps p {
    margin: 0;
    color: var(--vv-muted);
    font-size: 13px;
    line-height: 1.6;
}

.vv-home-books {
    background: #fff;
}

.vv-home-books-alt {
    background: #faf7f0;
}

.vv-product-shelf {
    min-height: 310px;
}

.vv-product-shelf .product-item-info {
    width: 100%;
    padding: 14px 14px 18px;
    background: #fff;
    border: 1px solid #eee9df;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(35, 49, 45, .05);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vv-product-shelf .product-item-info:hover {
    border-color: rgba(23, 63, 55, .22);
    box-shadow: 0 18px 36px rgba(35, 49, 45, .1);
    transform: translateY(-4px);
}

.vv-product-shelf .product-item-photo {
    overflow: hidden;
    border-radius: 9px;
}

.vv-product-shelf .product-item-name,
.vv-product-shelf .product.name {
    min-height: 43px;
    margin-top: 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.45;
}

.vv-product-shelf .product-item-link {
    color: var(--vv-ink) !important;
}

.vv-product-shelf .product-item-link:hover,
.vv-product-shelf .product-item-link:focus {
    color: var(--vv-coral) !important;
}

.vv-product-shelf .product-reviews-summary,
.vv-product-shelf .actions-secondary,
.vv-product-shelf .product-item .tocompare,
.vv-product-shelf .product-item .towishlist {
    display: none !important;
}

.vv-product-shelf .owl-nav [class*="owl-"] {
    color: var(--vv-forest);
    background: #fff;
    border-color: #ded8cc;
    box-shadow: 0 8px 20px rgba(35, 49, 45, .1);
}

.vv-home-channel-hub {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 30px;
    align-items: center;
    margin-bottom: 46px;
    padding: 28px;
    background: var(--vv-paper);
    border: 1px solid #e8e1d5;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(35, 49, 45, .06);
}

.vv-channel-hub-copy > span {
    color: var(--vv-coral);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.vv-channel-hub-copy h2 {
    max-width: 560px;
    margin: 8px 0 10px;
    color: var(--vv-forest);
    font-size: 28px;
    line-height: 1.18;
}

.vv-channel-hub-copy p {
    max-width: 600px;
    margin: 0;
    color: var(--vv-muted);
    font-size: 13px;
    line-height: 1.65;
}

.vv-channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.vv-channel-card {
    display: grid;
    min-height: 168px;
    padding: 19px;
    color: var(--vv-ink) !important;
    background: #fff;
    border: 1px solid rgba(23, 63, 55, .11);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(35, 49, 45, .05);
    text-decoration: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

a.vv-channel-card:hover,
a.vv-channel-card:focus {
    border-color: rgba(167, 85, 54, .42);
    box-shadow: 0 16px 30px rgba(35, 49, 45, .1);
    transform: translateY(-3px);
}

.vv-channel-card > i {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    place-items: center;
    color: #fff;
    background: var(--vv-forest);
    border-radius: 13px 13px 13px 4px;
    font-size: 17px;
}

.vv-channel-card:nth-child(2) > i {
    background: #24584d;
}

.vv-channel-card:nth-child(3) > i {
    background: #a75536;
}

.vv-channel-card small,
.vv-channel-card strong,
.vv-channel-card em {
    display: block;
}

.vv-channel-card small {
    margin-bottom: 5px;
    color: var(--vv-coral);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.vv-channel-card strong {
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.25;
}

.vv-channel-card em {
    margin-top: 8px;
    color: var(--vv-muted);
    font-size: 11px;
    font-style: normal;
    line-height: 1.45;
}

.vv-channel-card.is-pending {
    opacity: .76;
}

.vv-home-community {
    padding: 64px 0;
    color: #fff;
    background:
        radial-gradient(circle at 88% 20%, rgba(229, 185, 92, .22), transparent 24%),
        linear-gradient(125deg, #173f37 0%, #102f2a 100%);
}

.vv-home-community-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 26px;
    align-items: center;
}

.vv-community-mark {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    color: var(--vv-forest);
    background: var(--vv-gold);
    border-radius: 22px 22px 22px 6px;
    font-size: 29px;
}

.vv-home-community-inner > div > span {
    color: var(--vv-gold);
}

.vv-home-community h2 {
    margin: 7px 0 6px;
    color: #fff;
    font-size: 30px;
}

.vv-home-community p {
    max-width: 720px;
    margin: 0;
    color: #cbdad5;
    font-size: 13px;
    line-height: 1.6;
}

.vv-home-community-inner > a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    color: var(--vv-forest) !important;
    background: var(--vv-gold);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.vv-home-community-inner > a:hover,
.vv-home-community-inner > a:focus {
    background: #f2cc7b;
    transform: translateY(-2px);
}

.vv-home-start {
    padding: 58px 0;
    background: var(--vv-cream);
}

.vv-home-start-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 272px);
    gap: 32px;
    align-items: center;
}

.vv-home-start-inner > div:first-child {
    min-width: 0;
}

.vv-home-start h2 {
    max-width: 750px;
    margin: 7px 0 0;
    color: var(--vv-forest);
    font-size: 28px;
    line-height: 1.3;
}

.vv-home-start-inner > div:last-child {
    display: grid;
    gap: 10px;
    width: 100%;
    max-width: 272px;
    justify-self: end;
}

.vv-home-start-inner > div:last-child .vv-button {
    width: 100%;
}

@media (max-width: 1023px) {
    .vv-home-hero-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
        gap: 34px;
    }

    .vv-home-hero-art {
        min-height: 430px;
        transform: scale(.88);
        transform-origin: center;
    }

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

    .vv-dao-series-grid {
        grid-template-columns: 1fr;
    }

    .vv-topic-grid {
        gap: 14px;
    }

    .vv-home-channel-hub {
        grid-template-columns: 1fr;
    }

    .vv-topic-card {
        display: block;
        min-height: 210px;
    }

    .vv-topic-icon {
        margin-bottom: 18px;
    }

    .vv-home-community-inner {
        grid-template-columns: auto 1fr;
    }

    .vv-home-community-inner > a {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 767px) {
    .vv-home-hero {
        padding: 54px 0 52px;
    }

    .vv-home-hero-grid {
        display: block;
    }

    .vv-home-hero h1 {
        font-size: 40px;
        letter-spacing: -1.2px;
    }

    .vv-home-lead {
        font-size: 15px;
    }

    .vv-home-search {
        grid-template-columns: auto 1fr;
        padding: 8px 14px;
    }

    .vv-home-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .vv-home-hero-art {
        display: none;
    }

    .vv-home-section {
        padding: 58px 0;
    }

    .vv-section-heading h2 {
        font-size: 31px;
    }

    .vv-section-heading-row {
        display: block;
    }

    .vv-section-heading-row > a {
        margin-top: 18px;
    }

    .vv-how-grid,
    .vv-topic-grid {
        grid-template-columns: 1fr;
    }

    .vv-dao-series-steps {
        grid-template-columns: 1fr;
    }

    .vv-dao-series-steps li {
        min-height: 0;
    }

    .vv-home-channel-hub {
        padding: 20px;
    }

    .vv-channel-grid {
        grid-template-columns: 1fr;
    }

    .vv-channel-card {
        min-height: 0;
    }

    .vv-how-grid li {
        min-height: 210px;
    }

    .vv-topic-card {
        display: flex;
        min-height: 140px;
    }

    .vv-topic-icon {
        margin-bottom: 0;
    }

    .vv-home-community-inner {
        display: block;
        text-align: center;
    }

    .vv-community-mark {
        margin: 0 auto 22px;
    }

    .vv-home-community h2 {
        font-size: 27px;
    }

    .vv-home-community-inner > a {
        width: 100%;
        margin-top: 22px;
    }

    .vv-home-start-inner {
        display: block;
    }

    .vv-home-start h2 {
        font-size: 24px;
    }

    .vv-home-start-inner > div:last-child {
        margin-top: 24px;
    }
}

@media (max-width: 420px) {
    .vv-home-hero h1 {
        font-size: 35px;
    }

    .vv-home-promises {
        display: block;
    }

    .vv-home-promises li + li {
        margin-top: 9px;
    }

    .vv-home-hero-actions,
    .vv-home-start-inner > div:last-child {
        display: grid;
    }

    .vv-button {
        width: 100%;
    }

    .vv-how-grid li {
        min-height: 0;
    }
}

/* About page. */
.cms-about-us .page-main {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.cms-about-us .page-title-wrapper {
    display: none;
}

.cms-about-us .breadcrumbs {
    width: calc(100% - 48px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.cms-about-us .column.main {
    padding-bottom: 0;
}

.vv-about {
    color: var(--vv-ink);
    background: var(--vv-paper);
    font-family: Lato, "Helvetica Neue", Arial, sans-serif;
}

.vv-about h1,
.vv-about h2,
.vv-about h3,
.vv-about p {
    margin-top: 0;
}

.vv-about h1,
.vv-about h2,
.vv-about h3 {
    color: var(--vv-ink);
    font-family: Georgia, "Times New Roman", serif;
    text-transform: none;
}

.vv-about-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 96px;
    background:
        radial-gradient(circle at 86% 15%, rgba(229, 185, 92, .22), transparent 25%),
        linear-gradient(135deg, #f8f2e7 0%, #f1e9da 100%);
}

.vv-about-hero::before {
    position: absolute;
    top: -110px;
    left: -80px;
    width: 300px;
    height: 300px;
    content: "";
    border: 1px solid rgba(23, 63, 55, .09);
    border-radius: 50%;
}

.vv-about-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: 70px;
    align-items: center;
}

.vv-about-eyebrow,
.vv-about-heading > span,
.vv-about-story-heading > span,
.vv-about-label,
.vv-about-community-inner > div > span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
    color: var(--vv-coral);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.vv-about-hero h1 {
    margin-bottom: 24px;
    font-size: clamp(48px, 5.3vw, 72px);
    font-weight: 700;
    letter-spacing: -1.8px;
    line-height: 1.06;
}

.vv-about-hero h1 em {
    color: var(--vv-forest);
    font-weight: 400;
}

.vv-about-lead {
    max-width: 690px;
    margin-bottom: 30px;
    color: #53635e;
    font-size: 16px;
    line-height: 1.8;
}

.vv-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vv-about-hero-art {
    position: relative;
    min-height: 385px;
}

.vv-about-book {
    position: absolute;
    display: flex;
    width: 225px;
    height: 310px;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    border-radius: 7px 20px 20px 7px;
    box-shadow: 0 26px 45px rgba(35, 49, 45, .2);
}

.vv-about-book::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 1px;
    content: "";
    background: rgba(255, 255, 255, .25);
}

.vv-about-book span {
    padding-left: 7px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.vv-about-book strong {
    padding-left: 7px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.25;
}

.vv-about-book-one {
    top: 14px;
    right: 116px;
    color: #fff;
    background: var(--vv-coral);
    transform: rotate(-8deg);
}

.vv-about-book-two {
    top: 46px;
    right: 10px;
    color: #fff;
    background: var(--vv-forest);
    transform: rotate(7deg);
}

.vv-about-route {
    position: absolute;
    right: 56px;
    bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 17px;
    color: var(--vv-forest);
    background: #fff;
    border: 1px solid #e7dece;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(35, 49, 45, .12);
    font-size: 10px;
    font-weight: 800;
}

.vv-about-route i {
    color: var(--vv-coral);
    font-size: 16px;
}

.vv-about-section {
    padding: 88px 0;
}

.vv-about-story {
    background: var(--vv-paper);
}

.vv-about-story-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(50px, 8vw, 110px);
}

.vv-about-story h2,
.vv-about-heading h2,
.vv-about-topics h2,
.vv-about-community h2 {
    margin-bottom: 0;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.17;
}

.vv-about-story-copy {
    padding-top: 8px;
}

.vv-about-story-copy p {
    margin-bottom: 18px;
    color: #56645f;
    font-size: 15px;
    line-height: 1.9;
}

.vv-about-values {
    background: #f5f0e6;
}

.vv-about-heading {
    max-width: 720px;
    margin-bottom: 46px;
}

.vv-about-heading-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.vv-about-heading > p {
    margin: 16px 0 0;
    color: var(--vv-muted);
    font-size: 14px;
}

.vv-about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.vv-about-values-grid article {
    min-height: 245px;
    padding: 28px;
    background: var(--vv-paper);
    border: 1px solid #e7dfd1;
    border-radius: 15px;
    box-shadow: 0 10px 28px rgba(35, 49, 45, .045);
}

.vv-about-values-grid article > i {
    display: inline-grid;
    width: 47px;
    height: 47px;
    margin-bottom: 28px;
    color: #fff;
    background: var(--vv-forest);
    border-radius: 14px 14px 14px 4px;
    place-items: center;
    font-size: 18px;
}

.vv-about-values-grid article:nth-child(even) > i {
    background: var(--vv-coral);
}

.vv-about-values-grid h3 {
    margin-bottom: 11px;
    font-size: 19px;
}

.vv-about-values-grid p {
    margin-bottom: 0;
    color: var(--vv-muted);
    font-size: 12px;
    line-height: 1.75;
}

.vv-about-journey {
    background: var(--vv-paper);
}

.vv-about-journey-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vv-about-journey-grid li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: start;
    padding: 25px;
    border: 1px solid #e9e2d6;
    border-radius: 13px;
}

.vv-about-journey-grid li > span {
    color: var(--vv-coral);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-style: italic;
}

.vv-about-journey-grid h3 {
    margin-bottom: 7px;
    font-size: 18px;
}

.vv-about-journey-grid p {
    margin-bottom: 0;
    color: var(--vv-muted);
    font-size: 12px;
    line-height: 1.65;
}

.vv-about-topics {
    color: #eaf2ee;
    background: var(--vv-forest);
}

.vv-about-topics-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 70px;
    align-items: center;
}

.vv-about-topic-mark {
    position: relative;
    display: grid;
    width: 240px;
    height: 240px;
    color: var(--vv-forest);
    background: var(--vv-gold);
    border-radius: 50% 50% 50% 10%;
    place-content: center;
    text-align: center;
    transform: rotate(-5deg);
}

.vv-about-topic-mark i,
.vv-about-topic-mark span {
    display: block;
    transform: rotate(5deg);
}

.vv-about-topic-mark i {
    margin-bottom: 9px;
    font-size: 43px;
}

.vv-about-topic-mark span {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 700;
}

.vv-about-topics h2 {
    max-width: 720px;
    margin-bottom: 20px;
    color: #fff;
}

.vv-about-topics p {
    max-width: 720px;
    margin-bottom: 24px;
    color: #cbd9d4;
    font-size: 14px;
    line-height: 1.8;
}

.vv-about-topics a {
    color: var(--vv-gold) !important;
    font-size: 11px;
    font-weight: 900;
}

.vv-about-topics a i {
    margin-left: 6px;
}

.vv-about-community {
    padding: 76px 0;
    background: #f2c875;
}

.vv-about-community-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
}

.vv-about-community h2 {
    max-width: 760px;
    margin-bottom: 15px;
    color: var(--vv-forest);
}

.vv-about-community p {
    max-width: 780px;
    margin-bottom: 0;
    color: #536159;
    font-size: 13px;
    line-height: 1.75;
}

.vv-about-community-actions {
    display: grid;
    gap: 10px;
    min-width: 210px;
}

.vv-about-community-actions a {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 900;
}

.vv-about-facebook {
    color: #fff !important;
    background: var(--vv-forest);
}

.vv-about-contact {
    color: var(--vv-forest) !important;
    border: 1px solid rgba(23, 63, 55, .35);
}

@media (max-width: 1023px) {
    .vv-about-hero-grid {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 34px;
    }

    .vv-about-book {
        width: 190px;
        height: 280px;
    }

    .vv-about-book-one {
        right: 94px;
    }

    .vv-about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vv-about-values-grid article {
        min-height: 215px;
    }
}

@media (max-width: 767px) {
    .cms-about-us .breadcrumbs {
        width: calc(100% - 24px);
    }

    .vv-about-hero,
    .vv-about-section {
        padding: 58px 0;
    }

    .vv-about-hero-grid,
    .vv-about-story-grid,
    .vv-about-topics-grid,
    .vv-about-community-inner {
        display: block;
    }

    .vv-about-hero h1 {
        font-size: 43px;
    }

    .vv-about-hero-art {
        max-width: 390px;
        min-height: 340px;
        margin: 46px auto 0;
    }

    .vv-about-story-heading,
    .vv-about-heading {
        margin-bottom: 30px;
    }

    .vv-about-journey-grid {
        grid-template-columns: 1fr;
    }

    .vv-about-topic-mark {
        width: 170px;
        height: 170px;
        margin: 0 auto 45px;
    }

    .vv-about-topic-mark i {
        font-size: 31px;
    }

    .vv-about-topic-mark span {
        font-size: 29px;
    }

    .vv-about-community-actions {
        margin-top: 28px;
    }
}

@media (max-width: 480px) {
    .vv-about-actions {
        display: grid;
    }

    .vv-about-values-grid {
        grid-template-columns: 1fr;
    }

    .vv-about-values-grid article {
        min-height: 0;
    }

    .vv-about-book {
        width: 175px;
        height: 255px;
        padding: 23px;
    }

    .vv-about-book strong {
        font-size: 19px;
    }

    .vv-about-book-one {
        right: 92px;
    }

    .vv-about-book-two {
        right: 7px;
    }

    .vv-about-route {
        right: 18px;
        max-width: 280px;
    }
}

/* Community pages linked from the footer. */
.cms-hop-tac-san-pham .page-main,
.cms-cong-tac-noi-dung .page-main,
.cms-cau-chuyen-van-hoa .page-main,
.cms-privacy-policy-cookie-restriction-mode .page-main {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.cms-hop-tac-san-pham .page-title-wrapper,
.cms-cong-tac-noi-dung .page-title-wrapper,
.cms-cau-chuyen-van-hoa .page-title-wrapper,
.cms-privacy-policy-cookie-restriction-mode .page-title-wrapper {
    display: none;
}

.cms-hop-tac-san-pham .breadcrumbs,
.cms-cong-tac-noi-dung .breadcrumbs,
.cms-cau-chuyen-van-hoa .breadcrumbs,
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs {
    width: calc(100% - 48px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.cms-hop-tac-san-pham .column.main,
.cms-cong-tac-noi-dung .column.main,
.cms-cau-chuyen-van-hoa .column.main,
.cms-privacy-policy-cookie-restriction-mode .column.main {
    padding-bottom: 0;
}

.vv-community-page {
    color: var(--vv-ink);
    background: var(--vv-paper);
    font-family: Lato, "Helvetica Neue", Arial, sans-serif;
}

.vv-community-page h1,
.vv-community-page h2,
.vv-community-page h3,
.vv-community-page p {
    margin-top: 0;
}

.vv-community-page h1,
.vv-community-page h2,
.vv-community-page h3 {
    color: var(--vv-ink);
    font-family: Georgia, "Times New Roman", serif;
    text-transform: none;
}

.vv-community-page-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 92px;
    background:
        radial-gradient(circle at 88% 17%, rgba(229, 185, 92, .2), transparent 26%),
        var(--vv-forest);
}

.vv-community-page-hero::before {
    position: absolute;
    right: -90px;
    bottom: -150px;
    width: 390px;
    height: 390px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.vv-community-page-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 80px;
    align-items: center;
}

.vv-community-page-eyebrow,
.vv-community-page-heading > span,
.vv-community-page-closing-inner > div:first-child > span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
    color: var(--vv-coral);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.vv-community-page-eyebrow {
    color: var(--vv-gold);
}

.vv-community-page-hero h1 {
    max-width: 820px;
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(46px, 5.2vw, 70px);
    letter-spacing: -1.6px;
    line-height: 1.06;
}

.vv-community-page-hero h1 em {
    color: var(--vv-gold);
    font-weight: 400;
}

.vv-community-page-lead {
    max-width: 760px;
    margin-bottom: 30px;
    color: #cedbd6;
    font-size: 15px;
    line-height: 1.8;
}

.vv-community-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vv-community-page-hero .vv-button-quiet {
    color: #fff7e8;
    border-color: rgba(255, 247, 232, .5);
}

.vv-community-page-hero .vv-button-quiet:hover,
.vv-community-page-hero .vv-button-quiet:focus {
    color: #103835;
    background: #fff7e8;
}

.vv-community-page-symbol {
    display: grid;
    width: 245px;
    height: 245px;
    align-content: center;
    color: var(--vv-forest);
    background: var(--vv-gold);
    border-radius: 50% 50% 50% 12px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, .18);
    text-align: center;
    transform: rotate(5deg);
}

.vv-community-page-symbol i,
.vv-community-page-symbol span {
    display: block;
    transform: rotate(-5deg);
}

.vv-community-page-symbol i {
    margin-bottom: 14px;
    font-size: 48px;
}

.vv-community-page-symbol span {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
}

.vv-community-page-section {
    padding: 86px 0;
}

.vv-community-page-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.vv-community-page-heading h2,
.vv-community-page-closing h2 {
    margin-bottom: 16px;
    font-size: clamp(32px, 3.8vw, 46px);
    line-height: 1.17;
}

.vv-community-page-heading p {
    margin-bottom: 0;
    color: var(--vv-muted);
    font-size: 14px;
    line-height: 1.8;
}

.vv-community-page-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.vv-community-page-cards article {
    min-height: 260px;
    padding: 32px;
    background: #f7f2e8;
    border: 1px solid #e8dfd0;
    border-radius: 15px;
}

.vv-community-page-cards article > i {
    display: inline-grid;
    width: 49px;
    height: 49px;
    margin-bottom: 40px;
    color: #fff;
    background: var(--vv-coral);
    border-radius: 14px 14px 14px 4px;
    place-items: center;
    font-size: 18px;
}

.vv-community-page-cards article:nth-child(2) > i {
    background: var(--vv-forest);
}

.vv-community-page-cards h3 {
    margin-bottom: 12px;
    font-size: 21px;
}

.vv-community-page-cards p {
    margin-bottom: 0;
    color: var(--vv-muted);
    font-size: 12px;
    line-height: 1.75;
}

.vv-community-page-steps {
    background: #f5f0e6;
}

.vv-community-page-steps ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vv-community-page-steps li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 17px;
    padding: 25px;
    background: var(--vv-paper);
    border: 1px solid #e5ddcf;
    border-radius: 13px;
}

.vv-community-page-steps li > span {
    color: var(--vv-coral);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-style: italic;
}

.vv-community-page-steps h3 {
    margin-bottom: 7px;
    font-size: 18px;
}

.vv-community-page-steps p {
    margin-bottom: 0;
    color: var(--vv-muted);
    font-size: 12px;
    line-height: 1.7;
}

.vv-community-page-closing {
    padding: 70px 0;
    background: var(--vv-gold);
}

.vv-community-page-closing-inner {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(220px, 272px);
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
    justify-content: start;
}

.vv-community-page-closing-inner > div:first-child {
    min-width: 0;
}

.vv-community-page-closing-inner > div:first-child > span {
    color: var(--vv-forest);
}

.vv-community-page-closing h2 {
    max-width: 760px;
    color: var(--vv-forest);
}

.vv-community-page-closing p {
    max-width: 760px;
    margin-bottom: 0;
    color: #54625c;
    font-size: 13px;
    line-height: 1.75;
}

.vv-community-page-closing-inner > div:last-child {
    display: grid;
    gap: 10px;
    width: 100%;
    max-width: 272px;
    justify-self: start;
}

.vv-community-page-primary,
.vv-community-page-secondary {
    display: inline-flex;
    width: 100%;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 900;
}

.vv-community-page-primary {
    color: #fff !important;
    background: var(--vv-forest);
}

.vv-community-page-secondary {
    color: var(--vv-forest) !important;
    border: 1px solid rgba(23, 63, 55, .35);
}

/* Privacy policy. */
.vv-policy-page {
    color: var(--vv-ink);
    background: #f7f2e8;
    font-family: Lato, "Helvetica Neue", Arial, sans-serif;
}

.vv-policy-page h1,
.vv-policy-page h2,
.vv-policy-page p {
    margin-top: 0;
}

.vv-policy-page h1,
.vv-policy-page h2 {
    font-family: Georgia, "Times New Roman", serif;
    text-transform: none;
}

.vv-policy-hero {
    padding: 72px 0;
    color: #d6e0dc;
    background: var(--vv-forest);
}

.vv-policy-hero p {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 15px;
    color: var(--vv-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.vv-policy-hero h1 {
    margin-bottom: 13px;
    color: #fff;
    font-size: clamp(43px, 5vw, 62px);
    line-height: 1.08;
}

.vv-policy-hero span {
    font-size: 11px;
}

.vv-policy-layout {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 60px;
    align-items: start;
    padding-top: 74px;
    padding-bottom: 90px;
}

.vv-policy-summary {
    position: sticky;
    top: 30px;
    padding: 31px;
    color: #d2ddd8;
    background: var(--vv-forest);
    border-radius: 15px;
}

.vv-policy-summary > i {
    display: inline-grid;
    width: 46px;
    height: 46px;
    margin-bottom: 24px;
    color: var(--vv-forest);
    background: var(--vv-gold);
    border-radius: 13px 13px 13px 4px;
    place-items: center;
    font-size: 18px;
}

.vv-policy-summary h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 26px;
    line-height: 1.25;
}

.vv-policy-summary p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8;
}

.vv-policy-content {
    padding: 10px 44px 18px;
    background: var(--vv-paper);
    border: 1px solid #e6dece;
    border-radius: 16px;
}

.vv-policy-content > section {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 20px;
    padding: 34px 0;
    border-bottom: 1px solid #e9e2d6;
}

.vv-policy-content > section:last-child {
    border-bottom: 0;
}

.vv-policy-content > section > span {
    color: var(--vv-coral);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-style: italic;
}

.vv-policy-content h2 {
    margin-bottom: 13px;
    color: var(--vv-ink);
    font-size: 23px;
}

.vv-policy-content p,
.vv-policy-content li {
    color: #5d6965;
    font-size: 13px;
    line-height: 1.85;
}

.vv-policy-content p {
    margin-bottom: 0;
}

.vv-policy-content ul {
    margin: 10px 0 0;
    padding-left: 19px;
}

.vv-policy-content li + li {
    margin-top: 7px;
}

.vv-policy-content .vv-policy-contact {
    margin: 25px -20px 0;
    padding: 28px 25px;
    background: #f5f0e6;
    border: 0;
    border-radius: 13px;
}

.vv-policy-contact > span {
    display: inline-grid;
    width: 43px;
    height: 43px;
    color: #fff !important;
    background: var(--vv-coral);
    border-radius: 12px;
    place-items: center;
}

.vv-policy-contact > div > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.vv-policy-contact a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 17px;
    color: #fff !important;
    background: var(--vv-forest);
    border-radius: 8px;
    font-size: 10px;
    font-weight: 900;
}

.vv-policy-contact a + a {
    color: var(--vv-forest) !important;
    background: transparent;
    border: 1px solid #cfc6b7;
}

/* Contact page. */
.contact-index-index {
    color: var(--vv-ink);
    background: #f7f2e8;
}

.contact-index-index .page-main {
    width: calc(100% - 48px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 88px;
}

.contact-index-index .page-title-wrapper {
    display: none;
}

.contact-index-index .breadcrumbs {
    width: calc(100% - 48px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.contact-index-index .contact-container {
    margin: 0;
}

.vv-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: 42px;
    align-items: start;
    width: 100%;
    padding-top: 44px;
}

.vv-contact-intro {
    padding: 42px;
    color: #d1ddd8;
    background: var(--vv-forest);
    border-radius: 18px;
}

.vv-contact-intro h1,
.vv-contact-intro p {
    margin-top: 0;
}

.vv-contact-intro h1 {
    margin-bottom: 18px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3.5vw, 47px);
    line-height: 1.12;
    text-transform: none;
}

.vv-contact-eyebrow {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 15px;
    color: var(--vv-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.vv-contact-lead {
    margin-bottom: 28px;
    color: #d1ddd8;
    font-size: 13px;
    line-height: 1.8;
}

.vv-contact-topics {
    display: grid;
    gap: 10px;
}

.vv-contact-topics a {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 13px;
    align-items: center;
    padding: 15px;
    color: #fff !important;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
}

.vv-contact-topics a:hover {
    background: rgba(255, 255, 255, .12);
}

.vv-contact-topics a > i {
    display: grid;
    width: 40px;
    height: 40px;
    color: var(--vv-forest);
    background: var(--vv-gold);
    border-radius: 10px 10px 10px 3px;
    place-items: center;
}

.vv-contact-topics strong,
.vv-contact-topics small {
    display: block;
}

.vv-contact-topics strong {
    margin-bottom: 3px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
}

.vv-contact-topics small {
    color: #bfcfc9;
    font-size: 10px;
    line-height: 1.5;
}

.vv-contact-note {
    display: flex;
    gap: 9px;
    margin: 25px 0 0;
    padding-top: 21px;
    color: #bccdc7;
    border-top: 1px solid rgba(255, 255, 255, .13);
    font-size: 10px;
    line-height: 1.6;
}

.vv-contact-note i {
    margin-top: 3px;
    color: var(--vv-gold);
}

.vv-contact-layout .form.contact {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 42px;
    background: var(--vv-paper);
    border: 1px solid #e4dccd;
    border-radius: 18px;
    box-shadow: 0 13px 34px rgba(35, 49, 45, .07);
}

.vv-contact-layout .form.contact .fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.vv-contact-layout .form.contact .legend,
.vv-contact-layout .form.contact .note,
.vv-contact-layout .form.contact .field.comment {
    grid-column: 1 / -1;
}

.vv-contact-layout .form.contact .legend {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.vv-contact-layout .form.contact .legend span {
    color: var(--vv-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 33px;
    font-weight: 700;
    text-transform: none;
}

.vv-contact-layout .form.contact .legend + br {
    display: none;
}

.vv-contact-layout .form.contact .note {
    margin: -7px 0 4px;
    color: var(--vv-muted);
    font-size: 12px;
}

.vv-contact-layout .form.contact .field {
    margin: 0;
}

.vv-contact-layout .form.contact .label {
    margin-bottom: 7px;
    color: var(--vv-ink);
    font-size: 11px;
    font-weight: 800;
}

.vv-contact-layout .form.contact .input-text {
    height: 48px;
    padding: 0 14px;
    background: #fbf8f2;
    border: 1px solid #ddd5c7;
    border-radius: 8px;
    box-shadow: none;
}

.vv-contact-layout .form.contact textarea.input-text {
    min-height: 145px;
    padding-top: 13px;
    resize: vertical;
}

.vv-contact-layout .form.contact .input-text:focus {
    border-color: var(--vv-coral);
}

.vv-contact-layout .form.contact .actions-toolbar {
    margin-top: 24px;
}

.vv-contact-layout .form.contact .action.submit {
    min-height: 48px;
    padding: 0 25px;
    color: #fff;
    background: var(--vv-coral);
    border: 0;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 900;
}

@media (max-width: 900px) {
    .vv-community-page-hero-inner {
        grid-template-columns: minmax(0, 1fr) 200px;
        gap: 35px;
    }

    .vv-community-page-symbol {
        width: 190px;
        height: 190px;
    }

    .vv-policy-layout,
    .vv-contact-layout {
        grid-template-columns: 1fr;
    }

    .vv-policy-summary {
        position: static;
    }
}

@media (max-width: 767px) {
    .cms-hop-tac-san-pham .breadcrumbs,
    .cms-cong-tac-noi-dung .breadcrumbs,
    .cms-cau-chuyen-van-hoa .breadcrumbs,
    .cms-privacy-policy-cookie-restriction-mode .breadcrumbs,
    .contact-index-index .breadcrumbs,
    .contact-index-index .page-main {
        width: calc(100% - 24px);
    }

    .vv-community-page-hero,
    .vv-community-page-section {
        padding: 58px 0;
    }

    .vv-community-page-hero-inner,
    .vv-community-page-closing-inner {
        display: block;
    }

    .vv-community-page-symbol {
        width: 165px;
        height: 165px;
        margin: 45px auto 0;
    }

    .vv-community-page-symbol i {
        font-size: 35px;
    }

    .vv-community-page-hero h1 {
        font-size: 42px;
    }

    .vv-community-page-cards,
    .vv-community-page-steps ol {
        grid-template-columns: 1fr;
    }

    .vv-community-page-cards article {
        min-height: 0;
    }

    .vv-community-page-cards article > i {
        margin-bottom: 25px;
    }

    .vv-community-page-closing {
        padding: 58px 0;
    }

    .vv-community-page-closing-inner > div:last-child {
        margin-top: 28px;
        max-width: none;
    }

    .vv-policy-hero {
        padding: 54px 0;
    }

    .vv-policy-layout {
        gap: 25px;
        padding-top: 42px;
        padding-bottom: 58px;
    }

    .vv-policy-content {
        padding-right: 25px;
        padding-left: 25px;
    }

    .vv-contact-layout {
        gap: 24px;
        padding-top: 28px;
    }

    .vv-contact-intro,
    .vv-contact-layout .form.contact {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .vv-community-page-actions {
        display: grid;
    }

    .vv-policy-content > section,
    .vv-policy-content .vv-policy-contact {
        display: block;
    }

    .vv-policy-content > section > span {
        display: inline-block;
        margin-bottom: 12px;
    }

    .vv-policy-content .vv-policy-contact {
        margin-right: -12px;
        margin-left: -12px;
    }

    .vv-policy-contact > span {
        display: grid;
    }

    .vv-policy-contact > div {
        margin-top: 16px;
    }

    .vv-contact-intro,
    .vv-contact-layout .form.contact {
        padding: 24px;
    }

    .vv-contact-layout .form.contact .fieldset {
        grid-template-columns: 1fr;
    }

    .vv-contact-layout .form.contact .legend,
    .vv-contact-layout .form.contact .note,
    .vv-contact-layout .form.contact .field.comment {
        grid-column: auto;
    }
}

/* Product detail page buying context. */
.catalog-product-view {
    color: var(--vv-ink);
    background: #f8f5ee;
}

.catalog-product-view .page-main,
.catalog-product-view .breadcrumbs {
    width: calc(100% - 48px);
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

/*
 * The Codazon theme gives every direct child of .page-main, and .breadcrumbs .items, a
 * fixed width (1200/1300/1400px by breakpoint). That assumes a full-width container, so
 * wherever this file narrows .page-main or .breadcrumbs the child keeps its 1400px and
 * pushes past the viewport. Every narrowed context needs its children made fluid, so keep
 * this selector list in step with the max-width rules above and below.
 */
.catalog-product-view .page-main:not(.page-main-full) > div,
.contact-index-index .page-main:not(.page-main-full) > div,
.catalog-product-view .breadcrumbs .items,
.cms-about-us .breadcrumbs .items,
.cms-hop-tac-san-pham .breadcrumbs .items,
.cms-cong-tac-noi-dung .breadcrumbs .items,
.cms-cau-chuyen-van-hoa .breadcrumbs .items,
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items,
.contact-index-index .breadcrumbs .items {
    width: 100%;
}

.catalog-product-view .breadcrumbs {
    padding-top: 18px;
    padding-bottom: 18px;
}

.catalog-product-view .breadcrumbs a,
.catalog-product-view .breadcrumbs strong {
    color: var(--vv-muted);
    font-size: 11px;
}

.catalog-product-view.product-view-style-03 .main-inner {
    float: none;
    width: 100%;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.product-view-style-03 .product-main-top {
    float: none;
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0 46px;
    padding: 38px;
    background: var(--vv-paper);
    border: 1px solid #e8e1d5;
    border-radius: 24px;
    box-shadow: 0 20px 55px rgba(35, 49, 45, .08);
}

.product-view-style-03 .product-main-top > .product-info-main {
    display: grid !important;
    float: none !important;
    grid-template-columns: minmax(340px, .9fr) minmax(420px, 1.1fr);
    gap: clamp(36px, 5vw, 72px);
    width: 100%;
    margin: 0;
}

.product-view-style-03 .product-main-top > .product-info-main::before,
.product-view-style-03 .product-main-top > .product-info-main::after {
    display: none !important;
    content: none !important;
}

.product-view-style-03 .product-main-top .product-left,
.product-view-style-03 .product-main-top .product-right {
    float: none;
    width: auto;
    padding: 0;
}

.product-view-style-03 .product-left {
    min-width: 0;
}

.product-view-style-03 .product-left .product.media {
    margin: 0;
    padding: 26px;
    background: #f1ede4;
    border-radius: 18px;
}

.product-view-style-03 .gallery-container,
.product-view-style-03 .gallery-placeholder {
    overflow: hidden;
    border-radius: 12px;
}

.product-view-style-03 .product-right {
    align-self: center;
}

.product-view-style-03 .page-title-wrapper.product {
    margin: 0 0 16px;
}

.product-view-style-03 .page-title-wrapper.product .page-title {
    margin: 0;
    color: var(--vv-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    letter-spacing: -.8px;
    line-height: 1.12;
    text-transform: none;
}

.catalog-product-view .product-reviews-summary,
.catalog-product-view .block-shipping-estimation,
.catalog-product-view .product-social-links {
    display: none !important;
}

.vv-product-affiliate {
    margin: 0;
}

.vv-product-kicker {
    display: flex;
    gap: 9px;
    align-items: center;
    margin: 0 0 20px;
    color: var(--vv-coral);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.vv-product-kicker i {
    font-size: 14px;
}

.vv-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.vv-product-meta > span {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 8px;
    align-items: center;
    min-width: 170px;
    padding: 10px 13px;
    color: var(--vv-muted);
    background: #f7f3ea;
    border: 1px solid #e7e0d4;
    border-radius: 10px;
    font-size: 9px;
    line-height: 1.25;
}

.vv-product-meta > span > i {
    grid-row: 1 / 3;
    color: var(--vv-coral);
    font-size: 14px;
}

.vv-product-meta strong {
    overflow: hidden;
    color: var(--vv-ink);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vv-shop-status {
    padding: 20px;
    background: #eef5f0;
    border: 1px solid #d7e6dc;
    border-radius: 15px;
}

.vv-shop-status.is-unavailable {
    background: #fff7e8;
    border-color: #ecd9ad;
}

.vv-shop-status-heading {
    display: flex;
    gap: 13px;
    align-items: center;
}

.vv-shop-status-icon {
    display: inline-grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    color: #fff;
    background: var(--vv-forest);
    border-radius: 50%;
    place-items: center;
}

.is-unavailable .vv-shop-status-icon {
    color: #76551b;
    background: #f0cf83;
}

.vv-shop-status-heading strong,
.vv-shop-status-heading span {
    display: block;
}

.vv-shop-status-heading strong {
    margin-bottom: 3px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
}

.vv-shop-status-heading > div > span {
    color: var(--vv-muted);
    font-size: 11px;
}

.vv-shop-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(23, 63, 55, .12);
}

.vv-shop-facts > span {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 8px;
    align-items: center;
}

.vv-shop-facts i {
    grid-row: 1 / 3;
    color: var(--vv-coral);
    font-size: 17px;
}

.vv-shop-facts small {
    color: var(--vv-muted);
    font-size: 9px;
}

.vv-shop-facts strong {
    color: var(--vv-ink);
    font-size: 12px;
}

.vv-shop-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.vv-shop-steps li {
    display: flex;
    gap: 7px;
    align-items: center;
    color: var(--vv-muted);
    font-size: 9px;
    font-weight: 800;
}

.vv-shop-steps li > span {
    display: inline-grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: #fff;
    background: var(--vv-coral);
    border-radius: 50%;
    place-items: center;
    font-size: 9px;
}

.catalog-product-view .product-add-form {
    margin-top: 22px;
}

.catalog-product-view .box-tocart,
.catalog-product-view .box-tocart .fieldset {
    margin: 0;
}

.catalog-product-view .box-tocart .actions {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
}

.catalog-product-view .box-tocart .action.tocart {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 0 24px;
    color: #fff;
    background: var(--vv-forest);
    border: 0;
    border-radius: 11px;
    box-shadow: 0 10px 24px rgba(23, 63, 55, .18);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .15px;
    text-transform: none;
}

.catalog-product-view .box-tocart .action.tocart:hover,
.catalog-product-view .box-tocart .action.tocart:focus {
    background: var(--vv-forest-light);
    box-shadow: 0 12px 27px rgba(23, 63, 55, .24);
}

.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .actions {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .actions #product-addtocart-button {
    display: inline-flex !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 24px !important;
    font-size: 13px !important;
}

.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .actions #product-addtocart-button > span {
    padding: 0 !important;
}

.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .actions #product-addtocart-button > span::before,
.catalog-product-view.product-view-style-03 .product-info-main .box-tocart .actions #product-addtocart-button > span::after {
    display: none !important;
    content: none !important;
}

.vv-shop-action-note {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin: 11px 0 0;
    color: var(--vv-muted);
    font-size: 9px;
    line-height: 1.45;
    text-align: center;
}

.vv-shop-action-note i {
    color: var(--vv-forest);
}

.catalog-product-view .cdz-detailed-02 {
    overflow: hidden;
    margin: 0 0 60px;
    background: var(--vv-paper);
    border: 1px solid #e8e1d5;
    border-radius: 18px;
    box-shadow: 0 14px 38px rgba(35, 49, 45, .055);
}

.catalog-product-view.product-view-style-03 .cdz-detailed-02 > .product.data.items {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: inherit !important;
    box-shadow: none !important;
}

.catalog-product-view .cdz-detailed-02 .data.item.title {
    margin: 0;
    border: 0;
}

.catalog-product-view .cdz-detailed-02 .data.item.title .data.switch {
    height: auto !important;
    padding: 18px 24px !important;
    color: var(--vv-muted) !important;
    background: #f3efe6 !important;
    border: 0 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: none !important;
}

.catalog-product-view .cdz-detailed-02 .data.item.title.active .data.switch {
    color: #fff !important;
    background: var(--vv-forest) !important;
}

.catalog-product-view .cdz-detailed-02 .data.item.content {
    margin-top: 0 !important;
    padding: 32px !important;
    color: #4e5c57;
    background: var(--vv-paper);
    border: 0 !important;
    font-size: 14px;
    line-height: 1.85;
}

.catalog-product-view .cdz-detailed-02 .item-t-no {
    display: none !important;
}

@media (max-width: 991px) {
    .product-view-style-03 .product-main-top > .product-info-main {
        grid-template-columns: minmax(280px, .85fr) minmax(360px, 1.15fr);
        gap: 30px;
    }

    .product-view-style-03 .product-main-top {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .catalog-product-view .page-main,
    .catalog-product-view .breadcrumbs {
        width: calc(100% - 24px);
    }

    .product-view-style-03 .product-main-top {
        margin-top: 0;
        margin-bottom: 28px;
        padding: 16px;
        border-radius: 16px;
    }

    .product-view-style-03 .product-main-top > .product-info-main {
        display: block !important;
        float: none !important;
    }

    .product-view-style-03 .product-left .product.media {
        margin-bottom: 26px;
        padding: 15px;
        border-radius: 13px;
    }

    .product-view-style-03 .page-title-wrapper.product .page-title {
        font-size: 34px;
    }

    .vv-product-meta > span {
        min-width: calc(50% - 5px);
        flex: 1 1 calc(50% - 5px);
    }

    .vv-shop-steps {
        display: block;
    }

    .vv-shop-steps li + li {
        margin-top: 8px;
    }

    .catalog-product-view .cdz-detailed-02 {
        margin-bottom: 42px;
        border-radius: 13px;
    }

    .catalog-product-view .cdz-detailed-02 .data.item.title .data.switch,
    .catalog-product-view .cdz-detailed-02 .data.item.content {
        padding: 18px;
    }
}

@media (max-width: 420px) {
    .vv-product-meta {
        display: block;
    }

    .vv-product-meta > span {
        width: 100%;
    }

    .vv-product-meta > span + span {
        margin-top: 8px;
    }

    .vv-shop-facts {
        grid-template-columns: 1fr;
    }
}

/* Catalog and category pages. */
.catalog-category-view {
    color: var(--vv-ink);
    background: var(--vv-paper);
    font-family: Lato, "Helvetica Neue", Arial, sans-serif;
}

.catalog-category-view .page-main {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.catalog-category-view .breadcrumbs,
.catalog-category-view .columns,
.catalog-category-view .cdz-subcategories {
    width: calc(100% - 30px);
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.catalog-category-view .breadcrumbs {
    padding-top: 18px;
    padding-bottom: 16px;
}

.catalog-category-view .breadcrumbs a,
.catalog-category-view .breadcrumbs strong {
    color: #6b7772;
    font-size: 11px;
}

.catalog-category-view .breadcrumbs .item:not(:last-child)::after {
    color: #aeb7b3;
}

.catalog-category-view .category-view {
    margin-bottom: 0;
}

/*
 * The category hero already carries 58px of bottom padding, so this padding and the one on
 * .vv-category-children used to stack into ~100px of dead space under the hero. Keep the
 * three values in mind together when adjusting any of them.
 */
.catalog-category-view .columns {
    padding-top: 34px;
    padding-bottom: 56px;
}

.catalog-category-view .column.main {
    width: 100% !important;
    min-height: 0;
    padding: 0 !important;
}

.vv-category-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0;
    background:
        radial-gradient(circle at 88% 8%, rgba(229, 185, 92, .25), transparent 24%),
        linear-gradient(125deg, #f8f3e8 0%, #f1eadb 100%);
    border-top: 1px solid rgba(23, 63, 55, .07);
    border-bottom: 1px solid rgba(23, 63, 55, .08);
}

.vv-category-hero::after {
    position: absolute;
    right: -45px;
    bottom: -95px;
    width: 280px;
    height: 280px;
    content: "";
    border: 42px solid rgba(23, 63, 55, .05);
    border-radius: 50%;
}

.vv-category-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.vv-category-hero-icon {
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    color: #fff;
    background: var(--vv-forest);
    border-radius: 22px 22px 22px 7px;
    box-shadow: 0 15px 34px rgba(23, 63, 55, .17);
    font-size: 29px;
}

.vv-category-hero-copy > span,
.vv-category-children-heading > div > span {
    color: var(--vv-coral);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.vv-category-hero h1 {
    margin: 6px 0 8px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3.4vw, 50px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.2px;
}

.vv-category-hero-copy p {
    max-width: 720px;
    margin: 0;
    color: #5c6965;
    font-size: 14px;
    line-height: 1.65;
}

.vv-category-promises {
    display: grid;
    gap: 9px;
    min-width: 190px;
    margin: 0;
    padding: 17px 20px;
    color: #53635e;
    background: rgba(255, 255, 255, .68);
    border: 1px solid rgba(23, 63, 55, .1);
    border-radius: 14px;
    list-style: none;
    font-size: 11px;
    font-weight: 800;
}

.vv-category-promises i {
    width: 18px;
    color: var(--vv-coral);
    text-align: center;
}

.vv-category-children {
    padding: 22px 0 4px;
}

.vv-category-children-heading {
    display: flex;
    gap: 30px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 25px;
}

.vv-category-children-heading h2 {
    margin: 6px 0 0;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
}

.vv-category-children-heading p {
    max-width: 470px;
    margin: 0;
    color: var(--vv-muted);
    font-size: 12px;
    line-height: 1.6;
    text-align: right;
}

.vv-category-children-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.vv-category-child {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 13px;
    align-items: center;
    min-height: 82px;
    padding: 15px 17px;
    color: var(--vv-ink) !important;
    background: #fff;
    border: 1px solid #e9e3d8;
    border-radius: 13px;
    box-shadow: 0 8px 22px rgba(35, 49, 45, .04);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vv-category-child:hover,
.vv-category-child:focus {
    border-color: rgba(223, 113, 72, .42);
    box-shadow: 0 14px 28px rgba(35, 49, 45, .09);
    transform: translateY(-3px);
}

.vv-category-child-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    background: var(--vv-forest);
    border-radius: 12px 12px 12px 4px;
}

.vv-category-child strong,
.vv-category-child small {
    display: block;
}

.vv-category-child strong {
    overflow: hidden;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.25;
    text-overflow: ellipsis;
}

.vv-category-child small {
    margin-top: 4px;
    color: var(--vv-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .25px;
}

.vv-category-child > i {
    color: var(--vv-coral);
}

.catalog-category-view .toolbar-products,
.catalogsearch-result-index .toolbar-products {
    display: flex;
    gap: 15px 24px;
    align-items: center;
    min-height: 64px;
    margin: 0 0 30px;
    padding: 11px 14px 11px 20px;
    background: #fff;
    border: 1px solid #e8e3d9;
    border-radius: 13px;
    box-shadow: 0 9px 25px rgba(35, 49, 45, .05);
}

.catalog-category-view .modes,
.catalogsearch-result-index .modes {
    display: none;
}

.catalog-category-view .toolbar-amount,
.catalogsearch-result-index .toolbar-amount {
    flex: 1 1 auto;
    margin: 0;
    color: var(--vv-muted);
    font-size: 12px;
}

.catalog-category-view .toolbar-amount strong,
.catalogsearch-result-index .toolbar-amount strong {
    color: var(--vv-forest);
}

.catalog-category-view .toolbar-sorter,
.catalogsearch-result-index .toolbar-sorter,
.catalog-category-view .field.limiter,
.catalogsearch-result-index .field.limiter {
    display: flex;
    gap: 7px;
    align-items: center;
    margin: 0;
}

.catalog-category-view .sorter-label,
.catalogsearch-result-index .sorter-label,
.catalog-category-view .limiter .label,
.catalogsearch-result-index .limiter .label,
.catalog-category-view .limiter-text,
.catalogsearch-result-index .limiter-text {
    color: var(--vv-muted);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.catalog-category-view .sorter-options,
.catalogsearch-result-index .sorter-options,
.catalog-category-view .limiter-options,
.catalogsearch-result-index .limiter-options {
    min-width: 130px;
    height: 40px;
    padding-right: 32px;
    color: var(--vv-ink);
    background-color: #faf8f3;
    border-color: #ded9cf;
    border-radius: 8px;
    font-size: 11px;
}

.catalog-category-view .limiter-options,
.catalogsearch-result-index .limiter-options {
    min-width: 66px;
}

.catalog-category-view .sorter-action,
.catalogsearch-result-index .sorter-action {
    color: var(--vv-forest);
}

.catalog-category-view .pages,
.catalogsearch-result-index .pages {
    margin: 0;
}

.catalog-category-view .pages .item,
.catalogsearch-result-index .pages .item {
    margin: 0 2px;
}

.catalog-category-view .pages a.page,
.catalogsearch-result-index .pages a.page,
.catalog-category-view .pages strong.page,
.catalogsearch-result-index .pages strong.page,
.catalog-category-view .pages .action,
.catalogsearch-result-index .pages .action {
    display: inline-grid;
    min-width: 34px;
    height: 34px;
    padding: 0 7px;
    place-items: center;
    color: var(--vv-forest);
    background: #faf8f3;
    border: 1px solid #e1dcd2;
    border-radius: 8px;
    line-height: 32px;
}

.catalog-category-view .pages .current strong.page,
.catalogsearch-result-index .pages .current strong.page {
    color: #fff;
    background: var(--vv-forest);
    border-color: var(--vv-forest);
}

.catalog-category-view .vv-category-products + .toolbar-products,
.catalogsearch-result-index .vv-category-products + .toolbar-products {
    margin-top: 34px;
    margin-bottom: 0;
}

.catalog-category-view .vv-category-products + .toolbar-products .toolbar-sorter,
.catalogsearch-result-index .vv-category-products + .toolbar-products .toolbar-sorter,
.catalog-category-view .vv-category-products + .toolbar-products .limiter,
.catalogsearch-result-index .vv-category-products + .toolbar-products .limiter {
    display: none;
}

.vv-category-products .product-items {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 18px;
    margin: 0 !important;
}

.vv-category-products .product-item {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vv-product-card {
    display: flex;
    overflow: hidden;
    width: 100% !important;
    height: 100%;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e9e4da;
    border-radius: 15px;
    box-shadow: 0 10px 28px rgba(35, 49, 45, .055);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vv-product-card:hover,
.vv-product-card:focus-within {
    border-color: rgba(23, 63, 55, .23);
    box-shadow: 0 18px 38px rgba(35, 49, 45, .11);
    transform: translateY(-5px);
}

.vv-product-card-media {
    position: relative;
    padding: 13px 13px 0;
}

.vv-product-card .product-item-photo {
    display: block;
    overflow: hidden;
    background: #f3f0e8;
    border-radius: 10px;
}

.vv-product-card .product-image-container {
    display: block;
    width: 100% !important;
}

.vv-product-card .product-image-wrapper {
    overflow: hidden;
}

.vv-product-card .product-image-photo {
    transition: transform .35s ease;
}

.vv-product-card:hover .main-img {
    transform: scale(1.035);
}

.vv-product-stock {
    position: absolute;
    top: 23px;
    left: 23px;
    z-index: 3;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 6px 9px;
    border-radius: 999px;
    box-shadow: 0 5px 15px rgba(30, 46, 41, .12);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .2px;
}

.vv-product-stock.is-available {
    color: #fff;
    background: var(--vv-forest);
}

.vv-product-stock.is-unavailable {
    color: #6d5022;
    background: #f3d998;
}

.vv-product-card-details {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px !important;
}

.vv-product-card-kicker {
    color: var(--vv-coral);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vv-product-card .product-item-name {
    min-height: 46px;
    margin: 7px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.42;
}

.vv-product-card .product-item-link {
    display: -webkit-box;
    overflow: hidden;
    color: var(--vv-ink) !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.vv-product-card .product-item-link:hover,
.vv-product-card .product-item-link:focus {
    color: var(--vv-coral) !important;
}

.vv-product-note {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    min-height: 34px;
    margin: 0 0 16px;
    color: var(--vv-muted);
    font-size: 10px;
    line-height: 1.45;
}

.vv-product-note i {
    padding-top: 2px;
    color: var(--vv-coral);
}

.vv-product-card-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: auto;
}

.vv-product-card-actions form {
    flex: 1 1 auto;
}

.vv-product-card-actions .tocart,
.vv-product-view {
    display: inline-flex !important;
    gap: 7px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 41px;
    padding: 0 13px !important;
    color: #fff !important;
    background: var(--vv-forest) !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1.2;
}

.vv-product-card-actions .tocart:hover,
.vv-product-card-actions .tocart:focus,
.vv-product-view:hover,
.vv-product-view:focus {
    background: var(--vv-forest-light) !important;
}

.vv-product-details-link {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 4px;
    align-items: center;
    color: var(--vv-coral) !important;
    font-size: 9px;
    font-weight: 900;
    white-space: nowrap;
}

.vv-category-empty {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 30px;
    color: var(--vv-ink);
    background: var(--vv-cream);
    border: 1px solid #e7e0d3;
    border-radius: 14px;
}

.vv-category-empty > i {
    color: var(--vv-coral);
    font-size: 30px;
}

.vv-category-empty strong {
    display: block;
    margin-bottom: 4px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
}

.vv-category-empty p {
    margin: 0;
    color: var(--vv-muted);
}

@media (max-width: 1279px) {
    .vv-category-products .product-items {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

@media (max-width: 1023px) {
    .vv-category-hero-inner {
        grid-template-columns: auto 1fr;
    }

    .vv-category-promises {
        grid-column: 2;
        grid-template-columns: repeat(3, auto);
        justify-content: start;
    }

    .vv-category-products .product-items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalog-category-view .toolbar-products {
        flex-wrap: wrap;
    }

    .catalog-category-view .pages {
        order: 5;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .catalog-category-view .breadcrumbs,
    .catalog-category-view .columns,
    .catalog-category-view .cdz-subcategories {
        width: calc(100% - 24px);
    }

    .catalog-category-view .columns {
        padding-top: 38px;
        padding-bottom: 55px;
    }

    .vv-category-hero {
        padding: 42px 0;
    }

    .vv-category-hero-inner {
        display: block;
    }

    .vv-category-hero-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 20px;
        border-radius: 17px 17px 17px 5px;
        font-size: 22px;
    }

    .vv-category-hero h1 {
        font-size: 34px;
    }

    .vv-category-promises {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 15px;
        margin-top: 23px;
        padding: 13px 15px;
    }

    .vv-category-children-heading {
        display: block;
    }

    .vv-category-children-heading p {
        margin-top: 9px;
        text-align: left;
    }

    .vv-category-children-grid,
    .vv-category-products .product-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-category-view .toolbar-products {
        gap: 12px;
        padding: 14px;
    }

    .catalog-category-view .toolbar-amount {
        width: 100%;
        flex-basis: 100%;
    }

    .catalog-category-view .field.limiter {
        margin-left: auto;
    }

    .catalog-category-view .limiter-text,
    .catalog-category-view .sorter-label,
    .catalog-category-view .limiter .label {
        display: none;
    }

    .vv-product-card-media {
        padding: 9px 9px 0;
    }

    .vv-product-card-details {
        padding: 14px !important;
    }

    .vv-product-card .product-item-name {
        font-size: 14px;
    }

    .vv-product-card-actions {
        display: block;
    }

    .vv-product-details-link {
        justify-content: center;
        width: 100%;
        margin-top: 11px;
    }
}

@media (max-width: 420px) {
    .vv-category-children-grid {
        grid-template-columns: 1fr;
    }

    .vv-category-products .product-items {
        gap: 14px 9px;
    }

    .vv-product-stock {
        top: 16px;
        left: 16px;
        padding: 5px 7px;
        font-size: 8px;
    }

    .vv-product-card-kicker,
    .vv-product-note {
        display: none;
    }

    .vv-product-card .product-item-name {
        min-height: 42px;
        margin-top: 2px;
    }

    .catalog-category-view .sorter-options {
        min-width: 118px;
    }
}

.catalogsearch-result-index .breadcrumbs,
.catalogsearch-result-index .columns,
.catalogsearch-result-index .vv-search-hero-inner {
    width: min(1200px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.catalogsearch-result-index .columns {
    padding-top: 34px;
    padding-bottom: 72px;
}

.vv-search-hero {
    padding: 54px 0 26px;
    color: var(--vv-ink);
    background:
        radial-gradient(circle at 12% 0, rgba(229, 185, 92, .2), transparent 28%),
        linear-gradient(135deg, #f8f3e9 0%, #fffdf8 62%, #f2eadb 100%);
    border-bottom: 1px solid #e7dfd2;
}

.vv-search-hero-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
}

.vv-search-hero-icon {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    color: #fff;
    background: var(--vv-forest);
    border-radius: 22px 22px 22px 7px;
    box-shadow: 0 18px 36px rgba(23, 63, 55, .16);
    font-size: 25px;
}

.vv-search-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--vv-coral);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.vv-search-hero h1 {
    margin: 0;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.1;
}

.vv-search-hero p {
    margin: 10px 0 0;
    color: var(--vv-muted);
    font-size: 14px;
}

.vv-search-hero p strong {
    color: var(--vv-ink);
}

.vv-search-count {
    display: grid;
    min-width: 112px;
    min-height: 84px;
    place-items: center;
    padding: 13px 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #e8e0d3;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(35, 49, 45, .06);
}

.vv-search-count strong,
.vv-search-count span {
    display: block;
}

.vv-search-count strong {
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1;
}

.vv-search-count span {
    margin-top: 6px;
    color: var(--vv-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .3px;
    text-transform: uppercase;
}


.vv-search-note {
    margin-bottom: 20px;
}

.vv-search-empty {
    display: flex;
    gap: 18px;
    align-items: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 30px;
    color: var(--vv-ink);
    background: var(--vv-cream);
    border: 1px solid #e7e0d3;
    border-radius: 14px;
}

.vv-search-empty > i {
    color: var(--vv-coral);
    font-size: 30px;
}

.vv-search-empty strong {
    display: block;
    margin-bottom: 4px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
}

.vv-search-empty p {
    margin: 0;
    color: var(--vv-muted);
}

.vv-search-empty-note {
    margin-top: 10px !important;
}

@media (max-width: 1279px) {
    .catalogsearch-result-index .vv-category-products .product-items {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    .catalogsearch-result-index .vv-category-products .product-items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalogsearch-result-index .toolbar-products {
        flex-wrap: wrap;
    }

    .catalogsearch-result-index .pages {
        order: 5;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .catalogsearch-result-index .breadcrumbs,
    .catalogsearch-result-index .columns,
    .catalogsearch-result-index .vv-search-hero-inner {
        width: calc(100% - 24px);
    }

    .catalogsearch-result-index .columns {
        padding-top: 28px;
        padding-bottom: 55px;
    }

    .vv-search-hero {
        padding: 42px 0 24px;
    }

    .vv-search-hero-inner {
        grid-template-columns: auto 1fr;
        gap: 16px;
    }

    .vv-search-hero-icon {
        width: 58px;
        height: 58px;
        border-radius: 17px 17px 17px 5px;
        font-size: 22px;
    }

    .vv-search-hero h1 {
        font-size: 34px;
    }

    .vv-search-count {
        grid-column: 1 / -1;
        display: flex;
        justify-content: space-between;
        min-height: 0;
        padding: 12px 15px;
    }

    .vv-search-count span {
        margin-top: 0;
    }

    .catalogsearch-result-index .vv-category-products .product-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalogsearch-result-index .toolbar-products {
        gap: 12px;
        padding: 14px;
    }

    .catalogsearch-result-index .toolbar-amount {
        width: 100%;
        flex-basis: 100%;
    }

    .catalogsearch-result-index .field.limiter {
        margin-left: auto;
    }

    .catalogsearch-result-index .limiter-text,
    .catalogsearch-result-index .sorter-label,
    .catalogsearch-result-index .limiter .label {
        display: none;
    }

    .vv-search-empty {
        align-items: flex-start;
        padding: 22px;
    }
}

@media (max-width: 420px) {
    .catalogsearch-result-index .vv-category-products .product-items {
        gap: 14px 9px;
    }

    .catalogsearch-result-index .sorter-options {
        min-width: 118px;
    }
}

.vv-footer {
    color: #edf4f0;
    background: var(--vv-forest);
    font-family: Lato, "Helvetica Neue", Arial, sans-serif;
}

.vv-footer .footer-bottom {
    padding: 72px 0 26px;
    color: inherit;
    background:
        radial-gradient(circle at 8% 0, rgba(229, 185, 92, .13), transparent 26%),
        linear-gradient(135deg, #173f37 0%, #102f2a 100%);
}

.vv-footer a {
    color: inherit;
    text-decoration: none;
}

.vv-footer a:hover,
.vv-footer a:focus {
    color: #fff;
}

.vv-footer-main {
    display: grid;
    grid-template-columns: minmax(250px, 1.45fr) repeat(3, minmax(132px, .72fr)) minmax(200px, .95fr);
    gap: 34px 40px;
    align-items: start;
}

.vv-footer-brand {
    display: inline-flex;
    gap: 14px;
    align-items: center;
}

.vv-footer-mark {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--vv-forest);
    background: var(--vv-gold);
    border-radius: 14px 14px 14px 4px;
    font-size: 21px;
    transform: rotate(-2deg);
}

.vv-footer-brand strong,
.vv-footer h3 {
    font-family: Georgia, "Times New Roman", serif;
}

.vv-footer-brand strong {
    display: block;
    color: #fff;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: -.3px;
}

.vv-footer-brand small {
    display: block;
    margin-top: 5px;
    color: #b8ccc5;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.vv-footer-mission {
    max-width: 410px;
    margin: 22px 0 20px;
    color: #cbdad5;
    font-size: 14px;
    line-height: 1.75;
}

.vv-footer-values {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vv-footer-values span {
    padding: 7px 10px;
    color: #e8f0ed;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    font-size: 11px;
    white-space: nowrap;
}

.vv-footer-values i {
    margin-right: 5px;
    color: var(--vv-gold);
}

.vv-footer h3 {
    margin: 6px 0 22px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.vv-footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vv-footer-nav li {
    margin: 0 0 13px;
}

.vv-footer-nav a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #cbdad5;
    font-size: 13px;
    line-height: 1.45;
    transition: color .2s ease, transform .2s ease;
}

.vv-footer-nav a::before {
    position: absolute;
    top: .62em;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    background: var(--vv-gold);
    border-radius: 50%;
}

.vv-footer-nav a:hover,
.vv-footer-nav a:focus {
    color: #fff;
    transform: translateX(3px);
}

.vv-footer-affiliate > p {
    display: flex;
    gap: 11px;
    margin: 0 0 15px;
    color: #cbdad5;
    font-size: 13px;
    line-height: 1.55;
}

.vv-footer-affiliate > p i {
    width: 20px;
    padding-top: 3px;
    color: var(--vv-gold);
    text-align: center;
}

.vv-footer-affiliate strong {
    color: #fff;
}

.vv-footer-affiliate-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 4px;
    color: var(--vv-gold) !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .25px;
}

.vv-footer-community {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    margin-top: 52px;
    padding: 28px 32px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.vv-footer-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--vv-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.vv-footer-community h3 {
    margin: 0 0 6px;
    font-size: 23px;
}

.vv-footer-community p {
    max-width: 700px;
    margin: 0;
    color: #cbdad5;
    font-size: 13px;
    line-height: 1.6;
}

.vv-footer-guide-cta {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    color: #173f37 !important;
    background: var(--vv-gold);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(229, 185, 92, .2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
    transition: background .2s ease, transform .2s ease;
}

.vv-footer-guide-cta:hover,
.vv-footer-guide-cta:focus {
    color: #173f37 !important;
    background: #f3cd7e;
    transform: translateY(-2px);
}

.vv-footer-channel-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.vv-footer-social-cta {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    color: #edf4f0 !important;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    transition: background .2s ease, transform .2s ease;
}

.vv-footer-social-cta:hover,
.vv-footer-social-cta:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, .14);
    transform: translateY(-2px);
}

.vv-footer-legal {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding-top: 22px;
    color: #93aaa2;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 11px;
}

.vv-footer-legal p {
    margin: 0;
}

.vv-footer-legal div {
    display: flex;
    gap: 22px;
}

.vv-footer-legal a {
    color: #b8ccc5;
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .vv-footer-main {
        grid-template-columns: minmax(230px, 1.4fr) repeat(3, minmax(126px, .74fr));
        gap: 32px;
    }

    .vv-footer-affiliate {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px 28px;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .vv-footer-affiliate h3 {
        grid-column: 1 / -1;
        margin-bottom: 4px;
    }
}

@media (max-width: 1023px) {
    .vv-footer-main {
        grid-template-columns: repeat(3, minmax(140px, 1fr));
    }

    .vv-footer-intro {
        grid-column: 1 / -1;
    }

    .vv-footer-affiliate {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px 24px;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .vv-footer-affiliate h3 {
        grid-column: 1 / -1;
        margin-bottom: 4px;
    }
}

@media (max-width: 767px) {
    .vv-footer .footer-bottom {
        padding: 48px 0 22px;
    }

    .vv-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 34px 24px;
    }

    .vv-footer-intro,
    .vv-footer-affiliate {
        grid-column: 1 / -1;
    }

    .vv-footer-affiliate {
        display: block;
    }

    .vv-footer-community {
        display: block;
        margin-top: 36px;
        padding: 24px;
    }

    .vv-footer-community h3 {
        font-size: 20px;
    }

    .vv-footer-guide-cta {
        width: 100%;
        margin-top: 20px;
    }

    .vv-footer-channel-actions {
        display: grid;
        justify-content: stretch;
        margin-top: 20px;
    }

    .vv-footer-channel-actions .vv-footer-guide-cta,
    .vv-footer-social-cta {
        width: 100%;
        margin-top: 0;
    }

    .vv-footer-legal {
        display: block;
        line-height: 1.6;
    }

    .vv-footer-legal div {
        margin-top: 12px;
    }
}

@media (max-width: 420px) {
    .vv-footer-main {
        grid-template-columns: 1fr;
    }

    .vv-footer-intro,
    .vv-footer-affiliate {
        grid-column: auto;
    }

    .vv-footer-nav {
        padding-top: 4px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }
}

/* Add-to-cart popup, cart, and checkout. */
.vv-shop-popup {
    overflow: hidden;
    background: var(--vv-paper);
    border: 1px solid rgba(23, 63, 55, .12);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(23, 63, 55, .22);
}

.vv-shop-popup-heading {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 22px 24px;
    color: #fff;
    background: var(--vv-forest);
}

.vv-shop-popup-heading strong {
    display: block;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.16;
}

.vv-shop-popup-heading p {
    margin: 6px 0 0;
    color: #d8e5df;
    font-size: 13px;
    line-height: 1.45;
}

.vv-shop-popup-icon {
    position: relative;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    background: var(--vv-gold);
    border-radius: 50%;
}

.vv-shop-popup-icon::before {
    position: absolute;
    top: 13px;
    left: 13px;
    color: var(--vv-forest);
    content: "\f02d";
    font-family: FontAwesome;
    font-size: 19px;
}

.vv-shop-popup .content-inner {
    padding: 22px 24px 24px;
}

.vv-shop-popup .product-items {
    margin: 0;
}

.vv-shop-popup .product-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin: 0;
    padding: 0 0 22px;
    border-bottom: 1px solid rgba(23, 63, 55, .1);
}

.vv-shop-popup .product-item-photo {
    display: block;
    overflow: hidden;
    width: 92px;
    min-width: 92px;
    height: 128px;
    background: #efe8da;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(35, 49, 45, .12);
}

.vv-shop-popup .product-image-photo,
.vv-shop-popup .product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vv-shop-popup .product-category {
    margin: 0 0 7px;
    color: var(--vv-coral);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.vv-shop-popup .product-item-name {
    display: block;
    margin: 0;
    color: var(--vv-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.25;
}

.vv-shop-popup .product-item-name a {
    color: inherit;
}

.vv-shop-popup .messages {
    margin-top: 10px;
    color: var(--vv-muted);
    font-size: 13px;
}

.vv-shop-popup .shopping-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    padding-top: 20px;
}

.vv-shop-popup .shopping-actions .action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.vv-shop-popup .shopping-actions .action.primary {
    color: #fff;
    background: var(--vv-coral);
    border-color: var(--vv-coral);
}

.vv-shop-popup .shopping-actions .action.secondary {
    color: var(--vv-forest);
    background: #fff;
    border: 1px solid rgba(23, 63, 55, .18);
}

.checkout-cart-index .page-title-wrapper {
    display: none;
}

.checkout-cart-index .page-main,
.checkout-index-index .page-main {
    background: var(--vv-paper);
}

.vv-shop-cart-intro,
.vv-shop-checkout-intro {
    margin-bottom: 24px;
    padding: 28px 32px;
    color: var(--vv-ink);
    background:
        linear-gradient(135deg, rgba(247, 242, 232, .96), rgba(255, 253, 248, .96)),
        repeating-linear-gradient(90deg, rgba(23, 63, 55, .08) 0 1px, transparent 1px 22px);
    border: 1px solid rgba(23, 63, 55, .12);
    border-radius: 8px;
}

.vv-shop-cart-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
    gap: 26px;
    align-items: center;
}

.vv-shop-cart-intro span,
.vv-shop-checkout-intro span {
    display: block;
    margin-bottom: 9px;
    color: var(--vv-coral);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.vv-shop-cart-intro h1,
.vv-shop-checkout-intro h1 {
    margin: 0 0 10px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1.16;
}

.vv-shop-cart-intro p,
.vv-shop-checkout-intro p {
    max-width: 720px;
    margin: 0;
    color: var(--vv-muted);
    font-size: 14px;
    line-height: 1.65;
}

.vv-shop-cart-intro ul {
    margin: 0;
    padding: 18px 20px;
    background: rgba(255, 255, 255, .65);
    border: 1px solid rgba(23, 63, 55, .1);
    border-radius: 8px;
    list-style: none;
}

.vv-shop-cart-intro li {
    position: relative;
    margin: 0;
    padding: 7px 0 7px 26px;
    color: #44544f;
    font-size: 13px;
    line-height: 1.45;
}

.vv-shop-cart-intro li::before {
    position: absolute;
    top: 8px;
    left: 0;
    color: var(--vv-coral);
    content: "\f00c";
    font-family: FontAwesome;
}

.checkout-cart-index .cart-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 26px;
}

.checkout-cart-index .cart-container .vv-shop-cart-intro {
    grid-column: 1 / -1;
}

.checkout-cart-index .form-cart,
.checkout-cart-index .cart-summary {
    background: #fff;
    border: 1px solid rgba(23, 63, 55, .12);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(35, 49, 45, .08);
}

.checkout-cart-index .form-cart {
    padding: 0;
}

.checkout-cart-index .cart-summary {
    padding: 22px;
}

.checkout-cart-index .cart-summary .summary.title {
    display: block;
    margin: 0 0 16px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
}

.vv-shop-cart-table thead th {
    padding: 17px 20px;
    color: var(--vv-forest);
    background: #f6efe3;
    border: 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.vv-shop-cart-table .cart.item {
    border-top: 1px solid rgba(23, 63, 55, .1);
}

.vv-shop-cart-table .item-info td {
    padding: 22px 20px;
    border-top: 0;
}

.vv-shop-cart-table .col.item {
    display: flex;
    gap: 18px;
    align-items: center;
}

.vv-shop-cart-table .product-item-photo {
    overflow: hidden;
    flex: 0 0 86px;
    width: 86px;
    height: 120px;
    background: #efe8da;
    border-radius: 6px;
    box-shadow: 0 10px 22px rgba(35, 49, 45, .1);
}

.vv-shop-cart-table .product-image-container,
.vv-shop-cart-table .product-image-wrapper,
.vv-shop-cart-table .product-image-photo {
    width: 100% !important;
    height: 100% !important;
}

.vv-shop-cart-table .product-image-photo {
    object-fit: cover;
}

.vv-shop-item-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 8px;
    color: var(--vv-forest);
    background: rgba(229, 185, 92, .24);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.vv-shop-cart-table .product-item-name {
    display: block;
    margin: 0;
    color: var(--vv-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.28;
}

.vv-shop-cart-table .product-item-name a {
    color: inherit;
}

.vv-shop-cart-table .col.qty {
    width: 148px;
    text-align: center;
}

.vv-shop-cart-table .input-text.qty {
    width: 70px;
    height: 42px;
    color: var(--vv-ink);
    background: #fffdf8;
    border: 1px solid rgba(23, 63, 55, .18);
    border-radius: 6px;
    font-weight: 800;
    text-align: center;
}

.vv-shop-cart-table .item-actions td {
    padding: 0 20px 20px;
    border-top: 0;
}

.vv-shop-cart-table .actions-toolbar {
    padding-left: 104px;
}

.vv-shop-cart-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid rgba(23, 63, 55, .1);
}

.vv-shop-cart-actions .action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.vv-shop-cart-actions .continue {
    color: var(--vv-forest);
    background: #fffdf8;
    border: 1px solid rgba(23, 63, 55, .16);
}

.vv-shop-cart-actions .update {
    color: #fff;
    background: var(--vv-forest);
    border-color: var(--vv-forest);
}

.vv-shop-cart-actions .clear {
    color: #8a4330;
    background: transparent;
    border: 1px solid rgba(223, 113, 72, .28);
}

.checkout-cart-index .checkout-methods-items .action.primary,
.checkout-index-index .action.primary.checkout {
    min-height: 46px;
    color: #fff;
    background: var(--vv-coral);
    border-color: var(--vv-coral);
    border-radius: 6px;
    font-weight: 900;
}

.checkout-cart-index .cart-summary .block.shipping,
.checkout-cart-index .cart-summary .block.discount,
.checkout-cart-index .cart-summary .table-wrapper,
.checkout-cart-index .cart-summary .totals,
.checkout-index-index .opc-block-summary .table-totals {
    display: none !important;
}

.vv-shop-cart-empty {
    max-width: 720px;
    margin: 36px auto;
    padding: 46px 34px;
    color: var(--vv-ink);
    background: #fff;
    border: 1px solid rgba(23, 63, 55, .12);
    border-radius: 8px;
    box-shadow: 0 16px 44px rgba(35, 49, 45, .08);
    text-align: center;
}

.vv-shop-empty-icon {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    background: rgba(229, 185, 92, .28);
    border-radius: 50%;
}

.vv-shop-empty-icon::before {
    position: absolute;
    top: 17px;
    left: 18px;
    color: var(--vv-forest);
    content: "\f02d";
    font-family: FontAwesome;
    font-size: 22px;
}

.vv-shop-cart-empty h1 {
    margin: 0 0 10px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
}

.vv-shop-cart-empty p {
    max-width: 500px;
    margin: 0 auto 22px;
    color: var(--vv-muted);
    font-size: 14px;
    line-height: 1.6;
}

.checkout-index-index .page-title-wrapper {
    display: none;
}

.vv-shop-checkout-intro {
    margin: 0 auto 24px;
    max-width: 1180px;
}

.checkout-index-index .checkout-container {
    max-width: 1180px;
    margin: 0 auto;
}

.checkout-index-index .opc-progress-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 24px;
}

.checkout-index-index .opc-progress-bar-item {
    width: auto;
    margin: 0;
}

.checkout-index-index .opc-progress-bar-item > span {
    display: block;
    padding: 14px 18px;
    color: var(--vv-muted);
    background: #fff;
    border: 1px solid rgba(23, 63, 55, .12);
    border-radius: 8px;
    font-weight: 800;
}

.checkout-index-index .opc-progress-bar-item._active > span,
.checkout-index-index .opc-progress-bar-item._complete > span {
    color: #fff;
    background: var(--vv-forest);
    border-color: var(--vv-forest);
}

.checkout-index-index .opc-wrapper,
.checkout-index-index .opc-sidebar .modal-content,
.checkout-index-index .opc-block-summary {
    background: #fff;
    border: 1px solid rgba(23, 63, 55, .12);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(35, 49, 45, .08);
}

.checkout-index-index .opc-wrapper {
    padding: 24px;
}

.checkout-index-index .opc-sidebar .modal-content,
.checkout-index-index .opc-block-summary {
    padding: 22px;
}

.checkout-index-index .step-title,
.checkout-index-index .opc-block-summary > .title {
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 700;
}

.checkout-index-index .fieldset > .field > .label,
.checkout-index-index .field .label {
    color: #44544f;
    font-size: 12px;
    font-weight: 800;
}

.checkout-index-index input.input-text,
.checkout-index-index select,
.checkout-index-index textarea {
    min-height: 42px;
    background: #fffdf8;
    border: 1px solid rgba(23, 63, 55, .16);
    border-radius: 6px;
}

.checkout-index-index .shipping-address-item,
.checkout-index-index .payment-method,
.checkout-index-index .checkout-shipping-method {
    border-color: rgba(23, 63, 55, .12);
    border-radius: 8px;
}

.checkout-index-index .opc-block-summary .product-item .product-item-name {
    color: var(--vv-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.3;
}

.checkout-index-index .opc-block-summary .product-item .price,
.checkout-index-index .opc-block-summary .subtotal,
.checkout-index-index .opc-block-summary .minicart-items .details-qty .label::after {
    display: none !important;
}

.checkout-index-index .opc-block-summary .details-qty .value::before {
    content: "Số quyển: ";
}

.checkout-index-index #checkout-review-edit-label {
    color: var(--vv-muted);
}

.checkout-index-index .action.edit {
    color: var(--vv-coral);
    font-weight: 800;
}

@media (max-width: 991px) {
    .checkout-cart-index .cart-container {
        grid-template-columns: 1fr;
    }

    .checkout-cart-index .cart-summary {
        order: 3;
    }
}

@media (max-width: 767px) {
    .vv-shop-popup-heading,
    .vv-shop-popup .content-inner {
        padding: 18px;
    }

    .vv-shop-popup-heading strong {
        font-size: 21px;
    }

    .vv-shop-popup .product-item {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 14px;
    }

    .vv-shop-popup .product-item-photo {
        width: 76px;
        min-width: 76px;
        height: 106px;
    }

    .vv-shop-popup .shopping-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vv-shop-cart-intro {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .vv-shop-cart-intro h1,
    .vv-shop-checkout-intro h1 {
        font-size: 27px;
    }

    .vv-shop-cart-table thead {
        display: none;
    }

    .vv-shop-cart-table .item-info {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vv-shop-cart-table .col.item {
        padding-bottom: 10px;
    }

    .vv-shop-cart-table .col.qty {
        width: auto;
        padding-top: 0;
        text-align: left;
    }

    .vv-shop-cart-table .actions-toolbar {
        padding-left: 0;
    }

    .vv-shop-cart-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .checkout-index-index .opc-progress-bar {
        grid-template-columns: 1fr;
    }

    .checkout-index-index .opc-wrapper,
    .checkout-index-index .opc-sidebar .modal-content,
    .checkout-index-index .opc-block-summary,
    .vv-shop-checkout-intro {
        padding: 20px;
    }
}

/* Final Văn Hóa Việt overrides. */
.vv-home .vv-home-hero,
.vv-home-hero {
    overflow: hidden;
    min-height: 620px;
    padding: 92px 0 84px;
    background:
        linear-gradient(90deg, rgba(9, 43, 41, .96) 0%, rgba(9, 43, 41, .86) 36%, rgba(9, 43, 41, .18) 68%, rgba(9, 43, 41, .05) 100%),
        var(--vv-hero-image) center right / cover no-repeat,
        #123b38;
}

.vv-home .vv-home-hero::before {
    height: 6px;
    background: repeating-linear-gradient(90deg, #b82028 0 48px, #d8aa4b 48px 96px, #0d6764 96px 144px, #f4efe4 144px 192px);
}

.vv-home .vv-home-hero-copy {
    position: relative;
    z-index: 1;
}

.vv-home .vv-home-eyebrow {
    color: #f7e6bf;
    background: rgba(7, 33, 31, .5);
    border-color: rgba(247, 230, 191, .22);
}

.vv-home .vv-home-eyebrow i,
.vv-home .vv-home-promises i {
    color: #d8aa4b;
}

.vv-home .vv-home-hero h1 {
    max-width: 760px;
    color: #fff7e8;
    letter-spacing: 0;
}

.vv-home .vv-home-hero h1 em {
    color: #f2c86c;
}

.vv-home .vv-home-lead {
    max-width: 720px;
    color: #e2eee9;
}

.vv-home .vv-home-promises {
    color: #d8e7e1;
}

.vv-home .vv-home-search {
    max-width: 760px;
    border-color: rgba(255, 255, 255, .16);
    box-shadow: 0 18px 42px rgba(4, 21, 20, .24);
}

.vv-home .vv-home-search button,
/*
 * The primary button keeps the base forest fill. This block used to repaint it #b82028,
 * a red that belongs to no part of the palette and that separated from the dark heroes by
 * only 1.82:1. Dark sections get the gold treatment further down instead.
 */

.vv-home .vv-home-search button:hover,
.vv-home .vv-home-search button:focus,
.vv-home .vv-button-primary:hover,
.vv-home .vv-button-primary:focus,
.vv-about .vv-button-primary:hover,
.vv-about .vv-button-primary:focus,
.vv-community-page .vv-button-primary:hover,
.vv-community-page .vv-button-primary:focus {
    background: #8f171e;
}

/*
 * Scoped to the dark hero, not the whole homepage: .vv-home also contains .vv-home-start,
 * which sits on cream, and a page-wide rule turned that button's label cream-on-cream.
 */
.vv-home-hero .vv-button-quiet {
    color: #fff7e8;
    border-color: rgba(255, 247, 232, .5);
}

.vv-home-hero .vv-button-quiet:hover,
.vv-home-hero .vv-button-quiet:focus {
    color: #103835;
    background: #fff7e8;
}

.vv-home-hero-panel {
    display: none;
}

.vv-home-how .vv-how-grid li > i,
.vv-home-topics .vv-topic-icon {
    background: #b82028;
}

.vv-home-how .vv-how-grid li:nth-child(2) > i,
.vv-home-how .vv-how-grid li:nth-child(4) > i,
.vv-home-topics .vv-topic-card:nth-child(2) .vv-topic-icon {
    color: #173f37;
    background: #d8aa4b;
}

.vv-home-topics .vv-topic-card:nth-child(3) .vv-topic-icon {
    background: #0d6764;
}

.catalog-product-view .product-info-main .product-info-price,
.catalog-product-view .product-info-main .price-box,
.vv-product-shelf .price-box,
.vv-category-products .price-box {
    display: block !important;
}

.vv-product-shelf .price-box,
.vv-category-products .price-box {
    margin: 10px 0 14px;
    color: #b82028;
    font-weight: 900;
}

.vv-product-shelf .price,
.vv-category-products .price,
.catalog-product-view .product-info-main .price {
    color: #b82028;
}

.vv-product-stock {
    background: rgba(184, 32, 40, .94);
}

.vv-product-stock.is-unavailable {
    background: rgba(91, 96, 101, .92);
}

.vv-product-card-kicker,
.vv-product-kicker {
    color: #0d6764;
}

.vv-product-card-actions .action.tocart.primary {
    background: #b82028;
    border-color: #b82028;
}

.vv-product-card-actions .action.tocart.primary:hover,
.vv-product-card-actions .action.tocart.primary:focus {
    background: #8f171e;
    border-color: #8f171e;
}

/*
 * The product page CTA follows the forest palette, matching the category card CTA. It used
 * to be grouped with the red rule above, which sits after the forest rule near line 3086
 * and so won the cascade at equal specificity.
 */
.large-box-tocart .action.tocart.primary {
    background: var(--vv-forest);
    border-color: var(--vv-forest);
}

.large-box-tocart .action.tocart.primary:hover,
.large-box-tocart .action.tocart.primary:focus {
    background: var(--vv-forest-light);
    border-color: var(--vv-forest-light);
}

.vv-shop-status.is-available {
    border-color: rgba(184, 32, 40, .22);
    background: #fff7ee;
}

.vv-shop-status-icon {
    background: #b82028;
}

.vv-shop-facts i,
/*
 * The numbered step bubbles keep the base rule's white on coral. This block used to repaint
 * them #b82028, which is red text on a coral disc — 1.2:1, effectively unreadable.
 */
.vv-shop-action-note,
.vv-contact-note {
    color: #6c6255;
    background: #fff8ed;
    border-color: #ead9bd;
}

.vv-search-hero {
    background:
        linear-gradient(90deg, rgba(10, 47, 44, .94), rgba(10, 47, 44, .72)),
        url('/media/wysiwyg/van-hoa-viet/dao-mau-hero.png') center right / cover no-repeat;
}

@media (max-width: 767px) {
    .vv-home .vv-home-hero,
    .vv-home-hero {
        min-height: 0;
        padding: 62px 0 56px;
        background:
            linear-gradient(90deg, rgba(9, 43, 41, .97), rgba(9, 43, 41, .82)),
            var(--vv-hero-image) center right / cover no-repeat,
            #123b38;
    }

    .vv-home .vv-home-hero h1 {
        font-size: 38px;
    }
}

/* External CTA, source badge, and the price-less state. */
.vv-affiliate-button {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    color: #fff !important;
    background: #b82028;
    border: 1px solid #b82028;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2px;
    text-align: center;
    text-decoration: none !important;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.vv-affiliate-button:hover,
.vv-affiliate-button:focus {
    background: #96181f;
    border-color: #96181f;
    transform: translateY(-1px);
}

.vv-product-card-actions .vv-affiliate-button {
    flex: 1 1 auto;
}

.vv-tocart-affiliate .vv-affiliate-button {
    padding: 14px 28px;
    font-size: 13px;
}

.vv-product-partner {
    position: absolute;
    top: 23px;
    right: 23px;
    z-index: 3;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    max-width: calc(100% - 46px);
    overflow: hidden;
    padding: 6px 9px;
    color: var(--vv-forest);
    background: var(--vv-gold);
    border-radius: 999px;
    box-shadow: 0 5px 15px rgba(30, 46, 41, .12);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vv-product-price-note {
    display: flex;
    gap: 11px;
    margin: 15px 0 0;
    padding: 13px 15px;
    color: var(--vv-ink);
    background: var(--vv-cream);
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.5;
}

.vv-product-price-note i {
    margin-top: 2px;
    color: var(--vv-coral);
}

.vv-affiliate-cta {
    margin-top: 20px;
}

.vv-affiliate-disclosure {
    margin: 11px 0 0;
    color: var(--vv-muted);
    font-size: 11px;
    line-height: 1.55;
}

.vv-affiliate-disclosure a {
    color: var(--vv-coral);
    font-weight: 800;
}

.vv-product-channel-bridge {
    margin-top: 18px;
    padding: 15px;
    background: #f7f3ea;
    border: 1px solid #e7e0d4;
    border-radius: 13px;
}

.vv-product-channel-bridge > strong {
    display: block;
    margin-bottom: 10px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
}

.vv-product-channel-bridge > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vv-product-channel-bridge a,
.vv-product-channel-bridge span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    color: var(--vv-forest) !important;
    background: #fff;
    border: 1px solid rgba(23, 63, 55, .12);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
}

.vv-product-channel-bridge a:hover,
.vv-product-channel-bridge a:focus {
    color: #fff !important;
    background: var(--vv-forest);
}

.vv-product-channel-bridge span {
    color: var(--vv-muted) !important;
}

/* Products sold only through a partner have no usable price to show. */
.vv-price-hidden .product-info-main .price-box,
.vv-price-hidden .product-info-main .product-info-price .price-box {
    display: none;
}

@media (max-width: 767px) {
    .vv-product-partner {
        top: auto;
        bottom: 12px;
        right: 18px;
    }
}

/* Article body written into the post content. */
.vv-blog-article {
    color: var(--vv-ink);
    font-size: 15px;
    line-height: 1.78;
}

.vv-blog-article > p {
    margin: 0 0 17px;
}

.vv-blog-lead {
    margin: 0 0 26px !important;
    padding: 18px 20px;
    color: var(--vv-forest);
    background: var(--vv-cream);
    border-left: 4px solid var(--vv-gold);
    border-radius: 0 12px 12px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.vv-blog-article h2 {
    margin: 32px 0 13px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.vv-blog-article blockquote {
    margin: 30px 0;
    padding: 0 0 0 22px;
    color: var(--vv-forest);
    background: none;
    border: 0;
    border-left: 3px solid var(--vv-coral);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1.6;
}

.vv-blog-article blockquote::before,
.vv-blog-article blockquote::after {
    content: none;
}

.vv-blog-callout {
    margin: 30px 0 0;
    padding: 19px 22px;
    background: var(--vv-paper);
    border: 1px solid #e7dfcd;
    border-top: 3px solid var(--vv-gold);
    border-radius: 4px 4px 13px 13px;
    font-size: 14px;
    line-height: 1.65;
}

.vv-blog-callout strong {
    color: var(--vv-forest);
}

.vv-blog-callout a {
    color: var(--vv-coral);
    font-weight: 800;
}

.vv-blog-callout a:hover,
.vv-blog-callout a:focus {
    text-decoration: underline;
}

.vv-blog-sources {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid #e7dfcd;
    color: var(--vv-muted);
    font-size: 13px;
    line-height: 1.6;
}

.vv-blog-sources h2 {
    margin: 0 0 10px;
    color: var(--vv-forest);
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
}

.vv-blog-sources ul {
    margin: 0;
    padding-left: 18px;
}

.vv-blog-sources li {
    margin-bottom: 5px;
}

.vv-blog-sources a {
    color: var(--vv-forest);
    text-decoration: underline;
    text-decoration-color: rgba(22, 72, 57, .28);
    text-underline-offset: 2px;
}

@media (max-width: 767px) {

    .vv-blog-article h2 {
        font-size: 18px;
    }

    .vv-blog-lead {
        font-size: 15px;
    }
}

/*
 * Vietnamese is not title-cased. The Codazon theme applies text-transform: capitalize to
 * the stock label and a few small labels, which renders "Còn Trong Kho" instead of
 * "Còn trong kho".
 */
body.product-view-style-03 .product-info-main .product-info-stock-sku .stock.available,
body.product-view-style-03 .product-info-main .product-info-stock-sku .stock.unavailable,
.catalog-product-view .product-info-stock-sku .stock span,
.catalog-product-view .product-info-stock-sku .stock,
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    text-transform: none;
}

/*
 * The header account label sits next to "Danh sách mong muốn", which is sentence case, but
 * the theme title-cases it via
 * .page-header .sticky-menu:not(.active) .authorization-link .text-uppercase.
 * Match that specificity so the two labels read alike.
 */
.page-header .container.sticky-menu .authorization-link .account-trigger .text-uppercase {
    text-transform: none;
}

/*
 * Main navigation.
 *
 * The theme ships this bar in Codazon teal (#04b4ae), which is not in the Văn Hóa Việt
 * palette and gives white labels only 2.58:1 — below the 4.5:1 minimum. Forest is the brand
 * colour and clears 12:1. The top hairline keeps the bar from merging into the dark heroes
 * on the community and about pages.
 */
/*
 * The theme's own rules are specific — .page-header .sticky-menu:not(.active) .header-bottom
 * and .cdz-horizontal-menu .groupmenu li.level0 > a.menu-link — so these have to match or
 * beat them rather than rely on being later in the file.
 */
.page-header .header-bottom,
.page-header .sticky-menu .header-bottom,
.page-header .sticky-menu:not(.active) .header-bottom,
.page-header .header-bottom .cdz-horizontal-menu .groupmenu,
.page-header .cdz-horizontal-menu .groupmenu li.level0:not(.vv-menu-cta) > a.menu-link {
    background: var(--vv-forest);
}

.page-header .header-bottom {
    border-top: 1px solid rgba(247, 242, 232, .14);
}

.page-header .cdz-horizontal-menu .groupmenu li.level0:not(.vv-menu-cta) > a.menu-link {
    color: #f7f2e8;
}

.page-header .cdz-horizontal-menu .groupmenu li.level0:not(.vv-menu-cta):hover > a.menu-link,
.page-header .cdz-horizontal-menu .groupmenu li.level0:not(.vv-menu-cta) > a.menu-link:hover,
.page-header .cdz-horizontal-menu .groupmenu li.level0:not(.vv-menu-cta) > a.menu-link:focus {
    color: var(--vv-gold);
    background: var(--vv-forest-light);
}

/*
 * The about page's topic-cluster band is the one place a coral label sits on forest, where
 * even the old lighter coral only managed 3.66:1. Gold reaches 6.34:1 and matches the
 * eyebrow treatment used on every other dark hero.
 */
.vv-about-topics .vv-about-label {
    color: var(--vv-gold);
}

/*
 * Two remaining low-contrast pairings.
 *
 * The about page's community band is gold (#f2c875); a coral eyebrow on it reaches only
 * 3.33:1, while forest reaches 8:1. And Magento's in-stock green (#2fb157) is 2.74:1 on the
 * product page's paper ground, so it gets the darker green the rest of the palette can carry.
 */
.vv-about-community-inner > div > span {
    color: var(--vv-forest);
}

.catalog-product-view .product-info-stock-sku .stock.available span,
.catalog-product-view .product-info-stock-sku .stock.available {
    color: #1c7a3e;
}

/*
 * Price colour. The theme's #f1592b is only 3.38:1 on white, and prices are the one number a
 * shopper must be able to read; this tone keeps the same warm red at 4.9:1.
 */
.price-box .price,
.price-box .price-wrapper .price,
.product-info-main .price-box .price,
.product-info-main .price-box .price-wrapper .price,
.vv-product-shelf .price,
.vv-category-products .price {
    color: #c8431c;
}

/* Theme default #7d7d7d is 4.05:1 on the product page ground; the palette grey clears it. */
.product-info-main .product.attribute.sku .type,
.product-info-main .product.attribute.sku .value {
    color: var(--vv-muted);
}

/*
 * Primary call to action, one system across the site:
 *   light ground  -> forest fill, cream label   (base rule, and the product page add-to-cart)
 *   dark ground   -> gold fill, forest label    (matches the "Liên hệ hợp tác" pill in the nav)
 * A forest button on a forest hero would vanish, which is why the dark case is stated here.
 */
.vv-home-hero .vv-button-primary,
.vv-community-page-hero .vv-button-primary {
    color: var(--vv-forest) !important;
    background: var(--vv-gold);
    box-shadow: 0 10px 24px rgba(20, 58, 50, .34);
}

.vv-home-hero .vv-button-primary:hover,
.vv-home-hero .vv-button-primary:focus,
.vv-community-page-hero .vv-button-primary:hover,
.vv-community-page-hero .vv-button-primary:focus {
    color: var(--vv-forest) !important;
    background: #f1ca76;
}

/*
 * Header search submit. The theme ships #f1592b with black glyphs — an orange that is not in
 * the palette, paired with a colour the rest of the site never uses on a control.
 */
.page-header .action.search,
.page-header button.action.search,
.block-search .action.search,
.page-header .header-search .actions .search[class] {
    color: #f7f2e8;
    background: var(--vv-forest);
}

.page-header .action.search:hover,
.page-header .action.search:focus,
.block-search .action.search:hover,
.block-search .action.search:focus,
.page-header .header-search .actions .search[class]:hover,
.page-header .header-search .actions .search[class]:focus {
    background: var(--vv-forest-light);
}

/*
 * Sticky header.
 *
 * Scrolling adds .active to .sticky-menu, and the theme repaints three things back to
 * Codazon teal at that point: the bar itself (visible as teal strips either side of the
 * centred nav), the search submit and the cart button. The unscrolled header was already
 * forest, so the bar changed colour halfway down the page.
 *
 * The theme's own selectors are deliberately heavy — .page-header:not(.sksnhv)
 * .sticky-menu.active .header-search .actions .search — so these carry a body prefix to
 * outrank them rather than resorting to !important.
 */
body .page-header .container.sticky-menu.active,
body .page-header .sticky-menu.active {
    background: var(--vv-forest);
}

body .page-header:not(.sksnhv) .sticky-menu.active .header-search .actions .search[class],
body .page-header .sticky-menu.active .action.showcart {
    color: #f7f2e8;
    background: var(--vv-forest-light);
    /* the theme outlines these in #56fbf6, a bright cyan left over from the teal scheme */
    border-color: rgba(247, 242, 232, .28);
}

body .page-header:not(.sksnhv) .sticky-menu.active .header-search .actions .search[class]:hover,
body .page-header:not(.sksnhv) .sticky-menu.active .header-search .actions .search[class]:focus,
body .page-header .sticky-menu.active .action.showcart:hover,
body .page-header .sticky-menu.active .action.showcart:focus {
    background: #2f6b5e;
}

/*
 * Consultation call to action.
 *
 * The storefront does not take payment: agarwood and phong-thuỷ pieces here run into the
 * millions of đồng and are bought after a conversation, so the product page ends in a Zalo
 * chat rather than a basket. Styled as the primary action, with the phone as a quiet
 * secondary for people who would rather call.
 */
.vv-consult-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: center;
    margin-top: 18px;
}

.vv-consult-button {
    display: inline-flex;
    min-height: 54px;
    flex: 1 1 240px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    color: #f7f2e8 !important;
    background: var(--vv-forest);
    border-radius: 11px;
    box-shadow: 0 10px 24px rgba(23, 63, 55, .2);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: background .18s ease, transform .18s ease;
}

.vv-consult-button:hover,
.vv-consult-button:focus {
    color: #f7f2e8 !important;
    background: var(--vv-forest-light);
    transform: translateY(-2px);
    text-decoration: none;
}

.vv-consult-phone {
    display: inline-flex;
    min-height: 54px;
    gap: 9px;
    align-items: center;
    padding: 0 20px;
    color: var(--vv-forest) !important;
    background: transparent;
    border: 1px solid rgba(23, 63, 55, .24);
    border-radius: 11px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.vv-consult-phone:hover,
.vv-consult-phone:focus {
    background: #fff;
    text-decoration: none;
}

.vv-consult-note {
    width: 100%;
    margin: 2px 0 0;
    color: var(--vv-muted);
    font-size: 12px;
    line-height: 1.6;
}

.vv-consult-note strong {
    color: var(--vv-ink);
}

/*
 * No basket anywhere: add-to-cart, the mini cart and the cart link would all promise a
 * checkout this store deliberately does not run.
 */
.catalog-product-view .box-tocart,
.catalog-product-view .product-add-form,
.catalog-product-view .product-social-links,
.page-header .action.showcart,
.page-header .minicart-wrapper,
.page-header .links .cart-link,
.vv-product-card-actions .action.tocart {
    display: none !important;
}

/* Zalo and hotline in the footer support column read as links, not as buttons. */
.vv-footer-zalo i {
    margin-right: 7px;
    color: var(--vv-gold);
}

/*
 * Consultation buttons on a dark ground.
 *
 * The base styling assumes the paper background of the product page. Dropped onto the contact
 * hero, the forest fill sat on forest and the outlined phone button had forest text on forest
 * — both invisible. Same rule as every other CTA here: gold on dark, forest on light.
 */
.vv-contact-intro .vv-consult-button {
    color: var(--vv-forest) !important;
    background: var(--vv-gold);
    box-shadow: 0 10px 24px rgba(20, 58, 50, .34);
}

.vv-contact-intro .vv-consult-button:hover,
.vv-contact-intro .vv-consult-button:focus {
    color: var(--vv-forest) !important;
    background: #f1ca76;
}

.vv-contact-intro .vv-consult-phone {
    color: #f7f2e8 !important;
    border-color: rgba(247, 242, 232, .45);
}

.vv-contact-intro .vv-consult-phone:hover,
.vv-contact-intro .vv-consult-phone:focus {
    color: var(--vv-forest) !important;
    background: #f7f2e8;
}

/* The workshop line on a product page leads to that village's own page. */
.vv-village-link {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: var(--vv-forest) !important;
    text-decoration: none;
}

.vv-village-link:hover,
.vv-village-link:focus {
    color: var(--vv-coral) !important;
    text-decoration: none;
}

.vv-village-link i {
    font-size: 11px;
    opacity: .55;
}

/*
 * Product names in the blog's related-products carousel. Codazon title-cases them via
 * .product-list-style-17, which turns "Nhang trầm hương Quảng Nam không tăm" into
 * "Nhang Trầm Hương Quảng Nam Không Tăm" — Vietnamese is not title-cased.
 */
.product-list-style-17 .product-item-name .product-item-link {
    text-transform: none;
}

/* ==========================================================================
   Ảnh danh mục và làng nghề
   Nguồn: Wikimedia Commons, giấy phép cho phép dùng thương mại.
   Ghi công đầy đủ tại trang /nguon-anh (CC BY và CC BY-SA yêu cầu ghi công).
   ========================================================================== */

/*
 * The photograph bleeds off the right edge and is masked into the cream ground rather
 * than laid under the whole hero. That keeps the headline and eyebrow on solid paper —
 * this palette was tuned to 4.5:1 and a photo behind the text would undo it — while the
 * image still reads as a photograph instead of a faint wash.
 */
.vv-category-hero-photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 46%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .55) 26%, #000 62%);
    mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .55) 26%, #000 62%);
}

/* The decorative ring lands on top of the photograph and reads as a smudge. */
.vv-category-hero.vv-has-photo::after {
    display: none;
}

/*
 * The promise list sits in the third grid column, which now overlaps the photograph.
 * A cream card keeps it legible without shrinking the image.
 */
.vv-category-hero.vv-has-photo .vv-category-promises {
    padding: 14px 18px;
    background: rgba(255, 253, 248, .93);
    border: 1px solid rgba(23, 63, 55, .1);
    border-radius: 16px 16px 16px 5px;
    box-shadow: 0 10px 26px rgba(23, 63, 55, .1);
}

.vv-category-child-photo {
    display: block;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 12px 12px 12px 4px;
    background: var(--vv-cream);
}

@media (max-width: 1023px) {
    .vv-category-hero-photo {
        width: 40%;
    }
}

@media (max-width: 767px) {
    /*
     * The hero switches to a single block below 768px, so a side panel has nowhere to
     * sit. The photograph becomes a band across the top of the section instead.
     */
    .vv-category-hero.vv-has-photo {
        padding-top: 152px;
    }

    .vv-category-hero-photo {
        right: 0;
        bottom: auto;
        left: 0;
        width: auto;
        height: 132px;
        -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent);
        mask-image: linear-gradient(to bottom, #000 62%, transparent);
    }

    .vv-category-hero.vv-has-photo .vv-category-promises {
        padding: 12px 14px;
    }
}

/*
 * Illustrative-image labelling.
 *
 * Product photography does not exist yet: the listing shows either a photograph of the same kind
 * of object or a drawn motif, and the actual piece is photographed for the buyer over Zalo. Both
 * cases are labelled so nothing on the page passes for a picture of the item being sold.
 */
.vv-product-illus {
    position: absolute;
    top: 23px;
    right: 23px;
    z-index: 3;
    padding: 5px 9px;
    color: #5c5647;
    background: rgba(255, 255, 255, .88);
    border-radius: 999px;
    box-shadow: 0 5px 15px rgba(30, 46, 41, .1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .2px;
}

.vv-product-illus-note {
    display: flex;
    gap: 8px;
    margin: 0 0 16px;
    color: #5f5a4d;
    font-size: 12px;
    line-height: 1.5;
}

.vv-product-illus-note i {
    padding-top: 2px;
    color: #9a8f76;
}

@media (max-width: 767px) {
    .vv-product-illus {
        top: 16px;
        right: 16px;
        padding: 4px 7px;
    }
}

/*
 * The toolbar under the grid keeps only the pager (sorter and limiter are hidden above), so on a
 * category that fits on one page it rendered as an empty white card between the products and the
 * footer. Drop it when there is no pager inside.
 */
.catalog-category-view .vv-category-products + .toolbar-products:not(:has(.pages)),
.catalogsearch-result-index .vv-category-products + .toolbar-products:not(:has(.pages)) {
    display: none;
}

/*
 * Availability, stated once and in the right colour.
 *
 * The override block above paints every status disc coral, which reads as a warning on the
 * "đang có thể mua" panel; green belongs to the available state. Magento's own "Còn trong kho"
 * line says the same thing two rows higher, so it goes.
 */
.vv-shop-status.is-available .vv-shop-status-icon {
    background: var(--vv-forest);
}

.catalog-product-view .product-info-main .product-info-stock-sku .stock {
    display: none;
}

/*
 * Product description body: a lead paragraph, a spec list and a care note, written per product.
 * Magento drops the description into the first tab with no styling of its own.
 */
.vv-product-desc {
    max-width: 760px;
    color: var(--vv-ink);
    font-size: 14px;
    line-height: 1.75;
}

.vv-product-desc p {
    margin: 0 0 16px;
}

.vv-product-desc h3 {
    margin: 26px 0 10px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .2px;
}

.vv-product-desc ul {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.vv-product-desc ul li {
    position: relative;
    margin: 0;
    padding: 7px 0 7px 20px;
    border-bottom: 1px solid rgba(23, 63, 55, .09);
}

.vv-product-desc ul li::before {
    position: absolute;
    top: 7px;
    left: 0;
    color: var(--vv-gold, #d8aa4b);
    content: "◆";
    font-size: 9px;
}

.vv-product-desc ul li strong {
    color: var(--vv-forest);
    font-weight: 700;
}

.vv-product-desc .vv-product-note-line {
    margin: 22px 0 0;
    padding: 12px 14px;
    color: #5f5a4d;
    background: #fff8ed;
    border-radius: 10px;
    font-size: 12.5px;
}

/*
 * Search hero, on the dark photo it actually has.
 *
 * The override further up repainted this band with the Đạo Mẫu photograph but left the type on
 * the light-background palette: the h1 stayed forest green on near-black (~1.4:1) and the
 * "Từ khóa" line was all but invisible. Same treatment as the homepage hero.
 */
.vv-search-hero h1 {
    color: #fff7e8;
}

.vv-search-hero .vv-search-eyebrow {
    color: #f2c86c;
}

.vv-search-hero p {
    color: #d8e7e1;
}

.vv-search-hero p strong {
    color: #fff;
}

.vv-search-hero-icon {
    color: #fff7e8;
    background: rgba(255, 247, 232, .14);
    border: 1px solid rgba(255, 247, 232, .28);
    box-shadow: none;
}

/*
 * Product gallery with a single image.
 *
 * Fotorama hides the vertical thumbnail rail when a product has one photo but keeps the 90px
 * offset it reserved for it, and clamps the stage shaft to ~330px — so a square photo sat small
 * and pushed to the right inside a much larger cream frame. Scoped with :has() to the hidden-rail
 * case, so a product that later gets a second image goes back to fotorama's own layout.
 */
.product-view-style-03 .fotorama__wrap:has(.fotorama__nav-wrap[style*="display: none"]) .fotorama__stage {
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
}

.product-view-style-03 .fotorama__wrap:has(.fotorama__nav-wrap[style*="display: none"]) .fotorama__stage__shaft {
    max-width: 100% !important;
    width: 100% !important;
}

.product-view-style-03 .fotorama__wrap:has(.fotorama__nav-wrap[style*="display: none"]) .fotorama__stage .fotorama__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
 * The tick inside the availability disc.
 *
 * Font Awesome's fa-check-circle lands off-centre and clipped at this size in this build (it read
 * as a smudge at the edge of the disc). A text check needs no icon font and sits where it should.
 */
.vv-shop-status.is-available .vv-shop-status-icon i {
    display: none;
}

.vv-shop-status.is-available .vv-shop-status-icon::before {
    content: "✓";
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

.vv-shop-status.is-available .vv-shop-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

/*
 * The promise card in the category hero ran flush into the band's right edge, where the hero's
 * overflow clipping cut off its rounded corner and drop shadow. Pull the inner grid in.
 */
.vv-category-hero .vv-category-hero-inner {
    padding-right: 26px;
}

@media (max-width: 767px) {
    .vv-category-hero .vv-category-hero-inner {
        padding-right: 15px;
    }
}

/*
 * ===== Blog on Amasty Blog Pro (replaced Magefan, 2026-09-11) =====
 *
 * Amasty's own LESS is compiled into styles-m/l with the brand colours swapped in through the
 * theme copy of Amasty_Blog/web/css/source/module/_variables.less. What follows is layout only:
 * the list as two-column cards instead of full-width photographs, the serif page title the rest
 * of the site uses, and the sidebar as quiet cards. Body classes: amblog-index-index (list),
 * amblog-index-category, amblog-index-post, amblog-index-search.
 */
[class*="amblog-index-"] .page-title-wrapper {
    margin-bottom: 8px;
}

[class*="amblog-index-"] .page-title-wrapper .page-title {
    margin: 0;
    padding: 0;
    border: 0;
}

[class*="amblog-index-"] .page-title-wrapper .page-title .base {
    display: inline-block;
    padding: 0;
    color: var(--vv-forest);
    background: none;
    border: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.4vw, 42px);
    font-weight: 700;
    letter-spacing: -.4px;
    line-height: 1.15;
    text-transform: none;
}

[class*="amblog-index-"] .page-title-wrapper .page-title::after,
[class*="amblog-index-"] .page-title-wrapper .page-title .base::after {
    display: none;
}

.vv-blog-intro {
    max-width: 640px;
    margin: 0 0 26px;
    color: var(--vv-muted);
    font-size: 15px;
    line-height: 1.65;
}

/* --- list cards --- */
.amblog-index-index .amblog-post-container,
.amblog-index-category .amblog-post-container,
.amblog-index-search .amblog-post-container,
.amblog-index-tag .amblog-post-container {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    grid-template-areas:
        "image content"
        "image footer";
    gap: 0 26px;
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ece4d7;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(30, 46, 41, .05);
}

.amblog-index-index .amblog-post-container .post-image,
.amblog-index-category .amblog-post-container .post-image,
.amblog-index-search .amblog-post-container .post-image,
.amblog-index-tag .amblog-post-container .post-image {
    grid-area: image;
    display: block;
    height: 100%;
    min-height: 240px;
    margin: 0;
}

.amblog-index-index .amblog-post-container .post-image img,
.amblog-index-category .amblog-post-container .post-image img,
.amblog-index-search .amblog-post-container .post-image img,
.amblog-index-tag .amblog-post-container .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amblog-post-container .amblog-content {
    grid-area: content;
    padding: 24px 24px 0 0;
}

.amblog-post-container .amblog-footer {
    grid-area: footer;
    align-self: end;
    margin: 0;
    padding: 14px 24px 22px 0;
    border: 0;
}

.amblog-post-container .amblog-dates {
    margin-bottom: 8px;
    color: var(--vv-muted);
    font-size: 12px;
}

.amblog-post-container .amblog-post-title {
    margin: 0 0 10px;
}

.amblog-post-container .amblog-post-title .post-title,
.amblog-post-container.-post-page .amblog-post-title .post-title {
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.amblog-post-container .amblog-shot {
    color: var(--vv-ink);
    font-size: 14px;
    line-height: 1.65;
}

.amblog-post-container .amblog-posted-in {
    color: var(--vv-muted);
    font-size: 12px;
}

.amblog-post-container .amblog-ref {
    color: #b82028;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.amblog-post-container .amblog-read,
.amblog-post-container .amblog-read:visited {
    padding: 9px 16px;
    color: #fff;
    background: var(--vv-forest);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.amblog-post-container .amblog-read:hover,
.amblog-post-container .amblog-read:focus {
    color: #fff;
    background: #0d6764;
}

/* --- post page --- */
.amblog-index-post .amblog-post-container.-post-page {
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
}

.amblog-index-post .amblog-post-container.-post-page .post-image,
.amblog-index-post .amblog-post-container.-post-page .amblog-image {
    display: block;
    max-height: 440px;
    overflow: hidden;
    border-radius: 14px;
}

.amblog-index-post .amblog-post-container.-post-page .post-image img,
.amblog-index-post .amblog-post-container.-post-page .amblog-image img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.amblog-index-post .amblog-post-container.-post-page .amblog-content {
    padding: 22px 0 0;
}

/* The article body is the same markup the Magefan posts used, so those rules keep applying. */
.amblog-index-post .amblog-post-container.-post-page .amblog-content h2 {
    margin: 30px 0 10px;
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.amblog-index-post .amblog-post-container.-post-page .amblog-content p,
.amblog-index-post .amblog-post-container.-post-page .amblog-content li {
    font-size: 16px;
    line-height: 1.8;
}

.amblog-index-post .amblog-navigation-container {
    margin: 30px 0;
    padding: 18px 0;
    border-top: 1px solid #ece4d7;
    border-bottom: 1px solid #ece4d7;
}

.amblog-index-post .amblog-navigation-label {
    color: var(--vv-muted);
    font-size: 12px;
}

.amblog-index-post .amblog-navigation .amblog-title-link {
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
}

/* Related products on a post: the site sells through Zalo, not a basket. */
.amblog-related-wrapper .product-item-actions,
.amblog-related-wrapper .action.tocart {
    display: none !important;
}

.amblog-related-wrapper .amblog-title,
.amblog-related-wrapper .amblog-title h2,
.amblog-related-wrapper .amblog-title h3 {
    color: var(--vv-forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
}

.amblog-related-wrapper .product-item-link {
    color: var(--vv-ink);
    font-size: 14px;
    font-weight: 700;
}

.amblog-related-wrapper .price-box {
    color: #b82028;
    font-weight: 900;
}

/* --- sidebar --- */
.amblog-sidebar .amblog-element-block,
.sidebar .amblog-element-block {
    margin-bottom: 20px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #ece4d7;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(30, 46, 41, .05);
}

.amblog-element-block .amblog-title,
.amblog-element-block .amblog-title h2,
.amblog-element-block .amblog-title h3 {
    margin: 0 0 12px;
    padding: 0 0 10px;
    color: var(--vv-forest);
    border-bottom: 2px solid #d8aa4b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
}

.amblog-element-block .amblog-categories a,
.amblog-element-block .amblog-recent-post .amblog-headline,
.amblog-element-block .amblog-recent-post a {
    color: var(--vv-ink);
}

.amblog-element-block .amblog-categories a:hover,
.amblog-element-block .amblog-recent-post a:hover {
    color: #0d6764;
}

.amblog-element-block .amblog-search input,
.amblog-element-block .amblog-search .amblog-input {
    border-color: #ece4d7;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .amblog-index-index .amblog-post-container,
    .amblog-index-category .amblog-post-container,
    .amblog-index-search .amblog-post-container,
    .amblog-index-tag .amblog-post-container {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "image"
            "content"
            "footer";
    }

    .amblog-index-index .amblog-post-container .post-image,
    .amblog-index-category .amblog-post-container .post-image,
    .amblog-index-search .amblog-post-container .post-image,
    .amblog-index-tag .amblog-post-container .post-image {
        min-height: 0;
        height: 210px;
    }

    .amblog-post-container .amblog-content,
    .amblog-post-container .amblog-footer {
        padding-right: 18px;
        padding-left: 18px;
    }

    .amblog-index-post .amblog-post-container.-post-page .post-image img,
    .amblog-index-post .amblog-post-container.-post-page .amblog-image img {
        height: 240px;
    }
}

/* Amasty nests its own bordered box inside each sidebar block; one card is enough. */
.amblog-element-block .amblog-widget-container,
.amblog-element-block .amblog-search {
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
}

/* The post page already carries the title as the page h1; Amasty repeats it under the photo. */
.amblog-index-post .amblog-post-container.-post-page .amblog-post-title {
    display: none;
}

/*
 * Logo v3 (2026-09-11): the full "Nét Đẹp Văn Hóa Việt" lockup as one image, so the HTML
 * wordmark next to the old emblem is gone from header and footer. The footer gets the cream
 * cut of the same artwork for the forest background.
 */
.vv-footer-brand .vv-footer-logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: 78px;
}

.vv-footer-brand .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

@media (max-width: 767px) {
    .vv-footer-brand .vv-footer-logo {
        height: 62px;
    }
}
