top of page
Integrity
bottom of page
/* Reduce spacing on Wix product details */
[data-hook="product-page"] {
line-height: 1.2;
}
/* Reduce space between spec groups */
[data-hook="product-page"] p,
[data-hook="product-page"] div {
margin-top: 4px !important;
margin-bottom: 4px !important;
}
/* Product info container spacing */
[data-hook="product-page"] section {
padding-top: 4px !important;
padding-bottom: 4px !important;
}
/* Optional: tighten heading spacing */
[data-hook="product-page"] h1,
[data-hook="product-page"] h2,
[data-hook="product-page"] h3,
[data-hook="product-page"] h4 {
margin-bottom: 6px !important;
line-height: 1.1 !important;
}