.product-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative;text-align:center;z-index:1}.product-card__image{border-radius:var(--border-radius);display:block;overflow:hidden;position:relative}.product-card__image .primary-image--faded{position:relative}.product-card__image .primary-image--faded:before{background-color:hsla(0,0%,100%,.65);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.product-card__image .product-card__image-label{left:0;position:absolute;top:0;width:60%;z-index:1}@media screen and (min-width:768px){.product-card__image .product-card__image-label{width:50%}}.product-card__image .product-card__image-label img{height:100%;width:100%}.product-card__image .product-card__image-sale{background-color:red;bottom:.625rem;color:#fff;font-family:var(--font-bold-family);font-size:1.125rem;font-style:var(--font-bold-style);font-weight:var(--font-bold-weight);font-weight:700;left:50%;line-height:1.3125rem;padding:3px 10px;position:absolute;text-decoration:none;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.product-card__title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:.75rem;line-height:1.125rem;margin-bottom:.3125rem;margin-top:0}@media screen and (min-width:768px){.product-card__title{font-size:.875rem;line-height:1.125rem}}.product-card__title a{color:inherit;text-decoration:none}.product-card__meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;margin-top:10px}@media screen and (min-width:768px){.product-card__meta{margin-top:15px}}.product-card .price{font-size:.75rem;letter-spacing:.05375rem;line-height:.875rem}@media screen and (min-width:768px){.product-card .price{font-size:.875rem;letter-spacing:.0625rem;line-height:1.0625rem}}.product-card .price span{color:var(--color-primary);font-family:var(--font-bold-family);font-style:var(--font-bold-style);font-weight:var(--font-bold-weight);font-weight:700}.product-card .price--sale s{position:relative;text-decoration:none}.product-card .price--sale s:before{background-color:red;content:"";height:2px;left:-2px;position:absolute;right:-2px;top:50%;-webkit-transform:translateY(-50%) rotate(-15deg);-ms-transform:translateY(-50%) rotate(-15deg);transform:translateY(-50%) rotate(-15deg)}.product-card .price--sale span{color:var(--color-tertiary)}.product-card--custom{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.product-card--custom .product-card__image{-webkit-box-flex:0;-ms-flex-positive:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:4px;flex-grow:0}.product-card--custom .product-card__image .product-card__image-sale{display:none}.product-card--custom .product-card__meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;margin:0}.product-card--custom .product-card__title{-ms-flex-item-align:stretch;-webkit-box-flex:1;-ms-flex-positive:1;align-self:stretch;background-color:var(--color-background-accent-light-orange);border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;-webkit-box-sizing:border-box;box-sizing:border-box;flex-grow:1;font-size:1rem;line-height:1.25rem;min-height:4.6875rem;padding:.375rem .3125rem 1.875rem}@media screen and (min-width:768px){.product-card--custom .product-card__title{font-size:1.125rem;line-height:1.25rem;padding-top:.75rem}}.product-card--custom .product__price{-webkit-box-flex:0;-ms-flex-positive:0;background-color:var(--color-primary);border-radius:3px;color:var(--color-text-on-primary);display:inline-block;flex-grow:0;font-family:var(--font-regular-family);font-size:1rem;font-style:var(--font-regular-style);font-weight:var(--font-regular-weight);letter-spacing:0;margin-top:0;padding:13px;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}.product-card--custom .product__price span{color:var(--color-text-on-primary)}.product-card--custom .product__price.product__price--sale span{color:#fff}