/**
 * Single product page — v2 mockup layout
 */

body.single-product.single-product-v2 {
  background: #f4f7fb;
}

body.single-product.single-product-v2 #main.sp-v2 {
  max-width: none;
  margin: 0;
  padding: 0 0 5.5rem;
}

.sp-v2__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.25rem 1rem 3rem;
}

@media (min-width: 768px) {
  .sp-v2__container {
    padding: 1.75rem 1.5rem 3.5rem;
  }
}

/* Breadcrumbs */
.sp-v2__breadcrumbs {
  margin-bottom: 1.25rem;
}

.sp-v2__breadcrumb-list,
.sp-v2__breadcrumbs .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  color: #64748b;
}

.sp-v2__breadcrumb-list a,
.sp-v2__breadcrumbs .woocommerce-breadcrumb a {
  color: #64748b;
  text-decoration: none;
}

.sp-v2__breadcrumb-list a:hover,
.sp-v2__breadcrumbs .woocommerce-breadcrumb a:hover {
  color: #0369a1;
}

.sp-v2__breadcrumb-sep {
  color: #cbd5e1;
}

.sp-v2__breadcrumb-list li[aria-current="page"] {
  color: #0f172a;
  font-weight: 600;
}

/* Product showcase card — sits below banner (no overlap with compact v2 banner) */
.sp-v2__showcase {
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 64px rgba(15, 44, 73, 0.08);
  backdrop-filter: blur(12px);
}

@media (min-width: 1024px) {
  .sp-v2__showcase {
    margin-top: 1.5rem;
    padding: clamp(1.5rem, 2.5vw, 2rem);
  }
}

.sp-v2__header--actions {
  margin-bottom: 1.5rem;
}

.sp-v2__header--actions .sp-v2__header-actions {
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

@media (min-width: 640px) {
  .sp-v2__header--actions .sp-v2__header-actions {
    justify-content: flex-end;
    gap: 1.25rem;
  }
}

/* Header */
.sp-v2__header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 1024px) {
  .sp-v2__header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
  }
}

.sp-v2__header-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
}

.sp-v2__title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #0f172a;
}

.sp-v2__category-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #0369a1;
  background: rgba(224, 242, 254, 0.9);
  border: 1px solid rgba(2, 132, 199, 0.18);
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.sp-v2__category-pill:hover {
  background: #0369a1;
  color: #fff;
}

.sp-v2__header-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  min-width: min(100%, 280px);
}

@media (min-width: 640px) {
  .sp-v2__header-actions {
    align-items: flex-end;
  }
}

.sp-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.sp-v2__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #0f2c49 0%, #0369a1 55%, #02a2e4 100%);
  box-shadow: 0 10px 24px rgba(2, 162, 228, 0.28);
}

.sp-v2__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(2, 162, 228, 0.34);
}

.sp-v2__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.sp-v2__share-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}

.sp-v2__share-links {
  display: flex;
  gap: 0.45rem;
}

.sp-v2__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.sp-v2__share-btn:hover {
  transform: translateY(-2px);
}

.sp-v2__share-btn--facebook {
  background: #1877f2;
}
.sp-v2__share-btn--twitter {
  background: #1da1f2;
}
.sp-v2__share-btn--linkedin {
  background: #0a66c2;
}
.sp-v2__share-btn--whatsapp {
  background: #25d366;
}

/* Hero grid */
.sp-v2__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .sp-v2__hero {
    grid-template-columns: minmax(0, 420px) minmax(320px, 1fr);
    gap: 2rem;
    align-items: start;
  }

  .sp-v2__gallery {
    position: sticky;
    top: 6rem;
  }

  .sp-v2__sidebar {
    position: sticky;
    top: 6rem;
  }
}

.sp-v2__gallery-main {
  margin-bottom: 0.85rem;
}

.sp-v2__gallery-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  max-height: 320px;
  padding: 1.25rem 1.5rem;
  border-radius: 1.15rem;
  /* background: linear-gradient(165deg, #eef4fa 0%, #f8fbff 100%); */
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 10px 28px rgba(15, 44, 73, 0.05);
}

.sp-v2__gallery-image {
  max-width: min(100%, 300px);
  max-height: 260px;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 0.25s ease;
}

.sp-v2__gallery-frame:hover .sp-v2__gallery-image {
  transform: scale(1.02);
}

.sp-v2__zoom-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #475569;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(15, 44, 73, 0.08);
}

.sp-v2__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.sp-v2__thumb {
  width: 4.5rem;
  height: 4.5rem;
  padding: 0.35rem;
  border: 2px solid #e2e8f0;
  border-radius: 0.85rem;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.sp-v2__thumb.is-active {
  border-color: #0284c7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.sp-v2__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Sidebar */
.sp-v2__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sp-v2__sidebar-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.sp-v2__model-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0369a1;
  background: rgba(224, 242, 254, 0.95);
  border: 1px solid rgba(2, 132, 199, 0.18);
}

.sp-v2__model-badge strong {
  font-weight: 800;
  color: #0f172a;
  text-transform: none;
  letter-spacing: 0;
}

.sp-v2__specs-card,
.sp-v2__downloads,
.sp-v2__lead {
  padding: 1.15rem 1.2rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 6px 20px rgba(15, 44, 73, 0.04);
}

.sp-v2__lead {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #475569;
}

.sp-v2__specs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
}

.sp-v2__spec-item {
  padding: 0.75rem 0.8rem;
  border-radius: 0.75rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.sp-v2__spec-item dt {
  margin: 0 0 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.sp-v2__spec-item dd {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
}

.sp-v2__download-rows {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sp-v2__download-row {
  padding: 0.9rem;
  border-radius: 0.85rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.sp-v2__download-row-head {
  margin-bottom: 0.65rem;
}

.sp-v2__download-label {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
}

.sp-v2__download-size {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: #64748b;
}

.sp-v2__download-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sp-v2__downloads .catalogue-preview-btn,
.sp-v2__downloads .sp-v2__download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  border-radius: 0.55rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.sp-v2__downloads .catalogue-preview-btn {
  border: 1.5px solid #0284c7;
  background: #fff;
  color: #0284c7;
}

.sp-v2__downloads .catalogue-preview-btn__icon {
  display: inline-flex;
  width: 1.1rem;
  height: 1.1rem;
}

.sp-v2__downloads .catalogue-preview-btn__icon svg {
  width: 100%;
  height: 100%;
}

.sp-v2__downloads .sp-v2__download-link {
  color: #fff;
  background: #0f2c49;
  border: 0;
}

.sp-v2__downloads .sp-v2__download-link:hover {
  background: #0369a1;
  transform: translateY(-1px);
}

.sp-v2__downloads-empty {
  margin: 0;
  font-size: 0.88rem;
  color: #64748b;
}

.sp-v2__meta {
  padding: 0.15rem 0.25rem;
  font-size: 0.88rem;
  color: #475569;
}

.sp-v2__sku {
  margin: 0;
}

/* Tabs */
.sp-v2__tabs-wrap {
  margin-bottom: 2rem;
}

.sp-v2__tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.35rem;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.95);
  border: 1px solid #e2e8f0;
}

.sp-v2__tab {
  margin: 0;
  padding: 0.7rem 1.25rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
}

.sp-v2__tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, #0f2c49 0%, #0369a1 100%);
  box-shadow: 0 8px 20px rgba(15, 44, 73, 0.18);
}

.sp-v2__tab-panels {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 36px rgba(15, 44, 73, 0.05);
}

.sp-v2__tab-panel[hidden] {
  display: none !important;
}

/* Overview */
.sp-v2__overview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 900px) {
  .sp-v2__overview-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2rem;
  }
}

.sp-v2__panel-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.sp-v2__panel-icon {
  display: inline-flex;
  color: #0369a1;
}

.sp-v2__app-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.sp-v2__app-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: #334155;
}

.sp-v2__app-list svg {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #0284c7;
}

.sp-v2__feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .sp-v2__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sp-v2__feature-card {
  padding: 1rem;
  border-radius: 0.95rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.sp-v2__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0.65rem;
  border-radius: 0.65rem;
  background: rgba(224, 242, 254, 0.95);
  color: #0369a1;
}

.sp-v2__feature-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.sp-v2__feature-card p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #64748b;
}

.sp-v2__description {
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #475569;
}

/* Spec table */
.sp-v2__spec-table-wrap {
  overflow: auto;
  border-radius: 0.85rem;
  border: 1px solid #e2e8f0;
}

.sp-v2__spec-table {
  width: 100%;
  border-collapse: collapse;
}

.sp-v2__spec-table th,
.sp-v2__spec-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.92rem;
}

.sp-v2__spec-table th {
  background: #f8fafc;
  font-weight: 700;
  color: #0f172a;
}

.sp-v2__spec-table td:first-child {
  font-weight: 600;
  color: #475569;
  width: 42%;
}

.sp-v2__empty-cell {
  text-align: center;
  color: #64748b;
}

/* Performance */
.sp-v2__performance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.sp-v2__performance-item {
  margin: 0;
  padding: 1rem;
  border-radius: 0.85rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.sp-v2__performance-item figcaption {
  margin-bottom: 0.65rem;
  font-weight: 700;
  color: #0f172a;
}

.sp-v2__performance-item img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.sp-v2__performance-link {
  color: #0369a1;
  font-weight: 600;
  text-decoration: none;
}

/* Related */
.sp-v2__related-section {
  margin-top: 0.5rem;
}

.sp-v2__related-heading {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
}

.sp-v2__related-track {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
}

.sp-v2__related-card {
  flex: 0 0 min(100%, 320px);
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0.85rem;
  padding: 0.85rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 18px rgba(15, 44, 73, 0.05);
  text-decoration: none;
  scroll-snap-align: start;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.sp-v2__related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(2, 162, 228, 0.12);
}

.sp-v2__related-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  border-radius: 0.75rem;
  background: #f1f5f9;
  overflow: hidden;
}

.sp-v2__related-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sp-v2__related-body h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.sp-v2__related-pill {
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0369a1;
  background: rgba(224, 242, 254, 0.9);
}

.sp-v2__related-link {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0369a1;
}

.sp-v2__related-empty {
  padding: 2rem;
  text-align: center;
  color: #64748b;
}

.sp-v2__related-empty-sub {
  margin-top: 0.35rem;
  font-size: 0.88rem;
}

/* Sticky bar */
.sp-v2__sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -8px 24px rgba(15, 44, 73, 0.08);
  backdrop-filter: blur(10px);
}

.sp-v2__sticky-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sp-v2__sticky-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-v2__btn--sticky {
  flex-shrink: 0;
  padding: 0.75rem 1.25rem;
  font-size: 0.85rem;
}

/* Image zoom modal */
.sp-v2-zoom-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.sp-v2-zoom-modal.hidden {
  display: none;
}

.sp-v2-zoom-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 34, 0.82);
  backdrop-filter: blur(8px);
}

.sp-v2-zoom-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: calc(100dvh - 2rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.sp-v2-zoom-modal__header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, #0f2c49 0%, #0369a1 100%);
  color: #fff;
}

.sp-v2-zoom-modal__label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.sp-v2-zoom-modal__title {
  margin: 0.15rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.sp-v2-zoom-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}

.sp-v2-zoom-modal__close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.sp-v2-zoom-modal__body {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 0;
  max-height: 100%;
  overflow: auto;
  padding: 1.5rem;
  background: radial-gradient(circle at center, #f8fafc 0%, #eef2f7 100%);
}

.sp-v2-zoom-modal #zoomedImage,
.sp-v2-zoom-modal__image {
  display: block;
  box-sizing: border-box;
  max-width: 100% !important;
  max-height: min(72dvh, calc(100dvh - 10rem)) !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 12px 32px rgba(15, 44, 73, 0.12);
}

/* Inquiry section — contact-page style wrapper */
.sp-v2__inquiry-wrap {
  width: 100%;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1rem, 3vw, 1.5rem)
    clamp(3.5rem, 6vw, 5rem);
  background: #f4f7fa;
  border-top: 1px solid #dbe7f3;
}

@media (min-width: 768px) {
  .sp-v2__inquiry-wrap {
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .sp-v2__inquiry-wrap {
    width: 60%;
  }
}

.sp-v2__inquiry-inner {
  width: 100%;
  margin: 0 auto;
}

body.single-product.single-product-v2
  .sp-v2__inquiry-wrap
  #product-inquiry.product-inquiry-section--v2 {
  text-align: left;
  margin-top: 0;
  padding: 0;
  border-top: 0;
  background: transparent;
}

body.single-product.single-product-v2
  .sp-v2__inquiry-wrap
  .product-inquiry-section--v2 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

body.single-product.single-product-v2
  .sp-v2__inquiry-wrap
  .product-inquiry-heading--v2 {
  padding: 0;
}

body.single-product.single-product-v2
  .sp-v2__inquiry-wrap
  #product-inquiry.product-inquiry-section--v2
  .product-inquiry-heading__content {
  max-width: none;
}

body.single-product.single-product-v2
  .sp-v2__inquiry-wrap
  #product-inquiry.product-inquiry-section--v2
  .product-inquiry-title {
  display: block;
  text-align: left;
}

body.single-product.single-product-v2
  .sp-v2__inquiry-wrap
  #product-inquiry.product-inquiry-section--v2
  .product-inquiry-intro {
  text-align: left;
}

body.single-product.single-product-v2 .sp-v2__inquiry-wrap #product-inquiry {
  scroll-margin-top: 7rem;
}

@media (prefers-reduced-motion: reduce) {
  body.single-product.single-product-v2
    .sp-v2__inquiry-wrap
    #product-inquiry
    .pi-submit-btn:hover:not(:disabled) {
    transform: none;
  }
}

/* Prod-desc inside v2 */
.sp-v2 .product-description-content .prod-desc-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sp-v2 .product-description-content .prod-desc-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 1rem;
}

.sp-v2 .product-description-content .prod-desc-item::before {
  content: "";
  grid-row: 1 / -1;
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background: rgba(224, 242, 254, 0.95)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230369a1' stroke-width='2'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E")
    center/1rem no-repeat;
}

.sp-v2 .product-description-content .prod-desc-item > h2,
.sp-v2 .product-description-content .prod-desc-item > h3,
.sp-v2 .product-description-content .prod-desc-item > h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #0f172a;
}

.sp-v2 .product-description-content .prod-desc-item > p,
.sp-v2 .product-description-content .prod-desc-item > ul {
  grid-column: 2;
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
}

@media (max-width: 767px) {
  .sp-v2__tabs {
    display: flex;
    width: 100%;
    border-radius: 1rem;
  }

  .sp-v2__tab {
    flex: 1 1 auto;
    padding-inline: 0.65rem;
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-v2__btn--primary:hover,
  .sp-v2__related-card:hover {
    transform: none;
  }
}
