.elementor .nove-hero,
.elementor .nove-product-section,
.elementor .nove-category-section,
.elementor .nove-whatsapp-panel {
  font-family: var(--f-sans);
}

.nove-hero {
  position: relative;
  min-height: var(--nd-hero-height, 70vh);
  min-height: min(var(--nd-hero-height, 70vh), 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--c-surface);
  color: var(--nd-hero-color, #ffffff);
}

.nove-hero__media,
.nove-hero__media picture,
.nove-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nove-hero__media img {
  object-fit: cover;
}

.nove-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--nd-hero-overlay, .24));
  pointer-events: none;
}

.nove-hero__content {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1560px);
  margin-inline: auto;
  padding: 0 0 56px;
  max-width: 1560px;
}

.nove-hero.text-center .nove-hero__content,
.nove-pos-center .nove-hero__content {
  display: grid;
  justify-items: center;
  text-align: center;
}

.nove-hero__eyebrow {
  margin-bottom: 10px;
  color: currentColor;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.nove-hero h1 {
  max-width: 680px;
  color: currentColor;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.05;
}

.nove-hero p {
  max-width: 560px;
  margin-top: 14px;
  color: currentColor;
  font-size: 17px;
  line-height: 1.45;
}

.nove-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.nove-hero .button--primary {
  border-color: #ffffff;
  background: #ffffff;
  color: #111111;
}

.nove-hero .button--primary:hover {
  background: #eeeeee;
  color: #111111;
}

.nove-hero .button--light {
  border-color: rgba(255, 255, 255, .9);
  background: transparent;
  color: #ffffff;
}

.nove-hero .button--light:hover {
  background: #ffffff;
  color: #111111;
}

.nove-product-section,
.nove-category-section {
  width: min(100% - 48px, 1560px);
  margin-inline: auto;
  padding: 64px 0 0;
}

.nove-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.nove-section-head h2 {
  color: var(--c-text);
  font-size: var(--fs-section);
  font-weight: 600;
  line-height: 1.1;
}

.nove-section-head .text-link {
  margin-bottom: 2px;
}

.nove-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nove-category-card {
  display: grid;
  gap: 10px;
  color: var(--c-text);
}

.nove-category-card__media {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--c-surface);
}

.nove-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur) var(--ease);
}

.nove-category-card__label {
  color: var(--c-text);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

@media (hover: hover) {
  .nove-category-card:hover img {
    transform: scale(1.01);
  }
}

.nove-whatsapp-panel {
  margin-top: 64px;
  padding: 56px 24px;
  background: var(--c-surface);
}

.nove-whatsapp-panel__inner {
  width: min(100%, 1560px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.nove-whatsapp-panel h2 {
  color: var(--c-text);
  font-size: var(--fs-section);
  font-weight: 600;
  line-height: 1.1;
}

.nove-whatsapp-panel p {
  max-width: 620px;
  margin-top: 10px;
  color: var(--c-muted);
  font-size: 16px;
  line-height: 1.5;
}

.nove-whatsapp-panel__button {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .nove-hero {
    min-height: 68svh;
  }

  .nove-hero__content,
  .nove-product-section,
  .nove-category-section {
    width: min(100% - 36px, 1560px);
  }

  .nove-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .nove-whatsapp-panel__inner {
    display: grid;
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .nove-hero {
    min-height: 64svh;
  }

  .nove-hero__content {
    width: min(100% - 28px, 1560px);
    padding-bottom: 34px;
  }

  .nove-hero h1 {
    font-size: 34px;
  }

  .nove-hero p {
    font-size: 16px;
  }

  .nove-hero__actions {
    width: 100%;
  }

  .nove-hero__actions .button {
    flex: 1;
    min-width: 0;
  }

  .nove-product-section,
  .nove-category-section {
    width: min(100% - 28px, 1560px);
    padding-top: 44px;
  }

  .nove-section-head {
    margin-bottom: 14px;
  }

  .nove-section-head h2,
  .nove-whatsapp-panel h2 {
    font-size: 24px;
  }

  .nove-category-card__label {
    font-size: 15px;
  }

  .nove-whatsapp-panel {
    margin-top: 44px;
    padding: 40px 14px;
  }

  .nove-whatsapp-panel__button {
    width: 100%;
  }
}
