.product-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:#fff;border-radius:.625rem;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:space-between;position:relative;z-index:1}@media screen and (min-width:768px){.product-card:hover .product-card__atc-button{display:block}}.product-card--sold-out .product-card__image{opacity:.2}.product-card__atc-button{display:none;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap;width:90%;z-index:1}.product-card__image{margin:0 auto;position:relative;width:54%}@media screen and (min-width:768px){.product-card__image{width:71%}}.product-card__title{display:block;line-height:1.2;margin-bottom:.5rem}.product-card__meta{justify-self:flex-end;padding:1.25rem}.product-card-wrapper{height:100%;position:relative}.product-card--list .product-card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}.product-card--list .product-card__image{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1;margin-left:0;max-width:6.25rem}@media screen and (min-width:768px){.product-card--list .product-card__image{max-width:10.625rem}}.product-card--list .product-card__meta{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1;max-width:100%;padding-left:.3125rem;text-align:left}@media screen and (min-width:768px){.product-card--list .product-card__meta{padding-left:.75rem}}.product-card--list .product-card__description{opacity:.7}