.elementor-503 .elementor-element.elementor-element-4d7eb1a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-503 .elementor-element.elementor-element-4d7eb1a{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-afd2ece *//* Oak House Header */

.oh-header {
  --oh-bg: #fffaf1;
  --oh-bg-soft: #f7efe2;
  --oh-text: #241914;
  --oh-muted: #766a5f;
  --oh-border: rgba(63, 46, 33, 0.14);
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #7a4f2a;
  --oh-shadow: 0 18px 50px rgba(42, 28, 18, 0.08);

  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background: rgba(255, 250, 241, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--oh-border);
}

.oh-header * {
  box-sizing: border-box;
}

.oh-header__inner {
  width: min(100% - 48px, 1440px);
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.oh-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  text-decoration: none;
  color: var(--oh-text);
}

.oh-header__brand:hover {
  color: var(--oh-text);
}

.oh-header__brand-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #edf2e8;
  color: var(--oh-green);
  flex: 0 0 auto;
}

.oh-header__brand-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-header__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.oh-header__brand-text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.1vw, 38px);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--oh-text);
}

.oh-header__brand-text small {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--oh-muted);
}

.oh-header__nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.45vw, 28px);
}

.oh-header__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--oh-text);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.oh-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: var(--oh-brown);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.oh-header__nav a:hover {
  color: var(--oh-brown);
}

.oh-header__nav a:hover::after {
  transform: scaleX(1);
}

.oh-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.oh-header__icon-btn {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--oh-text);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.oh-header__icon-btn:hover {
  background: #f2eadc;
  border-color: var(--oh-border);
  transform: translateY(-1px);
  color: var(--oh-text);
}

.oh-header__icon-btn svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-header__cart-count {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--oh-green);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border: 2px solid var(--oh-bg);
}

.oh-header__cart-count:empty {
  display: none;
}

.oh-header__phone {
  min-height: 56px;
  padding: 10px 18px 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: var(--oh-green);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(36, 59, 37, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
}

.oh-header__phone:hover {
  background: var(--oh-green-hover);
  color: #fff;
  transform: translateY(-1px);
}

.oh-header__phone-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  flex: 0 0 auto;
}

.oh-header__phone-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-header__phone span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.oh-header__phone strong {
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.oh-header__phone small {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.82;
  white-space: nowrap;
}

.oh-header__burger {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--oh-border);
  border-radius: 999px;
  background: #fff7ea;
  color: var(--oh-text);
  cursor: pointer;
  padding: 0;
}

.oh-header__burger span {
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.oh-header.is-open .oh-header__burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.oh-header.is-open .oh-header__burger span:nth-child(2) {
  opacity: 0;
}

.oh-header.is-open .oh-header__burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.oh-header__mobile {
  display: none;
}

/* Medium screens */

@media (max-width: 1240px) {
  .oh-header__inner {
    width: min(100% - 36px, 1180px);
    gap: 18px;
  }

  .oh-header__brand {
    min-width: 190px;
  }

  .oh-header__brand-text small {
    display: none;
  }

  .oh-header__nav {
    gap: 14px;
  }

  .oh-header__nav a {
    font-size: 14px;
  }

  .oh-header__phone {
    padding-right: 14px;
  }

  .oh-header__phone small {
    display: none;
  }
}

/* Tablet + mobile */

@media (max-width: 1024px) {
  .oh-header {
    position: sticky;
  }

  .oh-header__inner {
    width: min(100% - 28px, 100%);
    min-height: 72px;
    gap: 12px;
  }

  .oh-header__brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .oh-header__brand-icon {
    width: 34px;
    height: 34px;
  }

  .oh-header__brand-icon svg {
    width: 21px;
    height: 21px;
  }

  .oh-header__brand-text strong {
    font-size: 28px;
  }

  .oh-header__nav {
    display: none;
  }

  .oh-header__phone {
    display: none;
  }

  .oh-header__search,
  .oh-header__account {
    display: none;
  }

  .oh-header__icon-btn {
    width: 42px;
    height: 42px;
    background: #fff7ea;
    border-color: var(--oh-border);
  }

  .oh-header__burger {
    display: inline-flex;
  }

  .oh-header__mobile {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    display: block;
    padding: 16px;
    border: 1px solid var(--oh-border);
    border-radius: 22px;
    background: rgba(255, 250, 241, 0.98);
    box-shadow: var(--oh-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  }

  .oh-header.is-open .oh-header__mobile {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .oh-header__mobile-nav {
    display: grid;
    gap: 8px;
  }

  .oh-header__mobile-nav a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(63, 46, 33, 0.08);
    color: var(--oh-text);
    text-decoration: none;
    font-size: 15px;
    font-weight: 750;
  }

  .oh-header__mobile-nav a:hover {
    background: #f3eadb;
    color: var(--oh-text);
  }

  .oh-header__mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
  }

  .oh-header__mobile-cta a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
  }

  .oh-header__mobile-cta a:first-child {
    background: #fff;
    color: var(--oh-text);
    border: 1px solid var(--oh-border);
  }

  .oh-header__mobile-cta a:last-child {
    background: var(--oh-green);
    color: #fff;
    border: 1px solid var(--oh-green);
  }
}

/* Small mobile */

@media (max-width: 520px) {
  .oh-header__inner {
    width: min(100% - 22px, 100%);
    min-height: 68px;
  }

  .oh-header__brand {
    gap: 9px;
  }

  .oh-header__brand-icon {
    width: 32px;
    height: 32px;
  }

  .oh-header__brand-text strong {
    font-size: 25px;
    letter-spacing: -0.05em;
  }

  .oh-header__actions {
    gap: 7px;
  }

  .oh-header__icon-btn,
  .oh-header__burger {
    width: 40px;
    height: 40px;
  }

  .oh-header__icon-btn svg {
    width: 21px;
    height: 21px;
  }

  .oh-header__mobile {
    left: 10px;
    right: 10px;
    border-radius: 20px;
  }

  .oh-header__mobile-cta {
    grid-template-columns: 1fr;
  }
}
/* Oak House header dropdown */
.oh-header__dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.oh-header__dropdown-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
}

.oh-header__dropdown-toggle svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}

.oh-header__dropdown:hover .oh-header__dropdown-toggle svg {
  transform: rotate(180deg);
}

.oh-header__dropdown-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  z-index: 80;

  min-width: 280px;
  padding: 10px;

  border: 1px solid rgba(54, 39, 28, 0.10);
  border-radius: 18px;
  background: #fffaf0;
  box-shadow: 0 22px 55px rgba(44, 31, 20, 0.16);

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.oh-header__dropdown:hover .oh-header__dropdown-menu,
.oh-header__dropdown:focus-within .oh-header__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.oh-header__dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.oh-header__dropdown-menu a {
  display: flex !important;
  align-items: center;
  width: 100%;
  padding: 11px 13px;
  border-radius: 12px;

  color: #30251d !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
}

.oh-header__dropdown-menu a:hover {
  background: rgba(200, 139, 42, 0.12);
  color: #c88528 !important;
}

/* Mobile product dropdown */
.oh-header__mobile-dropdown {
  width: 100%;
}

.oh-header__mobile-dropdown summary {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(200, 139, 42, 0.10);

  color: #30251d;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.oh-header__mobile-dropdown summary::-webkit-details-marker {
  display: none;
}

.oh-header__mobile-dropdown summary::after {
  content: "⌄";
  font-size: 18px;
  line-height: 1;
  transition: transform .18s ease;
}

.oh-header__mobile-dropdown[open] summary::after {
  transform: rotate(180deg);
}

.oh-header__mobile-dropdown div {
  display: grid;
  gap: 6px;
  padding: 8px 0 4px 12px;
}

.oh-header__mobile-dropdown div a {
  font-size: 14px !important;
  font-weight: 750 !important;
  opacity: .9;
}

@media (max-width: 1180px) {
  .oh-header__nav {
    gap: 18px;
  }

  .oh-header__nav > a,
  .oh-header__dropdown-toggle {
    font-size: 14px;
  }
}/* End custom CSS */