.athlete-grid__wrapper{display:grid;grid-template-columns:repeat(var(--athlete-grid-columns-mobile, 1),1fr);gap:3.2rem 2.4rem;padding-block:3rem}@media(min-width:750px){.athlete-grid__wrapper{grid-template-columns:repeat(var(--athlete-grid-columns-desktop, 2),1fr);gap:4.8rem 3.2rem}}.athlete-card{display:flex;flex-direction:column;gap:1.6rem}.athlete-card__image{position:relative;width:100%;overflow:hidden;background-color:rgb(var(--color-background-secondary))}.athlete-card__image--4-5{aspect-ratio:4 / 5}.athlete-card__image--1-1{aspect-ratio:1 / 1}.athlete-card__image--3-4{aspect-ratio:3 / 4}.athlete-card__image-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .4s ease}.athlete-grid__wrapper--grayscale .athlete-card__image-img{filter:grayscale(100%)}@media(hover:hover)and (pointer:fine){.athlete-card:hover .athlete-card__image-img{transform:scale(1.04)}.athlete-grid__wrapper--grayscale .athlete-card:hover .athlete-card__image-img{filter:grayscale(0%)}}.athlete-card__content{display:flex;flex-direction:column;gap:.4rem}.athlete-card__name{margin:0;display:flex;align-items:center;gap:.6rem}.athlete-card__flag{font-size:1.6rem;line-height:1}.athlete-card__discipline{margin:0;color:rgba(var(--color-foreground),.6);text-transform:uppercase;letter-spacing:.04em}.athlete-card__link{margin-top:.4rem;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.2rem;width:fit-content;transition:opacity var(--duration-default, .2s) ease-in-out}@media(hover:hover)and (pointer:fine){.athlete-card__link:hover{opacity:var(--hover-opacity)}}
/*# sourceMappingURL=/cdn/shop/t/167/assets/section-athlete-grid.css.map */
