.elementor-1035 .elementor-element.elementor-element-94dd9b7{--display:flex;overflow:visible;}.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-06fda51 *//* HomeVera Footer — paste into Elementor Custom CSS */
/* All .elementor-1035 .elementor-element.elementor-element-06fda51s scoped under .hv-footer */

.hv-footer {
  --hv-footer-brand: #18382B;
  --hv-footer-brand-dark: #10291F;
  --hv-footer-text: #202820;
  --hv-footer-muted: #667067;
  --hv-footer-border: #DDDCD4;
  --hv-footer-soft: #F3EFE4;
  --hv-footer-white: #FAF9F5;
  --hv-footer-radius: 6px;
  --hv-footer-font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;

  font-family: var(--hv-footer-font);
  color: var(--hv-footer-text);
  background: var(--hv-footer-white);
  border-top: 1px solid var(--hv-footer-border);
}

.hv-footer *,
.hv-footer *::before,
.hv-footer *::after {
  box-sizing: border-box;
}

.hv-footer .hv-footer__icon {
  display: block;
  flex-shrink: 0;
  color: currentColor;
}

.hv-footer .hv-footer__container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ========== TRUST STRIP ========== */
.hv-footer .hv-footer__trust {
  background: var(--hv-footer-soft);
  border-bottom: 1px solid var(--hv-footer-border);
}

.hv-footer .hv-footer__trust-list {
  list-style: none;
  margin: 0;
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 24px;
}

.hv-footer .hv-footer__trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.hv-footer .hv-footer__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--hv-footer-white);
  border: 1px solid var(--hv-footer-border);
  color: var(--hv-footer-brand);
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
}

.hv-footer .hv-footer__trust-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.hv-footer .hv-footer__trust-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--hv-footer-text);
  line-height: 1.3;
}

.hv-footer .hv-footer__trust-desc {
  font-size: 13px;
  color: var(--hv-footer-muted);
  line-height: 1.45;
}

/* ========== MAIN ========== */
.hv-footer .hv-footer__main {
  padding-top: 56px;
  padding-bottom: 48px;
  background: var(--hv-footer-white);
}

.hv-footer .hv-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(5, minmax(0, 1fr));
  gap: 32px 24px;
  align-items: start;
}

.hv-footer .hv-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--hv-footer-brand);
  margin-bottom: 14px;
}

.hv-footer .hv-footer__logo-icon {
  color: var(--hv-footer-brand);
}

.hv-footer .hv-footer__logo-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--hv-footer-brand);
}

.hv-footer .hv-footer__brand-desc {
  margin: 0 0 18px;
  max-width: 280px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--hv-footer-muted);
}

.hv-footer .hv-footer__social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hv-footer .hv-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--hv-footer-soft);
  border: 1px solid var(--hv-footer-border);
  color: var(--hv-footer-text);
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.hv-footer .hv-footer__social-icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Keep official brand glyphs readable: no blue fill / white invert on hover */
.hv-footer .hv-footer__social-link:hover {
  background: var(--hv-footer-white);
  border-color: var(--hv-footer-brand);
  color: var(--hv-footer-brand);
}

.hv-footer .hv-footer__accordion-trigger {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 14px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: default;
  color: inherit;
  font: inherit;
}

.hv-footer .hv-footer__accordion-icon {
  display: none;
}

.hv-footer .hv-footer__title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--hv-footer-text);
  line-height: 1.3;
}

.hv-footer .hv-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hv-footer .hv-footer__links > li {
  margin: 0;
  line-height: 32px;
}

.hv-footer .hv-footer__link {
  color: var(--hv-footer-muted);
  text-decoration: none;
  font-size: 13.5px;
  transition: color 0.15s ease;
}

.hv-footer .hv-footer__link:hover {
  color: var(--hv-footer-brand);
}

/* ========== PAYMENT / SHIPPING ========== */
.hv-footer .hv-footer__meta {
  border-top: 1px solid var(--hv-footer-border);
  padding: 22px 0;
  background: var(--hv-footer-white);
}

.hv-footer .hv-footer__meta-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.hv-footer .hv-footer__payments,
.hv-footer .hv-footer__shipping {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.hv-footer .hv-footer__meta-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--hv-footer-text);
}

.hv-footer .fw-payment-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.hv-footer .fw-payment-area h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--hv-footer-text);
  font-family: inherit;
}

.hv-footer .fw-payment-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.hv-footer .fw-payment-icons img {
  display: block;
  height: 24px;
  width: auto;
  max-width: 52px;
  object-fit: contain;
}

.hv-footer .hv-footer__badges {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hv-footer .hv-footer__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--hv-footer-border);
  border-radius: 6px;
  background: var(--hv-footer-white);
  color: var(--hv-footer-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.hv-footer .hv-footer__badge img {
  display: block;
  height: 20px;
  width: auto;
  max-height: 22px;
  object-fit: contain;
}

.hv-footer .hv-footer__badge--couriersplease img {
  width: 110px;
  max-width: none;
  height: 20px;
  object-fit: contain;
}

.hv-footer .hv-footer__badge--startrack {
  background: #F3EFE4;
}

/* ========== BOTTOM ========== */
.hv-footer .hv-footer__bottom {
  background: var(--hv-footer-soft);
  border-top: 1px solid var(--hv-footer-border);
}

.hv-footer .hv-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
}

.hv-footer .hv-footer__copy,
.hv-footer .hv-footer__locale {
  margin: 0;
  font-size: 12.5px;
  color: var(--hv-footer-muted);
  white-space: nowrap;
}

.hv-footer .hv-footer__legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.hv-footer .hv-footer__legal-link {
  font-size: 12.5px;
  color: var(--hv-footer-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.hv-footer .hv-footer__legal-link:hover {
  color: var(--hv-footer-brand);
}

/* ========== TABLET: 768px–1024px ========== */
@media (max-width: 1024px) {
  .hv-footer .hv-footer__trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px 0;
    gap: 18px 20px;
  }

  .hv-footer .hv-footer__main {
    padding-top: 44px;
    padding-bottom: 36px;
  }

  .hv-footer .hv-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .hv-footer .hv-footer__brand {
    grid-column: 1 / -1;
  }

  .hv-footer .hv-footer__brand-desc {
    max-width: 520px;
  }

  .hv-footer .hv-footer__meta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .hv-footer .hv-footer__bottom-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 0;
    gap: 10px 18px;
  }
}

/* ========== MOBILE: ≤767px ========== */
@media (max-width: 767px) {
  .hv-footer .hv-footer__trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 0;
    gap: 14px 12px;
  }

  .hv-footer .hv-footer__trust-item {
    gap: 8px;
  }

  .hv-footer .hv-footer__trust-icon {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .hv-footer .hv-footer__trust-title {
    font-size: 12.5px;
  }

  .hv-footer .hv-footer__trust-desc {
    font-size: 11.5px;
  }

  .hv-footer .hv-footer__main {
    padding-top: 28px;
    padding-bottom: 8px;
  }

  .hv-footer .hv-footer__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hv-footer .hv-footer__brand {
    grid-column: auto;
    padding-bottom: 20px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--hv-footer-border);
  }

  .hv-footer .hv-footer__brand-desc {
    max-width: none;
    margin-bottom: 14px;
  }

  .hv-footer .hv-footer__column {
    border-bottom: 1px solid var(--hv-footer-border);
  }

  .hv-footer .hv-footer__accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }

  .hv-footer .hv-footer__accordion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--hv-footer-muted);
    transition: transform 0.2s ease;
  }

  .hv-footer .hv-footer__column.is-open .hv-footer__accordion-icon {
    transform: rotate(45deg);
  }

  .hv-footer .hv-footer__title {
    margin: 0;
    font-size: 14px;
  }

  .hv-footer .hv-footer__panel {
    display: none;
    padding: 0 0 14px;
  }

  .hv-footer .hv-footer__column.is-open .hv-footer__panel {
    display: block;
  }

  .hv-footer .hv-footer__links > li {
    line-height: 34px;
  }

  .hv-footer .hv-footer__meta {
    padding: 20px 0;
  }

  .hv-footer .hv-footer__meta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .hv-footer .hv-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .hv-footer .hv-footer__copy,
  .hv-footer .hv-footer__locale,
  .hv-footer .hv-footer__legal-link {
    font-size: 12px;
    white-space: normal;
  }

  .hv-footer .hv-footer__legal {
    gap: 0;
    flex-wrap: wrap;
  }

  .hv-footer .hv-footer__legal > li:not(:last-child)::after {
    content: "·";
    margin: 0 8px;
    color: var(--hv-footer-muted);
  }
}

/* Desktop / tablet: accordion chrome inactive, panels always visible */
@media (min-width: 768px) {
  .hv-footer .hv-footer__accordion-trigger {
    pointer-events: none;
  }

  .hv-footer .hv-footer__panel {
    display: block !important;
  }
}/* End custom CSS */