.product-card{align-items:stretch;border-radius:24px;display:flex;flex-direction:row;height:100%;margin-bottom:24px;overflow:hidden;position:relative;text-align:start;transition:.2s ease-in-out;width:100%}.product-card:hover{transform:scale(1.02)}.product-card--shadow{box-shadow:0 16px 32px rgba(53,61,67,.05),0 8px 16px rgba(53,61,67,.05)}.product-card--shadow:hover{box-shadow:0 32px 64px rgba(53,61,67,.05),0 16px 32px rgba(53,61,67,.05)}.product-card__link{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;z-index:1}.product-card__content{display:flex;flex-direction:column;width:100%}.product-card__img{border-radius:24px 24px 0 0;flex-shrink:0;overflow:hidden;position:relative}.product-card__img.product-card__img--featured{padding:24px}.product-card__img.product-card__img--icon{padding:48px}.product-card__img img{height:auto;transition:.2s ease-in-out;width:100%}.product-card .product-card__img img.banner{left:0;opacity:0;position:absolute;top:0}.product-card:hover .product-card__img img.banner{opacity:1}.product-card:hover .product-card__img img.listing{opacity:0}.product-card__body{align-items:stretch;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:24px;width:100%}.product-card__tags{line-height:0;margin-bottom:24px}.product-card__tags a{display:inline-block;position:relative;z-index:2}.product-card__title{margin-bottom:0;transition:.2s ease-in-out}.product-card__tag-line{font-weight:600;margin:12px 0 0}.product-card__summary{font-size:.89rem;margin:1.11rem 0 0}.product-card__info{display:flex;flex-wrap:wrap;margin-top:24px}.product-card--with-summary .product-card__info{border-top:1px solid #d8d8d8;padding-top:24px}.product-card__info--tags .badge{margin-right:12px}.product-card--white{background:#fff}.product-card--white:hover{background:#a70e13;color:#fff}.product-card--white:hover .product-card__title{color:#fff}