.product-card{border:1px solid #e8e8e8;border-radius:1rem;max-width:100%;padding:1rem;position:relative}.product-card,.product-card__link{align-items:center;display:flex;text-decoration:none}.product-card__link{color:inherit;flex-grow:1}.product-card__image{background-color:transparent;border-radius:.5rem;height:auto;margin-right:2rem;max-width:10rem;width:100%}@media(max-width:989.98px){.product-card__image{max-width:7.5rem}}.product-card__info{display:flex;flex-direction:column;min-height:10rem}@media(max-width:989.98px){.product-card__info{min-height:7.5rem}}.product-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#222;display:-webkit-box;font-size:calc(var(--font-body-scale)*1.8rem);font-weight:700;letter-spacing:-.36px;line-height:20px;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis}@media(max-width:989.98px){.product-card__title{font-size:calc(var(--font-body-scale)*1.2rem);letter-spacing:-.24px;line-height:14px}}.product-card__price{color:#d54715;font-size:calc(var(--font-body-scale)*1.4rem);font-style:normal;font-weight:700;line-height:14px}@media(max-width:989.98px){.product-card__price{font-size:calc(var(--font-body-scale)*1.2rem);line-height:14px}}.product-card__quantity{color:#777;font-size:calc(var(--font-body-scale)*1.4rem);font-style:normal;font-weight:400;letter-spacing:-.24px;line-height:14px;margin-bottom:14px}@media(max-width:989.98px){.product-card__quantity{font-size:calc(var(--font-body-scale)*1.2rem);letter-spacing:-.24px;line-height:14px}}.product-card__add-btn{background-color:transparent;border:none;cursor:pointer;display:flex;justify-content:flex-end;position:absolute;right:0}.product-card__spinner{bottom:1.6rem;right:1.6rem}.mini-p{font-weight:700;margin:0 0 1rem}