.seedstate-product-page .woocommerce-breadcrumb,
.seedstate-product-page .wp-block-woocommerce-breadcrumbs {
font-size: 0.9rem;
opacity: 0.75;
}
.seedstate-product-columns {
gap: clamp(2rem, 5vw, 4rem);
}
.seedstate-product-summary .wp-block-post-title {
line-height: 1.08;
}
.seedstate-product-facts,
.seedstate-trust-box {
border-color: color-mix(in srgb, currentColor 16%, transparent);
background: color-mix(in srgb, currentColor 3%, transparent);
}
.seedstate-product-facts {
row-gap: 0.55rem;
column-gap: 1rem;
}
.seedstate-product-facts a,
.seedstate-product-meta a,
.seedstate-card-type a {
text-decoration: none;
}
.seedstate-fact {
margin: 0;
font-size: 0.95rem;
}
.seedstate-trust-line {
margin-top: 0;
margin-bottom: 0.45rem;
font-size: 0.95rem;
line-height: 1.45;
}
.seedstate-trust-line:last-child {
margin-bottom: 0;
}
.seedstate-after-cart-note {
opacity: 0.78;
}
.seedstate-product-meta {
font-size: 0.88rem;
opacity: 0.78;
}
.seedstate-related-products .wp-block-post-title {
line-height: 1.2;
}
.seedstate-card-type {
margin-top: -0.15rem;
margin-bottom: 0.5rem;
font-size: 0.82rem;
opacity: 0.72;
}
@media (max-width: 781px) {
.seedstate-product-columns {
gap: 1.5rem;
}
.seedstate-product-gallery,
.seedstate-product-summary {
flex-basis: 100% !important;
}
.seedstate-product-facts {
grid-template-columns: 1fr;
}
}