.product-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 20px 64px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 40px;
  align-items: start;
}

.product-gallery {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
}

.product-thumbs-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.product-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 360px;
  overflow: auto;
  padding-right: 2px;
  scrollbar-width: none;
}

.product-thumbs::-webkit-scrollbar {
  display: none;
}

.product-thumb {
  width: 72px;
  height: 72px;
  padding: 4px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.product-thumb.is-active {
  border-color: var(--pink);
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-thumbs-more {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.product-media {
  background: var(--pink-soft);
  border-radius: 16px;
  padding: 24px 24px 16px;
  min-width: 0;
  overflow: hidden;
}

.product-media img,
.product-main-img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.product-media .product-kit-shot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 520px;
  max-height: 520px;
  overflow: hidden;
}

.product-media .product-kit-shot img {
  flex: 0 0 auto;
  position: relative;
  width: auto !important;
  height: auto !important;
  max-width: 48% !important;
  max-height: 460px !important;
  margin: 0 0 0 -14% !important;
  object-fit: contain;
  transform: none !important;
  min-width: 0 !important;
}

.product-media .product-kit-shot.is-kit-3 img {
  max-width: 36% !important;
  margin-left: -12% !important;
}

.product-media .product-kit-shot img:first-child {
  margin-left: 0 !important;
}

.product-media .product-kit-shot img:last-child {
  margin-right: 0 !important;
}

.product-media .product-kit-shot.is-kit-creatina-shaker img:first-child {
  z-index: 4;
  margin-left: 6% !important;
}

.product-media .product-kit-shot.is-kit-creatina-shaker img:last-child {
  z-index: 1;
  margin-left: -36% !important;
}

.product-thumb .card-media.is-kit-creatina-shaker img:first-child {
  z-index: 4;
}

.product-thumb .card-media.is-kit-creatina-shaker img:last-child {
  z-index: 1;
}

.product-thumb.is-kit-thumb {
  overflow: hidden;
  padding: 2px;
}

.product-thumb .card-media.is-kit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-thumb .card-media.is-kit img {
  height: auto !important;
  width: auto !important;
  max-height: 100%;
  max-width: 48%;
  margin: 0 -10%;
  transform: none !important;
  object-fit: contain;
}

.product-thumb .card-media.is-kit-3 img {
  max-width: 40%;
}

.product-thumb .card-media.is-kit img:first-child {
  margin-left: 0;
}

.product-thumb .card-media.is-kit img:last-child {
  margin-right: 0;
}

.product-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.product-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cfcfcf;
  cursor: pointer;
}

.product-dot.is-active {
  background: #6b6b6b;
}

.product-info h1 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  text-transform: lowercase;
  line-height: 1.2;
}

.product-meta {
  margin: 0 0 8px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 600;
  text-transform: lowercase;
}

.product-info .card-rating {
  margin: 0 0 16px;
}

.product-desc {
  color: #2b2b2b;
  font-size: 15px;
  line-height: 1.55;
}

.product-info .list-price {
  display: block;
  margin-bottom: 4px;
}

.product-info .price {
  font-size: 32px;
}

.product-info .price-row {
  margin-bottom: 20px;
}

.product-qty {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.product-qty span {
  font-size: 14px;
  font-weight: 600;
}

.qty-control {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--pink);
  border-radius: 10px;
  overflow: hidden;
}

.qty-control button {
  width: 40px;
  height: 40px;
  border: 0;
  background: #fff;
  color: var(--pink);
  font-size: 20px;
  cursor: pointer;
}

.qty-control output {
  min-width: 36px;
  text-align: center;
  font-weight: 700;
}

.product-actions {
  display: flex;
  gap: 8px;
  align-items: stretch;
  margin-bottom: 12px;
}

.product-actions .buy {
  min-height: 52px;
  font-size: 16px;
}

.product-actions .add-cart {
  width: 52px;
}

.product-related {
  margin-top: 56px;
}

.product-related h2 {
  color: var(--pink);
  font-size: 28px;
  margin: 0 0 20px;
  text-transform: lowercase;
}

.product-related .catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-empty {
  padding: 48px 0;
}

@media (max-width: 900px) {
  .product-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-thumbs-wrap {
    order: 2;
    flex-direction: row;
  }

  .product-thumbs {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
  }

  .product-thumbs-more {
    display: none;
  }
}

@media (max-width: 1024px) {
  .product-related .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .product-media .product-kit-shot {
    height: 240px;
    max-height: 240px;
  }

  .product-media .product-kit-shot img {
    max-width: 72% !important;
    max-height: 230px !important;
    margin-left: -24% !important;
  }

  .product-media .product-kit-shot img:first-child {
    margin-left: 2% !important;
  }

  .product-media .product-kit-shot.is-kit-3 img {
    max-width: 50% !important;
    margin-left: -20% !important;
  }

  .product-media .product-kit-shot.is-kit-creatina-shaker img:first-child {
    margin-left: 4% !important;
  }

  .product-media .product-kit-shot.is-kit-creatina-shaker img:last-child {
    margin-left: -42% !important;
  }

  .product-related .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
