/* Eteran v38 — fotografia produktu w sekcji składu */
.ingredients-product-shot {
  position: relative !important;
  display: grid !important;
  min-height: 500px !important;
  margin: 0 !important;
  padding: 16px 0 !important;
  place-items: center;
  overflow: visible !important;
  isolation: isolate;
}

.ingredients-product-shot::after {
  content: none !important;
}

.ingredients-product-shot .ingredients-scientist__blob--main {
  top: 50% !important;
  left: 50% !important;
  width: min(430px, 112%) !important;
  background: radial-gradient(circle at 45% 42%, rgba(184, 242, 234, .96), rgba(91, 209, 194, .74) 62%, rgba(91, 209, 194, 0) 74%) !important;
  transform: translate(-50%, -50%) !important;
}

.ingredients-product-shot .ingredients-scientist__blob--secondary {
  top: 48% !important;
  left: 50% !important;
  width: 98% !important;
  height: 74% !important;
  background: rgba(121, 222, 210, .35) !important;
  transform: translate(-50%, -50%) rotate(-9deg) !important;
}

.ingredients-product-shot .ingredients-scientist__orbit {
  top: 49% !important;
  left: 50% !important;
  width: min(460px, 122%) !important;
  height: min(370px, 76%) !important;
  border-width: 3px !important;
  opacity: .86 !important;
  transform: translate(-50%, -50%) rotate(10deg) !important;
}

.ingredients-product-shot__frame {
  position: relative;
  z-index: 3;
  width: min(330px, 92%);
  aspect-ratio: 18 / 25;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .96);
  border-radius: 34px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 30px 68px -27px rgba(19, 74, 69, .46), 0 12px 34px rgba(21, 190, 169, .12);
  transform: rotate(-2deg);
  animation: ingredientProductFloat 7s ease-in-out infinite;
}

.ingredients-product-shot__frame::after {
  position: absolute;
  inset: 7px;
  border-radius: 27px;
  background: linear-gradient(120deg, rgba(255, 255, 255, .18), transparent 30%, transparent 72%, rgba(21, 190, 169, .08));
  content: "";
  pointer-events: none;
}

.ingredients-product-shot .ingredients-product-shot__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  border-radius: 27px;
  object-fit: cover !important;
  object-position: center center !important;
  box-shadow: none !important;
  filter: saturate(.98) contrast(1.02) !important;
  transform: none !important;
}

.ingredients-product-shot__badge {
  position: absolute;
  z-index: 6;
  bottom: 42px;
  left: 61%;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 132px;
  padding: 11px 14px;
  border: 4px solid rgba(255, 255, 255, .78);
  border-radius: 17px;
  background: rgba(255, 255, 255, .94);
  color: #315b57;
  box-shadow: 0 18px 38px rgba(25, 84, 78, .17);
  line-height: 1.12;
  backdrop-filter: blur(8px);
  transform: rotate(2deg);
}

.ingredients-product-shot__badge strong {
  color: #0c9e8b;
  font-size: 1.65rem;
  line-height: 1;
}

.ingredients-product-shot__badge span {
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ingredients-product-shot .ingredients-scientist__spark--1 {
  top: 22% !important;
  left: 3% !important;
}

.ingredients-product-shot .ingredients-scientist__spark--2 {
  top: 28% !important;
  right: 2% !important;
}

.ingredients-product-shot .ingredients-scientist__spark--3 {
  top: 66% !important;
  right: 4% !important;
}

@keyframes ingredientProductFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-7px) rotate(-1.25deg); }
}

@media (max-width: 1120px) {
  .ingredients-product-shot {
    min-height: 440px !important;
    padding-right: 0 !important;
  }

  .ingredients-product-shot__frame {
    width: min(292px, 92%);
  }

  .ingredients-product-shot__badge {
    bottom: 30px;
    left: 59%;
  }
}

@media (max-width: 900px) {
  .ingredients-product-shot {
    width: min(100%, 540px) !important;
    min-height: 455px !important;
    margin: 0 auto -4px !important;
    overflow: visible !important;
  }

  .ingredients-product-shot__frame {
    width: min(310px, 76vw);
  }

  .ingredients-product-shot__badge {
    bottom: 32px;
    left: 60%;
  }
}

@media (max-width: 600px) {
  .ingredients-product-shot {
    min-height: 405px !important;
    margin-bottom: -4px !important;
  }

  .ingredients-product-shot__frame {
    width: min(270px, 76vw);
    padding: 6px;
    border-radius: 29px;
  }

  .ingredients-product-shot__frame::after {
    inset: 6px;
    border-radius: 23px;
  }

  .ingredients-product-shot .ingredients-product-shot__image {
    border-radius: 23px;
  }

  .ingredients-product-shot__badge {
    bottom: 25px;
    left: 58%;
    min-width: 121px;
    padding: 9px 11px;
  }
}

@media (max-width: 420px) {
  .ingredients-product-shot {
    min-height: 370px !important;
  }

  .ingredients-product-shot__frame {
    width: min(248px, 74vw);
  }

  .ingredients-product-shot__badge {
    bottom: 20px;
    left: 56%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ingredients-product-shot__frame {
    animation: none !important;
  }
}
