.categories{display:flex;flex-direction:column;gap:32px}.categories__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.categories__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.categories__card{flex:1;display:flex;flex-direction:column;gap:16px;align-items:center;text-decoration:none;color:#242220}.categories__card-image{position:relative;width:100%;overflow:hidden;border-radius:8px;display:flex}.categories__card:nth-child(5n+1) .categories__card-image{border-radius:16px 8px 8px 16px}.categories__card:nth-child(5n+5) .categories__card-image{border-radius:8px 16px 16px 8px}.categories__card-image picture,.categories__card-image img,.categories__card-image svg{width:100%;height:100%;aspect-ratio:4 / 5;object-fit:cover}.categories__card-name{font-family:var(--heading-font);font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.01em;text-transform:uppercase;text-align:center;width:100%;margin:0}@media screen and (max-width:989px){.categories__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.categories__grid{display:flex;width:calc(100% + 20px);margin-left:-10px;padding:0 10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:10px}.categories__card{flex:none;width:94%;min-width:94%;scroll-snap-align:start}.categories__button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-categories.css.map */
