.category-page{padding-top:32px}.category-page>header{max-width:760px;margin-bottom:32px}.category-page>header>p:first-child{margin-top:0}.category-page h1::after{content:'';display:block;width:140px;height:12px;margin-top:24px;border-radius:var(--gymio-pill);background:var(--gymio-primary)}
.category-page>nav{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.gymio-ui .category-page>nav a{padding:10px 20px;border-radius:var(--gymio-pill);background:var(--gymio-surface);color:var(--gymio-text)}.gymio-ui .category-page>nav a:hover{color:var(--gymio-primary)}.gymio-ui .category-page>nav a[aria-current=page]{background:var(--gymio-dark);color:var(--gymio-on-dark)}
.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 12px}.category-grid .product-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;gap:12px;padding-bottom:24px;border-bottom:1px solid var(--gymio-border);border-radius:0}.category-grid .product-card>a:first-child{display:block;width:100%}.category-photo{width:100%;position:relative;background:var(--gymio-surface);aspect-ratio:1}.category-photo>a>img{width:100%;height:100%;object-fit:contain}.category-grid h2{font-size:25px;margin:20px 0 0}.category-grid p{margin:0}.category-grid .product-card>p.g-muted{font-size:13px}.category-grid .product-card>.g-button{margin-top:auto;align-self:flex-start;min-width:180px}
.category-badges{position:absolute;top:12px;left:12px;right:58px;z-index:2;display:flex;gap:6px;flex-wrap:wrap;pointer-events:none}.category-badges span{padding:4px 12px;border-radius:var(--gymio-pill);color:var(--gymio-on-dark);background:var(--badge-color);font-size:13px}.category-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.category-price>span{font-size:22px}.category-price del{font-size:15px}.category-apps{position:absolute;top:calc(50% + 28px);right:7px;transform:translateY(-50%);z-index:3;display:flex;flex-direction:column;gap:6px;padding:0}.category-apps a{display:block;width:28px;height:28px;padding:0;border-radius:5px;overflow:hidden}.category-apps img{width:28px;height:28px;object-fit:contain}
@media(max-width:1000px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.category-apps a[href$="#ant"]{background:var(--gymio-background)}
@media(max-width:600px){.category-page{padding-top:24px}.category-grid{grid-template-columns:1fr;gap:20px}.category-page>nav{gap:8px}.gymio-ui .category-page>nav a{padding:8px 14px}.category-grid .product-card>.g-button{width:100%}}

.category-photo>a{display:block;width:100%;height:100%}.category-photo .category-hover-image{position:absolute;inset:0;opacity:0;transition:opacity .25s ease}.category-grid .product-card:focus-within .category-hover-image{opacity:1}@media(hover:hover){.category-grid .product-card:hover .category-hover-image{opacity:1}}@media(prefers-reduced-motion:reduce){.category-photo .category-hover-image{transition:none}}
