:root {
  --vf-ui-ink: #25372f;
  --vf-ui-paper: #fffdf8;
  --vf-ui-line: rgba(37, 55, 47, .18);
  --vf-ui-accent: #a15f32;
  --vf-ui-wa: #1b8f55;
}

.vf-language-switcher {
  position: relative;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-inline: 8px;
  color: var(--vf-ui-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
}
.vf-language-switcher::before { content: "◎"; opacity: .62; font-size: 12px; }
.vf-language-switcher select {
  min-height: 32px;
  max-width: 126px;
  padding: 5px 24px 5px 8px;
  border: 1px solid var(--vf-ui-line);
  border-radius: 3px;
  background: var(--vf-ui-paper);
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.site-header,
.vf-header-in,
.wpc-header-inner,
.pdp-header .pdp-header-inner { position: relative; }
.site-header { grid-template-columns: auto minmax(0, 1fr) auto auto; }

.vf-header-actions { display: inline-flex; align-items: center; justify-content: flex-end; gap: 8px; margin-inline-start: auto; }
.vf-header-actions > a { text-decoration: none; white-space: nowrap; }
.vf-header-inquiry { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 17px; border-radius: 4px; background: var(--vf-ui-ink); color: #fff !important; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.vf-header-inquiry:hover, .vf-header-inquiry:focus-visible { filter: brightness(1.1); }
.vf-header-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 0 13px; border: 1px solid rgba(27,143,85,.35); border-radius: 4px; background: #fff; color: var(--vf-ui-wa) !important; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.vf-header-whatsapp:hover, .vf-header-whatsapp:focus-visible { background: rgba(27,143,85,.06); border-color: rgba(27,143,85,.62); }
.vf-header-email { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 0 13px; border: 1px solid rgba(37,55,47,.18); border-radius: 4px; background: #fff; color: var(--vf-ui-ink) !important; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.vf-header-email:hover, .vf-header-email:focus-visible { background: rgba(37,55,47,.05); border-color: rgba(37,55,47,.42); }
.vf-header-icon { display: inline-grid; place-items: center; width: 17px; height: 17px; }
.vf-header-icon svg { width: 100%; height: 100%; fill: currentColor; }
.vf-mobile-inquiry { display: none; }
.vf-whatsapp-float { position: fixed; left: 24px; bottom: 32px; z-index: 900; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 126px; height: 48px; min-height: 48px; padding: 0 15px 0 12px; border: 1px solid rgba(18, 140, 126, .18); border-radius: 999px; background: #25d366; color: #fff !important; box-shadow: 0 12px 28px rgba(27,143,85,.24); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.vf-whatsapp-float > span:first-child { display: inline-grid; place-items: center; width: 23px; height: 23px; flex: 0 0 23px; }
.vf-whatsapp-float > span:last-child { display: inline; width: auto; height: auto; }
.vf-whatsapp-float svg { width: 100%; height: 100%; fill: currentColor; }
.vf-whatsapp-float:hover, .vf-whatsapp-float:focus-visible { background: #128c7e; transform: scale(1.06); }
.vf-inquiry-float { position: fixed; right: 28px; bottom: 32px; z-index: 900; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 20px; border-radius: 4px; background: var(--vf-ui-ink); color: #fff !important; box-shadow: 0 12px 28px rgba(25,36,29,.18); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; transition: transform .18s ease, filter .18s ease; }
.vf-inquiry-float:hover, .vf-inquiry-float:focus-visible { transform: translateY(-2px); filter: brightness(1.1); }

.vf-page-anchors {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 880;
  display: grid;
  width: 28px;
  padding: 3px;
  border: 1px solid rgba(224, 229, 226, .96);
  border-radius: 21px;
  background: rgba(255, 255, 255, .9);
  opacity: .3;
  box-shadow: 0 10px 24px rgba(28, 45, 37, .12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
  transition: opacity .18s ease;
}
.vf-page-anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 48px;
  min-width: 22px;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #a3aca8;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: none;
}
.vf-page-anchor + .vf-page-anchor { border-top: 1px solid rgba(224, 229, 226, .82); border-radius: 0 0 16px 16px; }
.vf-page-anchor-icon { display: inline-flex; align-items: center; justify-content: center; font-size: 21px; font-weight: 700; line-height: 1; }
.vf-page-anchor-label { display: none; }
.vf-page-anchor:hover,
.vf-page-anchor:focus-visible { background: rgba(37, 55, 47, .06); color: var(--vf-ui-ink); }
.vf-page-anchors:hover,
.vf-page-anchors:focus-within { opacity: .75; }

.vf-zoomable-image {
  cursor: zoom-in;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.vf-lightbox[hidden] { display: none; }
.vf-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
  background: rgba(17, 24, 20, .9);
}
.vf-lightbox-dialog {
  position: relative;
  display: grid;
  place-items: center;
  width: min(1180px, 100%);
  height: min(92vh, 900px);
}
.vf-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(100% - 50px);
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}
.vf-lightbox-caption {
  max-width: 760px;
  margin-top: 12px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.vf-lightbox-close,
.vf-lightbox-nav {
  position: absolute;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  cursor: pointer;
}
.vf-lightbox-close { top: 0; right: 0; width: 42px; height: 42px; font-size: 24px; line-height: 1; }
.vf-lightbox-nav { top: 50%; width: 44px; height: 44px; transform: translateY(-50%); font-size: 26px; }
.vf-lightbox-nav--prev { left: 0; }
.vf-lightbox-nav--next { right: 0; }
.vf-lightbox-close:hover,
.vf-lightbox-close:focus-visible,
.vf-lightbox-nav:hover,
.vf-lightbox-nav:focus-visible { background: rgba(255,255,255,.24); }
body.vf-lightbox-open { overflow: hidden; }

html[dir="rtl"] .vf-whatsapp-float { right: 28px; left: auto; }
html[dir="rtl"] .vf-inquiry-float { right: auto; left: 28px; }
html[dir="rtl"] .vf-page-anchors { right: auto; left: 20px; }
html[dir="rtl"] .vf-language-switcher { direction: rtl; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; }
  .site-header .vf-language-switcher { position: absolute; top: 50%; right: 68px; margin: 0; transform: translateY(-50%); }
  .site-header .vf-language-switcher select { max-width: 86px; }
  .vf-header-in .vf-language-switcher,
  .wpc-header-inner .vf-language-switcher,
  .pdp-header .pdp-header-inner .vf-language-switcher { margin-inline-start: auto; }
  .vf-page-anchors { top: auto; right: 12px; bottom: 92px; transform: none; }
  html[dir="rtl"] .vf-page-anchors { right: auto; left: 12px; }
  .vf-whatsapp-float--desktop-only { display: none; }
}

@media (pointer: coarse) and (min-width: 981px) {
  .site-header { grid-template-columns: auto auto; }
  .site-header .menu-toggle { display: inline-flex; justify-self: end; }
  .site-header .header-cta { display: none; }
  .site-header .nav { display: none; grid-column: 1 / -1; justify-self: stretch; min-width: 0; min-height: 0; flex-direction: column; align-items: stretch; max-height: calc(100dvh - 86px); overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; padding: 18px 18px max(24px, env(safe-area-inset-bottom)); border: 1px solid var(--vf-ui-line); border-radius: 22px; background: var(--vf-ui-paper); }
  .site-header .nav.open { display: flex; }
  .site-header .nav-item { width: 100%; display: grid; gap: 8px; }
  .site-header .nav-link { width: 100%; }
}

@media (max-width: 620px), (pointer: coarse) {
  .vf-language-switcher::before { display: none; }
  .vf-language-switcher select { font-size: 10px; }
  .site-header .vf-language-switcher,
  .vf-header-in .vf-language-switcher,
  .wpc-header-inner .vf-language-switcher,
  .pdp-header .pdp-header-inner .vf-language-switcher { position: absolute; top: 50%; right: 82px; z-index: 122; width: 58px; margin: 0; transform: translateY(-50%); }
  .site-header .vf-language-switcher::before,
  .vf-header-in .vf-language-switcher::before,
  .wpc-header-inner .vf-language-switcher::before,
  .pdp-header .pdp-header-inner .vf-language-switcher::before { display: none; }
  .site-header .vf-language-switcher select,
  .vf-header-in .vf-language-switcher select,
  .wpc-header-inner .vf-language-switcher select,
  .pdp-header .pdp-header-inner .vf-language-switcher select { width: 58px; max-width: 58px; min-height: 36px; padding: 5px 16px 5px 7px; border-radius: 18px; font-size: 10px; }
  .vf-page-anchors {
    right: 14px;
    bottom: 138px;
    width: 25px;
    padding: 3px;
    border-radius: 18px;
  }
  .vf-page-anchor {
    width: 19px;
    height: 42px;
    min-width: 19px;
    min-height: 42px;
    border-radius: 14px;
  }
  .vf-page-anchor + .vf-page-anchor { border-radius: 0 0 14px 14px; }
  .site-header .vf-header-actions,
  .vf-header-in .vf-header-actions,
  .wpc-header-inner .vf-header-actions,
  .pdp-header .pdp-header-inner .vf-header-actions { position: absolute; top: 50%; right: 152px; z-index: 122; display: inline-flex; gap: 6px; margin: 0; transform: translateY(-50%); }
  .site-header .menu-toggle,
  .vf-header-in .menu-toggle,
  .wpc-header-inner .menu-toggle,
  .pdp-header .pdp-header-inner .menu-toggle { position: absolute; top: 50%; right: 12px; z-index: 122; display: inline-flex; align-items: center; justify-content: center; width: 66px; min-width: 66px; height: 36px; min-height: 36px; padding: 0; border-radius: 18px; transform: translateY(-50%); white-space: nowrap; }
  .site-header .vf-header-actions .vf-header-inquiry { display: none; }
  .site-header .vf-header-actions .vf-header-whatsapp,
  .vf-header-in .vf-header-actions .vf-header-whatsapp,
  .wpc-header-inner .vf-header-actions .vf-header-whatsapp,
  .pdp-header .pdp-header-inner .vf-header-actions .vf-header-whatsapp,
  .site-header .vf-header-actions .vf-header-email,
  .vf-header-in .vf-header-actions .vf-header-email,
  .wpc-header-inner .vf-header-actions .vf-header-email,
  .pdp-header .pdp-header-inner .vf-header-actions .vf-header-email { width: 32px; height: 32px; min-height: 32px; min-width: 32px; padding: 0; border-radius: 50%; font-size: 0; }
  .site-header .vf-header-actions .vf-header-icon,
  .vf-header-in .vf-header-actions .vf-header-icon,
  .wpc-header-inner .vf-header-actions .vf-header-icon,
  .pdp-header .pdp-header-inner .vf-header-actions .vf-header-icon { width: 16px; height: 16px; }
  .vf-header-in .vf-header-actions .vf-header-inquiry,
  .wpc-header-inner .vf-header-actions .vf-header-inquiry,
  .pdp-header .pdp-header-inner .vf-header-actions .vf-header-inquiry { display: none; }
  .vf-header-in .vf-header-actions .vf-header-whatsapp,
  .wpc-header-inner .vf-header-actions .vf-header-whatsapp,
  .pdp-header .pdp-header-inner .vf-header-actions .vf-header-whatsapp { width: 36px; height: 36px; min-height: 36px; padding: 0; border-radius: 50%; font-size: 0; }
  .vf-header-in .vf-header-actions .vf-header-email,
  .wpc-header-inner .vf-header-actions .vf-header-email,
  .pdp-header .pdp-header-inner .vf-header-actions .vf-header-email { width: 36px; height: 36px; min-height: 36px; padding: 0; border-radius: 50%; font-size: 0; }
  .site-header .vf-header-actions .vf-header-whatsapp,
  .vf-header-in .vf-header-actions .vf-header-whatsapp,
  .wpc-header-inner .vf-header-actions .vf-header-whatsapp,
  .pdp-header .pdp-header-inner .vf-header-actions .vf-header-whatsapp,
  .site-header .vf-header-actions .vf-header-email,
  .vf-header-in .vf-header-actions .vf-header-email,
  .wpc-header-inner .vf-header-actions .vf-header-email,
  .pdp-header .pdp-header-inner .vf-header-actions .vf-header-email { width: 32px; height: 32px; min-width: 32px; min-height: 32px; }
  .vf-header-actions .vf-header-icon { width: 16px; height: 16px; }
  body.nav-open { overflow-x: hidden; overflow-y: auto; }
  body.nav-open .site-header .vf-header-actions,
  body.nav-open .site-header .vf-language-switcher,
  body.nav-open .vf-whatsapp-float,
  body.nav-open .vf-inquiry-float,
  body.nav-open .vf-page-anchors { display: none !important; }
  body.nav-open .site-header .nav { width: 100%; max-width: 100%; min-width: 0; min-height: 0; height: auto; max-height: none; box-sizing: border-box; overflow: visible; overscroll-behavior: auto; -webkit-overflow-scrolling: auto; touch-action: auto; padding-bottom: max(48px, calc(env(safe-area-inset-bottom) + 28px)); scroll-padding-block: 12px 48px; }
  body.nav-open .site-header .nav-item,
  body.nav-open .site-header .nav-link,
  body.nav-open .site-header .dropdown-menu,
  body.nav-open .site-header .product-mega-menu,
  body.nav-open .site-header .product-mega-grid { width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; margin-inline: 0; }
  body.nav-open .site-header .nav-item { align-self: stretch; }
  body.nav-open .site-header .nav-link { padding-inline: 0; }
  body.nav-open .site-header .menu-toggle { z-index: 124; }
  .vf-mobile-inquiry { display: flex; align-items: center; width: 100%; min-height: 42px; margin-top: 8px; padding: 10px 12px; border-radius: 2px; background: var(--vf-ui-ink); color: #fff !important; font-size: 11px !important; font-weight: 850 !important; letter-spacing: .08em; text-transform: uppercase; }
  .vf-whatsapp-float,
  .vf-inquiry-float {
    bottom: max(12px, env(safe-area-inset-bottom));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(50vw - 20px);
    min-width: 0;
    max-width: none;
    height: 44px;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 4px;
    gap: 7px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .2s ease, transform .2s ease, background .18s ease, filter .18s ease;
  }
  .vf-whatsapp-float {
    left: 12px;
    background: #25d366;
    box-shadow: 0 10px 24px rgba(27, 143, 85, .24);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .vf-inquiry-float {
    right: 12px;
    background: var(--vf-ui-ink);
    box-shadow: 0 10px 24px rgba(25, 36, 29, .18);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .vf-whatsapp-float > span:first-child,
  .vf-inquiry-float > span:first-child { display: inline-grid; place-items: center; width: 17px; height: 17px; flex: 0 0 17px; }
  .vf-whatsapp-float > span:first-child svg { width: 100%; height: 100%; fill: currentColor; }
  .vf-mobile-actions-visible .vf-whatsapp-float,
  .vf-mobile-actions-visible .vf-inquiry-float {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .vf-mobile-actions-visible { padding-bottom: 70px; }
  .vf-sticky,
  .pdp-sticky-bar { display: none !important; }
  html[dir="rtl"] .vf-whatsapp-float { right: 12px; left: auto; }
  html[dir="rtl"] .vf-inquiry-float { right: auto; left: 12px; }
  .vf-lightbox { padding: 12px; }
  .vf-lightbox-dialog { height: 88vh; }
  .vf-lightbox-nav { top: auto; bottom: 2px; transform: none; width: 38px; height: 38px; }
  .vf-lightbox-nav--prev { left: 8px; }
  .vf-lightbox-nav--next { right: 8px; }
  .vf-lightbox-close { top: 0; right: 0; }
}

@media (max-width: 360px) {
  .site-header .vf-header-actions,
  .vf-header-in .vf-header-actions,
  .wpc-header-inner .vf-header-actions,
  .pdp-header .pdp-header-inner .vf-header-actions { right: 138px; gap: 4px; }
  .site-header .vf-header-actions .vf-header-whatsapp,
  .vf-header-in .vf-header-actions .vf-header-whatsapp,
  .wpc-header-inner .vf-header-actions .vf-header-whatsapp,
  .pdp-header .pdp-header-inner .vf-header-actions .vf-header-whatsapp,
  .site-header .vf-header-actions .vf-header-email,
  .vf-header-in .vf-header-actions .vf-header-email,
  .wpc-header-inner .vf-header-actions .vf-header-email,
  .pdp-header .pdp-header-inner .vf-header-actions .vf-header-email { width: 28px; height: 28px; min-width: 28px; min-height: 28px; }
  .site-header .vf-language-switcher,
  .vf-header-in .vf-language-switcher,
  .wpc-header-inner .vf-language-switcher,
  .pdp-header .pdp-header-inner .vf-language-switcher { right: 72px; width: 52px; }
  .site-header .vf-language-switcher select,
  .vf-header-in .vf-language-switcher select,
  .wpc-header-inner .vf-language-switcher select,
  .pdp-header .pdp-header-inner .vf-language-switcher select { width: 52px; max-width: 52px; padding-inline: 6px 14px; }
  .site-header .menu-toggle,
  .vf-header-in .menu-toggle,
  .wpc-header-inner .menu-toggle,
  .pdp-header .pdp-header-inner .menu-toggle { right: 8px; width: 58px; min-width: 58px; }
}

.vf-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  .vf-header-inquiry,
  .vf-header-whatsapp,
  .vf-header-email,
  .vf-whatsapp-float,
  .vf-inquiry-float,
  .vf-lightbox,
  .vf-zoomable-image { transition: none !important; }
}

@media (max-width: 980px) {
  .site-header {
    overflow-x: clip;
  }

  .site-header .menu-toggle {
    top: 22px;
    transform: none;
  }

  .site-header .nav.open {
    align-items: stretch;
    overflow-x: hidden;
  }

  .site-header .nav.open .nav-item,
  .site-header .nav.open .nav-link,
  .site-header .nav.open .dropdown-menu,
  .site-header .nav.open .product-mega-menu,
  .site-header .nav.open .product-mega-grid,
  .site-header .nav.open .product-mega-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    margin-inline: 0 !important;
  }

  .site-header .nav.open .dropdown-menu,
  .site-header .nav.open .product-mega-menu,
  .site-header .nav.open .about-dropdown {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    overflow: hidden;
  }

  .site-header .nav.open .product-mega-heading {
    min-width: 0;
    flex-wrap: wrap;
  }

  .site-header .nav.open .product-mega-grid {
    grid-template-columns: 1fr;
  }

  .site-header .nav.open .product-mega-item {
    overflow-wrap: anywhere;
  }
}
