.rx-product-catalog-header {
  margin: 0 0 60px;
  text-align: left;
}

.rx-product-catalog-title {
  margin: 0 0 20px;
  font-family: var(--crx-font);
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: var(--crx-track-title);
  color: var(--crx-ink);
  text-align: left;
}

.rx-product-catalog-description {
  margin: 0;
  font-family: var(--crx-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--crx-dark);
}

.crx-catalog-sections .rx-product-catalog-section {
  padding-top: 0;
  padding-bottom: 100px;
  background-color: var(--crx-white);
}

.crx-catalog-sections .rx-product-catalog-section:first-child {
  padding-top: 100px;
}

.crx-catalog-stage {
  position: relative;
  width: 100%;
}

.crx-catalog-slider {
  display: block;
  width: 100%;
  overflow: visible;
}

.crx-catalog-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: stretch;
  transform: none;
}

.crx-catalog-slider .swiper-slide {
  display: flex;
  width: auto;
  height: auto;
  margin: 0;
  padding-bottom: 24px;
  box-sizing: border-box;
}

.crx-catalog-slider .rx-showcase-card {
  width: 100%;
  margin-bottom: 0;
}

.crx-catalog-pagination.swiper-pagination {
  display: none;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  transform: none;
  justify-content: center;
  width: 100%;
  gap: 8px;
  margin: 40px 0 0;
}

.crx-catalog-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  background: var(--crx-dark-30);
  opacity: 1;
  border-radius: 50%;
}

.crx-catalog-pagination .swiper-pagination-bullet-active {
  background: var(--crx-dark);
}

@media (max-width: 1024px) {
  .crx-catalog-sections .rx-product-catalog-section .container {
    max-width: none;
    padding-right: 0;
  }

  .crx-catalog-slider {
    overflow: visible;
  }

  .crx-catalog-slider .swiper-wrapper {
    display: flex;
    grid-template-columns: none;
    gap: 0;
  }

  .crx-catalog-slider .swiper-slide {
    padding-bottom: 24px;
  }

  .crx-catalog-stage {
    overflow: hidden;
  }

  .crx-catalog-pagination.swiper-pagination {
    display: flex;
  }
}

@media (max-width: 992px) {
  .crx-catalog-sections .rx-product-catalog-section {
    padding-bottom: 60px;
  }

  .crx-catalog-sections .rx-product-catalog-section:first-child {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .rx-product-catalog-title {
    font-size: 30px;
  }

  .rx-product-catalog-header {
    margin-bottom: 40px;
  }

  .rx-product-catalog-description {
    font-size: 14px;
  }

  .crx-catalog-sections .rx-product-catalog-section {
    padding-bottom: 40px;
  }

  .crx-catalog-sections .rx-product-catalog-section:first-child {
    padding-top: 40px;
  }
}
