.customer-product-range {
  padding-block: 3.5rem;
}

.customer-product-range h2 {
  margin-bottom: 0.875rem;
  color: var(--color-background-dark);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.customer-product-range-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.customer-product-range-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--color-muted-foreground);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.customer-product-range-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background: currentcolor;
  border-radius: 50%;
}

.customer-section-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.customer-category-section {
  scroll-margin-top: calc(var(--inner-scroll-nav-sticky-top, 84px) + 96px);
}

.customer-category-header {
  margin-bottom: 2rem;
}

.customer-category-header h2 {
  margin-bottom: 0.875rem;
  color: var(--color-background-dark);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.customer-category-header p {
  color: var(--color-muted-foreground);
  font-size: 15px;
}

.customer-showcase {
  padding-bottom: 5rem;
}

.customer-export-section {
  margin-top: 32px;
}

.customer-export-section h3 {
  margin-bottom: 0.875rem;
  color: var(--color-background-dark);
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.2;
}

.customer-export-country-text {
  color: var(--color-muted-foreground);
  font-size: 15px;
  line-height: 1.7;
}

.customer-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0.875rem;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #fff;
}

.customer-logo-box img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.customer-logo-box--grid {
  min-height: 112px;
}

@media (width < 768px) {
  .customer-product-range {
    padding-block: 2.75rem;
  }

  .customer-product-range h2 {
    margin-bottom: 1.5rem;
  }

  .customer-product-range-grid {
    --bs-gutter-y: 0.85rem;
  }

  .customer-filter-nav .inner-scroll- .nav_list {
    width: 100%;
    min-width: 0;
  }

  .customer-filter-link {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    white-space: normal;
  }
}

@media (width < 576px) {
  .customer-logo-box {
    min-height: 82px;
  }
}
