.collection-card{aspect-ratio:1/1;border:2px solid transparent;border-radius:27.5px;cursor:pointer;height:inherit;position:relative;transform:scale(1);transition:all .2s ease;width:auto}.collection-card a{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:9}.collection-card__inner{height:100%;position:relative}.collection-card__image{height:100%}.collection-card__image img{border-radius:25px;height:95%;object-fit:cover;width:100%}.collection-card__content{background:#3f4252;border-radius:0 0 25px 25px;bottom:0;left:0;padding:20px;position:absolute;right:0;width:100%}.collection-card__content p{color:#fff;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:0;text-align:center}.collection-card__content *{color:var(--primaryDBlue)}.collection-card__content :first-child{margin-top:0}