#products-and-services.elite-products-showcase {
  box-sizing: border-box;
  overflow: hidden;
  padding: 76px 24px 64px;
  background: #f1f3f5 !important;
  color: #4d4d4d;
}

#products-and-services .elite-products-inner {
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
}

#products-and-services .elite-products-heading {
  margin-bottom: 42px;
  text-align: center;
}

#products-and-services .elite-products-eyebrow {
  margin-bottom: 8px;
  color: #ed7814;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#products-and-services .elite-products-title {
  margin: 0;
  color: #4b4b4b;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.05;
}

#products-and-services .elite-product-carousel-viewport {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

#products-and-services .elite-product-carousel-viewport.is-dragging {
  cursor: grabbing;
}

#products-and-services .elite-product-carousel-track {
  display: grid;
  grid-auto-columns: calc((100% - 40px) / 3);
  grid-auto-flow: column;
  column-gap: 20px;
  align-items: stretch;
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}

#products-and-services .elite-product-card {
  box-sizing: border-box;
  display: flex;
  min-width: 0;
  min-height: 428px;
  flex-direction: column;
  padding: 21px 20px 20px;
  border: 1px solid #dfe3e6;
  background: #fff;
  box-shadow: 0 18px 38px rgba(31, 42, 53, 0.05);
  color: inherit;
  text-decoration: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

#products-and-services .elite-product-card:hover,
#products-and-services .elite-product-card:focus-visible {
  border-color: rgba(237, 120, 20, 0.55);
  box-shadow: 0 22px 48px rgba(31, 42, 53, 0.11);
  outline: none;
  transform: translateY(-4px);
}

#products-and-services .elite-product-card h3 {
  min-height: 62px;
  margin: 0 0 20px;
  color: #4c4c4c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

#products-and-services .elite-product-card p {
  min-height: 86px;
  margin: 0 0 15px;
  color: #496273;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

#products-and-services .elite-product-image-wrap {
  display: flex;
  height: 194px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

#products-and-services .elite-product-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 320ms ease;
}

#products-and-services .elite-product-card:hover img,
#products-and-services .elite-product-card:focus-visible img {
  transform: scale(1.035);
}

#products-and-services .elite-product-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  margin-top: 26px;
}

#products-and-services .elite-product-carousel-button {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #ed7814;
  color: #fff;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  transition: background-color 180ms ease, transform 180ms ease;
}

#products-and-services .elite-product-carousel-button:hover,
#products-and-services .elite-product-carousel-button:focus-visible {
  background: #cf6208;
  outline: 2px solid rgba(237, 120, 20, 0.3);
  outline-offset: 2px;
  transform: translateY(-1px);
}

@media (max-width: 899px) {
  #products-and-services .elite-product-carousel-track {
    grid-auto-columns: calc((100% - 18px) / 2);
    column-gap: 18px;
  }
}

@media (max-width: 639px) {
  #products-and-services.elite-products-showcase {
    padding: 58px 18px 48px;
  }

  #products-and-services .elite-products-heading {
    margin-bottom: 30px;
  }

  #products-and-services .elite-product-carousel-track {
    grid-auto-columns: 100%;
    column-gap: 16px;
  }

  #products-and-services .elite-product-card {
    min-height: 410px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #products-and-services .elite-product-carousel-track,
  #products-and-services .elite-product-card,
  #products-and-services .elite-product-image-wrap img,
  #products-and-services .elite-product-carousel-button {
    transition: none;
  }
}
