.product-card{display:flex;flex-direction:column;overflow:hidden;position:relative}.product-card__link{display:flex;flex-direction:column;gap:16px;text-decoration:none;color:inherit}.product-card__link:focus-visible{outline:2px solid var(--color-cactus-green-10);outline-offset:2px}.product-card__image{position:relative;aspect-ratio:416 / 370;border-radius:20px;overflow:hidden;background-color:var(--color-white)}.product-card__img{width:100%;height:100%;object-fit:cover}.product-card__placeholder{width:100%;height:100%;background-color:var(--color-bg-primary)}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:24px}.product-card__overlay--hover{background-color:var(--color-bg-highlights-transparent);opacity:0;transition:opacity .3s ease;pointer-events:none}.product-card:not(.product-card--sold-out) .product-card__link:hover .product-card__overlay--hover,.product-card:not(.product-card--sold-out) .product-card__link:focus-visible .product-card__overlay--hover{opacity:1}.product-card__overlay--sold-out{background-color:var(--color-bg-body-transparent)}.product-card__overlay-text{color:var(--color-text-heading-disabled)}.product-card__hover-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:8px 12px;border:1px solid var(--color-pampas-grey-10);border-radius:999px}.product-card__hover-label{color:var(--color-pampas-grey-10)}.product-card__hover-arrow{display:block;width:48px;height:0;border-top:1px solid var(--color-pampas-grey-10)}.product-card__content{display:flex;flex-direction:column;gap:12px;padding:0 16px}.product-card__text{display:flex;flex-direction:column;gap:4px}.product-card__title{font-family:var(--font-heading);font-weight:400;font-size:clamp(18px,2.5vw,25px);line-height:125%;letter-spacing:1.5px;color:var(--color-text-heading);transition:color .2s ease}.product-card__description{color:var(--color-text-body);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px;margin-top:12px}.product-card__price{display:flex;flex-direction:column;justify-content:center}.product-card__price-current{font-family:var(--font-heading);font-weight:400;font-size:clamp(20px,3vw,29px);line-height:120%;letter-spacing:1px;color:var(--color-text-heading);transition:color .2s ease}.product-card__price-compare{color:var(--color-text-heading-disabled);text-decoration:line-through}.product-card:not(.product-card--sold-out) .product-card__link:hover .product-card__title,.product-card:not(.product-card--sold-out) .product-card__link:focus-visible .product-card__title{color:var(--color-text-heading-alt)}.product-card:not(.product-card--sold-out):hover .product-card__price-current,.product-card:not(.product-card--sold-out) .product-card__link:focus-visible~.product-card__footer .product-card__price-current{color:var(--color-text-heading-alt)}.product-card--sold-out .product-card__link{cursor:default}@media(hover:none){.product-card__overlay--hover{display:none}}@media(min-width:768px){.product-card__title{font-size:clamp(20px,2.5vw,25px)}.product-card__price-current{font-size:clamp(24px,3vw,29px)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/product-card.css.map */
