/* === Product Detail Page === */
/* This file is shared by all 17 product detail pages */

/* Page body padding for fixed header */
.page-product {
  padding-top: var(--header-height);
}

/* Ensure consistent spacing between hero and features */
.page-product .features {
  padding-top: 0;
}

/* Last feature row has no bottom padding before CTA */
/* .page-product .feature-row:last-child {
  padding-bottom: 40px;
} */
