.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-883aa33 */:root {
  --wdc-teal-900: #0C3B3E;
  --wdc-teal-700: #115E63;
  --wdc-teal-button: #0D5C63;
  --wdc-teal-500: #16808A;
  --wdc-teal-100: #DCEBEC;
  --wdc-coral-600: #C9483D;
  --wdc-gold-600: #C9851F;
  --wdc-gold-500: #EFA63E;
  --wdc-gold-100: #FBEBCB;
  --wdc-sand-50: #FBF6EC;
  --wdc-cream: #FFFDF8;
  --wdc-ink: #16302E;
  --wdc-ink-soft: #46615E;
  --wdc-font-body: "Plus Jakarta Sans", system-ui, sans-serif;
  --wdc-r-sm: 8px;
  --wdc-r-md: 14px;
  --wdc-shadow: 0 10px 30px -12px rgba(12, 59, 62, .18);
}

/* Header only */
.wdc-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background: var(--wdc-sand-50);
  border-bottom: 1px solid rgba(22, 48, 46, .08);
  font-family: var(--wdc-font-body);
}

.wdc-header * {
  box-sizing: border-box;
}

.wdc-header__bar {
  width: min(1180px, calc(100% - clamp(1.25rem, 5vw, 4rem)));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 2vw, 24px);
  min-width: 0;
}

/* Horizontal logo on all devices */
.wdc-header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 190px;
  width: 190px;
  max-width: 190px;
  height: 58px;
  overflow: hidden;
  text-decoration: none;
}

.wdc-header__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

/* Desktop Navigation */
.wdc-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.4vw, 20px);
  flex: 1 1 auto;
  min-width: 0;
}

.wdc-header__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--wdc-ink);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: -0.01em;
  transition: color .22s ease;
}

.wdc-header__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  height: 2px;
  border-radius: 10px;
  background: var(--wdc-gold-500);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}

.wdc-header__link:hover,
.wdc-header__link:focus-visible {
  color: var(--wdc-teal-700);
}

.wdc-header__link:hover::after,
.wdc-header__link:focus-visible::after {
  transform: scaleX(1);
}

/* Actions */
.wdc-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  flex: 0 0 auto;
  min-width: 0;
}

/* FunnelKit Cart */
.wdc-header__cart-shortcode {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  color: var(--wdc-teal-700);
  background: var(--wdc-cream);
  border: 1px solid rgba(22, 48, 46, .1);
  border-radius: var(--wdc-r-sm);
  box-shadow: 0 8px 20px -16px rgba(12, 59, 62, .22);
  overflow: visible;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.wdc-header__cart-shortcode:hover {
  transform: translateY(-2px);
  background: var(--wdc-teal-100);
  border-color: rgba(22, 128, 138, .25);
}

.wdc-header__cart-shortcode a,
.wdc-header__cart-shortcode button,
.wdc-header__cart-shortcode #fkcart-mini-toggler {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--wdc-teal-700) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.wdc-header__cart-shortcode svg,
.wdc-header__cart-shortcode i {
  width: 20px !important;
  height: 20px !important;
  color: currentColor !important;
  fill: currentColor !important;
}

.wdc-header__cart-shortcode .cart-count,
.wdc-header__cart-shortcode .fkcart-count,
.wdc-header__cart-shortcode .fk-cart-count,
.wdc-header__cart-shortcode .fkcart-item-count,
.wdc-header__cart-shortcode .fkcart-shortcode-count,
.wdc-header__cart-shortcode [class*="count"] {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  color: var(--wdc-ink) !important;
  background: var(--wdc-gold-500) !important;
  border: 2px solid var(--wdc-sand-50);
  border-radius: 999px;
  font-family: var(--wdc-font-body);
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
}

.wdc-header__cart-shortcode .fkcart-item-count[data-item-count="0"],
.wdc-header__cart-shortcode .fkcart-shortcode-count[data-item-count="0"],
.wdc-header__cart-shortcode [class*="count"][data-item-count="0"] {
  display: none !important;
}

.wdc-header__cart-shortcode [class*="label"],
.wdc-header__cart-shortcode [class*="text"],
.wdc-header__cart-shortcode [class*="total"],
.wdc-header__cart-shortcode [class*="amount"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Order Button */
.wdc-header__order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: var(--wdc-ink);
  background: var(--wdc-gold-500);
  border: 1px solid rgba(201, 133, 31, .38);
  border-radius: var(--wdc-r-sm);
  font-size: .86rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: var(--wdc-shadow);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.wdc-header__order:hover,
.wdc-header__order:focus-visible {
  transform: translateY(-2px);
  background: var(--wdc-gold-600);
}

/* Mobile Toggle */
.wdc-header__toggle {
  display: none;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4.5px;
  color: var(--wdc-teal-700);
  background: var(--wdc-cream);
  border: 1px solid rgba(22, 48, 46, .1);
  border-radius: var(--wdc-r-sm);
  box-shadow: 0 8px 20px -16px rgba(12, 59, 62, .22);
  cursor: pointer;
}

.wdc-header__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform .22s ease, opacity .22s ease;
}

.wdc-header__toggle span:nth-child(2) {
  width: 14px;
}

.wdc-header__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.wdc-header__toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.wdc-header__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* Mobile Menu */
.wdc-mobile {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  justify-content: flex-end;
  align-items: stretch;
  padding: 8px;
  background: rgba(12, 59, 62, .62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: opacity .24s ease, visibility .24s ease;
}

.wdc-mobile.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wdc-mobile__panel {
  width: min(370px, 100%);
  max-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: var(--wdc-sand-50);
  border: 1px solid rgba(22, 48, 46, .08);
  border-radius: 17px;
  box-shadow: 0 24px 70px -28px rgba(0, 0, 0, .55);
  transform: translateX(calc(100% + 16px));
  transition: transform .26s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wdc-mobile.is-open .wdc-mobile__panel {
  transform: translateX(0);
}

.wdc-mobile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(22, 48, 46, .09);
}

.wdc-mobile__label {
  color: var(--wdc-coral-600);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wdc-mobile__close {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  color: var(--wdc-ink);
  background: var(--wdc-cream);
  border: 1px solid rgba(22, 48, 46, .1);
  border-radius: var(--wdc-r-sm);
  cursor: pointer;
}

.wdc-mobile__close svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

/* Mobile Links */
.wdc-mobile__nav {
  display: grid;
  gap: 8px;
  padding: 14px 0;
}

.wdc-mobile__nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 9px 11px;
  color: var(--wdc-ink);
  background: var(--wdc-cream);
  border: 1px solid rgba(22, 48, 46, .08);
  border-radius: 12px;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 22px -18px rgba(12, 59, 62, .2);
}

.wdc-mobile__nav a:hover,
.wdc-mobile__nav a:focus-visible {
  color: var(--wdc-teal-700);
  border-color: rgba(22, 128, 138, .24);
  background: var(--wdc-teal-100);
}

.wdc-mobile__icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: var(--wdc-teal-700);
  background: var(--wdc-gold-100);
  border-radius: 10px;
}

.wdc-mobile__icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wdc-mobile__icon--conch svg {
  width: 22px;
  height: 22px;
}

/* Mobile CTAs */
.wdc-mobile__cta-wrap {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}

.wdc-mobile__cta,
.wdc-mobile__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: var(--wdc-r-sm);
  font-size: .9rem;
  font-weight: 900;
  text-decoration: none;
}

.wdc-mobile__cta {
  color: #fff;
  background: var(--wdc-teal-button);
}

.wdc-mobile__secondary {
  color: var(--wdc-ink);
  background: var(--wdc-gold-500);
}

.wdc-mobile__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 9px;
  padding: 11px 12px;
  color: var(--wdc-ink);
  background: var(--wdc-gold-100);
  border-radius: 12px;
}

.wdc-mobile__info span {
  color: var(--wdc-ink-soft);
  font-size: .78rem;
  font-weight: 700;
}

.wdc-mobile__info strong {
  font-size: .86rem;
  font-weight: 900;
}

/* Medium Desktop */
@media (max-width: 1180px) {
  .wdc-header__logo {
    flex-basis: 170px;
    width: 170px;
    max-width: 170px;
    height: 54px;
  }

  .wdc-header__link {
    font-size: .84rem;
  }

  .wdc-header__order {
    padding-inline: 15px;
  }
}

/* Tablet / Mobile */
@media (max-width: 1080px) {
  .wdc-header__bar {
    min-height: 68px;
  }

  .wdc-header__nav {
    display: none;
  }

  .wdc-header__logo {
    flex: 1 1 auto;
    width: auto;
    max-width: 210px;
    height: 50px;
  }

  .wdc-header__logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .wdc-header__toggle {
    display: inline-flex;
  }

  .wdc-mobile {
    display: flex;
  }
}

/* Small Mobile */
@media (max-width: 600px) {
  .wdc-header__bar {
    width: min(100% - 24px, 1180px);
    min-height: 64px;
    gap: 8px;
  }

  .wdc-header__logo {
    max-width: 168px;
    height: 44px;
  }

  .wdc-header__order {
    display: none;
  }

  .wdc-header__cart-shortcode,
  .wdc-header__cart-shortcode a,
  .wdc-header__cart-shortcode button,
  .wdc-header__cart-shortcode #fkcart-mini-toggler,
  .wdc-header__toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }

  .wdc-mobile {
    padding: 7px;
  }

  .wdc-mobile__panel {
    width: min(330px, 100%);
    padding: 11px;
    border-radius: 16px;
  }
}

/* Very Small Mobile */
@media (max-width: 380px) {
  .wdc-header__bar {
    width: min(100% - 18px, 1180px);
  }

  .wdc-header__logo {
    max-width: 145px;
    height: 40px;
  }

  .wdc-header__actions {
    gap: 7px;
  }

  .wdc-mobile__panel {
    width: 100%;
  }

  .wdc-mobile__nav {
    gap: 7px;
  }

  .wdc-mobile__nav a {
    min-height: 48px;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .wdc-header__link,
  .wdc-header__link::after,
  .wdc-header__cart-shortcode,
  .wdc-header__order,
  .wdc-mobile,
  .wdc-mobile__panel,
  .wdc-header__toggle span {
    transition: none;
  }
}/* End custom CSS */