.aoyea-component-product-showcase {
  position: relative;
  width: 100%;
  height: 2479px;
  background: var(--aoyea-color-page);
}

.aoyea-component-product-showcase .aoyea-product-showcase-list {
  position: absolute;
  top: 229px;
  left: 50%;
  display: flex;
  width: min(var(--aoyea-content-width), calc(100% - 100px));
  flex-direction: column;
  gap: 100px;
  transform: translateX(-50%);
}

.aoyea-component-product-showcase .aoyea-product-showcase-row {
  display: grid;
  width: 100%;
  height: 452px;
  grid-template-columns: 272px minmax(0, 1012px);
  justify-content: space-between;
  align-items: center;
}

.aoyea-component-product-showcase .aoyea-product-showcase-copy {
  display: flex;
  width: 272px;
  flex-direction: column;
  align-items: flex-start;
}

.aoyea-component-product-showcase .aoyea-product-showcase-icon {
  width: 48px;
  height: 48px;
}

.aoyea-component-product-showcase .aoyea-product-showcase-title {
  margin: 0 0 12px;
  font-family: var(--aoyea-font-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.aoyea-component-product-showcase .aoyea-product-showcase-description {
  margin: 0;
  font-family: var(--aoyea-font-copy);
  font-size: 14px;
  line-height: 24px;
}

.aoyea-component-product-showcase .aoyea-product-showcase-more,
.aoyea-component-product-showcase .aoyea-product-showcase-more:visited {
  display: inline-flex;
  width: 118px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 14px;
  border: 1px solid var(--aoyea-color-brand);
  border-radius: 23px;
  background: var(--aoyea-color-brand);
  font-family: var(--aoyea-font-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}

.aoyea-component-product-showcase .aoyea-product-showcase-more img {
  width: 9px;
  height: 9px;
  transition: transform 220ms ease;
}

.aoyea-component-product-showcase .aoyea-product-showcase-more:hover img,
.aoyea-component-product-showcase .aoyea-product-showcase-more:focus-visible img {
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .aoyea-component-product-showcase .aoyea-product-showcase-more img {
    transition: none;
  }
}

.aoyea-component-product-showcase .aoyea-product-showcase-visual {
  position: relative;
  width: 100%;
  height: 452px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--aoyea-radius-card);
}

.aoyea-component-product-showcase .aoyea-product-showcase-image {
  width: 100%;
  height: 452px;
  object-fit: cover;
}

.aoyea-component-product-showcase .aoyea-product-showcase-tags {
  position: absolute;
  right: 12px;
  bottom: 15px;
  left: 12px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.aoyea-component-product-showcase .aoyea-product-showcase-tags span,
.aoyea-component-product-showcase .aoyea-product-showcase-series-link {
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eee;
  color: #111;
  font-family: var(--aoyea-font-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.aoyea-component-product-showcase .aoyea-product-showcase-certifications {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: min(1322px, calc(100% - 118px));
  height: 100px;
  margin: 0 auto;
  padding-top: 6px;
  overflow: hidden;
  touch-action: pan-y;
}

.aoyea-component-product-showcase .aoyea-product-showcase-certifications-track {
  display: flex;
  width: max-content;
  align-items: flex-start;
  gap: 50px;
  will-change: transform;
}

.aoyea-component-product-showcase .aoyea-product-showcase-certifications::before,
.aoyea-component-product-showcase .aoyea-product-showcase-certifications::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 154px;
  pointer-events: none;
  content: "";
}

.aoyea-component-product-showcase .aoyea-product-showcase-certifications::before {
  left: 0;
  background: linear-gradient(90deg, var(--aoyea-color-page), transparent);
}

.aoyea-component-product-showcase .aoyea-product-showcase-certifications::after {
  right: 0;
  background: linear-gradient(-90deg, var(--aoyea-color-page), transparent);
}

.aoyea-component-product-showcase .aoyea-certification-logo {
  position: relative;
  display: block;
  width: 93px;
  height: 87px;
  flex: 0 0 93px;
  overflow: hidden;
}

.aoyea-component-product-showcase .aoyea-certification-logo img {
  position: absolute;
  max-width: none;
}

.aoyea-component-product-showcase .aoyea-certification-logo--1 img { top: -362px; left: -103px; width: 290px; height: 636px; }
.aoyea-component-product-showcase .aoyea-certification-logo--2 img { top: -355px; left: 0; width: 290px; height: 636px; }
.aoyea-component-product-showcase .aoyea-certification-logo--3 img { top: -659px; left: 0; width: 340px; height: 746px; }
.aoyea-component-product-showcase .aoyea-certification-logo--4 img { top: -181px; left: -197px; width: 290px; height: 636px; }
.aoyea-component-product-showcase .aoyea-certification-logo--5 img { top: -189px; left: -113px; width: 290px; height: 636px; }
.aoyea-component-product-showcase .aoyea-certification-logo--6 img { top: -105px; left: -197px; width: 290px; height: 636px; }
.aoyea-component-product-showcase .aoyea-certification-logo--7 img { top: -180px; left: -7px; width: 287px; height: 629px; }
.aoyea-component-product-showcase .aoyea-certification-logo--8 img { top: -271px; left: -106px; width: 290px; height: 636px; }
.aoyea-component-product-showcase .aoyea-certification-logo--9 img { top: -272px; left: -4px; width: 290px; height: 636px; }

@media (max-width: 1200px) {
  .aoyea-component-product-showcase {
    height: auto;
    padding-bottom: 170px;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-list {
    position: relative;
    top: auto;
    left: auto;
    width: min(960px, calc(100% - 64px));
    margin: 96px auto 0;
    transform: none;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-row {
    height: auto;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 32px;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-copy {
    width: 100%;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-visual,
  .aoyea-component-product-showcase .aoyea-product-showcase-image {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .aoyea-component-product-showcase {
    padding: 0 20px 160px;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-list {
    width: 100%;
    gap: 78px;
    margin-top: 72px;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-title {
    font-size: 31px;
    line-height: 42px;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-visual,
  .aoyea-component-product-showcase .aoyea-product-showcase-image {
    aspect-ratio: auto;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-visual {
    height: 320px;
    background: #05080d;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-image {
    width: 100%;
    height: 240px;
    object-fit: contain;
    object-position: center;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-tags {
    right: 8px;
    bottom: 8px;
    left: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-tags span,
  .aoyea-component-product-showcase .aoyea-product-showcase-series-link {
    height: 42px;
    padding: 4px;
    font-size: 13px;
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-certifications {
    width: calc(100% - 40px);
  }

  .aoyea-component-product-showcase .aoyea-product-showcase-certifications-track {
    gap: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aoyea-component-product-showcase .aoyea-product-showcase-certifications-track {
    transform: none !important;
  }
}
