.product-spec-showcase{background:var(--section-bg);color:var(--section-text)}
.product-spec-showcase__inner{max-width:1180px}
.product-spec-showcase__header{max-width:720px;margin:0 auto var(--space-section-compact);text-align:center}
.product-spec-showcase__header h2{margin-top:0}
.product-spec-showcase__header .rte{color:rgb(var(--color-muted))}
.product-spec-showcase__groups{display:grid;gap:var(--space-section)}
.product-spec-showcase__group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:var(--space-section-compact)}
.product-spec-showcase__details{min-width:0}
.product-spec-showcase__group--details-right .product-spec-showcase__details{order:2}
.product-spec-showcase__group--details-right .product-spec-showcase__products{order:1}
.product-spec-showcase__details h3{margin:0;font-size:clamp(1.7rem,3vw,2rem)}
.product-spec-showcase__specs{display:grid;max-width:350px;gap:20px;margin-top:1.8rem;color:#606060}
.product-spec-showcase__specs p{display:grid;min-height:60px;grid-template-columns:1fr 1fr;align-items:center;margin:0;padding-right:18px;background:#f2f2f2;text-align:center}
.product-spec-showcase__specs strong{align-self:stretch;padding:18px;border-right:1px solid rgb(var(--color-border));color:inherit}
.product-spec-showcase__products{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(13rem,100%),1fr));align-items:start;gap:var(--space-grid)}
.product-spec-showcase__product{width:100%;max-width:23rem;min-width:0;margin-inline:auto}
.product-spec-showcase__product .product-card__media{aspect-ratio:4/3}
.product-spec-showcase__product .product-card__content{text-align:center}
.product-spec-showcase__product .price{justify-content:center}

@media(max-width:749px){.product-spec-showcase__group{grid-template-columns:minmax(0,1fr)}.product-spec-showcase__details,.product-spec-showcase__group--details-right .product-spec-showcase__details{order:1}.product-spec-showcase__products,.product-spec-showcase__group--details-right .product-spec-showcase__products{order:2}.product-spec-showcase__specs{max-width:none;margin-top:1.5rem}.product-spec-showcase__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-spec-showcase__product{max-width:none}}
@media(max-width:479px){.product-spec-showcase__products{grid-template-columns:minmax(0,1fr)}}
