.aoyea-page-product-detail .aoyea-component-inner-page {
  background: #121212;
  color: #fff;
}

.aoyea-product-detail-page {
  width: min(1238px, calc(100% - 48px));
  margin: 0 auto;
  padding: 66px 0 0;
}

.aoyea-product-detail-breadcrumb {
  margin: 0 0 25px;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 20px;
}

.aoyea-product-detail-breadcrumb a:hover { color: var(--aoyea-color-brand); }

.aoyea-product-detail-top {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(0, 490px);
  gap: 57px;
  align-items: start;
}

.aoyea-product-detail-gallery-main {
  position: relative;
  display: grid;
  width: 100%;
  height: 631px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.aoyea-product-detail-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aoyea-product-detail-gallery-controls {
  display: flex;
  align-items: center;
  margin-top: 34px;
}

.aoyea-product-detail-gallery-controls > [data-product-prev] { margin-right: 22px; }
.aoyea-product-detail-gallery-controls .aoyea-product-detail-thumb + .aoyea-product-detail-thumb { margin-left: 24px; }
.aoyea-product-detail-gallery-controls > [data-product-next] { margin-left: 22px; }

.aoyea-product-detail-gallery-controls > [data-product-prev],
.aoyea-product-detail-gallery-controls > [data-product-next] {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #868686;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.aoyea-product-detail-gallery-controls > [data-product-prev] img,
.aoyea-product-detail-gallery-controls > [data-product-next] img {
  display: block;
  width: 12px;
  height: 18px;
  object-fit: contain;
}

.aoyea-product-detail-gallery-controls > [data-product-prev] img { transform: translateX(-.5px) rotate(180deg); }
.aoyea-product-detail-gallery-controls > [data-product-next] img { transform: translateX(.5px); }

.aoyea-product-detail-gallery-controls > [data-product-prev]:hover,
.aoyea-product-detail-gallery-controls > [data-product-next]:hover,
.aoyea-product-detail-gallery-controls > [data-product-prev]:focus-visible,
.aoyea-product-detail-gallery-controls > [data-product-next]:focus-visible { background: var(--aoyea-color-brand); transform: translateY(-2px); }

.aoyea-product-detail-gallery-controls .aoyea-product-detail-thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  opacity: .65;
  transition: border-color .2s ease, opacity .2s ease;
}

.aoyea-product-detail-gallery-controls .aoyea-product-detail-thumb.is-active { border-color: var(--aoyea-color-brand); opacity: 1; }
.aoyea-product-detail-gallery-controls .aoyea-product-detail-thumb img { width: 100%; height: 100%; border-radius: 6px; object-fit: cover; }
.aoyea-product-detail-gallery-dots { position: absolute; right: 0; bottom: 19px; left: 0; display: flex; justify-content: center; gap: 12px; }
.aoyea-product-detail-gallery-dots i { width: 6px; height: 6px; border-radius: 50%; background: #aaa; }
.aoyea-product-detail-gallery-dots i.is-active { background: #000; }

.aoyea-product-detail-copy h1 {
  margin: 0 0 20px;
  font-family: var(--aoyea-font-display);
  font-size: 36px;
  line-height: 1.2;
}

.aoyea-product-detail-lead {
  margin: 0;
  color: #c1c1c1;
  font-family: var(--aoyea-font-copy);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.aoyea-product-detail-actions { margin-top: 38px; }
.aoyea-product-detail-actions a {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 15px;
  transition: background .2s ease, color .2s ease;
}
.aoyea-product-detail-actions a:first-child { border-color: var(--aoyea-color-brand); background: var(--aoyea-color-brand); }
.aoyea-product-detail-actions a + a { margin-top: 14px; }
.aoyea-product-detail-actions a:hover { background: #fff; color: #121212; }
.aoyea-product-detail-actions a:first-child:hover { background: #fff; color: #121212; }

.aoyea-product-detail-accordion { margin-top: 50px; }
.aoyea-product-detail-accordion + .aoyea-product-detail-accordion { margin-top: 28px; }
.aoyea-product-detail-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
  border-bottom: 1px solid #3c3c3c;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
}
.aoyea-product-detail-accordion summary::-webkit-details-marker { display: none; }
.aoyea-product-detail-accordion summary::after { content: "⌃"; font-size: 17px; }
.aoyea-product-detail-accordion:not([open]) summary::after { content: "⌄"; }
.aoyea-product-detail-accordion p { margin: 14px 0 0; color: #c5c5c5; font-family: var(--aoyea-font-copy); font-size: 14px; line-height: 2; }

.aoyea-product-detail-functions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 10px; margin-top: 25px; }
.aoyea-product-detail-function {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 14px;
  padding: 12px 15px;
  border-radius: 5px;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1.45;
}
.aoyea-product-detail-function img { width: 24px; height: 24px; object-fit: contain; flex: 0 0 24px; }

.aoyea-product-detail-section {
  position: relative;
  left: 1px;
  width: 1236px;
  max-width: 100%;
  margin-inline: auto;
  padding: 190px 0 0;
}
.aoyea-product-detail-intro { padding-top: 190px; }
.aoyea-product-detail-heading {
  position: relative;
  width: min(740px, 100%);
  min-height: 133px;
  margin-inline: auto;
  text-align: center;
}
.aoyea-product-detail-heading::before {
  position: absolute;
  top: 26px;
  left: 50%;
  color: #202020;
  content: attr(data-ghost);
  font-family: "BBH Bartle", sans-serif;
  font-size: 72px;
  line-height: 86px;
  pointer-events: none;
  transform: translateX(-50%);
  text-transform: uppercase;
  white-space: nowrap;
}
.aoyea-product-detail-heading-kicker {
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 50%;
  display: inline-flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1.5px solid #262626;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.aoyea-product-detail-heading-kicker::before,
.aoyea-product-detail-heading-kicker::after {
  position: absolute;
  top: -4px;
  width: 13px;
  height: 52px;
  background: linear-gradient(to bottom, var(--aoyea-color-brand) 0 7px, transparent 7px 45px, var(--aoyea-color-brand) 45px 52px);
  content: "";
}
.aoyea-product-detail-heading-kicker::before { left: -7px; }
.aoyea-product-detail-heading-kicker::after { right: -7px; }
.aoyea-product-detail-heading h2 {
  position: absolute;
  z-index: 1;
  top: 75px;
  left: 0;
  width: 100%;
  margin: 0;
  font-family: var(--aoyea-font-display);
  font-size: 48px;
  line-height: 54px;
}
.aoyea-product-detail-intro-pic { display: block; width: 100%; height: 525px; margin-top: 100px; border-radius: 5px; object-fit: fill; }

.aoyea-product-detail-reviews {
  position: relative;
  height: 356px;
  padding-top: 100px;
}
.aoyea-product-detail-reviews-heading {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
}
.aoyea-product-detail-reviews-heading::before { display: inline-block; width: 12px; height: 22px; margin-right: -6px; background: var(--aoyea-color-brand); content: ""; vertical-align: -6px; clip-path: polygon(0 0,100% 0,100% 100%,0 72%); }
.aoyea-product-detail-review-grid { display: grid; grid-template-columns: 561px 618px; gap: 57px; align-items: start; }
.aoyea-product-detail-rating {
  display: grid;
  width: 561px;
  grid-template-columns: 109px 406px;
  gap: 32px;
  align-items: start;
  margin-top: 53px;
  padding-left: 14px;
}
.aoyea-product-detail-rating-score strong { display: block; font-family: var(--aoyea-font-display); font-size: 60px; line-height: 50px; }
.aoyea-product-detail-stars { margin-top: 5px; color: #ff9f1a; font-size: 18px; line-height: 18px; letter-spacing: 1px; }
.aoyea-product-detail-rating-score small { display: block; margin-top: 8px; color: #d7d7d7; font-size: 14px; line-height: 20px; }
.aoyea-product-detail-bars { display: grid; gap: 17px; }
.aoyea-product-detail-bar { display: grid; height: 24px; grid-template-columns: 9px 340px 37px; gap: 10px; align-items: center; margin: 0; color: #fff; font-size: 16px; line-height: 23px; }
.aoyea-product-detail-bar b { font-weight: 400; }
.aoyea-product-detail-bar em { font-style: normal; text-align: right; }
.aoyea-product-detail-bar-track { height: 9px; border-radius: 5px; background: #555; overflow: hidden; }
.aoyea-product-detail-bar-track i { display: block; height: 100%; border-radius: inherit; background: #f2f2f2; }
.aoyea-product-detail-review-card { height: 215px; margin-top: 41px; padding: 19px 26px 16px; border: 1px solid #fff; border-radius: 12px; }
.aoyea-product-detail-review-user { display: flex; align-items: center; gap: 12px; }
.aoyea-product-detail-review-user img { width: 40px; height: 40px; border-radius: 50%; }
.aoyea-product-detail-review-user strong { display: block; font-size: 16px; font-weight: 600; line-height: 20px; }
.aoyea-product-detail-review-user small { color: #fff; font-size: 12px; font-weight: 300; line-height: 20px; }
.aoyea-product-detail-review-source { float: right; color: #fff; font-size: 12px; line-height: 20px; }
.aoyea-product-detail-review-card .aoyea-product-detail-stars { margin-top: 15px; font-size: 18px; }
.aoyea-product-detail-review-card p { margin: 8px 0 0; color: #fff; font-family: var(--aoyea-font-copy); font-size: 12px; line-height: 24px; }

.aoyea-product-detail-similar { padding-top: 200px; padding-bottom: 267px; }
.aoyea-product-detail-similar-carousel { position: relative; margin-top: 100px; }
.aoyea-product-detail-similar-viewport { height: 321px; overflow: hidden; touch-action: pan-y; }
.aoyea-product-detail-similar-track { display: flex; width: max-content; gap: 26.5px; transform: translate3d(var(--aoyea-product-detail-similar-offset, 0), 0, 0); transition: transform 500ms cubic-bezier(.2, .75, .25, 1); }
.aoyea-product-detail-similar-card {
  position: relative;
  display: flex;
  width: 226px;
  height: 321px;
  flex: 0 0 226px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgb(217 221 228 / 10%);
  border-radius: 12px;
  background: #212121;
  box-shadow: inset 0 2px 4px rgb(92 92 92 / 40%), inset 0 -2px 4px #3d3d3d, 0 4px 4px rgb(0 0 0 / 25%);
  color: #fff;
  text-align: center;
  transition: border-color 260ms ease, box-shadow 260ms ease, background-color 260ms ease, color 260ms ease;
}
.aoyea-product-detail-similar-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: radial-gradient(ellipse at 50% 112%, rgb(49 197 0 / 34%), rgb(49 197 0 / 0%) 70%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}
.aoyea-product-detail-similar-card:hover,
.aoyea-product-detail-similar-card:focus-visible {
  z-index: 2;
  border-color: var(--aoyea-color-brand);
  box-shadow: inset 0 2px 4px rgb(92 92 92 / 40%), inset 0 -2px 4px #3d3d3d, 0 14px 30px rgb(0 0 0 / 30%);
}
.aoyea-product-detail-similar-card:hover::after,
.aoyea-product-detail-similar-card:focus-visible::after { opacity: 1; }
.aoyea-product-detail-similar-card.is-active {
  border-color: transparent;
  background: radial-gradient(ellipse at 50% 112%, #c9f8bd, rgb(255 255 255 / 0%) 46%), #fff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  color: #111;
}
.aoyea-product-detail-similar-card.is-active:hover,
.aoyea-product-detail-similar-card.is-active:focus-visible { border-color: var(--aoyea-color-brand); }
.aoyea-product-detail-similar-card.is-active::after { display: none; }
.aoyea-product-detail-similar-card h3 { position: relative; z-index: 1; margin: 20px 0 0; font-size: 24px; font-weight: 600; line-height: 36px; }
.aoyea-product-detail-similar-card > img { position: relative; z-index: 1; width: 134px; height: 121px; margin-top: 38px; object-fit: cover; }
.aoyea-product-detail-similar-more {
  position: absolute;
  z-index: 3;
  bottom: 17px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 15px;
  transition: width 260ms cubic-bezier(.2, .75, .25, 1), gap 260ms ease, border-radius 260ms ease, background-color 260ms ease, color 260ms ease, transform 250ms ease, box-shadow 250ms ease;
}
.aoyea-product-detail-similar-more > span { max-width: 0; overflow: hidden; opacity: 0; white-space: nowrap; transform: translateX(6px); transition: max-width 260ms cubic-bezier(.2, .75, .25, 1), opacity 180ms ease, transform 260ms ease; }
.aoyea-product-detail-similar-more b { font-size: 17px; font-weight: 400; line-height: 1; transform: rotate(0deg); transition: transform 260ms ease; }
.aoyea-product-detail-similar-more--wide { width: 92px; gap: 10px; border-radius: 23px; background: var(--aoyea-color-brand); color: #fff; font-size: 14px; font-weight: 500; }
.aoyea-product-detail-similar-more--wide > span { max-width: 40px; opacity: 1; transform: translateX(0); }
.aoyea-product-detail-similar-more--wide b { transform: rotate(45deg); }
.aoyea-product-detail-similar-card:hover .aoyea-product-detail-similar-more,
.aoyea-product-detail-similar-card:focus-visible .aoyea-product-detail-similar-more { box-shadow: 0 8px 18px rgb(0 0 0 / 22%); transform: translate(2px, -2px); }
.aoyea-product-detail-similar-carousel-button {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #aaa;
  box-shadow: 0 6px 18px rgb(0 0 0 / 24%);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, opacity 220ms ease;
}
.aoyea-product-detail-similar-carousel-button[hidden] { display: none; }
.aoyea-product-detail-similar-carousel-button:disabled { opacity: .38; cursor: default; }
.aoyea-product-detail-similar-carousel-button img { display: block; width: 12px; height: 18px; object-fit: contain; }
.aoyea-product-detail-similar-carousel-button--prev { left: 8px; }
.aoyea-product-detail-similar-carousel-button--next { right: 8px; }
.aoyea-product-detail-similar-carousel-button--prev img { transform: translateX(-.5px) rotate(180deg); }
.aoyea-product-detail-similar-carousel-button--next img { transform: translateX(.5px); }
.aoyea-product-detail-similar-carousel-button:not(:disabled):hover,
.aoyea-product-detail-similar-carousel-button:not(:disabled):focus-visible { background: var(--aoyea-color-brand); box-shadow: 0 8px 20px rgb(0 0 0 / 34%); transform: translateY(-50%) scale(1.06); }

/* Keep the shared footer markup intact while matching this frame's 518px footer block. */
.aoyea-page-product-detail .aoyea-component-site-footer .aoyea-site-footer-main {
  height: 518px;
  min-height: 518px;
  overflow: hidden;
}

.aoyea-page-product-detail .aoyea-component-site-footer .aoyea-site-footer-bottom { margin-top: 63px; }

@media (max-width: 1024px) {
  .aoyea-product-detail-top { grid-template-columns: 1fr; gap: 45px; }
  .aoyea-product-detail-gallery-main { height: min(631px, 80vw); }
  .aoyea-product-detail-copy { max-width: 640px; }
  .aoyea-product-detail-similar-track { gap: 12px; }
}

@media (max-width: 767px) {
  .aoyea-product-detail-page { width: calc(100% - 32px); padding-top: 30px; }
  .aoyea-product-detail-breadcrumb { margin-bottom: 18px; font-size: 14px; }
  .aoyea-product-detail-gallery-main { height: auto; aspect-ratio: 620 / 631; }
  .aoyea-product-detail-gallery-controls { display: grid; grid-template-columns: 32px repeat(4, minmax(0, 1fr)) 32px; gap: 7px; margin-top: 22px; }
  .aoyea-product-detail-gallery-controls > [data-product-prev],
  .aoyea-product-detail-gallery-controls .aoyea-product-detail-thumb + .aoyea-product-detail-thumb,
  .aoyea-product-detail-gallery-controls > [data-product-next] { margin: 0; }
  .aoyea-product-detail-gallery-controls > [data-product-prev],
  .aoyea-product-detail-gallery-controls > [data-product-next] { width: 32px; height: 32px; flex-basis: 32px; }
  .aoyea-product-detail-gallery-controls > [data-product-prev] img,
  .aoyea-product-detail-gallery-controls > [data-product-next] img { width: 10px; height: 15px; }
  .aoyea-product-detail-gallery-controls .aoyea-product-detail-thumb { width: 100%; height: auto; aspect-ratio: 1; }
  .aoyea-product-detail-copy h1 { font-size: 29px; }
  .aoyea-product-detail-actions { margin-top: 28px; }
  .aoyea-product-detail-accordion { margin-top: 38px; }
  .aoyea-product-detail-functions { gap: 8px; }
  .aoyea-product-detail-function { min-height: 62px; padding: 10px; gap: 8px; font-size: 14px; }
  .aoyea-product-detail-function img { width: 20px; height: 20px; flex-basis: 20px; }
  .aoyea-product-detail-section { left: 0; padding-top: 60px; }
  .aoyea-product-detail-heading { min-height: 112px; }
  .aoyea-product-detail-heading h2 { top: 65px; font-size: 30px; line-height: 40px; }
  .aoyea-product-detail-heading::before { top: 29px; font-size: 48px; line-height: 58px; }
  .aoyea-product-detail-heading-kicker { height: 40px; padding-inline: 15px; font-size: 14px; }
  .aoyea-product-detail-heading-kicker::before,
  .aoyea-product-detail-heading-kicker::after { height: 47px; background: linear-gradient(to bottom, var(--aoyea-color-brand) 0 7px, transparent 7px 40px, var(--aoyea-color-brand) 40px 47px); }
  .aoyea-product-detail-intro-pic { height: auto; margin-top: 55px; }
  .aoyea-product-detail-reviews { height: auto; padding-top: 85px; }
  .aoyea-product-detail-reviews-heading { position: static; font-size: 24px; line-height: 28px; }
  .aoyea-product-detail-review-grid { grid-template-columns: 1fr; gap: 28px; }
  .aoyea-product-detail-rating { width: 100%; grid-template-columns: 95px minmax(0, 1fr); gap: 12px; margin-top: 34px; padding-left: 0; }
  .aoyea-product-detail-bars { gap: 10px; }
  .aoyea-product-detail-bar { width: 100%; grid-template-columns: 9px minmax(0, 1fr) 34px; gap: 7px; font-size: 12px; }
  .aoyea-product-detail-review-card { height: auto; min-height: 215px; margin-top: 0; }
  .aoyea-product-detail-similar { padding-top: 110px; padding-bottom: 100px; }
  .aoyea-product-detail-similar-carousel { margin-top: 58px; }
  .aoyea-product-detail-similar-viewport { height: 240px; }
  .aoyea-product-detail-similar-track { gap: 10px; }
  .aoyea-product-detail-similar-card { width: calc((100vw - 42px) / 2); height: 240px; min-height: 220px; flex-basis: calc((100vw - 42px) / 2); }
  .aoyea-product-detail-similar-card h3 { margin-top: 14px; font-size: 18px; }
  .aoyea-product-detail-similar-card > img { width: 100px; height: 90px; margin-top: 20px; }
  .aoyea-product-detail-similar-more { bottom: 13px; }
  .aoyea-product-detail-similar-carousel-button { width: 42px; height: 42px; }
  .aoyea-page-product-detail .aoyea-component-site-footer .aoyea-site-footer-main { height: auto; min-height: 0; overflow: visible; }
  .aoyea-page-product-detail .aoyea-component-site-footer .aoyea-site-footer-bottom { margin-top: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  .aoyea-product-detail-similar-track,
  .aoyea-product-detail-similar-card,
  .aoyea-product-detail-similar-card::after,
  .aoyea-product-detail-similar-more,
  .aoyea-product-detail-similar-more > span,
  .aoyea-product-detail-similar-more b,
  .aoyea-product-detail-similar-carousel-button { transition: none; }
}
