.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ═══════════════════════════════════════════════════
   GLOBAL DESIGN TOKENS
   ═══════════════════════════════════════════════════ */
:root {
  --ahb-navy: #202567;
  --ahb-navy-dk: #171b52;
  --ahb-navy-lt: #2d3280;
  --ahb-beige: #c5a682;
  --ahb-beige-lt: #e3d2bb;
  --ahb-beige-dk: #9a7f5e;
  --ahb-white: #ffffff;
  --ahb-white-pure: #ffffff;
  --ahb-ink: #1a1a1a;
  --ahb-muted: #5a5e7a;
  --ahb-border: rgba(32, 37, 103, 0.12);
  --ahb-border-strong: rgba(32, 37, 103, 0.25);
  --ahb-sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Legacy aliases — used by older nav rules below */
.elementor-element-9686926 {
  --ssn-navy: #202567;
  --ssn-navy-dk: #171b52;
  --ssn-beige: #c5a682;
  --ssn-beige-lt: #e3d2bb;
  --ssn-white: #ffffff;
  --ssn-white-pure: #ffffff;
  --ssn-muted: #5a5e7a;
  --ssn-border: rgba(32, 37, 103, 0.12);
  --ssn-sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ═══════════════════════════════════════════════════
   SEARCH BAR
   ═══════════════════════════════════════════════════ */
.sd-search .elementor-search-form__container {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--ahb-navy) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 44px;
  overflow: hidden;
  transition: border-bottom-color 0.2s ease;
}

.sd-search .elementor-search-form__input {
  background: transparent !important;
  border: none !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  color: var(--ahb-ink) !important;
  min-height: 44px;
}

.sd-search .elementor-search-form__input::placeholder {
  color: var(--ahb-muted) !important;
}

.sd-search .elementor-search-form__submit {
  background: transparent !important;
  border: none !important;
  padding: 0 14px !important;
  min-width: auto !important;
  color: var(--ahb-navy) !important;
}

.sd-search .elementor-search-form__submit svg {
  fill: var(--ahb-navy) !important;
  width: 18px;
  height: 18px;
}

.sd-search .elementor-search-form__submit i {
  color: var(--ahb-navy) !important;
  font-size: 16px !important;
}

.sd-search .elementor-search-form__container:focus-within {
  border-bottom-color: var(--ahb-navy-dk) !important;
  border-bottom-width: 2px !important;
}

/* ═══════════════════════════════════════════════════
   MAIN CATEGORY NAV — DESKTOP
   ═══════════════════════════════════════════════════ */
.elementor-element-9686926 .elementor-nav-menu--main {
  background: var(--ssn-white);
  border-top: 1px solid var(--ssn-border);
  border-bottom: 1px solid var(--ssn-border);
}

.elementor-element-9686926 .elementor-nav-menu {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
}

.elementor-element-9686926 .elementor-nav-menu > li {
  position: relative;
  list-style: none;
}

.elementor-element-9686926 .elementor-nav-menu > li > a.elementor-item {
  position: relative;
  display: inline-block;
  padding: 18px 22px;
  font-family: var(--ssn-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ssn-navy);
  text-decoration: none;
  background: transparent;
  fill: var(--ssn-navy);
  transition: color 0.3s ease;
}

.elementor-element-9686926 .elementor-nav-menu > li:hover > a.elementor-item,
.elementor-element-9686926 .elementor-nav-menu > li:focus-within > a.elementor-item {
  color: var(--ssn-navy-dk);
}

/* Beige underline animation */
.elementor-element-9686926 .elementor-nav-menu > li > a.elementor-item::after {
  content: '';
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 12px;
  height: 2px;
  background: var(--ssn-beige);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.elementor-element-9686926 .elementor-nav-menu > li:hover > a.elementor-item::after,
.elementor-element-9686926 .elementor-nav-menu > li:focus-within > a.elementor-item::after,
.elementor-element-9686926 .elementor-nav-menu > li > a.elementor-item.elementor-item-active::after {
  transform: scaleX(1);
}

/* Kill Elementor's default pointer underline */
.elementor-element-9686926 .elementor-nav-menu--main.e--pointer-underline .elementor-item::before,
.elementor-element-9686926 .elementor-nav-menu--main.e--pointer-underline .elementor-item::after,
.elementor-element-9686926 .elementor-nav-menu--main.e--pointer-underline .elementor-item.elementor-item-active::before,
.elementor-element-9686926 .elementor-nav-menu--main.e--pointer-underline .elementor-item.elementor-item-active::after,
.elementor-element-9686926 .elementor-nav-menu--main.e--pointer-underline .elementor-item.highlighted::before,
.elementor-element-9686926 .elementor-nav-menu--main.e--pointer-underline .elementor-item.highlighted::after,
.elementor-element-9686926 .elementor-nav-menu--main.e--pointer-underline .elementor-item:focus::before,
.elementor-element-9686926 .elementor-nav-menu--main.e--pointer-underline .elementor-item:focus::after,
.elementor-element-9686926 .elementor-nav-menu--main.e--pointer-underline .elementor-item:hover::before,
.elementor-element-9686926 .elementor-nav-menu--main.e--pointer-underline .elementor-item:hover::after {
  background-color: transparent !important;
  background: transparent !important;
}

/* Re-enable our beige underline after the reset */
.elementor-element-9686926 .elementor-nav-menu > li > a.elementor-item::after {
  background: var(--ssn-beige) !important;
}

/* Caret icon */
.elementor-element-9686926 .elementor-nav-menu > li.menu-item-has-children > a.elementor-item svg {
  margin-left: 6px;
  width: 10px;
  height: 10px;
  transition: transform 0.3s ease;
}

.elementor-element-9686926 .elementor-nav-menu > li.menu-item-has-children:hover > a.elementor-item svg {
  transform: rotate(180deg);
}

/* ── Dropdown panel ── */
.elementor-element-9686926 .elementor-nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: var(--ssn-white-pure);
  border: 1px solid var(--ssn-border);
  border-top: 2px solid var(--ssn-beige);
  box-shadow: 0 16px 32px -16px rgba(32, 37, 103, 0.2);
  padding: 8px 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.25s ease,
              transform 0.25s ease,
              visibility 0.25s;
  z-index: 1000;
}

.elementor-element-9686926 .elementor-nav-menu > li:hover > .sub-menu,
.elementor-element-9686926 .elementor-nav-menu > li:focus-within > .sub-menu,
.elementor-element-9686926 .elementor-nav-menu .sub-menu li:hover > .sub-menu,
.elementor-element-9686926 .elementor-nav-menu .sub-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ── Dropdown items ── */
.elementor-element-9686926 .elementor-nav-menu .sub-menu li {
  list-style: none;
  position: relative;
}

.elementor-element-9686926 .elementor-nav-menu .sub-menu a.elementor-sub-item {
  display: block;
  padding: 10px 20px;
  font-family: var(--ssn-sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--ssn-muted);
  text-decoration: none;
  background: transparent;
  border: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.elementor-element-9686926 .elementor-nav-menu .sub-menu a.elementor-sub-item:hover,
.elementor-element-9686926 .elementor-nav-menu .sub-menu a.elementor-sub-item:focus {
  color: var(--ssn-navy);
  background: rgba(197, 166, 130, 0.08);
}

/* Nested sub-menu */
.elementor-element-9686926 .elementor-nav-menu .sub-menu .sub-menu {
  top: -9px;
  left: 100%;
  min-width: 220px;
  border-top: 1px solid var(--ssn-border);
  border-left: 2px solid var(--ssn-beige);
}

.elementor-element-9686926 .elementor-nav-menu .sub-menu .menu-item-has-children > a.elementor-sub-item {
  padding-right: 32px;
}

.elementor-element-9686926 .elementor-nav-menu .sub-menu .menu-item-has-children > a.elementor-sub-item::after {
  content: '›';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--ssn-beige);
  transition: color 0.2s ease, transform 0.3s ease;
}

.elementor-element-9686926 .elementor-nav-menu .sub-menu .menu-item-has-children:hover > a.elementor-sub-item::after {
  color: var(--ssn-navy);
  transform: translateY(-50%) translateX(3px);
}

/* Last-column protection */
.elementor-element-9686926 .elementor-nav-menu > li:nth-last-child(-n+2) > .sub-menu {
  left: auto;
  right: 0;
}

.elementor-element-9686926 .elementor-nav-menu > li:nth-last-child(-n+2) .sub-menu .sub-menu {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 2px solid var(--ssn-beige);
}

/* ── Tablet tweaks ── */
@media (max-width: 1024px) {
  .elementor-element-9686926 .elementor-nav-menu > li > a.elementor-item {
    padding: 16px 14px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .elementor-element-9686926 .elementor-nav-menu > li > a.elementor-item::after {
    left: 14px;
    right: 14px;
  }
}

/* Hide desktop nav on mobile */
@media (max-width: 767px) {
  .elementor-element-9686926 .elementor-nav-menu--main {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════
   MOBILE HEADER — icon row + custom drawer
   ═══════════════════════════════════════════════════ */
@media (max-width: 767px) {

  /* Hide the original Elementor nav widget + default account/cart on mobile */
  .elementor-element-9686926 { display: none !important; }

  .elementor-element-ad42936 > .sd-account-menu,
  .elementor-element-ad42936 > .sd-cart {
    display: none;
  }

  /* Icon row layout */
  .elementor-element-04c4e69 > .e-con-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #ffffff;
    border-top: 1px solid rgba(32, 37, 103, 0.12);
  }

  .elementor-element-04c4e69 { position: relative; }
  .elementor-element-ad42936 { display: contents; }

  .elementor-element-ad42936 > .sd-account-menu,
  .elementor-element-ad42936 > .sd-cart {
    display: flex !important;
    align-items: center;
  }

  /* Account icon */
  .elementor-element-ad42936 .sd-account-menu .elementor-nav-menu {
    display: none !important;
  }

  .elementor-element-ad42936 .sd-account-menu {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .elementor-element-ad42936 .sd-account-menu::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23202567' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='8' r='4'/><path d='M4 21a8 8 0 0 1 16 0'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
  }

  .elementor-element-ad42936 .sd-account-menu::after {
    content: '';
    position: absolute;
    inset: 0;
    cursor: pointer;
  }

  /* Cart icon */
  .elementor-element-ad42936 .sd-cart .jet-blocks-cart__label,
  .elementor-element-ad42936 .sd-cart .jet-blocks-cart__total {
    display: none !important;
  }

  .elementor-element-ad42936 .sd-cart .jet-blocks-cart__heading-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #202567 !important;
    background: transparent !important;
    text-decoration: none;
  }

  .elementor-element-ad42936 .sd-cart .jet-blocks-cart__icon svg {
    width: 22px !important;
    height: 22px !important;
    fill: #202567 !important;
  }

  .elementor-element-ad42936 .sd-cart .jet-blocks-cart__count {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #c5a682 !important;
    color: #202567 !important;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    border: 2px solid #ffffff;
    box-sizing: content-box;
  }

  .elementor-element-ad42936 .sd-cart .jet-blocks-cart__list {
    display: none !important;
  }

  /* ── Custom drawer trigger ── */
  .ahb-mm-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: none;
    color: #202567;
    cursor: pointer;
  }

  /* Overlay backdrop */
  .ahb-mm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(32, 37, 103, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 9998;
  }
  .ahb-mm-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }

  /* Drawer */
  .ahb-mm-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    max-width: 380px;
    background: #202567;
    transform: translateX(-100%);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .ahb-mm-drawer.is-open {
    transform: translateX(0);
  }

  /* Drawer header */
  .ahb-mm-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(197, 166, 130, 0.2);
    flex-shrink: 0;
  }
  .ahb-mm-logo {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 2.5px;
    color: #f3f4f9;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .ahb-mm-logo span {
    font-weight: 700;
    color: #c5a682;
    font-size: 11px;
    letter-spacing: 2px;
  }
  .ahb-mm-close {
    background: transparent;
    border: none;
    color: #f3f4f9;
    padding: 6px;
    cursor: pointer;
    display: flex;
  }
  .ahb-mm-close:hover { color: #c5a682; }

  /* Drawer body (scrollable) */
  .ahb-mm-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 40px;
  }

  /* Cart summary at top of drawer */
  .ahb-mm-cart-summary {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(197, 166, 130, 0.2);
    margin-bottom: 8px;
  }
  .ahb-mm-cart-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: rgba(197, 166, 130, 0.08);
    border: 1px solid rgba(197, 166, 130, 0.25);
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .ahb-mm-cart-link:hover,
  .ahb-mm-cart-link:active {
    background: rgba(197, 166, 130, 0.15);
    border-color: rgba(197, 166, 130, 0.5);
  }
  .ahb-mm-cart-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #c5a682;
    flex-shrink: 0;
  }
  .ahb-mm-cart-badge {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #c5a682;
    color: #202567;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    border: 2px solid #202567;
    box-sizing: content-box;
  }
  .ahb-mm-cart-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }
  .ahb-mm-cart-label {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(243, 244, 249, 0.6);
  }
  .ahb-mm-cart-total {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #f3f4f9;
  }
  .ahb-mm-cart-total .amount {
    color: #f3f4f9;
  }
  .ahb-mm-cart-arrow {
    color: #c5a682;
    flex-shrink: 0;
  }

  /* Menu lists */
  .ahb-mm-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .ahb-mm-item {
    position: relative;
    border-bottom: 1px solid rgba(197, 166, 130, 0.12);
  }

  .ahb-mm-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #f3f4f9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .ahb-mm-link:hover,
  .ahb-mm-link:active {
    color: #c5a682;
    background: rgba(197, 166, 130, 0.05);
  }

  .ahb-mm-label { flex: 1; }

  /* Nested menu depths */
  .ahb-mm-depth-1 .ahb-mm-link {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: none;
    color: rgba(243, 244, 249, 0.75);
    padding: 12px 24px 12px 40px;
  }
  .ahb-mm-depth-2 .ahb-mm-link {
    font-size: 12px;
    color: rgba(243, 244, 249, 0.55);
    padding-left: 56px;
  }

  /* +/− toggle for parent items */
  .ahb-mm-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 8px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
  }
  .ahb-mm-toggle span {
    position: absolute;
    display: block;
    width: 12px;
    height: 1.5px;
    background: #c5a682;
    transition: transform 0.3s ease;
  }
  .ahb-mm-toggle span:nth-child(2) {
    transform: rotate(90deg);
  }
  .ahb-mm-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: rotate(0deg);
  }

  /* Collapsible children */
  .ahb-mm-children {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgba(0, 0, 0, 0.12);
  }
  .ahb-mm-item.is-expanded > .ahb-mm-children {
    max-height: 2000px;
  }

  /* Account section at bottom of drawer */
  .ahb-mm-account {
    margin-top: 24px;
    padding: 20px 24px 0;
    border-top: 1px solid rgba(197, 166, 130, 0.2);
  }
  .ahb-mm-account-heading {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #c5a682;
    margin-bottom: 12px;
  }
  .ahb-mm-account-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ahb-mm-account-list li {
    margin: 0;
  }
  .ahb-mm-account-link {
    display: block;
    padding: 10px 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #f3f4f9;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.25s ease;
  }
  .ahb-mm-account-link:hover,
  .ahb-mm-account-link:active {
    color: #c5a682;
    padding-left: 6px;
  }
  .ahb-mm-account-logout {
    color: rgba(243, 244, 249, 0.55);
    font-size: 13px;
    margin-top: 4px;
  }

  /* Prevent body scroll when drawer is open */
  body.ahb-mm-locked {
    overflow: hidden;
  }
}

/* Hide the custom mobile menu on desktop */
@media (min-width: 768px) {
  .ahb-mm-trigger,
  .ahb-mm-overlay,
  .ahb-mm-drawer {
    display: none !important;
  }
}

/* ── Breadcrumbs ── */
.ahb-breadcrumbs {
    margin: 0 0 4px !important;
    padding: 0 !important;
}

.ahb-breadcrumbs ol {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ahb-breadcrumbs ol li {
    list-style: none !important;
}

.ahb-crumb {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

.ahb-crumb a {
    color: #5a5e7a !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.ahb-crumb a:hover {
    color: #202567 !important;
}

.ahb-crumb.is-current span {
    color: #9a7f5e !important;
}

.ahb-crumb-sep {
    color: rgba(32, 37, 103, 0.25) !important;
    font-weight: 300 !important;
}

@media (max-width: 767px) {
    .ahb-breadcrumbs ol {
        gap: 6px !important;
    }
    .ahb-crumb {
        font-size: 10px !important;
        letter-spacing: 0.12em !important;
    }
}

/* ═══════════════════════════════════════════════════
   JETSMARTFILTERS — filter labels
   ═══════════════════════════════════════════════════ */

.jet-filter-label {
    font-family: var(--ahb-sans) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: var(--ahb-navy) !important;
    margin-bottom: 16px !important;
    line-height: 1.2 !important;
}

/* ═══════════════════════════════════════════════════
   JETSMARTFILTERS — results counter
   ═══════════════════════════════════════════════════ */

.jet-filters-counter {
    font-family: var(--ahb-sans) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: var(--ahb-muted) !important;
    line-height: 1.4 !important;
}

/* Number value inside the counter (e.g. the "42" in "42 results") */
.jet-filters-counter__value,
.jet-filters-counter b,
.jet-filters-counter strong {
    color: var(--ahb-navy) !important;
    font-weight: 600 !important;
}

html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

@media (max-width: 1024px) {
    html, body {
        overflow-x: clip; /* better than hidden — doesn't break sticky */
    }
}

.cads-postcode-banner {
    background: var(--ahb-white-pure, #ffffff);
    border: 2px solid #b84a3e;
    border-left: 6px solid #b84a3e;
    color: var(--ahb-ink, #1a1a1a);
    padding: 18px 22px;
    margin: 0 0 24px;
    font-family: var(--ahb-sans, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-weight: 700;
    line-height: 1.5;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(32, 37, 103, 0.12);
}

.cads-postcode-banner__title {
    display: block;
    font-size: 1.15em;
    margin-bottom: 8px;
    color: #b84a3e;
    letter-spacing: 0.2px;
}

.cads-postcode-banner ul {
    margin: 8px 0 12px 20px;
    font-weight: 700;
    color: var(--ahb-navy, #202567);
}

.cads-postcode-banner p {
    margin: 6px 0;
    color: var(--ahb-ink, #1a1a1a);
}

.cads-postcode-banner p:last-child {
    color: var(--ahb-navy, #202567);
    border-top: 1px solid var(--ahb-beige-lt, #e3d2bb);
    padding-top: 10px;
    margin-top: 12px;
}

.cads-btn-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed !important;
}

/* Hide duplicate H1 inside category descriptions
   (kept in CMS for backwards compat, but the archive hero already shows the title) */
.woocommerce h1.category-header,
.ahb-archive-hero h1.category-header {
    display: none;
}

/* ─────────────────────────────────────────────────
   Sale prices — site-wide brand colours
   ───────────────────────────────────────────────── */

/* Force the new sale price (inside <ins>) to navy */
.woocommerce ins,
.woocommerce ins .woocommerce-Price-amount,
.woocommerce ins .woocommerce-Price-amount.amount,
.woocommerce ins bdi,
.woocommerce ins .woocommerce-Price-currencySymbol,
.woocommerce-page ins,
.woocommerce-page ins .woocommerce-Price-amount,
.woocommerce-page ins bdi,
.woocommerce-page ins .woocommerce-Price-currencySymbol {
    background: transparent !important;
    color: var(--ahb-navy, #202567) !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/* The original/struck-through price */
.woocommerce del,
.woocommerce del .woocommerce-Price-amount,
.woocommerce del bdi,
.woocommerce del .woocommerce-Price-currencySymbol,
.woocommerce-page del,
.woocommerce-page del .woocommerce-Price-amount,
.woocommerce-page del bdi,
.woocommerce-page del .woocommerce-Price-currencySymbol {
    color: var(--ahb-muted, #6b6b6b) !important;
    opacity: 0.75 !important;
    font-weight: 400 !important;
    margin-right: 4px;
}

/* ─────────────────────────────────────────────────
   Sale badge — inset banner with breathing room
   ───────────────────────────────────────────────── */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page span.onsale,
.woocommerce div.product .onsale,
.woocommerce .related.products .onsale,
.woocommerce .upsells.products .onsale,
.woocommerce .cross-sells .onsale {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: 12px !important;
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;

    padding: 8px 16px !important;
    line-height: 1.2 !important;

    background: var(--ahb-beige, #c5a682) !important;
    color: var(--ahb-navy, #202567) !important;
    border: none !important;
    border-radius: 2px !important;

    font-family: var(--ahb-sans, 'Helvetica Neue', Helvetica, Arial, sans-serif) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    z-index: 9 !important;

    transform: none !important;
    box-shadow: 0 2px 6px rgba(32, 37, 103, 0.08) !important;
}

/* Anchor — make sure the product card has positioning context */
.woocommerce ul.products li.product,
.woocommerce .related.products li.product,
.woocommerce .upsells.products li.product,
.woocommerce .cross-sells li.product {
    position: relative !important;
}

/* AHB Contact Page — design tokens already used elsewhere on the site */

/* ── Hero ── */
.ahb-contact-eyebrow .elementor-heading-title {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  color: #c5a682 !important;
  margin: 0 0 16px !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.ahb-contact-title .elementor-heading-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: clamp(36px, 5vw, 56px) !important;
  font-weight: 300 !important;
  letter-spacing: -0.015em !important;
  color: #ffffff !important;
  line-height: 1.1 !important;
  margin: 0 0 20px !important;
}
.ahb-contact-subtitle {
  max-width: 580px;
  margin: 0 auto !important;
}
.ahb-contact-subtitle p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ── Contact info cards ── */
.ahb-contact-card {
  background: #ffffff;
  padding: 36px 28px !important;
  border: 1px solid rgba(32, 37, 103, 0.12);
  border-top: 2px solid #c5a682;
  border-radius: 2px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.ahb-contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(32, 37, 103, 0.08);
}
.ahb-contact-card .elementor-icon-box-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #202567 !important;
  margin: 16px 0 8px !important;
  letter-spacing: -0.005em;
}
.ahb-contact-card .elementor-icon-box-description {
  font-size: 14px;
  line-height: 1.6;
  color: #6b6b6b;
  margin-bottom: 14px;
}
.ahb-contact-card-detail {
  font-size: 14px;
  font-weight: 600;
  color: #202567;
  letter-spacing: 0.02em;
}
.ahb-contact-card-detail a {
  color: #202567;
  text-decoration: none;
  border-bottom: 1px solid #c5a682;
  transition: color 0.2s ease;
}
.ahb-contact-card-detail a:hover {
  color: #171b52;
}

/* ── Form ── */
.ahb-contact-form-title .elementor-heading-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: clamp(24px, 3vw, 32px) !important;
  font-weight: 300 !important;
  letter-spacing: -0.01em !important;
  color: #202567 !important;
  margin: 0 0 28px !important;
}

.ahb-contact-form .elementor-field-group > label {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #202567 !important;
  margin-bottom: 8px !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.ahb-contact-form .elementor-field-textual {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  padding: 12px 16px !important;
  background: #faf9f7 !important;
  border: 1.5px solid rgba(32, 37, 103, 0.12) !important;
  border-radius: 2px !important;
  color: #1a1a1a !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.ahb-contact-form .elementor-field-textual:focus {
  outline: none !important;
  border-color: #202567 !important;
  background: #ffffff !important;
}
.ahb-contact-form textarea.elementor-field-textual {
  min-height: 140px;
  resize: vertical;
}
.ahb-contact-form .elementor-field-required .elementor-field-label::after {
  color: #c5a682 !important;
}
.ahb-contact-form .elementor-button {
  background: #202567 !important;
  color: #ffffff !important;
  border: 1.5px solid #202567 !important;
  border-radius: 2px !important;
  padding: 14px 32px !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
}
.ahb-contact-form .elementor-button:hover {
  background: #171b52 !important;
  border-color: #171b52 !important;
  transform: translateY(-1px);
}

/* ── Map ── */
.ahb-contact-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 1px solid rgba(32, 37, 103, 0.12);
  border-top: 2px solid #c5a682;
  border-radius: 2px;
  overflow: hidden;
  background: #faf9f7;
}
.ahb-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
}
.ahb-contact-map-details {
  margin-top: 20px !important;
  padding: 20px 24px;
  background: #faf9f7;
  border-left: 3px solid #c5a682;
}
.ahb-contact-map-details p {
  font-size: 14px;
  line-height: 1.7;
  color: #1a1a1a;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .ahb-contact-card {
    padding: 28px 22px !important;
  }
  .ahb-contact-map,
  .ahb-contact-map iframe {
    min-height: 320px;
  }
}/* End custom CSS */