/* Shared masthead and navigation. All selectors are scoped to this component. */
.vtc-site-header { color: #164f35; background: #fbf6e7; }
.vtc-header-masthead { position: relative; width: min(1240px, calc(100% - 80px)); margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 22px; padding: 25px 0; }
.vtc-header-rule { width: min(120px, 75%); height: 7px; border-block: 1px solid #164f35; justify-self: end; margin-right: 10px; }
.vtc-header-rule--right { justify-self: start; margin-right: 0; margin-left: 10px; }
.vtc-header-brand { display: flex; align-items: center; gap: 18px; text-decoration: none; color: inherit; }
.vtc-header-brand img { width: 96px; height: 96px; object-fit: contain; }
.vtc-header-wordmark { display: flex; flex-direction: column; font: 400 24px/1.1 'Patua One', Georgia, serif; white-space: nowrap; }
.vtc-header-wordmark > span:first-child { font: 400 34.286px/1 'Bevan', Georgia, serif; }
.vtc-header-wordmark > span:last-child { margin-top: 6.857px; }
.vtc-header-controls { position: absolute; right: 0; bottom: 8px; display: flex; justify-content: flex-end; align-items: center; min-width: 0; }
.vtc-header-actions { display: flex; align-items: center; gap: 14px; }
.vtc-header-action, .vtc-header-menu { color: #164f35; background: transparent; border: 0; font: 600 12px/1.3 'DM Sans', Arial, sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 6px 4px; min-width: 44px; min-height: 54px; cursor: pointer; }
.vtc-header-action:hover, .vtc-header-menu:hover { color: #0c3824; }
.vtc-header-action:hover > span:last-child { text-decoration: underline; text-underline-offset: 4px; }
.vtc-header-action svg, .vtc-header-menu svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.vtc-header-cart-icon { display: block; position: relative; height: 23px; }
.vtc-header-count { position: absolute; top: -7px; right: -11px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 3px; border-radius: 50%; background: #164f35; color: #fbf6e7; font-size: 10px; font-weight: 700; line-height: 1; }
.vtc-header-menu { display: none; }
.vtc-header-navigation { border-top: 1px solid #164f35; border-bottom: 3px double #164f35; font: 600 14px/1.65 'DM Sans', Arial, sans-serif; }
.vtc-header-navigation > ul { display: flex; justify-content: center; align-items: stretch; gap: 27px; list-style: none; margin: 0; padding: 7px 24px; }
.vtc-header-navigation > ul > li { position: relative; margin: 0; padding: 0; }
.vtc-header-navigation > ul > li > a, .vtc-header-pending { display: flex; align-items: center; gap: 5px; position: relative; padding: 7px 0; min-height: 37px; color: inherit; text-decoration: none; background: none; border: 0; font: inherit; white-space: nowrap; cursor: pointer; }
.vtc-header-navigation > ul > li > a:hover { text-decoration: underline; text-underline-offset: 6px; }
.vtc-header-navigation > ul > li > a[aria-current]::after { content: ''; height: 3px; background: #deb938; position: absolute; bottom: 2px; left: 0; right: 0; }
.vtc-header-pending:disabled { opacity: 1; cursor: default; }
.vtc-header-dialog { box-sizing: border-box; padding: 0; border: 1px solid #164f35; background: #fbf6e7; color: #24392b; width: min(620px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; overflow: auto; font: 400 16px/1.65 'DM Sans', Arial, sans-serif; }
.vtc-header-dialog *, .vtc-site-header * { box-sizing: border-box; }
.vtc-header-dialog::backdrop { background: rgb(16 38 26 / .58); }
.vtc-header-dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 26px; border-bottom: 3px double #164f35; }
.vtc-header-dialog h2 { font: 400 30px/1.2 'Bree Serif', Georgia, serif; color: #164f35; margin: 0; }
.vtc-header-close { border: 0; background: none; color: #164f35; min-width: 44px; min-height: 44px; padding: 0; font: 400 32px/1 Arial, sans-serif; cursor: pointer; }
.vtc-header-dialog-body { padding: 24px 26px 30px; }
.vtc-header-search-form label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 8px; }
.vtc-header-search-form input { display: block; width: 100%; background: #fff; color: #24392b; border: 1px solid #a8b5a0; border-radius: 0; font: inherit; padding: 12px 14px; }
.vtc-header-search-caption { margin: 22px 0 8px; color: #58654e; font-size: 13px; }
.vtc-header-search-results { margin: 0 0 18px; padding: 0; list-style: none; }
.vtc-header-search-results > li { border-top: 1px solid #d5dccb; }
.vtc-header-search-results a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 0; color: #164f35; text-decoration: none; }
.vtc-header-search-results a:hover > span { text-decoration: underline; text-underline-offset: 3px; }
.vtc-header-result-detail { display: block; font-size: 13px; color: #58654e; }
.vtc-header-no-results { margin: 20px 0; }
.vtc-header-text-link { color: #164f35; font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.vtc-header-button { display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; min-height: 46px; border: 1px solid #164f35; border-radius: 2px; background: #164f35; color: #fbf6e7; font: 600 14px/1.5 'DM Sans', Arial, sans-serif; cursor: pointer; }
.vtc-header-button:disabled { cursor: default; opacity: .65; }
.vtc-header-account-dialog { max-width: 440px; }
.vtc-header-account-dialog .vtc-header-button { margin-top: 22px; width: 100%; }
.vtc-header-cart-dialog { width: min(430px, 100%); max-height: 100dvh; height: 100dvh; margin: 0 0 0 auto; border-top: 0; border-bottom: 0; border-right: 0; }
.vtc-header-cart-total { font: 400 18px 'DM Sans', Arial, sans-serif; }
.vtc-header-cart-empty { padding: 70px 26px; text-align: center; }
.vtc-header-cart-empty > svg { width: 56px; height: 56px; stroke: #164f35; stroke-width: 1.3; fill: none; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 20px; }
.vtc-header-cart-empty > h3 { color: #164f35; font: 400 28px/1.2 'Bree Serif', Georgia, serif; margin: 0; }
.vtc-header-cart-empty > p { margin: 12px 0 26px; }
.vtc-header-cart-filled { padding: 0 26px 28px; }
.vtc-header-cart-lines { list-style: none; padding: 0; margin: 0; }
.vtc-header-cart-line { display: grid; grid-template-columns: 62px minmax(0,1fr); gap: 15px; padding: 24px 0; border-bottom: 1px solid #d5dccb; }
.vtc-header-cart-size { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #d5dccb; background: #fff; color: #164f35; font: 400 22px 'Bree Serif', Georgia, serif; }
.vtc-header-cart-line h3 { font: 400 20px/1.2 'Bree Serif', Georgia, serif; color: #164f35; margin: 0 0 6px; }
.vtc-header-cart-line p { font-size: 13px; color: #58654e; margin: 0; }
.vtc-header-cart-line-total { color: #164f35; font-size: 14px; margin-top: 7px; display: block; }
.vtc-header-line-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.vtc-header-line-quantity { display: flex; align-items: center; border: 1px solid #a8b5a0; }
.vtc-header-line-quantity button { width: 44px; height: 44px; border: 0; color: #164f35; background: transparent; font: 400 20px/1 Arial, sans-serif; cursor: pointer; }
.vtc-header-line-quantity button:disabled { opacity: .35; cursor: default; }
.vtc-header-line-quantity span { min-width: 25px; text-align: center; color: #164f35; font-size: 14px; }
.vtc-header-line-remove, .vtc-header-continue { color: #164f35; background: transparent; border: 0; padding: 9px 0; font: 400 13px 'DM Sans',Arial,sans-serif; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.vtc-header-cart-summary { padding-top: 23px; }
.vtc-header-cart-summary > p { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 9px; font-size: 14px; }
.vtc-header-cart-summary > .vtc-header-cart-offer { display: block; color: #58654e; margin: 21px 0; font-size: 13px; }
.vtc-header-cart-summary > button { width: 100%; }
.vtc-header-continue { margin-top: 8px; min-height: 44px; }
.vtc-header-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.vtc-header-dialog [hidden], .vtc-site-header [hidden] { display: none !important; }
.vtc-site-header :is(a,button,summary):focus-visible, .vtc-header-dialog :is(a,button,input):focus-visible { outline: 3px solid #deb938; outline-offset: 4px; }
@media (max-width: 1100px) and (min-width: 901px) {
  .vtc-header-masthead { width: calc(100% - 60px); gap: 18px; }
  .vtc-header-navigation > ul { gap: 21px; padding-inline: 18px; font-size: 13px; }
}
@media (min-width: 901px) {
  .vtc-header-controls { top: 50%; bottom: auto; transform: translateY(-50%); }
  .vtc-header-actions { flex-direction: column; align-items: stretch; gap: 0; }
  .vtc-header-action { flex-direction: row; justify-content: flex-start; min-height: 44px; gap: 16px; padding: 6px 4px; }
  .vtc-header-action svg, .vtc-header-cart-icon { flex: 0 0 23px; width: 23px; }
}
@media (max-width: 900px) {
  .vtc-header-masthead { width: 100%; grid-template-columns: 1fr; gap: 0; padding: 0; }
  .vtc-header-rule { display: none; }
  .vtc-header-brand { justify-content: center; padding: 20px; gap: 14px; }
  .vtc-header-brand img { width: 70px; height: 70px; }
  .vtc-header-wordmark { font-size: 19px; }
  .vtc-header-wordmark > span:first-child { font-size: 27px; }
  .vtc-header-wordmark > span:last-child { margin-top: 5px; }
  .vtc-header-controls { position: static; justify-content: space-between; border-top: 1px solid #a8b5a0; padding: 5px 24px; }
  .vtc-header-actions { gap: 18px; }
  .vtc-header-menu { display: flex; flex-direction: row; gap: 8px; font-size: 13px; padding-inline: 0; }
  .vtc-header-action { min-height: 49px; padding: 4px; gap: 3px; font-size: 11px; }
  .vtc-header-action svg { width: 21px; height: 21px; }
  .vtc-header-navigation { border-top: 0; }
  .vtc-header-navigation > ul { display: none; padding: 8px 24px 18px; }
  .vtc-site-header.is-menu-open .vtc-header-navigation > ul { display: block; }
  .vtc-header-navigation > ul > li { border-top: 1px solid #d5dccb; }
  .vtc-header-navigation > ul > li > a, .vtc-header-pending { width: 100%; min-height: 47px; padding: 10px 0; font-size: 15px; }
}
@media (max-width: 380px) {
  .vtc-header-controls { padding-inline: 17px; }
  .vtc-header-actions { gap: 12px; }
  .vtc-header-brand { gap: 12px; }
  .vtc-header-brand img { width: 60px; height: 60px; }
  .vtc-header-wordmark { font-size: 17px; }
  .vtc-header-wordmark > span:first-child { font-size: 24px; }
  .vtc-header-dialog-heading { padding: 15px 18px; }
  .vtc-header-dialog-body { padding: 20px 18px; }
}
