.product-card{--color-brand-text:var(--color-black);background-color:var(--color-white);color:var(--color-black);overflow:hidden;position:relative}.product-card wishlist-button{left:4px;position:absolute;top:4px}.product-card wishlist-button .wk-floating{z-index:auto}.product-card__image{position:relative}.product-card__image .img{margin:0}@media screen and (min-width:768px){.product-card__image:focus .product-card__image--secondary,.product-card__image:hover .product-card__image--secondary{display:block;opacity:1}}.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}@media screen and (max-width:767px){.product-card__image--secondary{display:none}}.product-card__content{grid-column-gap:.5rem;-webkit-box-sizing:border-box;box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,auto));padding:.5rem}.has-banners .product-card__content{min-height:4.1875rem}@media screen and (min-width:768px){.has-banners .product-card__content{min-height:5.1875rem}.product-card__content{padding:1rem 1.5rem}}.product-card--alt .product-card__content{padding:1rem 1.5rem}.product-card__group,.product-card__title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.product-card__price{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:1rem;justify-content:space-between}.product-card__badges{margin-top:.125rem;min-height:.974375rem}@media screen and (min-width:768px){.product-card .button[data-quick-shop-toggle]{display:none}}@media screen and (min-width:600px){.product-card:hover .quick-shop__popup{opacity:1;pointer-events:all;visibility:visible}}