.product-card-container{position:relative}.product-card{width:280px;height:287px}.product-card:hover .card-image-container img{box-shadow:0 30px 18px -8px #0000001a}.product-card .card-image-container img{object-fit:cover;border-radius:8px;margin-bottom:16px;transition:all .4s cubic-bezier(.175,.885,0,1);box-shadow:0 8px 14px -4px #110c2214}.product-card h3{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:2.5px;font-size:1rem;line-height:1.2rem;display:-webkit-box;overflow:hidden}.product-card .date,.product-card .location{font-weight:300;line-height:1.5rem}.product-card .location{color:#64748b;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.follow-button{color:#fff;z-index:10;background:#212529bf;border:none;border-radius:100px;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.follow-button:hover{width:78px}.follow-button:hover .follow_text{display:block}.follow-button.followed:hover{width:98px}.follow-button .follow_text{padding:0 12px;animation:.4s fadeIn;display:none}.follow-button i{position:absolute;right:8px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
