/* Products Page Styles */

.content-container:has(.products-page) {
  padding: 0;
  max-width: none;
}

.use-case-section-products .use-case-slider {
  height: auto;
  max-height: none;
  overflow: visible;
}

.use-case-section-products .use-case-track {
  transform: none !important;
}

.use-case-section-products .slider-nav {
  display: none;
}

@media (max-width: 1200px) {
  .use-case-section-products .use-case-slider {
    max-height: none !important;
  }
}
