/* =========================================================
   Wood Ville Header - IMPRESSA inspired centered logo header
   Product hover dropdown + mobile offcanvas drawer.
   ========================================================= */
:root {
    --Black: #000000;
    --White: #ffffff;
    --Primary: #626262;
    --Secondary: #151515;
    --Third: #b8a38f;
    --Accent: #8d7a68;
    --Ivory: #f7f4ef;
    --Stone: #e8e2da;
    --Soft-gray: #f5f5f3;
    --Text-heading: #1d1d1d;
    --Text-color-1: #404040;
    --Body-text-1: #777777;
    --Body-text-2: #818181;
    --Body-text-3: #545454;
    --Line: #e7e1d8;
    --Line-2: rgba(17, 17, 17, 0.14);
    --color-f5ece5: #f7f4ef;
    --color-D4B04C: #b8a38f;
    --Color-c1a286: #b8a38f;
    --Color-9C8853: #8d7a68;
    --Color-246B64: #626262;
    --Yellow: #b8a38f;
    --Red: #9d0101;
    --Gray-90: #101828;
    --wv-main-nav-height: 92px;
    --wv-category-height: 54px;
    --wv-header-height: 146px;
}

html,
body {
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background: var(--Soft-gray);
    color: var(--Text-color-1);
}

body.menu-open { overflow: hidden; }

.btn,
.premium-btn,
.outline-btn,
.theme-btn,
.form-control,
.form-select,
.premium-card,
.premium-dropdown,
.dropdown-item {
    border-radius: 0 !important;
}

.site-header { display: none !important; }

.wv-site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: transparent;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
    transform: translate3d(0, 0, 0) !important;
    transition: box-shadow .28s ease, background-color .28s ease !important;
    will-change: auto;
    backface-visibility: hidden;
}

@media (min-width: 992px) {
    .wv-site-header {
        position: fixed;
    }

    body.wv-fixed-header-ready main {
        padding-top: var(--wv-header-height);
    }
}

.wv-main-nav {
    position: relative;
    background: rgba(237, 237, 237, .96) !important;
    border-bottom: 1px solid rgba(21, 21, 21, .10);
    transform: translate3d(0, 0, 0);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.wv-header-container {
    max-width: 1750px;
    padding-left: clamp(18px, 2.8vw, 48px);
    padding-right: clamp(18px, 2.8vw, 48px);
}

.wv-impressa-navbar {
    position: relative;
    min-height: var(--wv-main-nav-height);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: clamp(28px, 4vw, 76px);
}

.wv-center-logo,
.wv-drawer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--Secondary) !important;
    text-decoration: none;
    line-height: 1;
}

.wv-center-logo {
    position: relative;
    z-index: 4;
    min-width: 155px;
    flex-direction: column;
    padding: 10px 0;
}

.wv-center-logo img {
    max-height: 70px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
    display: block;
}

.wv-logo-title {
    font-family: 'Marcellus', Georgia, serif;
    font-size: clamp(24px, 2.2vw, 34px);
    letter-spacing: .6px;
    color: var(--Secondary);
    white-space: nowrap;
}

.wv-center-logo small {
    margin-top: 5px;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(21,21,21,.62);
    white-space: nowrap;
}

.wv-desktop-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: clamp(22px, 3vw, 48px);
    margin: 0;
    padding: 0;
}

.wv-left-menu { justify-content: flex-end; }
.wv-right-menu { justify-content: flex-start; }

.wv-desktop-menu > li { position: relative; }

.wv-desktop-menu > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: var(--wv-main-nav-height);
    color: #ffffff !important;
    font-family: 'Marcellus', Georgia, serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .035em;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    transition: color .3s ease;
}

.wv-desktop-menu > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--Third);
    transition: width .34s cubic-bezier(.22,1,.36,1);
}

.wv-desktop-menu > li:hover > a,
.wv-desktop-menu > li > a:hover,
.wv-desktop-menu > li > a.active,
.wv-desktop-menu > li.active-parent > a {
    color: #ffffff !important;
}

.wv-desktop-menu > li:hover > a::before,
.wv-desktop-menu > li > a:hover::before,
.wv-desktop-menu > li > a.active::before,
.wv-desktop-menu > li.active-parent > a::before {
    width: 100%;
}

.wv-menu-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    width: 46px;
    height: 46px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.wv-menu-toggle span {
    display: block;
    width: 27px;
    height: 2px;
    border-radius: 20px;
    background: #484848;
    transform-origin: center;
    transition: transform .35s ease, width .35s ease, background .35s ease;
}

.wv-menu-toggle:hover span:nth-child(1),
.wv-menu-toggle:hover span:nth-child(3) { width: 16px; }
.wv-menu-toggle:hover span { background: var(--Accent); }

.wv-product-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1100;
    width: min(620px, 92vw);
    transform: translate(-50%, 12px) scale(.98);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .26s ease, visibility .26s ease, transform .32s cubic-bezier(.22,1,.36,1);
    padding-top: 16px;
}

.wv-product-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
}

.wv-nav-product-menu:hover .wv-product-dropdown,
.wv-nav-product-menu:focus-within .wv-product-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
}

.wv-product-dropdown-inner {
    display: grid;
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
    gap: 24px;
    background: #f8f5f2;
    border: 1px solid var(--Line);
    box-shadow: 0 26px 70px rgba(21,21,21,.16);
    padding: 28px;
}

.wv-dropdown-feature {
    position: relative;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    overflow: hidden;
    background:
        linear-gradient(140deg, rgba(21,21,21,.76), rgba(21,21,21,.38)),
        url('../images/backgroundimg.webp') center/cover no-repeat;
    color: #fff !important;
    text-decoration: none;
}

.wv-dropdown-feature span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255,255,255,.72);
}

.wv-dropdown-feature strong {
    margin-top: 8px;
    font-family: 'Marcellus', Georgia, serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.05;
}

.wv-dropdown-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 18px;
    align-content: start;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 5px;
}

.wv-dropdown-category-grid a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    color: #55504b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
    border-bottom: 1px solid rgba(184,163,143,.22);
    transition: color .25s ease, padding-left .25s ease;
}

.wv-dropdown-category-grid a i {
    font-size: 11px;
    color: var(--Accent);
}

.wv-dropdown-category-grid a:hover,
.wv-dropdown-category-grid a.active {
    color: var(--Secondary);
    padding-left: 6px;
}

.wv-category-strip {
    position: relative;
    background: rgba(248,245,242,.96) !important;
    border-bottom: 1px solid var(--Line);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: box-shadow .28s ease, background .28s ease;
    transform: translate3d(0, 0, 0);
}

.wv-site-header.wv-is-scrolled .wv-category-strip {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.wv-category-row {
    display: flex;
    align-items: center;
    min-height: var(--wv-category-height);
    gap: 18px;
}

.wv-category-title {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: var(--wv-category-height);
    padding: 0 18px;
    background: var(--Secondary) !important;
    color: var(--White) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
}

.wv-category-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--Third) !important;
    transform: translateX(-100%);
    transition: transform .45s cubic-bezier(.22,1,.36,1);
    z-index: 0;
}

.wv-category-title i,
.wv-category-title span {
    position: relative;
    z-index: 1;
}

.wv-category-title:hover::before,
.wv-category-title.active::before { transform: translateX(0); }
.wv-category-title:hover,
.wv-category-title.active { color: var(--Secondary) !important; }

.wv-category-scroll {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    flex: 1;
}
.wv-category-scroll::-webkit-scrollbar { display: none; }

.wv-category-link {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: var(--wv-category-height);
    padding: 0 15px;
    color: var(--Secondary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transition: color .35s ease;
}

.wv-category-link::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 12px;
    height: 2px;
    background: var(--Third) !important;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .42s cubic-bezier(.22,1,.36,1);
}

.wv-category-link:hover,
.wv-category-link.active { color: var(--Accent); }
.wv-category-link:hover::after,
.wv-category-link.active::after { transform: scaleX(1); }
.wv-category-empty { color: var(--Body-text-1); font-size: 13px; font-weight: 600; }

/* Mobile drawer */
.wv-mobile-drawer {
    width: min(390px, 88vw) !important;
    background: #f7f4ef;
    border-right: 1px solid rgba(184,163,143,.36);
    z-index: 1200;
}

.wv-mobile-drawer .offcanvas-backdrop,
.offcanvas-backdrop { z-index: 1190; }

.wv-drawer-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(21,21,21,.12);
    background: #f8f5f2;
    color: var(--Secondary);
    z-index: 3;
}

.wv-drawer-header {
    position: relative;
    padding: 44px 24px 28px;
    border-bottom: 1px solid rgba(184,163,143,.34);
}

.wv-drawer-logo {
    justify-content: flex-start;
    gap: 10px;
}

.wv-drawer-logo img {
    max-width: 165px;
    max-height: 70px;
    object-fit: contain;
}

.wv-drawer-logo span {
    font-family: 'Marcellus', Georgia, serif;
    font-size: 28px;
    color: var(--Secondary);
}

.wv-drawer-header p {
    margin: 12px 0 0;
    color: rgba(21,21,21,.58);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.wv-drawer-body {
    padding: 28px 24px 34px;
    height: calc(100% - 132px);
    overflow-y: auto;
}

.wv-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wv-mobile-menu-list > li:not(:last-child) { border-bottom: 1px solid rgba(184,163,143,.32); }

.wv-mobile-menu-list > li > a,
.wv-mobile-collapse-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    color: var(--Secondary) !important;
    font-family: 'Marcellus', Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.15;
}

.wv-mobile-menu-list a.active { color: var(--Accent) !important; }
.wv-mobile-collapse-link i { transition: transform .28s ease; }
.wv-mobile-collapse-link:not(.collapsed) i { transform: rotate(180deg); }

.wv-mobile-submenu {
    margin: 0 0 18px 18px;
    padding: 6px 0 6px 18px;
    border-left: 1px solid rgba(184,163,143,.48);
}

.wv-mobile-submenu a {
    display: block;
    padding: 9px 0;
    color: #5b554e;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.wv-mobile-submenu a:hover,
.wv-mobile-submenu a.active { color: var(--Accent); }

.wv-drawer-category-box {
    margin-top: 28px;
    padding: 22px;
    background: #f8f5f2;
    border: 1px solid rgba(184,163,143,.32);
}

.wv-drawer-category-box h5 {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .20em;
    text-transform: uppercase;
    color: rgba(21,21,21,.55);
}

.wv-drawer-category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.wv-drawer-category-links a,
.wv-drawer-category-links span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(184,163,143,.44);
    color: var(--Secondary);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.wv-drawer-category-links a:hover {
    background: var(--Secondary);
    border-color: var(--Secondary);
    color: #fff;
}

/* Global square premium card + light GPU-friendly image animation */
.premium-card {
    border-radius: 0 !important;
    border-color: var(--Line) !important;
    background: #f8f5f2 !important;
    overflow: hidden;
}

.premium-card::after {
    height: 2px !important;
    background: var(--Third) !important;
}

.premium-card:hover {
    border-color: var(--Third) !important;
    box-shadow: 0 25px 70px rgba(21, 21, 21, 0.14) !important;
}

.premium-card img,
.card-img,
.product-detail-img,
.product-detail-image,
.blog-detail-img,
.hero-img,
.about-image img {
    transform: translate3d(0,0,0) scale(1);
    transition: transform .45s cubic-bezier(.22,1,.36,1) !important;
    will-change: transform;
    backface-visibility: hidden;
    filter: none !important;
}

.premium-card:hover img,
.premium-card:hover .card-img,
a:hover .card-img,
.image-hover:hover img,
.about-image:hover img {
    transform: translate3d(0,0,0) scale(1.045);
}

.premium-card a,
.image-hover {
    position: relative;
    display: block;
    overflow: hidden;
}

.premium-card a::before,
.image-hover::before { display: none !important; }
.footer-social a,
.dropdown-menu { border-radius: 0 !important; }

[data-aos] { pointer-events: auto; }

@media (max-width: 1399.98px) {
    .wv-desktop-menu { gap: 26px; }
    .wv-desktop-menu > li > a { font-size: 15px; letter-spacing: .025em; }
}

@media (max-width: 1199.98px) {
    .wv-impressa-navbar {
        grid-template-columns: auto 1fr auto;
        column-gap: 16px;
        min-height: 84px;
    }

    .wv-desktop-menu { display: none; }

    .wv-menu-toggle {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        grid-column: 1;
    }

    .wv-center-logo {
        grid-column: 2;
        justify-self: center;
        min-width: 0;
    }

    .wv-center-logo img { max-height: 62px; max-width: 170px; }
    .wv-logo-title { font-size: 26px; }
}

@media (max-width: 991.98px) {
    .wv-site-header {
        position: sticky;
        transform: none !important;
    }

    body.wv-fixed-header-ready main { padding-top: 0 !important; }

    .wv-header-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .wv-impressa-navbar { min-height: 76px; }
    .wv-center-logo img { max-height: 56px; max-width: 154px; }
    .wv-logo-title { font-size: 22px; }
    .wv-center-logo small { font-size: 9px; letter-spacing: 2px; }

    .wv-category-row { gap: 10px; min-height: 50px; }
    .wv-category-title { min-height: 50px; padding: 0 12px; font-size: 11px; }
    .wv-category-link { min-height: 50px; padding: 0 12px; font-size: 11px; }
}

@media (max-width: 575.98px) {
    .wv-menu-toggle { width: 42px; height: 42px; }
    .wv-menu-toggle span { width: 24px; }
    .wv-center-logo img { max-height: 50px; max-width: 138px; }
    .wv-logo-title { font-size: 19px; max-width: 185px; overflow: hidden; text-overflow: ellipsis; }
    .wv-center-logo small { display: none; }
    .wv-category-title span { display: none; }
    .wv-category-title { padding: 0 14px; }
    .wv-mobile-drawer { width: min(350px, 91vw) !important; }
    .wv-drawer-header { padding: 40px 20px 24px; }
    .wv-drawer-body { padding: 24px 20px 30px; }
    .wv-mobile-menu-list > li > a,
    .wv-mobile-collapse-link { font-size: 22px; padding: 16px 0; }
}

/* =========================================================
   Mobile drawer final fix: full viewport sidebar + solid menu rows
   ========================================================= */
.wv-mobile-drawer.offcanvas,
.offcanvas.wv-mobile-drawer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: min(390px, 92vw) !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 100dvh !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #fbfaf7 0%, #f2ece4 100%) !important;
    background-color: #fbfaf7 !important;
    color: var(--Secondary) !important;
    border-right: 1px solid rgba(184,163,143,.45) !important;
    box-shadow: 24px 0 70px rgba(0,0,0,.22) !important;
    z-index: 2000 !important;
}

.offcanvas-backdrop {
    z-index: 1990 !important;
    background-color: rgba(10,10,10,.72) !important;
}

.offcanvas-backdrop.show { opacity: .58 !important; }

.wv-mobile-drawer .wv-drawer-close {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    width: 42px !important;
    height: 42px !important;
    display: grid !important;
    place-items: center !important;
    background: #f8f5f2 !important;
    color: var(--Secondary) !important;
    border: 1px solid rgba(21,21,21,.12) !important;
    box-shadow: 0 10px 30px rgba(21,21,21,.10) !important;
    z-index: 5 !important;
}

.wv-mobile-drawer .wv-drawer-header {
    flex: 0 0 auto !important;
    min-height: 132px !important;
    padding: 42px 24px 24px !important;
    background: #8d7a68 !important;
    border-bottom: 1px solid rgba(184,163,143,.34) !important;
}

.wv-mobile-drawer .wv-drawer-logo {
    justify-content: flex-start !important;
    width: calc(100% - 56px) !important;
}

.wv-mobile-drawer .wv-drawer-logo img {
    max-width: 170px !important;
    max-height: 72px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.wv-mobile-drawer .wv-drawer-logo span {
    display: block !important;
    max-width: 230px !important;
    color: var(--Secondary) !important;
    font-family: 'Marcellus', Georgia, serif !important;
    font-size: 28px !important;
    line-height: 1.08 !important;
}

.wv-mobile-drawer .wv-drawer-header p {
    margin: 12px 0 0 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
}

.wv-mobile-drawer .wv-drawer-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 22px 20px 28px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    background: linear-gradient(180deg, #fbfaf7 0%, #f2ece4 100%) !important;
}

.wv-mobile-drawer .wv-mobile-menu-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    gap: 10px !important;
}

.wv-mobile-drawer .wv-mobile-menu-list > li,
.wv-mobile-drawer .wv-mobile-menu-list > li:not(:last-child) {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.wv-mobile-drawer .wv-mobile-menu-list > li > a,
.wv-mobile-drawer .wv-mobile-collapse-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 15px 16px !important;
    background: #f8f5f2 !important;
    color: var(--Secondary) !important;
    border: 1px solid rgba(184,163,143,.34) !important;
    box-shadow: 0 12px 32px rgba(21,21,21,.055) !important;
    font-family: 'Marcellus', Georgia, serif !important;
    font-size: 23px !important;
    font-weight: 500 !important;
    letter-spacing: .02em !important;
    text-transform: none !important;
    line-height: 1.12 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.wv-mobile-drawer .wv-mobile-menu-list > li > a:hover,
.wv-mobile-drawer .wv-mobile-menu-list > li > a.active,
.wv-mobile-drawer .wv-mobile-collapse-link:hover,
.wv-mobile-drawer .wv-mobile-collapse-link.active,
.wv-mobile-drawer .wv-mobile-collapse-link:not(.collapsed) {
    background: var(--Secondary) !important;
    border-color: var(--Secondary) !important;
    color: #ffffff !important;
}

.wv-mobile-drawer .wv-mobile-collapse-link i {
    font-size: 15px !important;
    transition: transform .25s ease !important;
}

.wv-mobile-drawer .wv-mobile-collapse-link:not(.collapsed) i { transform: rotate(180deg) !important; }

.wv-mobile-drawer .wv-mobile-submenu {
    margin: 0 0 0 18px !important;
    padding: 12px 0 4px 18px !important;
    border-left: 1px solid rgba(184,163,143,.55) !important;
    background: transparent !important;
}

.wv-mobile-drawer .wv-mobile-submenu a {
    display: flex !important;
    align-items: center !important;
    min-height: 38px !important;
    padding: 8px 0 !important;
    background: transparent !important;
    color: #514b45 !important;
    border: 0 !important;
    box-shadow: none !important;
    font-family: 'Inter', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: .04em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.wv-mobile-drawer .wv-mobile-submenu a:hover,
.wv-mobile-drawer .wv-mobile-submenu a.active {
    color: var(--Accent) !important;
}

.wv-mobile-drawer .wv-drawer-category-box {
    margin-top: 24px !important;
    padding: 18px !important;
    background: #f8f5f2 !important;
    border: 1px solid rgba(184,163,143,.34) !important;
    box-shadow: 0 12px 32px rgba(21,21,21,.055) !important;
}

.wv-mobile-drawer .wv-drawer-category-box h5 {
    margin: 0 0 14px !important;
    color: rgba(21,21,21,.58) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
}

.wv-mobile-drawer .wv-drawer-category-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.wv-mobile-drawer .wv-drawer-category-links a,
.wv-mobile-drawer .wv-drawer-category-links span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 33px !important;
    padding: 0 11px !important;
    background: #fbfaf7 !important;
    border: 1px solid rgba(184,163,143,.48) !important;
    color: var(--Secondary) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

.wv-mobile-drawer .wv-drawer-category-links a:hover {
    background: var(--Secondary) !important;
    border-color: var(--Secondary) !important;
    color: #ffffff !important;
}

@media (max-width: 575.98px) {
    .wv-mobile-drawer.offcanvas,
    .offcanvas.wv-mobile-drawer {
        width: min(340px, 94vw) !important;
    }

    .wv-mobile-drawer .wv-drawer-header {
        min-height: 118px !important;
        padding: 34px 18px 20px !important;
    }

    .wv-mobile-drawer .wv-drawer-body {
        padding: 18px 16px 24px !important;
    }

    .wv-mobile-drawer .wv-mobile-menu-list > li > a,
    .wv-mobile-drawer .wv-mobile-collapse-link {
        min-height: 54px !important;
        padding: 13px 14px !important;
        font-size: 21px !important;
    }
}

/* =========================================================
   Sidebar scroll lock fix: page stays fixed, drawer scrolls
   ========================================================= */
html.wv-menu-lock,
body.wv-menu-lock,
body.menu-open {
    overflow: hidden !important;
    overscroll-behavior: none !important;
}

html.wv-menu-lock {
    height: 100% !important;
}

body.wv-menu-lock {
    position: fixed !important;
    top: calc(-1 * var(--wv-lock-scroll-y, 0px)) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.wv-mobile-drawer.offcanvas.show,
.offcanvas.wv-mobile-drawer.show,
.wv-mobile-drawer.offcanvas.showing,
.offcanvas.wv-mobile-drawer.showing {
    visibility: visible !important;
    transform: none !important;
}

.wv-mobile-drawer.offcanvas,
.offcanvas.wv-mobile-drawer {
    overflow-y: hidden !important;
    overscroll-behavior: contain !important;
    touch-action: pan-y !important;
}

.wv-mobile-drawer .wv-drawer-body {
    display: block !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-y: contain !important;
    touch-action: pan-y !important;
    padding-bottom: max(30px, env(safe-area-inset-bottom)) !important;
}

.wv-mobile-drawer .wv-mobile-menu-list,
.wv-mobile-drawer .wv-drawer-category-box,
.wv-mobile-drawer .wv-mobile-submenu {
    touch-action: pan-y !important;
}

/* Theme-related blurred navbar override requested for this build only. */
.wv-site-header .wv-main-nav {
    background: rgba(96, 80, 68, .94) !important;
    border-bottom-color: rgba(255, 255, 255, .14) !important;
    backdrop-filter: blur(16px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(120%) !important;
}

.wv-site-header .wv-desktop-menu > li > a,
.wv-site-header .wv-center-logo,
.wv-site-header .wv-logo-title,
.wv-site-header .wv-center-logo small {
    color: #ffffff !important;
}

.wv-site-header .wv-center-logo small {
    color: rgba(255, 255, 255, .76) !important;
}

.wv-site-header .wv-desktop-menu > li > a::before {
    background: #f1dfcf !important;
}

.wv-site-header .wv-menu-toggle span {
    background: #ffffff !important;
}

.wv-site-header .wv-menu-toggle:hover span {
    background: #f1dfcf !important;
}
