.oval-white-product .oval-main-image,
.oval-white-product .oval-thumbs button {
  background: #fff;
}

.oval-white-product .oval-main-image::after {
  content: none;
}

.oval-white-product .oval-main-image img,
.oval-white-product .oval-main-image:hover img,
.oval-white-product .oval-thumbs img,
.oval-white-product .oval-thumbs button:hover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
  filter: none;
}

.oval-white-product .oval-thumbs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Give the product more breathing room inside its thumbnail. */
.oval-white-product .oval-thumbs img,
.oval-white-product .oval-thumbs button:hover img {
  transform: scale(0.688);
}

/* Separate the product gallery from the information panels. */
.oval-white-product .oval-product-top + .oval-details {
  margin-top: clamp(36px, 5vw, 72px);
}

.oval-white-product .oval-summary h1 {
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.08;
}

/* Application cards with a clear reading order. */
.oval-white-product .oval-uses {
  min-height: 0;
  margin-top: 56px;
  padding: 36px;
  background: #edf3f9;
  border: 1px solid #dfe8f1;
  border-radius: 20px;
  box-shadow: none;
}
.oval-white-product .oval-uses::before,
.oval-white-product .oval-uses header i,
.oval-white-product .oval-application-item > small {
  display: none;
}
.oval-white-product .oval-uses header {
  align-items: center;
  gap: 20px;
  padding: 0 0 28px;
}
.oval-white-product .oval-uses header h2 {
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.025em;
  text-transform: none;
}
.oval-white-product .oval-uses header p {
  margin: 0;
  font-size: 11px;
  letter-spacing: .1em;
  white-space: nowrap;
}
.oval-white-product .oval-applications-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}
.oval-white-product .oval-application-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 8px 18px;
  align-items: start;
  min-height: 156px;
  padding: 24px;
  text-align: left;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(16,43,78,.025);
}
.oval-white-product .oval-application-item .oval-application-icon,
.oval-white-product .oval-application-item:hover .oval-application-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: start;
  width: 48px;
  height: 48px;
  min-height: 48px !important;
  max-width: 48px !important;
  margin: 0;
  border: 0;
  border-radius: 12px;
  background: #eef5ff;
  color: #185bae;
  box-shadow: none;
  transform: none;
}
.oval-white-product .oval-application-icon::after { content: none; }
.oval-white-product .oval-application-icon svg { width: 28px; height: 28px; }
.oval-white-product .oval-application-item h3 {
  grid-column: 2;
  grid-row: 1;
  max-width: none;
  min-height: 0;
  margin: 2px 0 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.oval-white-product .oval-application-item p {
  grid-column: 2;
  grid-row: 2;
  max-width: none;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #5d7086;
}
@media (max-width: 1100px) {
  .oval-white-product .oval-applications-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 650px) {
  .oval-white-product .oval-uses { margin-top: 36px; padding: 24px 18px; }
  .oval-white-product .oval-uses header { flex-wrap: wrap; gap: 10px; padding-bottom: 22px; }
  .oval-white-product .oval-applications-grid { grid-template-columns: 1fr; gap: 12px; }
  .oval-white-product .oval-application-item { min-height: 0; padding: 20px 16px; gap: 6px 14px; }
}

.oval-white-product .oval-application-note {
  max-width: 950px;
  margin: -8px 0 24px;
  color: #5d7086;
  font-size: 14px;
  line-height: 1.65;
}
.oval-white-product .oval-uses header p { white-space: normal; }
