.product-card{display:grid;flex-direction:column;flex-basis:44%;gap:var(--spacing-3);width:100%;align-items:center;align-content:center;text-align:center;font-size:var(--type-medium);line-height:1.25;color:var(--black);transition:all .15s ease-in-out}a.product-card:hover{transform:rotate(-4deg);text-decoration:none!important}a.product-card:hover:nth-child(odd){transform:rotate(-10deg);text-decoration:none!important}.product-soldout{font-weight:700;justify-self:center;font-size:var(--type-small);line-height:1;padding:2px var(--spacing-5);background:var(--white);color:var(--gray_70);border-radius:var(--border-radius-large);margin-bottom:var(--spacing-5);width:fit-content}.product-soldout span{position:relative;margin:0;padding:0;opacity:0;animation:bump-letters 1s forwards infinite}.product-soldout span:nth-child(2n){animation-delay:.2s}.product-soldout span:nth-child(3n){animation-delay:.25s}.product-soldout span:nth-child(4n){animation-delay:.3s}.product-soldout span:nth-child(5n){animation-delay:.35s}.product-soldout span:nth-child(6n){animation-delay:.4s}@keyframes bump-letters{0%{bottom:-.1em;opacity:1}50%{bottom:.1em}to{bottom:0;opacity:1}}.product-card-img{width:100%;transition:all .15s ease-in-out;transform:rotate(6deg);filter:drop-shadow(rgba(0,0,0,.26) 8px 8px 20px)}a.product-card:hover .product-card-img{filter:drop-shadow(rgba(0,0,0,.32) 8px 8px 24px)}h3.product-title{font-size:var(--type-medium);font-weight:700;line-height:.8;padding:var(--spacing-3) 0;text-transform:capitalize}a.product-card:hover .price{<!-- background: var(--lime_10);-->}@media (min-width: 960px){.product-card{width:100%;min-width:220px;max-width:480px;flex-basis:30%}}@media only screen and (max-width: 767px){h3.product-title{font-size:var(--type-small);font-weight:700;line-height:.8;padding:var(--spacing-3) 0;text-transform:capitalize}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-product-card.css.map */
