
.related-products[data-v-b5d3c9f2] {
  margin: 2rem 0;
}
.related-products__title[data-v-b5d3c9f2] {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.related-products__loading[data-v-b5d3c9f2],
.related-products__error[data-v-b5d3c9f2],
.related-products__empty[data-v-b5d3c9f2] {
  color: #64748b;
  margin: 0;
}
.related-products__error[data-v-b5d3c9f2] {
  color: #dc2626;
}
.related-products__grid[data-v-b5d3c9f2] {
  --related-products-cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--related-products-cols), 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
.related-products__grid[data-v-b5d3c9f2] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.related-products__grid[data-v-b5d3c9f2] {
    grid-template-columns: 1fr;
}
}
.related-products__item[data-v-b5d3c9f2] {
  min-width: 0;
}

.product-detail__back[data-v-40bcc6a2]:hover {
  color: #1e40af;
}
.product-detail__layout[data-v-40bcc6a2] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 768px) {
.product-detail__layout[data-v-40bcc6a2] {
    grid-template-columns: 1fr;
}
}
.product-detail__gallery[data-v-40bcc6a2] {
  position: sticky;
  top: 1rem;
}
.product-detail__image-wrap[data-v-40bcc6a2] {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
  cursor: zoom-in;
}
.product-detail__image[data-v-40bcc6a2] {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  background: #f1f5f9;
  display: block;
  pointer-events: none;
}
.product-detail__image-wrap:hover .product-detail__image[data-v-40bcc6a2] {
  opacity: 0.95;
}
.product-detail__zoom-overlay[data-v-40bcc6a2] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
}
.product-detail__zoom-close[data-v-40bcc6a2] {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.product-detail__zoom-close[data-v-40bcc6a2]:hover {
  background: rgba(255, 255, 255, 0.25);
}
.product-detail__zoom-content[data-v-40bcc6a2] {
  overflow: hidden;
  max-width: 95vw;
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}
.product-detail__zoom-nav[data-v-40bcc6a2] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.product-detail__zoom-nav[data-v-40bcc6a2]:hover {
  background: rgba(255, 255, 255, 0.25);
}
.product-detail__zoom-nav--prev[data-v-40bcc6a2] {
  left: 1rem;
}
.product-detail__zoom-nav--next[data-v-40bcc6a2] {
  right: 1rem;
}
.product-detail__zoom-inner[data-v-40bcc6a2] {
  flex-shrink: 0;
  overflow: hidden;
}
.product-detail__zoom-img[data-v-40bcc6a2] {
  display: block;
  user-select: none;
}
.product-detail__zoom-hint[data-v-40bcc6a2] {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.product-detail__image--placeholder[data-v-40bcc6a2] {
  min-height: 280px;
}
.product-detail__thumbs[data-v-40bcc6a2] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.product-detail__thumb[data-v-40bcc6a2] {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: none;
  width: 56px;
  height: 56px;
}
.product-detail__thumb--active[data-v-40bcc6a2] {
  border-color: #2563eb;
}
.product-detail__thumb img[data-v-40bcc6a2] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-detail__title[data-v-40bcc6a2] {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
.product-detail__description[data-v-40bcc6a2] {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
.product-detail__price[data-v-40bcc6a2] {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1.25rem 0;
}
.product-detail__option[data-v-40bcc6a2] {
  margin-bottom: 1.25rem;
}
.product-detail__option-label[data-v-40bcc6a2] {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin-bottom: 0.5rem;
}
.product-detail__option-hint[data-v-40bcc6a2] {
  font-size: 0.8rem;
  color: #94a3b8;
  margin: -0.25rem 0 0.5rem 0;
}
.product-detail__chips[data-v-40bcc6a2] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-detail__chip[data-v-40bcc6a2] {
  padding: 0.5rem 0.875rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.product-detail__chip[data-v-40bcc6a2]:hover {
  border-color: #94a3b8;
  background: #f8fafc;
}
.product-detail__chip--selected[data-v-40bcc6a2] {
  border-color: #2563eb;
  background: #eff6ff;
  color: #1e40af;
}
.product-detail__variant-price[data-v-40bcc6a2] {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
}
.product-detail__selection-summary[data-v-40bcc6a2] {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.product-detail__selection-text[data-v-40bcc6a2] {
  font-size: 0.95rem;
  color: #334155;
}
.product-detail__quantity-row[data-v-40bcc6a2] {
  margin-bottom: 1.25rem;
}
.product-detail__quantity-controls[data-v-40bcc6a2] {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 0.35rem;
}
.product-detail__qty-btn[data-v-40bcc6a2] {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: #f1f5f9;
  font-size: 1.1rem;
  cursor: pointer;
  color: #475569;
  line-height: 1;
}
.product-detail__qty-btn[data-v-40bcc6a2]:hover:not(:disabled) {
  background: #e2e8f0;
  color: #0f172a;
}
.product-detail__qty-btn[data-v-40bcc6a2]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.product-detail__qty-input[data-v-40bcc6a2] {
  width: 3rem;
  height: 2.5rem;
  border: none;
  border-left: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  -moz-appearance: textfield;
}
.product-detail__qty-input[data-v-40bcc6a2]::-webkit-outer-spin-button,
.product-detail__qty-input[data-v-40bcc6a2]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-detail__add[data-v-40bcc6a2] {
  width: 100%;
  max-width: 320px;
  padding: 0.875rem 1.25rem;
  border: none;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
}
.product-detail__add[data-v-40bcc6a2]:hover:not(:disabled) {
  background: #1d4ed8;
}
.product-detail__add[data-v-40bcc6a2]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
