collection-explorer{display:block;width:100%}.collection-explorer__title{margin-top:0;margin-bottom:2.6rem;text-align:center}@media(min-width: 750px){.collection-explorer__title{margin-bottom:4.8rem}}.collection-explorer__buttons{display:flex;width:100%;justify-content:center;flex-wrap:wrap;list-style:none;margin-left:-0.7rem;padding:0}.collection-explorer__buttons li{margin-left:1.4rem}.collection-explorer__buttons li:last-of-type{margin-right:0}.collection-explorer__button{margin-bottom:1.4rem}.collection-explorer__button:last-of-type{margin-right:0}.collection-explorer__button.is-active{background:var(--color-black);color:#fff}.collection-explorer__cards{display:flex;flex-wrap:wrap;list-style:none;padding:0;transition:opacity 750ms ease}.collection-explorer__card{border:.1rem solid var(--color-amour--light-2);border-radius:2rem;box-shadow:10px 20px 100px rgba(0,0,0,.06);cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2.5rem 0;margin-bottom:1.4rem;margin-right:1.4rem;transition:box-shadow 300ms ease;width:calc((100% - 1.4rem)/2)}.collection-explorer__card:nth-of-type(2n){margin-right:0}@media(min-width: 750px){.collection-explorer__card{box-shadow:none;margin-bottom:2rem;margin-right:2rem;width:calc((100% - 8rem)/5)}.collection-explorer__card:nth-of-type(2n){margin-right:2rem}.collection-explorer__card:nth-of-type(5n){margin-right:0}.collection-explorer__card:hover{box-shadow:10px 20px 100px rgba(0,0,0,.06)}}.collection-explorer-card__inner{display:block;text-decoration:none;width:100%}.collection-explorer-card__media{background-color:var(--color-white-smoke);border-radius:50%;margin:auto;padding:15px;max-width:80%}@media(min-width: 350px){.collection-explorer-card__media{max-width:13rem}}.collection-explorer-card__title{font-size:1.4rem;margin:2.5rem 0 0;text-align:center}@media(min-width: 750px){.collection-explorer-card__title{font-size:1.8rem}}