.product-stat-bar{--product-stat-bar-cols:4;--product-stat-bar-border:oklch(0.9 0.012 85);--product-stat-bar-ink:oklch(0.16 0.005 260);display:grid;grid-template-columns:repeat(var(--product-stat-bar-cols),minmax(0,1fr));width:100%;max-width:1226px;height:auto;min-height:112px;margin:64px auto 0;border-radius:27px;background:#ffffff;border:1px solid var(--product-stat-bar-border);box-shadow:0 1px 0 rgba(15,15,20,.04);overflow:hidden}.product-stat-bar__stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:0;height:100%;padding:16px;text-align:center}.product-stat-bar__stat+.product-stat-bar__stat{border-left:1px solid var(--product-stat-bar-border)}.product-stat-bar__value{margin:0;font-family:var(--font-instrument-serif),"Instrument Serif",Georgia,serif;font-size:clamp(28px,3vw,36px);font-weight:400;line-height:1;letter-spacing:-.02em;color:var(--product-stat-bar-ink);white-space:nowrap}.product-stat-bar__label{margin:0;font-family:var(--font-inter),Inter,sans-serif;font-size:12px;font-weight:400;line-height:1.3;letter-spacing:.01em;color:#8a8a94}.product-stat-bar[data-count="5"]{height:auto;min-height:112px}.product-stat-bar[data-count="5"] .product-stat-bar__value{font-size:clamp(20px,2.2vw,28px);white-space:normal}.product-stat-bar--flush{margin-top:0}@media (max-width:900px){.product-stat-bar{grid-template-columns:repeat(2,minmax(0,1fr));height:auto;margin-top:48px;border-radius:24px}.product-stat-bar--flush{margin-top:0}.product-stat-bar__stat{min-height:96px;border-left:none}.product-stat-bar__stat:nth-child(2n){border-left:1px solid var(--product-stat-bar-border)}.product-stat-bar__stat:nth-child(n+3){border-top:1px solid var(--product-stat-bar-border)}}@media (max-width:520px){.product-stat-bar{grid-template-columns:1fr;border-radius:20px}.product-stat-bar__stat{border-left:none!important}.product-stat-bar__stat+.product-stat-bar__stat{border-top:1px solid var(--product-stat-bar-border)}}