.product-card-container{position:relative}.product-card{width:280px;height:287px}.product-card:hover .card-image-container img{box-shadow:0 30px 18px -8px rgba(0,0,0,.1)}.product-card .card-image-container img{border-radius:8px;box-shadow:0 8px 14px -4px rgba(17,12,34,.0784313725);margin-bottom:16px;transition:all .4s cubic-bezier(.175,.885,0,1);object-fit:cover}.product-card h3{font-size:1rem;line-height:1.2rem;margin-bottom:2.5px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.product-card .date,.product-card .location{font-weight:300;line-height:1.5rem}.product-card .location{color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.follow-button{background:rgba(33,37,41,.749);border-radius:100px;border:none;color:#fff;height:32px;width:32px;font-size:1rem;position:absolute;right:16px;top:16px;display:flex;align-items:center;z-index:10;transition:all .2s ease}.follow-button:hover{width:78px}.follow-button:hover .follow_text{display:block}.follow-button.followed:hover{width:98px}.follow-button .follow_text{display:none;padding:0 12px;animation:fadeIn .4s ease}.follow-button i{position:absolute;right:8px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-card-skeleton{width:280px;height:287px}.product-card-skeleton .skeleton__image{background-color:#dee2e6;border-radius:8px;height:200px;width:280px;margin-bottom:16px;animation:infinity-placeholder 1s infinite}.product-card-skeleton .skeleton__date,.product-card-skeleton .skeleton__location,.product-card-skeleton .skeleton__title{background-color:#dee2e6;animation:infinity-placeholder 1s infinite;border-radius:4px}.product-card-skeleton .skeleton__title{height:20px}.product-card-skeleton .skeleton__date{margin-top:6px;width:75%;height:14px}.product-card-skeleton .skeleton__location{margin-top:10px;width:30%;height:14px}