.aunv-card-disclosure {
  color: #9aa0a6;
  font: 600 12px/1.5 Barlow, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 14px 0 6px;
}

.aunv-card {
  --aunv-red: #e60012;
  --aunv-orange: #ff9900;
  --aunv-ink: #f7f2ec;
  --aunv-soft: #c8c0b8;
  --aunv-muted: #918982;
  --aunv-panel: #161412;
  --aunv-panel-2: #211b18;
  --aunv-border: rgba(255, 255, 255, 0.12);
  --aunv-shadow: rgba(0, 0, 0, 0.45);
  position: relative;
  display: grid;
  grid-template-columns: minmax(136px, 198px) minmax(0, 1fr);
  gap: 0;
  max-width: 740px;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid var(--aunv-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(42, 31, 27, 0.98), rgba(14, 14, 13, 0.98) 56%, rgba(21, 19, 17, 0.98)),
    #151412;
  box-shadow:
    0 18px 42px var(--aunv-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--aunv-ink);
  isolation: isolate;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.aunv-card,
.aunv-card * {
  box-sizing: border-box;
}

.aunv-card a {
  box-shadow: none;
}

.aunv-card__edge {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--aunv-orange), var(--aunv-red));
  z-index: 2;
}

.aunv-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  vertical-align: -0.14em;
}

.aunv-card__media {
  display: grid;
  min-height: 184px;
  place-items: center;
  padding: 16px;
  border-right: 1px solid var(--aunv-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #11100f;
  text-decoration: none;
}

.aunv-card__media img {
  display: block;
  width: 100%;
  max-width: 168px;
  max-height: 154px;
  object-fit: contain;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
}

.aunv-card__placeholder {
  display: inline-grid;
  width: 120px;
  min-height: 94px;
  place-items: center;
  gap: 8px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 153, 0, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, #23201d, #141312);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 24px rgba(0, 0, 0, 0.3);
}

.aunv-card__placeholder .aunv-icon {
  width: 26px;
  height: 26px;
  color: var(--aunv-orange);
}

.aunv-card__placeholder-mark {
  color: #f3f0ec;
  font: 800 15px/1 Barlow, system-ui, sans-serif;
  letter-spacing: 0;
}

.aunv-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 13px 17px 15px;
}

.aunv-card__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  min-height: 24px;
}

.aunv-card__asin {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  min-height: 24px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  color: var(--aunv-muted);
  background: rgba(255, 255, 255, 0.04);
  font: 700 11px/1 Barlow, system-ui, sans-serif;
}

.aunv-card__asin .aunv-icon {
  color: var(--aunv-orange);
  font-size: 13px;
}

.aunv-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: #f7f2ec;
  font: 800 18px/1.24 Barlow, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.aunv-card__title:hover {
  color: #ffce73;
}

.aunv-card__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-height: 22px;
  color: var(--aunv-soft);
  font: 700 15px/1.2 Barlow, system-ui, sans-serif;
}

.aunv-card__rating-value {
  color: #fff;
}

.aunv-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: var(--aunv-orange);
  line-height: 1;
}

.aunv-card__stars .aunv-icon {
  width: 15px;
  height: 15px;
}

.aunv-card__reviews {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--aunv-muted);
  font-weight: 600;
}

.aunv-card__reviews .aunv-icon {
  color: #7dd3fc;
  font-size: 14px;
}

.aunv-card__badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: linear-gradient(135deg, #e60012, #9f1239);
  color: #fff;
  font: 800 15px/1 Barlow, system-ui, sans-serif;
  box-shadow: 0 10px 20px rgba(230, 0, 18, 0.22);
}

.aunv-card__badge .aunv-icon {
  font-size: 15px;
}

.aunv-card__pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  margin-top: 1px;
}

.aunv-card__discount {
  color: #fb7185;
  font: 600 28px/1 Barlow, system-ui, sans-serif;
}

.aunv-card__price {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  color: #fff7ed;
  font-family: Barlow, system-ui, sans-serif;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
}

.aunv-card__currency {
  color: #fed7aa;
  font-size: 17px;
  font-weight: 800;
}

.aunv-card__price strong {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
}

.aunv-card__price sup {
  position: relative;
  top: -0.55em;
  color: #fed7aa;
  font-size: 17px;
  font-weight: 900;
}

.aunv-card__list-price {
  display: inline-flex;
  flex-basis: 100%;
  align-items: center;
  gap: 6px;
  color: var(--aunv-muted);
  font: 600 14px/1.25 Barlow, system-ui, sans-serif;
}

.aunv-card__list-price .aunv-icon {
  color: #b6a89d;
  font-size: 14px;
}

.aunv-card__list-price del {
  color: #b6a89d;
  text-decoration-thickness: 1px;
}

.aunv-card__availability {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 6px;
  color: #7ee787;
  font: 800 15px/1.25 Barlow, system-ui, sans-serif;
}

.aunv-card__availability .aunv-icon {
  font-size: 16px;
}

.aunv-card__timestamp,
.aunv-card__api-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--aunv-muted);
  font: 600 12px/1.35 Barlow, system-ui, sans-serif;
  margin: 0;
}

.aunv-card__timestamp .aunv-icon,
.aunv-card__api-note .aunv-icon {
  color: #c084fc;
  font-size: 14px;
}

.aunv-card__button {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  margin-top: 3px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 153, 0, 0.42);
  border-radius: 7px;
  background: linear-gradient(135deg, #ff9900, #e46d00);
  color: #15110c !important;
  font: 900 13px/1 Barlow, system-ui, sans-serif;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(255, 153, 0, 0.2);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.aunv-card__button:hover {
  color: #0f0d0a !important;
  filter: brightness(1.06);
  box-shadow: 0 12px 24px rgba(255, 153, 0, 0.28);
  transform: translateY(-1px);
}

.aunv-card__button .aunv-icon {
  font-size: 15px;
  stroke-width: 2.4;
}

.aunv-card__button .aunv-icon--external-link {
  font-size: 13px;
}

@media (max-width: 560px) {
  .aunv-card {
    grid-template-columns: 124px minmax(0, 1fr);
    max-width: 100%;
  }

  .aunv-card__media {
    min-height: 156px;
    padding: 10px;
  }

  .aunv-card__media img {
    max-width: 108px;
    max-height: 130px;
    padding: 6px;
  }

  .aunv-card__body {
    gap: 6px;
    padding: 11px 12px;
  }

  .aunv-card__asin {
    font-size: 10px;
  }

  .aunv-card__title {
    font-size: 15px;
  }

  .aunv-card__rating {
    font-size: 13px;
    gap: 5px;
  }

  .aunv-card__stars .aunv-icon {
    width: 13px;
    height: 13px;
  }

  .aunv-card__badge {
    min-height: 27px;
    padding: 5px 8px;
    font-size: 13px;
  }

  .aunv-card__discount {
    font-size: 22px;
  }

  .aunv-card__currency {
    font-size: 14px;
  }

  .aunv-card__price strong {
    font-size: 28px;
  }

  .aunv-card__price sup {
    font-size: 13px;
  }

  .aunv-card__list-price,
  .aunv-card__availability {
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .aunv-card {
    grid-template-columns: 1fr;
  }

  .aunv-card__media {
    border-right: 0;
    border-bottom: 1px solid var(--aunv-border);
  }
}
