.elementor-32368 .elementor-element.elementor-element-e6b5383{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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;}/* Start custom CSS for html, class: .elementor-element-6f1cc65 *//* ═══════════════════════════════════════════════════
   ARROW HAIR & BEAUTY — FOOTER
   Navy background, beige accents, 3-column + brand
   ═══════════════════════════════════════════════════ */

.ahb-footer {
  background: var(--ahb-navy);
  color: var(--ahb-white);
  font-family: var(--ahb-sans);
  padding: 60px 0 0;
}

.ahb-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── Top: 4-column grid ── */
.ahb-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(197, 166, 130, 0.2);
}

/* ══════════════════════════════════════
   BRAND COLUMN
   ══════════════════════════════════════ */
.ahb-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ahb-footer-logo {
  font-family: var(--ahb-sans);
  font-size: 20px;
  letter-spacing: 3px;
  color: var(--ahb-white);
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ahb-footer-logo span {
  font-weight: 700;
  color: var(--ahb-beige);
  font-size: 13px;
  letter-spacing: 2.5px;
}

.ahb-footer-tagline {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(243, 244, 249, 0.7);
  margin: 0;
}

/* Social icons */
.ahb-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.ahb-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--ahb-beige);
  background: transparent;
  border: 1px solid rgba(197, 166, 130, 0.35);
  border-radius: 2px;
  text-decoration: none;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.ahb-footer-social a:hover {
  color: var(--ahb-navy);
  background: var(--ahb-beige);
  border-color: var(--ahb-beige);
}

/* ══════════════════════════════════════
   COLUMN HEADINGS
   ══════════════════════════════════════ */
.ahb-footer-heading {
  font-family: var(--ahb-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ahb-beige-lt);
  margin: 0 0 20px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(197, 166, 130, 0.2);
  position: relative;
}

.ahb-footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 1px;
  background: var(--ahb-beige);
}

/* ══════════════════════════════════════
   MENU COLUMNS (dynamic from WP)
   ══════════════════════════════════════ */
.ahb-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ahb-footer-menu li {
  list-style: none;
  margin: 0;
}

.ahb-footer-menu a {
  display: inline-flex;
  align-items: center;
  font-family: var(--ahb-sans);
  font-size: 13px;
  font-weight: 400;
  color: rgba(243, 244, 249, 0.75);
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease, padding-left 0.25s ease;
  position: relative;
}

.ahb-footer-menu a::before {
  content: '›';
  position: absolute;
  left: -14px;
  color: var(--ahb-beige);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform: translateX(-4px);
}

.ahb-footer-menu a:hover {
  color: var(--ahb-beige);
  padding-left: 4px;
}

.ahb-footer-menu a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* ══════════════════════════════════════
   CONTACT COLUMN
   ══════════════════════════════════════ */
.ahb-footer-contact-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ahb-footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(243, 244, 249, 0.75);
}

.ahb-footer-contact-list svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--ahb-beige);
}

.ahb-footer-contact-list a {
  color: rgba(243, 244, 249, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ahb-footer-contact-list a:hover {
  color: var(--ahb-beige);
}

/* ══════════════════════════════════════
   NEWSLETTER FORM
   ══════════════════════════════════════ */
.ahb-footer-newsletter {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(197, 166, 130, 0.15);
}

.ahb-footer-newsletter-label {
  display: block;
  font-family: var(--ahb-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ahb-beige);
  margin-bottom: 6px;
}

.ahb-footer-newsletter-desc {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(243, 244, 249, 0.65);
  margin: 0 0 12px;
}

.ahb-footer-newsletter-row {
  display: flex;
  align-items: stretch;
  background: transparent;
  border: 1px solid rgba(197, 166, 130, 0.35);
  border-radius: 2px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.ahb-footer-newsletter-row:focus-within {
  border-color: var(--ahb-beige);
}

.ahb-footer-newsletter input[type="email"] {
  flex: 1 1 auto;
  padding: 10px 12px;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--ahb-sans);
  font-size: 13px;
  color: var(--ahb-white);
  min-width: 0;
}

.ahb-footer-newsletter input[type="email"]::placeholder {
  color: rgba(243, 244, 249, 0.4);
}

.ahb-footer-newsletter button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  padding: 0;
  background: var(--ahb-beige);
  color: var(--ahb-navy);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.ahb-footer-newsletter button:hover {
  background: var(--ahb-beige-lt);
  color: var(--ahb-navy-dk);
}

/* ══════════════════════════════════════
   BOTTOM BAR
   ══════════════════════════════════════ */
.ahb-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 20px 0 24px;
}

.ahb-footer-copyright {
  font-size: 12px;
  color: rgba(243, 244, 249, 0.55);
  margin: 0;
}

.ahb-footer-legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.ahb-footer-legal li {
  list-style: none;
  margin: 0;
}

.ahb-footer-legal a {
  font-size: 12px;
  color: rgba(243, 244, 249, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ahb-footer-legal a:hover {
  color: var(--ahb-beige);
}

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */
@media (max-width: 1024px) {
  .ahb-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .ahb-footer-brand {
    grid-column: span 2;
    margin-bottom: 8px;
  }
}

@media (max-width: 640px) {
  .ahb-footer {
    padding: 40px 0 0;
  }
  
  .ahb-footer-inner {
    padding: 0 20px;
  }
  
  .ahb-footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 32px;
  }
  
  .ahb-footer-brand {
    grid-column: auto;
  }
  
  .ahb-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
  
  .ahb-footer-legal {
    gap: 16px;
  }
}

.ahb-footer-brand {
    grid-column: 1 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Kill any weird link wrappers that WooCommerce Brand plugins inject */
.ahb-footer a.e-image-link-base {
    display: contents !important;
}

.ahb-footer a[href*="/brand/"]:empty {
    display: none !important;
}/* End custom CSS */