.categories-title{font-family:Inter,sans-serif;font-size:24px;font-weight:600;color:#171717;margin:0 0 16px}@media (min-width: 1024px){.categories-title{font-size:28px}}@media (min-width: 1440px){.categories-title{font-size:32px}}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media (min-width: 1024px){.categories-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1440px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.category-card{width:100%;height:280px;border-radius:12px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;color:inherit;transition:transform .2s cubic-bezier(.4,0,.2,1);will-change:transform}.category-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}@media (min-width: 1024px){.category-card{height:240px}}@media (min-width: 1440px){.category-card{height:280px}}.category-card:hover{transform:scale(.97)}.category-card:active{transform:scale(.94)}.category-card:nth-child(3n+1):last-child{grid-column:1 / -1}.category-card:nth-child(3n+2):last-child{grid-column:2 / -1}.category-card:nth-child(3n+3):last-child{grid-column:1 / -1}@media (min-width: 1024px){.category-card:nth-child(4n+1):last-child{grid-column:1 / -1}.category-card:nth-child(4n+2):last-child{grid-column:2 / -1}.category-card:nth-child(4n+3):last-child{grid-column:3 / -1}.category-card:nth-child(4n+4):last-child{grid-column:1 / -1}}.category-content{position:relative;z-index:1;padding:6px;display:flex;align-items:flex-start;justify-content:flex-start;width:100%;height:100%;box-sizing:border-box}.category-title{font-family:Inter,sans-serif;font-weight:600;font-size:13px;line-height:100%;color:#000;margin:0;word-wrap:break-word;height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 1024px){.category-title{font-size:15px}}@media (min-width: 1440px){.category-title{font-size:17px}}@media (max-width: 768px){.categories-grid{gap:6px}.category-card{height:200px}.category-title{font-size:12px;height:18px}}@media (max-width: 480px){.categories-grid{gap:4px}.category-card{height:160px}.category-title{font-size:11px;height:16px}}
