.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%;padding-bottom:1rem;position:relative}@media screen and (min-width:768px){.product-card{padding-bottom:0}}.product-card__image{border-radius:.125rem;overflow:hidden;position:relative}.product-card__image:focus .product-card__image--secondary,.product-card__image:hover .product-card__image--secondary{display:block;opacity:1}.product-card__image .img{margin:0}.product-card__image--secondary{bottom:0;left:0;margin:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:opacity var(--duration-default) ease-in-out;transition:opacity var(--duration-default) ease-in-out}.product-card__inner{position:relative}.product-card__information{display:block;font-size:.875rem;line-height:1.25rem}.product-card--default .product-card__information{padding-bottom:.125rem;padding-top:.5rem}.product-card__information:active,.product-card__information:focus,.product-card__information:hover{color:var(--color-craft);text-decoration:none}.product-card__price{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;gap:.5rem;line-height:1.25rem;text-align:center}.product-card__price--with-quickshop{min-height:2.5rem}@media screen and (min-width:768px){.product-card__price--with-quickshop{min-height:2.75rem}}.product-card__vendor{-webkit-box-flex:1;display:block;-ms-flex:1;flex:1;font-family:var(--font-label-italic-family);font-size:1rem;line-height:1.5rem;margin-bottom:0;padding:0;white-space:nowrap}.product-card__vendor .product-card--alt{margin-right:.5rem}@media screen and (min-width:768px){.product-card__vendor{font-size:1.25rem;line-height:1.875rem}}.product-card__title{font-family:var(--font-label-family);line-height:1.5rem;margin-bottom:0}@media screen and (min-width:768px){.product-card__title{line-height:1.75rem}}.product-card__button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:.5625rem}@media screen and (min-width:768px){.product-card__button{padding:.5625rem 1rem}}.product-card__button .icon{height:1.25rem;margin:0;width:1.25rem}@media screen and (min-width:768px){.product-card__button .icon{height:1.5rem;width:1.5rem}}.product-card--alt{-webkit-box-align:center;-ms-flex-align:center;grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:minmax(0,6rem) minmax(0,1fr)}.product-card--alt .product-card__inner__header{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.product-card--alt .product-card__heart{margin-bottom:.5rem;margin-left:.5rem}.product-card--alt .badges .badge{font-size:.75rem;line-height:1.25rem;padding:.4375rem .625rem}.product-card--alt .product-card__title,.product-card--alt .product-card__vendor{line-height:1.5rem}.product-card--alt .badges{margin-bottom:-.5rem}