.protein-shake-page .product-detail-image {
  background: #fff;
  overflow: hidden;
}

.protein-shake-page .product-packshot {
  --yn-product-image-rest-scale: 1.18;
  --yn-product-image-hover-scale: 1.25;
  width: min(76%, 440px);
  max-width: none;
  height: auto;
  max-height: 84%;
  object-fit: contain;
  filter: drop-shadow(0 30px 30px rgba(63, 37, 16, .18));
  transform: scale(var(--yn-product-image-rest-scale));
}

.protein-shake-page .product-stock-note {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .8rem;
  align-items: center;
  margin: 1rem 0 0;
  color: #625b50;
  font-size: .95rem;
}

.protein-shake-page .product-stock-note strong {
  color: #745314;
}

.protein-shake-page .product-hero-lead {
  max-width: 35rem;
  margin: .25rem 0 .95rem;
  color: #5f594f;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

.protein-shake-page .product-content-review {
  padding-top: clamp(2rem, 5vw, 5rem);
}

.protein-shake-page .protein-shake-story-panel {
  box-shadow: 0 34px 70px rgba(18, 16, 13, .17);
}

.protein-shake-page .protein-shake-story-panel .product-story-media {
  background: #0f0c09;
}

.protein-shake-page .protein-shake-story-panel .product-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
}

.protein-shake-page .product-details-heading {
  max-width: 800px;
}

.protein-shake-page .protein-shake-detail-grid {
  gap: clamp(.9rem, 2vw, 1.25rem);
}

.protein-shake-page .protein-shake-detail-grid .existing-info {
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(51, 38, 19, .08);
  overflow: hidden;
}

.protein-shake-page .protein-shake-detail-grid .existing-info[open] {
  box-shadow: 0 18px 46px rgba(145, 101, 27, .13);
}

.protein-shake-page .protein-shake-detail-grid summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 34px;
  gap: .9rem;
  align-items: center;
  min-height: 92px;
  padding: 1rem 1.2rem;
  border: 0;
}

.protein-shake-page .detail-summary-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #d6ad5e;
  background: #17120f;
}

.protein-shake-page .detail-summary-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.protein-shake-page .detail-summary-label {
  display: block !important;
  width: auto !important;
  height: auto !important;
  place-items: initial !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-weight: 800;
  line-height: 1.25;
  transform: none !important;
}

.protein-shake-page .detail-summary-toggle {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #efe4d0;
  color: #171613;
  font-size: 1.15rem;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.protein-shake-page .protein-shake-detail-grid details[open] .detail-summary-toggle {
  transform: rotate(45deg) !important;
  background: #d1ad64;
}

.protein-shake-page .protein-shake-detail-grid details[open] .detail-summary-icon,
.protein-shake-page .protein-shake-detail-grid details[open] .detail-summary-label {
  transform: none !important;
}

.protein-shake-page .protein-shake-detail-grid details > p {
  padding: 0 1.35rem 1.4rem 5.4rem;
  border: 0;
  color: #57524a;
}

.protein-shake-page .protein-shake-detail-grid details > p span + span {
  margin-top: .85rem;
}

@media (max-width: 760px) {
  .protein-shake-page .product-packshot {
    --yn-product-image-rest-scale: 1.12;
    --yn-product-image-hover-scale: 1.18;
    width: min(82%, 390px);
    max-width: none;
    height: auto;
    max-height: 82%;
    transform: scale(var(--yn-product-image-rest-scale));
  }

  .protein-shake-page .protein-shake-detail-grid summary {
    grid-template-columns: 42px minmax(0, 1fr) 30px;
    gap: .7rem;
    min-height: 82px;
    padding: .9rem;
  }

  .protein-shake-page .detail-summary-icon {
    width: 42px;
    height: 42px;
  }

  .protein-shake-page .protein-shake-detail-grid details > p {
    padding: 0 1rem 1.2rem;
  }
}
