.showcase-card{border-radius:.5rem;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e9d9b9}@media print,screen and (min-width:64em){.showcase-card{max-width:406px}}.showcase-card__main-wrapper{z-index:1;height:100%;color:#6b1510;background:#fff;display:flex;flex-flow:column}.showcase-card__image{position:relative}.showcase-card__image img{width:100%;aspect-ratio:1.14;object-fit:cover}.showcase-card__discount-flag{position:absolute;color:#fff;background:#9c0f06;padding:0 .5rem;bottom:1rem;right:1rem;font-size:1rem;font-weight:700}@media screen and (min-width:40em){.showcase-card__discount-flag{font-size:1.2rem}}.showcase-card__content{height:100%;padding:.4rem .6rem;display:grid;grid-template-areas:"title title" "description description" "price cart" "details cart";grid-template-rows:auto auto 1fr auto;grid-template-columns:1fr 45px}@media screen and (min-width:40em){.showcase-card__content{padding:.5rem 1rem;grid-template-columns:1fr 60px}}.showcase-card__price-widget{grid-area:price;margin-top:auto;color:#9c0f06;font-weight:700;font-size:1rem}@media screen and (min-width:40em){.showcase-card__price-widget{font-size:1.2rem}}.showcase-card__price-widget span+span{color:#6b1510;font-weight:400;font-size:.8rem;text-decoration:line-through}@media screen and (min-width:40em){.showcase-card__price-widget span+span{font-size:1rem}}.showcase-card__title{grid-area:title;margin-bottom:0;font-size:.9rem}@media screen and (min-width:40em){.showcase-card__title{font-size:1.2rem}}@media print,screen and (max-width:79.37375em){.showcase-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.showcase-card__details{grid-area:details;font-size:.8rem}@media screen and (min-width:40em){.showcase-card__details{font-size:.9rem}}@media print,screen and (max-width:79.37375em){.showcase-card__details{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.showcase-card__description{grid-area:description;font-size:.8rem}@media print,screen and (min-width:60em){.showcase-card__description{font-size:.9rem}}@media print,screen and (max-width:39.99875em){.showcase-card__description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.showcase-card__add-to-cart{grid-area:cart;width:100%;height:100%;display:flex;justify-content:flex-end;align-items:flex-end}.showcase-card__add-to-cart img{width:30px;height:30px}@media screen and (min-width:40em){.showcase-card__add-to-cart img{width:40px;height:40px}}.showcase-card__footer{background:#d1c7ab;padding:2.8rem 1rem 0;margin-top:-40px}@media screen and (min-width:40em){.showcase-card__footer{padding:3rem 1rem .2rem}}.showcase-card__footer a{font-size:.7rem;color:#67584a}@media screen and (min-width:40em){.showcase-card__footer a{font-size:.7rem}}.showcase-card__footer a:hover{text-decoration:underline;text-decoration-color:#6b1510;color:#6b1510}