.biin-products-showcase {
  color-scheme: dark;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 4.8vw, 76px) 0 clamp(62px, 5vw, 84px);
  color: #f2f3f1;
  background: #111315;
  border-top: 1px solid rgb(255 255 255 / 0.07);
  font-family: inherit;
  direction: rtl;
}

.biin-products-showcase,
.biin-products-showcase * { box-sizing: border-box; }

.biin-products-showcase a { color: inherit; text-decoration: none; }

.biin-products-showcase__header {
  width: min(100%, 1680px);
  margin: 0 auto clamp(26px, 2.8vw, 38px);
  padding-inline: clamp(24px, 5.2vw, 96px);
}

.biin-products-showcase__eyebrow {
  margin: 0 0 16px;
  color: rgb(245 246 243 / 0.48);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  direction: ltr;
  text-align: right;
}

.biin-products-showcase h2 {
  max-width: 680px;
  margin: 0;
  color: #f2f3f1;
  font-size: clamp(36px, 3.2vw, 50px);
  font-weight: 280;
  line-height: 1.04;
  letter-spacing: 0;
}

.biin-products-showcase__intro {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgb(242 243 241 / 0.58);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 350;
  line-height: 1.8;
}

.biin-products-showcase__viewport { overflow: hidden; }

.biin-products-showcase__track {
  --card-width: clamp(270px, 21vw, 320px);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--card-width);
  gap: clamp(18px, 2.2vw, 34px);
  overflow-x: auto;
  padding: 14px calc((100vw - var(--card-width)) / 2) 30px;
  scroll-padding-inline: calc((100vw - var(--card-width)) / 2);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  cursor: grab;
  direction: rtl;
  outline: 0;
}

.biin-products-showcase__track::-webkit-scrollbar { display: none; }
.biin-products-showcase__track.is-dragging { cursor: grabbing; scroll-snap-type: none; }

.biin-product-card {
  min-width: 0;
  opacity: 0.52;
  transform: scale(0.94);
  transform-origin: center;
  scroll-snap-align: center;
  transition: opacity 520ms ease, transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  direction: rtl;
}

.biin-product-card.is-active { opacity: 1; transform: scale(1); }

.biin-product-card__shell {
  opacity: 0;
  transform: translate3d(0, 54px, 0) scale(0.98);
  transition: opacity 620ms ease var(--reveal-delay), transform 760ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
}

.biin-products-showcase.is-visible .biin-product-card__shell {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.biin-product-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #1a1c1e;
}

.biin-product-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(to top, rgb(8 10 12 / 0.2), transparent 28%);
  opacity: 0;
  transition: opacity 420ms ease;
}

.biin-product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease;
  user-select: none;
  -webkit-user-drag: none;
}

.biin-product-card__body { padding-top: 20px; }

.biin-product-card__category {
  margin: 0 0 9px;
  color: rgb(242 243 241 / 0.42);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.biin-product-card__title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 18px;
}

.biin-product-card h3 {
  min-width: 0;
  margin: 0;
  color: #f2f3f1;
  font-size: clamp(19px, 1.55vw, 25px);
  font-weight: 350;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.biin-product-card__price {
  color: rgb(242 243 241 / 0.74);
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  direction: rtl;
}

.biin-product-card__price del { color: rgb(242 243 241 / 0.36); }
.biin-product-card__price ins { color: #f2f3f1; text-decoration: none; }
.biin-product-card__price .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.biin-product-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(242 243 241 / 0.34);
  color: #f2f3f1;
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1), border-color 240ms ease;
}

.biin-product-card:hover .biin-product-card__shell,
.biin-product-card:focus-within .biin-product-card__shell { transform: translate3d(0, -6px, 0) scale(1); }
.biin-product-card:hover .biin-product-card__image,
.biin-product-card:focus-within .biin-product-card__image { transform: scale(1.035); }
.biin-product-card:hover .biin-product-card__media::after,
.biin-product-card:focus-within .biin-product-card__media::after { opacity: 1; }
.biin-product-card:hover .biin-product-card__cta,
.biin-product-card:focus-within .biin-product-card__cta { opacity: 1; transform: translate3d(0, 0, 0); }
.biin-product-card__cta:hover,
.biin-product-card__cta:focus-visible { border-color: #f2f3f1; }
.biin-product-card a:focus-visible { outline: 1px solid #f2f3f1; outline-offset: 5px; }

.biin-products-showcase__empty {
  width: min(100% - 48px, 1488px);
  margin: 0 auto;
  color: rgb(242 243 241 / 0.56);
  font-size: 15px;
}

@media (max-width: 1100px) and (min-width: 701px) {
  .biin-products-showcase__track { --card-width: clamp(280px, 32vw, 330px); }
}

@media (max-width: 700px) {
  .biin-products-showcase { padding: 72px 0 88px; overflow: visible; }
  .biin-products-showcase__header { margin-bottom: 34px; padding-inline: 20px; }
  .biin-products-showcase__eyebrow { margin-bottom: 12px; }
  .biin-products-showcase h2 { font-size: clamp(34px, 10.5vw, 46px); }
  .biin-products-showcase__intro { margin-top: 14px; font-size: 13px; line-height: 1.7; }
  .biin-products-showcase__viewport { overflow: visible; }
  .biin-products-showcase__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 34px 12px;
    overflow: visible;
    padding: 0 14px;
    scroll-snap-type: none;
    cursor: auto;
    direction: rtl;
  }
  .biin-product-card,
  .biin-product-card.is-active { opacity: 1; transform: none; }
  .biin-product-card__media { aspect-ratio: 3 / 4; }
  .biin-product-card__body { padding-top: 13px; }
  .biin-product-card__category { margin-bottom: 6px; font-size: 10px; }
  .biin-product-card__title-row { display: block; }
  .biin-product-card h3 { font-size: 15px; line-height: 1.35; }
  .biin-product-card__price { margin-top: 5px; font-size: 12px; white-space: normal; }
  .biin-product-card__cta { margin-top: 12px; font-size: 11px; opacity: 1; transform: none; }
  .biin-product-card:hover .biin-product-card__shell,
  .biin-product-card:focus-within .biin-product-card__shell { transform: none; }
  .biin-product-card:hover .biin-product-card__image,
  .biin-product-card:focus-within .biin-product-card__image { transform: scale(1.001); }
}

@media (max-width: 380px) {
  .biin-products-showcase__track { gap: 30px 10px; padding-inline: 12px; }
  .biin-product-card h3 { font-size: 14px; }
  .biin-product-card__cta { font-size: 10px; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .biin-product-card,
  .biin-product-card__shell,
  .biin-product-card__image,
  .biin-product-card__cta,
  .biin-product-card__media::after { transition-duration: 1ms !important; transition-delay: 0ms !important; }
  .biin-product-card__shell { opacity: 1; transform: none; }
  .biin-product-card:hover .biin-product-card__shell,
  .biin-product-card:focus-within .biin-product-card__shell { transform: none; }
}
