.product-card{height:100%}.product-card:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.product-card:hover .product-card-actions,.product-card:hover .product-card__image--secondary{opacity:1}.product-card__link{text-decoration:none;color:inherit;display:block}.product-card__image-container{position:relative;background-color:#f0f0f0;margin-bottom:1rem;display:block;width:100%;overflow:hidden}.product-card__image-container img{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;will-change:transform}.product-card__image-container .product-card__image--secondary{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;transition:opacity .3s ease,-webkit-transform .5s ease;transition:opacity .3s ease,transform .5s ease;transition:opacity .3s ease,transform .5s ease,-webkit-transform .5s ease}.product-card--ratio-3-2 .product-card__image-container{aspect-ratio:3/2}.product-card--ratio-5-4 .product-card__image-container{aspect-ratio:5/4}.product-card--ratio-1-1 .product-card__image-container{aspect-ratio:1/1}.product-card__image{width:100%;height:100%;display:block;object-fit:cover}.product-card__badges{position:absolute;top:9px;left:10px;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;max-width:25%;gap:5px;z-index:2}.product-card__badge{padding:2px 5px;font-size:10px;line-height:1.1;font-weight:400;text-transform:uppercase;display:-webkit-inline-flex;display:inline-flex}.product-card--featured-centered{display:-webkit-flex;display:flex;-webkit-flex-flow:column-reverse;flex-flow:column-reverse}@media only screen and (min-width:992px){.product-card--featured-centered{-webkit-flex-flow:row;flex-flow:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}}.product-card--featured-centered .product-card__image-container{aspect-ratio:1/1;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;max-width:800px;margin-bottom:0}@media only screen and (min-width:992px){.product-card--featured-centered .product-card__info,.product-card--featured-centered .product-card__view-product{width:calc(50% - 400px)}}.product-card--featured-centered .product-card__info{text-align:left}.product-card__view-product{text-align:center;display:none;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;text-decoration:none;font-size:14px;font-weight:400;text-transform:uppercase;color:var(--heading-color)}@media only screen and (min-width:992px){.product-card__view-product{display:-webkit-flex;display:flex}}.product-card__info{margin-top:12px}.product-card-details{text-decoration:none;color:inherit}.product-card-actions{display:-webkit-flex;display:flex;transition:opacity .2s ease;-webkit-justify-content:flex-end;justify-content:flex-end}@media only screen and (min-width:768px){.product-card-actions{opacity:0}}.product-card__info--compact{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:top;align-items:top}.product-card__info--compact .product-card-actions,.product-card__info--compact .product-card-details{width:50%}.product-card__title,.product__price{font-size:14px;font-weight:400;line-height:1.2;text-transform:uppercase;color:var(--heading-color);margin-bottom:4px}.product__price{display:-webkit-flex;display:flex;gap:4px;-webkit-align-items:center;align-items:center}.product__price--original{text-decoration:line-through;opacity:.5}.product-card__variant-count{font-size:14px;font-weight:400;line-height:1.2;color:var(--heading-color);margin-bottom:4px;text-decoration:underline}.product-card__form{display:-webkit-inline-flex;display:inline-flex}.product-card__form button{width:100%;padding:.5rem 1rem;cursor:pointer;background:#1e1d1b;color:#e3dbc8;border:none;font-weight:400;text-transform:uppercase;transition:opacity .2s ease;display:-webkit-flex;display:flex;-webkit-align-self:end;align-self:end;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;gap:.5rem;font-size:14px}.product-card__form button:hover{opacity:.9}.product-card__form button[disabled]{opacity:.5;cursor:not-allowed}@media only screen and (min-width:768px){.product-card__form button{padding:1rem;width:auto}}