.product-card{background-color:#fff;border-radius:20px;padding:16px;height:100%;display:flex;flex-direction:column;position:relative}.product-card__itemTitle{min-height:54px;flex-grow:1;font-size:14px;line-height:120%;text-transform:unset}@media(min-width: 1021px){.product-card__itemTitle{font-size:16px;text-transform:unset}}.product-card__title-wrapper{display:flex;align-items:flex-start}.product-card__badge-icon{text-transform:uppercase !important;color:#da5a2a;margin-bottom:0;padding:0}.product-card__list-wrapper{list-style:none}.product-card__img-wrapper:hover .product-card__img-wrapper--hidden{z-index:1;opacity:1;background-color:rgba(var(--color-background), 1)}.product-card__img-wrapper .product-card__img-wrapper--hidden{display:block;visibility:visible;overflow:hidden;position:absolute;z-index:-1;top:0;width:100%;height:100%;opacity:0;transition:opacity .2s ease-in-out}.product-card__imageContainer{position:relative}.product-card__quickView{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-70%);z-index:2;transition:opacity .5s,transform .5s ease;opacity:0}.product-card__quickAdd-circle{width:27px;height:27px;border-radius:50%;border:2px solid rgba(var(--color-foreground), 1);background-color:rgba(var(--color-background), 1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:rgba(var(--color-foreground), 1)}.product-card__quickAdd-circle:hover:not(:disabled){border-color:rgba(var(--accent-color), 1);background-color:rgba(var(--color-background), 1);color:rgba(var(--accent-color), 1);transform:scale(1.05)}.product-card__quickAdd-circle:disabled{opacity:.5;cursor:not-allowed}.product-card__quickAdd-circle svg{width:12px;height:12px}.product-card__quickAdd-circle svg path{stroke-width:2px;vector-effect:non-scaling-stroke}@supports(-webkit-touch-callout: none){.product-card__quickAdd-circle svg path{stroke-width:2.5px}}.product-card__itemPrice{font-size:14px}.product-card__itemPrice.d-flex{display:flex}.product-card__itemPrice.align-items-center{align-items:center}.product-card__itemPrice.justify-content-between{justify-content:space-between;padding:3px 0}.product-card__itemPrice .price{font-size:14px}.product-card__itemPrice .price__compare{font-size:12px}@media(min-width: 1021px){.product-card__itemPrice{font-size:16px}.product-card__itemPrice .price{font-size:16px}}.product-card__badge-icon{text-transform:uppercase !important;color:#da5a2a;margin-bottom:0;padding:0}.product-card.a-center .swatches{display:flex;justify-content:center}.product-card.a-right .swatches{display:flex;justify-content:flex-end}.product-card__textContainer{display:flex;flex-direction:column}.product-card__content-bottom{display:flex;flex-direction:column;margin-top:auto;gap:8px}.product-card__itemPrice{margin-top:0}.product-card [data-swatches]{margin-top:0;padding-top:0;--swatch-size-plp: 20px}.product-card .product-form{margin-top:auto}.product-card .swatches__more-link{font-size:14px;font-style:normal;font-weight:400;line-height:22px;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;width:unset !important;height:unset !important;margin-bottom:0;transition:all .2s ease}.product-card .swatches__more-link:hover{background-color:rgba(0,0,0,0)}