.collection-card{position:relative;display:block;border-radius:5px;overflow:hidden;aspect-ratio:.75;height:100%;max-width:100%;flex:1 1 30%;min-width:min(100% - 60px,350px);max-height:510px}@media screen and (min-width:769px){.collection-card:hover .icon-link{scale:1.2}.collection-card:hover .collection-image{scale:1.05}}.collection-card .icon-link{position:absolute;top:23px;right:23px;height:50px;width:50px;z-index:1;transition:scale .3s}.collection-card .collection-image{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:scale .3s}.collection-card .collection-image.placeholder-svg{background-color:#fafafa}.collection-card .collection-details{position:relative;height:100%;width:100%;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(0deg,rgba(23,23,23,.8) 0,rgba(23,23,23,.8) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);color:#fff;padding:30px;gap:25px}.collection-card .collection-details .collection-heading{margin:-6px 0}.collection-card .collection-details .collection-text{margin:-6px 0}