.contact-thanks img,
.contact-thanks svg {
  display: block;
  width: min(120px, 32vw) !important;
  height: auto !important;
  max-width: 120px !important;
  margin: 0 auto 24px;
}

@media (max-width: 560px) {
  .contact-thanks img,
  .contact-thanks svg {
    width: min(96px, 28vw) !important;
    max-width: 96px !important;
    margin-bottom: 18px;
  }
}

.single-product .summary .manufacturer-logo {
  max-width: 84px !important;
}

.single-product .summary .manufacturer-logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}

.robolux-product-card__media {
  aspect-ratio: 1 / 1;
  background: #fff;
}

.robolux-product-card__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}

.robolux-service-badges {
  box-sizing: border-box;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1.5rem 0.5rem;
}

.robolux-service-badges__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.robolux-service-badge {
  display: block !important;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #025800 !important;
  background-color: #025800 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1);
}

.robolux-service-badge__link {
  display: block !important;
  color: inherit;
  text-decoration: none;
}

.robolux-service-badge__media {
  display: block !important;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #025800 !important;
  background-color: #025800 !important;
}

.robolux-service-badge__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

.robolux-home-content > p:first-child + .max-w-7xl.not-prose {
  box-sizing: border-box;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1.5rem 0.5rem;
}

.robolux-home-content > p:first-child + .max-w-7xl.not-prose > .grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.robolux-home-content > p:first-child + .max-w-7xl.not-prose > .grid > article {
  display: block !important;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #025800 !important;
  background-color: #025800 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1);
}

.robolux-home-content > p:first-child + .max-w-7xl.not-prose > .grid > article > a {
  display: block !important;
  color: inherit;
  text-decoration: none;
}

.robolux-home-content > p:first-child + .max-w-7xl.not-prose > .grid > article > a > div {
  display: block !important;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #025800 !important;
  background-color: #025800 !important;
}

.robolux-home-content > p:first-child + .max-w-7xl.not-prose > .grid > article img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .robolux-service-badges__grid,
  .robolux-home-content > p:first-child + .max-w-7xl.not-prose > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .robolux-service-badges,
  .robolux-home-content > p:first-child + .max-w-7xl.not-prose {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .robolux-service-badges__grid,
  .robolux-home-content > p:first-child + .max-w-7xl.not-prose > .grid {
    grid-template-columns: 1fr;
  }
}
