.generic-product-card--small{position:relative;display:flex;flex-direction:column;margin:1rem 0;border-radius:1rem;box-shadow:0 0 10px 2px rgba(0,0,0,.2)}.generic-product-card--small a{text-decoration:none}.generic-product-card--small .favorites{position:absolute;width:4rem;height:4rem;top:-1rem;right:-1rem;text-align:center;background-color:var(--color__middlegrey--text);color:var(--color__white);border-radius:50%}@media screen and (min-width:53.1875em){.generic-product-card--small .favorites{width:6rem;height:6rem}}.generic-product-card--small .favorites:hover{background-color:var(--color__black)}.generic-product-card--small .favorites i{position:relative;top:50%;transform:translateY(-43%);font-size:2rem}@media screen and (min-width:53.1875em){.generic-product-card--small .favorites i{font-size:3rem}}.generic-product-card--small.minimal .content{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.generic-product-card--small .content{display:flex;flex-direction:column;flex:1;padding:1rem;color:var(--color__black);background-color:var(--color__white);border-top-left-radius:1rem;border-top-right-radius:1rem}@media screen and (min-width:53.1875em){.generic-product-card--small .content{padding:2rem}}.generic-product-card--small .content .image{display:flex;justify-content:center;align-items:center}.generic-product-card--small .content .title{padding:.5rem 0 1.5rem;font-size:1.6rem;font-weight:var(--strong);line-height:1.2;text-transform:uppercase}@media screen and (min-width:53.1875em){.generic-product-card--small .content .title{font-size:2rem}}@media screen and (min-width:68.8125em){.generic-product-card--small .content .title{font-size:2.2rem}}.generic-product-card--small .content .price-info{margin-top:auto}.generic-product-card--small .content .price-info .price__prefix{font-size:1.4rem;line-height:1.2}@media screen and (min-width:53.1875em){.generic-product-card--small .content .price-info .price__prefix{font-size:1.6rem}}@media screen and (min-width:68.8125em){.generic-product-card--small .content .price-info .price__prefix{font-size:1.8rem}}.generic-product-card--small .content .price-info .price{font-size:2.4rem;font-weight:var(--strong);line-height:1}@media screen and (min-width:53.1875em){.generic-product-card--small .content .price-info .price{font-size:3.2rem}}@media screen and (min-width:68.8125em){.generic-product-card--small .content .price-info .price{font-size:4rem}}.generic-product-card--small .content .price-info .price sup{position:relative;top:-.8rem;font-size:1.6rem;line-height:0;vertical-align:baseline}@media screen and (min-width:53.1875em){.generic-product-card--small .content .price-info .price sup{top:-1.2rem;font-size:1.8rem}}@media screen and (min-width:68.8125em){.generic-product-card--small .content .price-info .price sup{top:-1.5rem;font-size:2rem}}.gpc-rating,.product-card__rating{margin-top:auto;display:flex;justify-content:center;align-items:center;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;height:4.3rem;font-size:1.4rem;font-family:var(--font-lato-bold);line-height:1;text-transform:uppercase;color:var(--color__white);text-align:center;text-decoration:none}.gpc-rating:focus,.gpc-rating:hover,.product-card__rating:focus,.product-card__rating:hover{text-decoration:none}@media screen and (min-width:53.1875em){.gpc-rating,.product-card__rating{height:4.6rem;font-size:1.6rem}}@media screen and (min-width:68.8125em){.gpc-rating,.product-card__rating{height:5.2rem;font-size:2rem}}.gpc-rating.good,.product-card__rating.good{background-color:var(--bgcolor__rating__good)}.gpc-rating.bad,.product-card__rating.bad{background-color:var(--bgcolor__rating__bad)}.gpc-rating.none,.product-card__rating.none{color:var(--color__middlegrey--text);background-color:var(--color__white);font-family:var(--font-lato-regular);text-transform:none;font-style:italic;font-size:1.2rem;line-height:1}.gpc-rating i,.product-card__rating i{position:relative;top:0;font-size:2rem}