/*
Lucas Blaser
shop.css
Style pour la page 2 a 4
Dernière modification : 13.01.2026 : Création du commentaire
*/
.ski{
    display: flex;
    justify-content: space-around;
    align-content: center;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 60px;

}

.boots{
    display: flex;
    justify-content: space-around;
    align-content: center;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 60px;
}

.apparel{
    display: flex;
    justify-content: space-around;
    align-content: center;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 60px;
}


img{
    height: 300px;
    width: auto;
}