:root {
  --av-black: #0b0b0b;
  --av-dark: #171717;
  --av-ink: #24211f;
  --av-gray: #77716a;
  --av-muted: #a29a91;
  --av-light: #f5f2ec;
  --av-white: #ffffff;
  --av-accent: var(--e-global-color-accent, #ff6a3d);
  --av-accent-dark: var(--e-global-color-accent, #ff6a3d);
  --av-border: #ded8cf;
  --av-radius: 0px;
  --av-max: 1240px;
}


/* Elementor Advanced spacing must remain editable.
   Do not reset .elementor-widget-container margin/padding here. */

.av-widget, .av-widget * { box-sizing: border-box; }
.av-widget { font-family: inherit; }
.av-eyebrow { font-size: 12px; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: var(--av-accent); margin-bottom: 14px; }
.av-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 13px 22px; border: 1px solid transparent; border-radius: var(--av-radius); text-decoration: none !important; font-weight: 800; letter-spacing: .02em; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.av-btn:hover { transform: translateY(-1px); }
.av-btn--primary { background: var(--av-accent); color: #fff !important; border-color: var(--av-accent); }
.av-btn--primary:hover { background: var(--av-accent-dark); border-color: var(--av-accent-dark); filter: brightness(.92); }
.av-btn--ghost { border-color: rgba(255,255,255,.35); color: #fff !important; background: transparent; }
.av-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.av-btn--small { min-height: 38px; padding: 10px 15px; font-size: 13px; background: var(--av-black); color: #fff !important; }
.av-richtext p:last-child { margin-bottom: 0; }

/* Full-width wrappers for boxed premium sections.
   These wrappers control the exterior background so Elementor/theme grey gutters do not show. */
.av-section-wrap {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}

/* Do not force-reset the Elementor widget/container spacing for these widgets.
   This keeps Elementor > Advanced > Margin/Padding fully functional. */


.av-hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(70px, 9vw, 130px) clamp(22px, 5vw, 72px);
  background-color: var(--av-black);
  background-image: none;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.av-hero__bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.av-hero__bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.av-hero.av-hero-fit-cover .av-hero__bg-img { object-fit: cover !important; }
.av-hero.av-hero-fit-contain .av-hero__bg-img { object-fit: contain !important; }
.av-hero.av-hero-fit-fill .av-hero__bg-img { object-fit: fill !important; }
.av-hero.av-hero-fit-none .av-hero__bg-img { object-fit: none !important; }
.av-hero.av-hero-fit-scale-down .av-hero__bg-img { object-fit: scale-down !important; }
.av-hero.av-hero-bg-pos-center-center .av-hero__bg-img { object-position: center center !important; }
.av-hero.av-hero-bg-pos-center-top .av-hero__bg-img { object-position: center top !important; }
.av-hero.av-hero-bg-pos-center-bottom .av-hero__bg-img { object-position: center bottom !important; }
.av-hero.av-hero-bg-pos-left-center .av-hero__bg-img { object-position: left center !important; }
.av-hero.av-hero-bg-pos-right-center .av-hero__bg-img { object-position: right center !important; }
.av-hero__bg-img--tablet,
.av-hero__bg-img--mobile { display: none; }
.av-hero::before { content: ""; position: absolute; inset: 0; background: #000; opacity: .48; z-index: -1; pointer-events: none; }
.av-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(255,255,255,.05), rgba(0,0,0,.34) 62%, rgba(0,0,0,.6)); z-index: -1; pointer-events: none; }
.av-hero--light { background-color: var(--av-light); color: var(--av-ink); }
.av-hero--light::before { background: #fff; opacity: .55; }
.av-hero__content { position: relative; z-index: 1; width: min(100%, 880px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.av-hero--content-left { justify-content: flex-start; }
.av-hero--content-left .av-hero__content { align-items: flex-start; text-align: left; }
.av-hero--content-right { justify-content: flex-end; }
.av-hero--content-right .av-hero__content { align-items: flex-end; text-align: right; }
.av-hero__title { margin: 0; font-size: clamp(34px, 5vw, 72px); line-height: .98; letter-spacing: -.035em; max-width: 960px; color: inherit; text-transform: uppercase; text-wrap: balance; }
.av-hero__text { margin: 18px 0 0; max-width: 620px; color: rgba(255,255,255,.88); font-size: clamp(14px, 1.15vw, 18px); line-height: 1.55; }
.av-hero--light .av-hero__text { color: var(--av-gray); }
.av-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 30px; }
.av-hero--content-left .av-hero__actions { justify-content: flex-start; }
.av-hero--content-right .av-hero__actions { justify-content: flex-end; }
.av-hero--light .av-btn--ghost { color: var(--av-ink) !important; border-color: var(--av-border); }
.av-badges { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 28px; }
.av-hero--content-left .av-badges { justify-content: flex-start; }
.av-hero--content-right .av-badges { justify-content: flex-end; }
.av-badges span { border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.82); font-size: 12px; padding: 8px 10px; text-transform: uppercase; letter-spacing: .08em; background: rgba(0,0,0,.18); }
.av-hero--light .av-badges span { border-color: var(--av-border); color: var(--av-gray); background: rgba(255,255,255,.4); }
.av-hero__spec { position: absolute; z-index: 1; left: clamp(16px, 3vw, 38px); bottom: clamp(16px, 3vw, 32px); background: rgba(0,0,0,.72); color: #fff; padding: 10px 12px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.av-trust-section {
  width: 100%;
  background: #fff;
  padding: clamp(46px, 6vw, 78px) clamp(18px, 4vw, 40px);
  color: var(--av-ink);
  overflow: hidden;
}
.av-trust__inner {
  width: 100%;
  max-width: var(--av-max);
  margin: 0 auto;
}
.av-trust__heading {
  margin: 0 0 clamp(32px, 4vw, 62px);
  color: var(--av-ink);
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -.045em;
  text-transform: none;
  font-weight: 400;
}
.av-trust__grid {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
  --av-trust-gap: 24px;
  align-items: stretch;
  justify-content: center;
}
.av-trust__item {
  width: auto !important;
  flex: 0 1 calc(25% - (var(--av-trust-gap, 24px) * 0.75));
  max-width: calc(25% - (var(--av-trust-gap, 24px) * 0.75));
  min-width: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: clamp(34px, 4vw, 48px) clamp(22px, 3vw, 34px);
  border: 1px solid var(--av-border);
  background: #f5f2ec;
  list-style: none;
}
.av-trust__icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}
.av-trust__icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
  color: currentColor;
}
.av-trust__icon i,
.av-trust__icon .eicon,
.av-trust__icon .fas,
.av-trust__icon .far,
.av-trust__icon .fab {
  display: block;
  font-size: inherit;
  line-height: 1;
  color: inherit;
}
.av-trust__item h3 {
  margin: 0 0 14px;
  max-width: 250px;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.28;
  color: #000;
  font-weight: 800;
}
.av-trust__item p {
  margin: 0;
  max-width: 260px;
  font-size: 15px;
  line-height: 1.65;
  color: #4f4a45;
}

.av-section-head { max-width: 700px; margin: 0 auto 34px; text-align: center; }
.av-section-head h2 { margin: 0; color: var(--av-ink); font-size: clamp(32px, 4vw, 56px); line-height: 1; letter-spacing: -.045em; }
.av-section-head p { margin: 16px 0 0; color: var(--av-gray); font-size: 16px; line-height: 1.6; }
.av-products {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(54px, 7vw, 90px) clamp(18px, 4vw, 40px);
  background: var(--av-light);
}
.av-products__inner { width: 100%; max-width: var(--av-max); margin: 0 auto; }
.av-products__grid { display: grid; gap: 22px; }
.av-products--cols-2 .av-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.av-products--cols-3 .av-products__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.av-products--cols-4 .av-products__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.av-product-card { border: 1px solid var(--av-border); background: #fff; min-width: 0; display: block; color: var(--av-ink); text-decoration: none !important; cursor: pointer; }
.av-product-card__image { display: block; background: var(--av-light); aspect-ratio: 1 / 1; overflow: hidden; }
.av-product-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.av-product-card:hover .av-product-card__image img { transform: scale(1.035); }
.av-product-card:hover .av-product-card__title, .av-product-card:focus .av-product-card__title { color: var(--av-ink); text-decoration: none !important; }
.av-product-card:focus-visible { outline: 2px solid var(--av-accent); outline-offset: 3px; }
.av-product-card__body { display: block; padding: 18px; }
.av-product-card__title { display: block; margin: 0 0 8px; color: var(--av-ink); font-size: 17px; line-height: 1.25; font-weight: 700; text-decoration: none !important; }
.av-product-card__price { display: block; color: var(--av-ink); margin: 0 0 14px; font-size: 12px; line-height: 1.3; font-weight: 500; }
.av-product-card__price .amount { font-size: inherit; font-weight: inherit; color: inherit; }
.av-notice { text-align: center; border: 1px dashed var(--av-border); padding: 22px; color: var(--av-gray); }

.av-feature { max-width: var(--av-max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--av-border); background: #f5f2ec; }
.av-feature--image-left .av-feature__media { order: -1; }
.av-feature__text { padding: clamp(36px, 6vw, 72px); align-self: center; }
.av-feature__text h2 { margin: 0 0 20px; color: var(--av-ink); font-size: clamp(34px, 4.6vw, 64px); line-height: .98; letter-spacing: -.05em; }
.av-richtext { color: var(--av-gray); font-size: 16px; line-height: 1.7; }
.av-feature__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; padding: 0; margin: 28px 0 0; }
.av-feature__list li { border-left: 2px solid var(--av-accent); background: var(--av-light); padding: 12px 14px; color: var(--av-ink); font-weight: 700; font-size: 14px; }
.av-feature__media { min-height: 460px; background: var(--av-light); }
.av-feature__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.av-collection { max-width: var(--av-max); margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 520px; background: #ffffff; color: var(--av-ink); overflow: hidden; }
.av-collection__media img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .9; }
.av-collection__content { padding: clamp(36px, 6vw, 72px); align-self: center; }
.av-collection h2 { margin: 0 0 20px; color: var(--av-ink); font-size: clamp(36px, 5vw, 70px); line-height: .95; letter-spacing: -.052em; }
.av-collection p { color: var(--av-gray); font-size: 17px; line-height: 1.65; margin: 0 0 30px; }

.av-cta { max-width: var(--av-max); margin: 0 auto; padding: clamp(58px, 8vw, 96px) clamp(24px, 6vw, 70px); text-align: center; background: #ffffff; border: 1px solid var(--av-border); }
.av-cta h2 { margin: 0; color: var(--av-ink); font-size: clamp(38px, 5.8vw, 78px); line-height: .94; letter-spacing: -.055em; }
.av-cta p { max-width: 640px; margin: 22px auto 32px; color: var(--av-gray); font-size: 17px; line-height: 1.6; }

@media (max-width: 1024px) {
  .av-hero__bg-img--desktop { display: none; }
  .av-hero__bg-img--tablet { display: block; }
  .av-hero.av-hero-fit-tablet-cover .av-hero__bg-img { object-fit: cover !important; }
  .av-hero.av-hero-fit-tablet-contain .av-hero__bg-img { object-fit: contain !important; }
  .av-hero.av-hero-fit-tablet-fill .av-hero__bg-img { object-fit: fill !important; }
  .av-hero.av-hero-fit-tablet-none .av-hero__bg-img { object-fit: none !important; }
  .av-hero.av-hero-fit-tablet-scale-down .av-hero__bg-img { object-fit: scale-down !important; }
  .av-hero.av-hero-bg-pos-tablet-center-center .av-hero__bg-img { object-position: center center !important; }
  .av-hero.av-hero-bg-pos-tablet-center-top .av-hero__bg-img { object-position: center top !important; }
  .av-hero.av-hero-bg-pos-tablet-center-bottom .av-hero__bg-img { object-position: center bottom !important; }
  .av-hero.av-hero-bg-pos-tablet-left-center .av-hero__bg-img { object-position: left center !important; }
  .av-hero.av-hero-bg-pos-tablet-right-center .av-hero__bg-img { object-position: right center !important; }
  .av-feature, .av-collection { grid-template-columns: 1fr; }
  .av-trust__grid { }
  .av-products--cols-4 .av-products__grid, .av-products--cols-3 .av-products__grid { grid-template-columns: repeat(2, 1fr); }
  .av-feature--image-left .av-feature__media { order: 0; }
}

@media (max-width: 640px) {
  .av-hero__bg-img--desktop,
  .av-hero__bg-img--tablet { display: none; }
  .av-hero__bg-img--mobile { display: block; }
  .av-hero.av-hero-fit-mobile-cover .av-hero__bg-img { object-fit: cover !important; }
  .av-hero.av-hero-fit-mobile-contain .av-hero__bg-img { object-fit: contain !important; }
  .av-hero.av-hero-fit-mobile-fill .av-hero__bg-img { object-fit: fill !important; }
  .av-hero.av-hero-fit-mobile-none .av-hero__bg-img { object-fit: none !important; }
  .av-hero.av-hero-fit-mobile-scale-down .av-hero__bg-img { object-fit: scale-down !important; }
  .av-hero.av-hero-bg-pos-mobile-center-center .av-hero__bg-img { object-position: center center !important; }
  .av-hero.av-hero-bg-pos-mobile-center-top .av-hero__bg-img { object-position: center top !important; }
  .av-hero.av-hero-bg-pos-mobile-center-bottom .av-hero__bg-img { object-position: center bottom !important; }
  .av-hero.av-hero-bg-pos-mobile-left-center .av-hero__bg-img { object-position: left center !important; }
  .av-hero.av-hero-bg-pos-mobile-right-center .av-hero__bg-img { object-position: right center !important; }
  .av-hero { padding: 86px 22px 72px; }
  .av-hero__title { font-size: 38px; }
  .av-hero--mobile-buttons-full .av-hero__actions .av-btn { width: 100%; }
  .av-badges span { flex: 1 1 auto; text-align: center; }
  .av-trust-section { padding: 38px 18px; }
  .av-trust__grid { gap: 18px; --av-trust-gap: 18px; }
  .av-trust__item { padding: 30px 20px; }
  .av-products { padding-left: 18px; padding-right: 18px; }
  .av-products__grid, .av-products--cols-2 .av-products__grid, .av-products--cols-3 .av-products__grid, .av-products--cols-4 .av-products__grid { grid-template-columns: 1fr; }
  .av-product-card__body { padding: 16px; }
  .av-feature__text, .av-collection__content { padding: 34px 22px; }
  .av-feature__media { min-height: 320px; }
  .av-feature__list { grid-template-columns: 1fr; }
  .av-collection { min-height: auto; }
  .av-collection__media { min-height: 320px; }
  .av-cta { padding: 46px 22px; }
}

/* Hero visibility variants */
.av-hero--no-badges .av-hero__actions { margin-top: 24px; }
.av-hero--no-spec { padding-bottom: clamp(56px, 7vw, 110px); }
.av-hero--compact { padding-top: clamp(56px, 7vw, 105px); padding-bottom: clamp(56px, 7vw, 105px); }

@media (max-width: 640px) {
  .av-hero--compact { padding-top: 68px; padding-bottom: 60px; }
}

/* 0.1.11 Hero image sizing: explicit modes, not object-fit-only. */
.av-hero .av-hero__bg-img {
  position: absolute !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  max-width: none !important;
  max-height: none !important;
}
.av-hero .av-hero__bg-img--desktop { display: block !important; }

/* Cubrir: fills width and height; may crop or enlarge. */
.av-hero.av-hero-fit-cover .av-hero__bg-img--desktop {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Contener por ancho: scales to container width only; does not force the image to cover height. */
.av-hero.av-hero-fit-contain .av-hero__bg-img--desktop {
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: auto !important;
  object-fit: initial !important;
}
.av-hero.av-hero-fit-fill .av-hero__bg-img--desktop {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
}
.av-hero.av-hero-fit-none .av-hero__bg-img--desktop,
.av-hero.av-hero-fit-scale-down .av-hero__bg-img--desktop {
  top: 50% !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
}
.av-hero.av-hero-fit-scale-down .av-hero__bg-img--desktop {
  max-width: 100% !important;
  max-height: 100% !important;
}

/* Position handling for cover mode. */
.av-hero.av-hero-fit-cover.av-hero-bg-pos-center-center .av-hero__bg-img--desktop { object-position: center center !important; }
.av-hero.av-hero-fit-cover.av-hero-bg-pos-center-top .av-hero__bg-img--desktop { object-position: center top !important; }
.av-hero.av-hero-fit-cover.av-hero-bg-pos-center-bottom .av-hero__bg-img--desktop { object-position: center bottom !important; }
.av-hero.av-hero-fit-cover.av-hero-bg-pos-left-center .av-hero__bg-img--desktop { object-position: left center !important; }
.av-hero.av-hero-fit-cover.av-hero-bg-pos-right-center .av-hero__bg-img--desktop { object-position: right center !important; }

/* Position handling for contain-by-width mode. */
.av-hero.av-hero-fit-contain.av-hero-bg-pos-center-top .av-hero__bg-img--desktop { top: 0 !important; }
.av-hero.av-hero-fit-contain.av-hero-bg-pos-center-center .av-hero__bg-img--desktop,
.av-hero.av-hero-fit-contain.av-hero-bg-pos-left-center .av-hero__bg-img--desktop,
.av-hero.av-hero-fit-contain.av-hero-bg-pos-right-center .av-hero__bg-img--desktop { top: 50% !important; transform: translateY(-50%) !important; }
.av-hero.av-hero-fit-contain.av-hero-bg-pos-center-bottom .av-hero__bg-img--desktop { top: auto !important; bottom: 0 !important; }

@media (max-width: 1024px) {
  .av-hero .av-hero__bg-img--desktop { display: none !important; }
  .av-hero .av-hero__bg-img--tablet { display: block !important; }

  .av-hero.av-hero-fit-tablet-cover .av-hero__bg-img--tablet {
    inset: 0 !important; width: 100% !important; height: 100% !important; object-fit: cover !important; transform: none !important;
  }
  .av-hero.av-hero-fit-tablet-contain .av-hero__bg-img--tablet {
    top: 0 !important; left: 0 !important; right: auto !important; bottom: auto !important; width: 100% !important; height: auto !important; object-fit: initial !important; transform: none !important;
  }
  .av-hero.av-hero-fit-tablet-fill .av-hero__bg-img--tablet {
    inset: 0 !important; width: 100% !important; height: 100% !important; object-fit: fill !important; transform: none !important;
  }
  .av-hero.av-hero-fit-tablet-none .av-hero__bg-img--tablet,
  .av-hero.av-hero-fit-tablet-scale-down .av-hero__bg-img--tablet {
    top: 50% !important; left: 50% !important; width: auto !important; height: auto !important; transform: translate(-50%, -50%) !important;
  }
  .av-hero.av-hero-fit-tablet-scale-down .av-hero__bg-img--tablet { max-width: 100% !important; max-height: 100% !important; }

  .av-hero.av-hero-fit-tablet-cover.av-hero-bg-pos-tablet-center-center .av-hero__bg-img--tablet { object-position: center center !important; }
  .av-hero.av-hero-fit-tablet-cover.av-hero-bg-pos-tablet-center-top .av-hero__bg-img--tablet { object-position: center top !important; }
  .av-hero.av-hero-fit-tablet-cover.av-hero-bg-pos-tablet-center-bottom .av-hero__bg-img--tablet { object-position: center bottom !important; }
  .av-hero.av-hero-fit-tablet-cover.av-hero-bg-pos-tablet-left-center .av-hero__bg-img--tablet { object-position: left center !important; }
  .av-hero.av-hero-fit-tablet-cover.av-hero-bg-pos-tablet-right-center .av-hero__bg-img--tablet { object-position: right center !important; }

  .av-hero.av-hero-fit-tablet-contain.av-hero-bg-pos-tablet-center-top .av-hero__bg-img--tablet { top: 0 !important; }
  .av-hero.av-hero-fit-tablet-contain.av-hero-bg-pos-tablet-center-center .av-hero__bg-img--tablet,
  .av-hero.av-hero-fit-tablet-contain.av-hero-bg-pos-tablet-left-center .av-hero__bg-img--tablet,
  .av-hero.av-hero-fit-tablet-contain.av-hero-bg-pos-tablet-right-center .av-hero__bg-img--tablet { top: 50% !important; transform: translateY(-50%) !important; }
  .av-hero.av-hero-fit-tablet-contain.av-hero-bg-pos-tablet-center-bottom .av-hero__bg-img--tablet { top: auto !important; bottom: 0 !important; }
}

@media (max-width: 640px) {
  .av-hero .av-hero__bg-img--desktop,
  .av-hero .av-hero__bg-img--tablet { display: none !important; }
  .av-hero .av-hero__bg-img--mobile { display: block !important; }

  .av-hero.av-hero-fit-mobile-cover .av-hero__bg-img--mobile {
    inset: 0 !important; width: 100% !important; height: 100% !important; object-fit: cover !important; transform: none !important;
  }
  .av-hero.av-hero-fit-mobile-contain .av-hero__bg-img--mobile {
    top: 0 !important; left: 0 !important; right: auto !important; bottom: auto !important; width: 100% !important; height: auto !important; object-fit: initial !important; transform: none !important;
  }
  .av-hero.av-hero-fit-mobile-fill .av-hero__bg-img--mobile {
    inset: 0 !important; width: 100% !important; height: 100% !important; object-fit: fill !important; transform: none !important;
  }
  .av-hero.av-hero-fit-mobile-none .av-hero__bg-img--mobile,
  .av-hero.av-hero-fit-mobile-scale-down .av-hero__bg-img--mobile {
    top: 50% !important; left: 50% !important; width: auto !important; height: auto !important; transform: translate(-50%, -50%) !important;
  }
  .av-hero.av-hero-fit-mobile-scale-down .av-hero__bg-img--mobile { max-width: 100% !important; max-height: 100% !important; }

  .av-hero.av-hero-fit-mobile-cover.av-hero-bg-pos-mobile-center-center .av-hero__bg-img--mobile { object-position: center center !important; }
  .av-hero.av-hero-fit-mobile-cover.av-hero-bg-pos-mobile-center-top .av-hero__bg-img--mobile { object-position: center top !important; }
  .av-hero.av-hero-fit-mobile-cover.av-hero-bg-pos-mobile-center-bottom .av-hero__bg-img--mobile { object-position: center bottom !important; }
  .av-hero.av-hero-fit-mobile-cover.av-hero-bg-pos-mobile-left-center .av-hero__bg-img--mobile { object-position: left center !important; }
  .av-hero.av-hero-fit-mobile-cover.av-hero-bg-pos-mobile-right-center .av-hero__bg-img--mobile { object-position: right center !important; }

  .av-hero.av-hero-fit-mobile-contain.av-hero-bg-pos-mobile-center-top .av-hero__bg-img--mobile { top: 0 !important; }
  .av-hero.av-hero-fit-mobile-contain.av-hero-bg-pos-mobile-center-center .av-hero__bg-img--mobile,
  .av-hero.av-hero-fit-mobile-contain.av-hero-bg-pos-mobile-left-center .av-hero__bg-img--mobile,
  .av-hero.av-hero-fit-mobile-contain.av-hero-bg-pos-mobile-right-center .av-hero__bg-img--mobile { top: 50% !important; transform: translateY(-50%) !important; }
  .av-hero.av-hero-fit-mobile-contain.av-hero-bg-pos-mobile-center-bottom .av-hero__bg-img--mobile { top: auto !important; bottom: 0 !important; }
}

/* Trust Bar 0.1.15 */
@media (max-width: 640px) {
  .av-trust--hide-desc-mobile .av-trust__item p {
    display: none !important;
  }
  .av-trust--hide-desc-mobile .av-trust__item h3 {
    margin-bottom: 0 !important;
  }
}


/* Trust Bar 0.1.16 - mobile compact layout */
@media (max-width: 640px) {
  .av-trust--mobile-compact.av-trust-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .av-trust--mobile-compact .av-trust__heading {
    margin-bottom: 26px;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1;
    letter-spacing: -.045em;
    font-weight: 400;
  }

  .av-trust--mobile-compact .av-trust__grid {
    gap: 12px !important;
    align-items: start;
  }

  .av-trust--mobile-compact .av-trust__item {
    min-height: 0 !important;
    padding: 16px 8px !important;
    justify-content: flex-start;
  }

  .av-trust--mobile-compact.av-trust--mobile-minimal .av-trust__item {
    border-color: transparent !important;
    background: transparent !important;
  }

  .av-trust--mobile-compact .av-trust__icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin-bottom: 10px !important;
    font-size: 17px !important;
  }

  .av-trust--mobile-compact .av-trust__icon svg {
    width: 17px !important;
    height: 17px !important;
  }

  .av-trust--mobile-compact .av-trust__icon i,
  .av-trust--mobile-compact .av-trust__icon .eicon,
  .av-trust--mobile-compact .av-trust__icon .fas,
  .av-trust--mobile-compact .av-trust__icon .far,
  .av-trust--mobile-compact .av-trust__icon .fab {
    font-size: 17px !important;
  }

  .av-trust--mobile-compact .av-trust__item h3 {
    max-width: none;
    margin-bottom: 0 !important;
    font-size: clamp(13px, 4.1vw, 16px) !important;
    line-height: 1.18 !important;
    letter-spacing: .02em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }
}


/* Trust Bar 0.1.17 - stronger Elementor mobile preview handling */
@media (max-width: 767px) {
  .av-trust--hide-desc-mobile .av-trust__item p {
    display: none !important;
  }

  .av-trust--hide-desc-mobile .av-trust__item h3 {
    margin-bottom: 0 !important;
  }

  .av-trust--mobile-compact.av-trust-section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .av-trust--mobile-compact .av-trust__grid {
    align-items: start !important;
  }

  .av-trust--mobile-compact .av-trust__item {
    min-height: 0 !important;
    padding: 12px 6px !important;
    justify-content: flex-start !important;
  }

  .av-trust--mobile-compact.av-trust--mobile-minimal .av-trust__item {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .av-trust--mobile-compact .av-trust__icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    margin-bottom: 8px !important;
    font-size: 16px !important;
  }

  .av-trust--mobile-compact .av-trust__icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .av-trust--mobile-compact .av-trust__icon i,
  .av-trust--mobile-compact .av-trust__icon .eicon,
  .av-trust--mobile-compact .av-trust__icon .fas,
  .av-trust--mobile-compact .av-trust__icon .far,
  .av-trust--mobile-compact .av-trust__icon .fab {
    font-size: 16px !important;
  }

  .av-trust--mobile-compact .av-trust__item h3 {
    max-width: none !important;
    margin-bottom: 0 !important;
    font-size: clamp(12px, 3.6vw, 15px) !important;
    line-height: 1.16 !important;
    letter-spacing: .02em !important;
    text-wrap: balance;
  }

  .av-trust--mobile-compact .av-trust__heading {
    margin-bottom: 28px !important;
  }
}


/* Trust Bar 0.1.18 - flex layout, true alignment and safer mobile compact mode */
.av-trust-section .av-trust__grid {
  display: flex !important;
  flex-wrap: wrap !important;
}
.av-trust-section .av-trust__grid > .av-trust__item {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

@media (max-width: 767px) {
  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact .av-trust__grid {
    gap: min(var(--av-trust-gap, 14px), 14px) !important;
    align-items: stretch !important;
  }

  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact .av-trust__grid > .av-trust__item {
    min-height: 0 !important;
    height: auto !important;
    padding: 14px 6px !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }

  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact.av-trust--mobile-minimal .av-trust__grid > .av-trust__item {
    border-width: 0 !important;
    border-color: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact .av-trust__icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    margin: 0 0 8px !important;
    font-size: 15px !important;
  }

  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact .av-trust__icon svg {
    width: 15px !important;
    height: 15px !important;
  }

  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact .av-trust__icon i,
  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact .av-trust__icon .eicon,
  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact .av-trust__icon .fas,
  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact .av-trust__icon .far,
  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact .av-trust__icon .fab {
    font-size: 15px !important;
  }

  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact .av-trust__item h3 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(11px, 3.15vw, 14px) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  .elementor-widget-aureavera_trust_bar .av-trust-section.av-trust--mobile-compact .av-trust__item p {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }
}


/* 0.1.24 - Keep Elementor Advanced margins visually clean.
   When a user adds margin in Elementor > Advanced, the margin area belongs to the parent container.
   These fallbacks make the widget wrapper and common Elementor parent containers white by default,
   so grey theme/container backgrounds do not appear as bars around these premium sections. */
.elementor-widget-aureavera_feature_split,
.elementor-widget-aureavera_collection_banner,
.elementor-widget-aureavera_cta_final,
.elementor-widget-aureavera_feature_split > .elementor-widget-container,
.elementor-widget-aureavera_collection_banner > .elementor-widget-container,
.elementor-widget-aureavera_cta_final > .elementor-widget-container {
  background-color: #ffffff;
}

/* Parent-container fallback for modern browsers. This only targets containers that directly hold
   one of these widgets and prevents Elementor/theme grey from showing through widget margins. */
.e-con:has(> .elementor-widget-aureavera_feature_split),
.e-con:has(> .elementor-widget-aureavera_collection_banner),
.e-con:has(> .elementor-widget-aureavera_cta_final),
.elementor-column:has(> .elementor-widget-wrap > .elementor-widget-aureavera_feature_split),
.elementor-column:has(> .elementor-widget-wrap > .elementor-widget-aureavera_collection_banner),
.elementor-column:has(> .elementor-widget-wrap > .elementor-widget-aureavera_cta_final),
.elementor-widget-wrap:has(> .elementor-widget-aureavera_feature_split),
.elementor-widget-wrap:has(> .elementor-widget-aureavera_collection_banner),
.elementor-widget-wrap:has(> .elementor-widget-aureavera_cta_final) {
  background-color: #ffffff;
}

/* 0.1.29 - Hero responsive fit default fix / Aurea Footer Premium */
.av-footer-section {
  background: #f5f2ec;
  padding: 0;
}

.av-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(44px, 5vw, 72px) clamp(28px, 5vw, 72px) clamp(24px, 3vw, 36px);
  background: #f5f2ec;
  color: var(--av-ink);
  border-radius: 0;
  overflow: hidden;
}

.av-footer__top,
.av-footer__bottom {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.av-footer__top {
  display: grid;
  grid-template-columns: minmax(190px, 1.3fr) minmax(170px, 1fr) minmax(160px, .9fr) minmax(150px, .9fr);
  column-gap: clamp(34px, 7vw, 110px);
  row-gap: 34px;
  align-items: start;
}

.av-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--av-black) !important;
  text-decoration: none !important;
}

.av-footer__brand-img {
  width: 42px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.av-footer__monogram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -.12em;
  color: currentColor;
}

.av-footer__brand-text {
  font-family: "Montserrat", Sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: currentColor;
}

.av-footer__brand-accent {
  color: var(--av-accent);
}

.av-footer__col h3 {
  margin: 0;
  color: currentColor;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 900;
}

.av-footer__links nav,
.av-footer__legal,
.av-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.av-footer__col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.av-footer__links a,
.av-footer__contact a,
.av-footer__legal a,
.av-footer__copyright {
  color: currentColor;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .08em;
  font-weight: 700;
  text-decoration: none !important;
}

.av-footer__links a:hover,
.av-footer__contact a:hover,
.av-footer__legal a:hover {
  color: var(--av-accent) !important;
}

.av-footer__social-list {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.av-footer__social-list a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2ccc3;
  color: currentColor !important;
  background: transparent;
  text-decoration: none !important;
  transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.av-footer__social-list a:hover {
  border-color: var(--av-accent);
  color: var(--av-accent) !important;
  transform: translateY(-1px);
}

.av-footer__social-list svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.av-footer__social-list i,
.av-footer__social-list .eicon,
.av-footer__social-list .fas,
.av-footer__social-list .far,
.av-footer__social-list .fab {
  font-size: 16px;
}

.av-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-top: clamp(48px, 7vw, 84px);
  padding-top: 34px;
  border-top: 1px solid #d2ccc3;
}

.av-footer__copyright {
  text-transform: uppercase;
}

.av-footer__legal {
  flex-direction: row;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .av-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .av-footer {
    padding: 34px 24px 26px;
  }

  .av-footer__top {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .av-footer__brand-link {
    gap: 12px;
  }

  .av-footer__brand-text {
    font-size: 28px;
  }

  .av-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 38px;
    padding-top: 24px;
  }

  .av-footer__legal {
    gap: 20px;
  }
}
