/* Zaryon — product detail page (professional PDP) */
body.pm-pdp-page .pm-page-container {
  max-width: 1280px;
}

body.pm-pdp-page .breadcrumb {
  background: transparent;
  padding: 0;
}

#pmPdpTop.pm-pdp {
  --pm-pdp-radius: 16px;
}

#pmPdpTop.pm-pdp .card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--pm-pdp-radius);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

#pmPdpTop.pm-pdp .pm-pdp-gallery-card {
  padding: 1rem !important;
}

#pmPdpTop.pm-pdp .pm-gallery-square {
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

#pmPdpTop.pm-pdp .pm-gallery-square img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}

#pmPdpTop.pm-pdp .pm-gallery-strip-scroll {
  gap: 0.5rem;
  margin-top: 0.85rem;
  padding-bottom: 4px;
}

#pmPdpTop.pm-pdp .pm-gallery-thumb {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  border: 2px solid transparent;
  background: #fff;
  padding: 0;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

#pmPdpTop.pm-pdp .pm-gallery-thumb.is-active,
#pmPdpTop.pm-pdp .pm-gallery-thumb:hover {
  border-color: var(--pm-primary, #f85606);
  box-shadow: 0 0 0 1px rgba(248, 86, 6, 0.25);
}

#pmPdpTop.pm-pdp .pm-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pmPdpTop.pm-pdp .pm-pdp-info h1 {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
  letter-spacing: -0.02em;
}

#pmPdpTop.pm-pdp .pm-pdp-price {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--pm-primary, #f85606);
  letter-spacing: -0.02em;
}

#pmPdpTop.pm-pdp .pm-pdp-price-old {
  font-size: 1rem;
  color: #94a3b8;
  text-decoration: line-through;
}

#pmPdpTop.pm-pdp .pm-promo-strip {
  background: linear-gradient(90deg, rgba(248, 86, 6, 0.12), rgba(255, 154, 86, 0.2)) !important;
  color: #9a3412 !important;
  border: 1px solid rgba(248, 86, 6, 0.2) !important;
}

#pmPdpTop.pm-pdp .pm-btn-buy {
  min-height: 48px;
  font-weight: 800;
  border-radius: 12px;
  background: var(--pm-primary, #f85606) !important;
  border-color: var(--pm-primary, #f85606) !important;
}

#pmPdpTop.pm-pdp .pm-btn-cart {
  min-height: 48px;
  font-weight: 700;
  border-radius: 12px;
}

#pmPdpTop.pm-pdp .pm-pdp-sidebar .card {
  background: #fafbfc;
}

#pmPdpTop.pm-pdp .pm-right-row {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

#pmPdpTop.pm-pdp .pm-right-row:last-child {
  border-bottom: none;
}

#pmPdpTabs .card {
  border-radius: var(--pm-pdp-radius);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

#pmPdpTabs .nav-tabs .nav-link {
  font-weight: 600;
  color: #64748b;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}

#pmPdpTabs .nav-tabs .nav-link.active {
  color: var(--pm-primary, #f85606);
  border-bottom-color: var(--pm-primary, #f85606);
  background: transparent;
}

#pmPdpTop.pm-pdp .pm-pdp-buybox {
  border-radius: var(--pm-pdp-radius);
}

#pmPdpTop.pm-pdp .pm-pdp-delivery-hint {
  padding: 0.65rem 0.75rem;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

#pmPdpTop.pm-pdp .pm-pdp-info-table .pm-pdp-info-sec {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

#pmPdpTop.pm-pdp .pm-pdp-info-table .pm-pdp-info-sec:last-child {
  border-bottom: none;
}

@media (max-width: 991.98px) {
  #pmPdpTop.pm-pdp .pm-gallery-thumb {
    width: 64px;
    height: 64px;
  }

  body.pm-pdp-page .pm-dz-pdp-ship {
    border-radius: 12px;
  }
}
