/* Vial size tuning per Isaac: smaller vials globally, slower + more spaced marquee. */

.prism-vial-marquee__viewport {
  overflow: hidden !important;
  contain: paint;
}

.prism-vial-marquee__track {
  gap: 82px !important;
  animation-duration: 92s !important;
}

.prism-vial-marquee__item {
  flex-basis: 118px !important;
  min-height: 300px !important;
  --vial-center-scale: .80;
}

.prism-vial-marquee__item img {
  height: 210px !important;
  transform: translateY(calc((1 - var(--vial-center-scale)) * 22px)) scale(var(--vial-center-scale));
  transform-origin: 50% 88%;
  transition: transform 120ms linear, filter 120ms linear;
  will-change: transform;
}

.prism-vial-marquee__item span {
  opacity: calc(.34 + (var(--vial-center-scale) - .84) * 2.1);
  transition: opacity 120ms linear;
}

.prism-hero-vial img {
  max-height: 245px !important;
}

.prism-product-card__media {
  min-height: 215px !important;
}

.prism-product-card__vial {
  max-height: 168px !important;
}

.detail__image-vial {
  max-height: 300px !important;
  max-width: 72% !important;
}

.card__image-vial {
  max-height: 170px !important;
}

.card__bundle-vial {
  height: 160px !important;
  width: auto !important;
  margin: 0 -10px !important;
}

.card__bundle-vial--detail {
  height: 210px !important;
}

.best-two__vial-img {
  width: 72px !important;
  height: auto !important;
}

.best-two__bundle-vial-img,
.featured-bundle__vial {
  width: 48px !important;
  height: auto !important;
}

.detail__pairing-img img {
  max-height: 92px !important;
}

.detail__bundle-option-vial,
.bundle-detail__product-img,
.drawer-item__thumb-vial,
.ck-item__img-vial,
.bac-popup__thumb-img {
  max-width: 38px !important;
  max-height: 38px !important;
}

.drawer-item__bundle-vial,
.ck-item__bundle-vial {
  max-width: 18px !important;
  max-height: 18px !important;
}

@media (max-width: 980px) {
  .prism-vial-marquee__track { gap: 54px !important; animation-duration: 84s !important; }
  .prism-vial-marquee__item { flex-basis: 96px !important; min-height: 252px !important; }
  .prism-vial-marquee__item img { height: 176px !important; }
  .prism-product-card__vial { max-height: 154px !important; }
}

@media (max-width: 640px) {
  .prism-vial-marquee__track { gap: 34px !important; animation-duration: 76s !important; }
  .prism-vial-marquee__item { flex-basis: 78px !important; min-height: 206px !important; }
  .prism-vial-marquee__item img { height: 132px !important; }
  .prism-product-card__media { min-height: 190px !important; }
  .prism-product-card__vial { max-height: 138px !important; }
}

.prism-product-card__media--bundle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.98), transparent 30%),
    linear-gradient(150deg, #f4f7f6, #eef2f7) !important;
}

.prism-product-card__vial--bundle {
  height: auto !important;
  max-height: 78% !important;
  width: auto !important;
  max-width: 38% !important;
  margin: 0 -8px !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
}

.prism-product-card--bundle:hover .prism-product-card__vial--bundle {
  transform: translateY(-4px) scale(1.02);
  filter: drop-shadow(0 24px 28px rgba(16,24,40,.22)) !important;
}
