.medicore-products-loaded {
  background: #ffffff;
}

.medicore-products-main {
  color: #0b1726;
  font-family: "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif;
}

.novamira-products-hero {
  padding: 58px 0 34px;
}

.novamira-products-hero .section-heading {
  align-items: flex-end;
  gap: 24px;
}

.novamira-products-hero h1,
.novamira-product-heading h2 {
  letter-spacing: 0;
}

.novamira-products-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: .98;
}

.novamira-products-hero p,
.novamira-product-heading p {
  max-width: 780px;
}

.novamira-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.novamira-category-nav a {
  border: 1px solid rgba(8, 120, 222, .16);
  border-radius: 999px;
  color: #0b1726;
  background: #f4f7fb;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 14px;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}

.novamira-category-nav a:hover,
.novamira-category-nav a:focus {
  background: #0878de;
  border-color: #0878de;
  color: #ffffff;
  transform: translateY(-2px);
}

.novamira-product-heading {
  padding: 44px 0 12px;
}

.novamira-product-heading .section-heading {
  align-items: flex-end;
  gap: 20px;
}

.novamira-product-heading h2 {
  margin: 6px 0 8px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
}

.novamira-product-heading .text-link {
  white-space: nowrap;
}

.novamira-products-loaded .elementor-widget-loop-grid {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 12px;
}

.novamira-products-loaded .elementor-loop-container,
.novamira-products-loaded .e-loop__load-more {
  --grid-column-gap: 24px;
  --grid-row-gap: 24px;
}

.novamira-products-loaded .e-loop-item {
  animation: medicoreProductRise .65s ease both;
}

.novamira-loop-card {
  background: #f4f7fb;
  border: 1px solid rgba(7, 24, 39, .06);
  border-radius: 0;
  min-height: 260px;
  overflow: hidden;
  padding: 22px 18px 20px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.novamira-loop-card:hover {
  border-color: rgba(8, 120, 222, .22);
  box-shadow: 0 20px 42px rgba(7, 24, 39, .08);
  transform: translateY(-4px);
}

.novamira-loop-card .elementor-widget-theme-post-featured-image {
  margin-bottom: 16px;
}

.novamira-loop-card img {
  display: block;
  width: 100%;
  height: 178px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .35s ease;
}

.novamira-loop-card:hover img {
  transform: scale(1.03);
}

.novamira-loop-card .elementor-heading-title,
.novamira-loop-card .elementor-widget-theme-post-title a,
.novamira-loop-card .elementor-widget-theme-post-title .elementor-heading-title {
  color: #0b1726;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

.novamira-products-loaded .elementor-pagination {
  margin: 30px 0 8px;
}

.novamira-products-loaded .page-numbers {
  color: #0b1726;
  font-weight: 700;
}

.novamira-products-loaded .page-numbers.current {
  color: #0878de;
}

@keyframes medicoreProductRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .novamira-products-hero {
    padding: 36px 0 20px;
  }

  .novamira-products-hero .section-heading,
  .novamira-product-heading .section-heading {
    align-items: flex-start;
  }

  .novamira-products-loaded .elementor-widget-loop-grid {
    width: min(100% - 28px, 520px);
  }

  .novamira-category-nav {
    gap: 8px;
  }

  .novamira-category-nav a {
    font-size: 12px;
    padding: 9px 11px;
  }

  .novamira-loop-card {
    min-height: 238px;
    padding: 18px 14px;
  }
}
