.product-card{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-xs);background-color:var(--product-card-bg, var(--color-bg-2));border-radius:.25rem;overflow:hidden;padding-bottom:var(--spacing-m);height:auto}.product-card.small .title,.product-card.small .price{font-size:1rem !important}.product-card.transparent-background{background:rgba(0,0,0,0)}.product-card.transparent-background .title,.product-card.transparent-background .price,.product-card.transparent-background .product-swatches,.product-card.transparent-background .buy-button,.product-card.transparent-background .swatches,.product-card.transparent-background .subtext{padding:0 !important}.product-card.less-padding{padding-bottom:.5rem}.product-card.less-padding .subtext,.product-card.less-padding .title,.product-card.less-padding .price,.product-card.less-padding .product-swatches,.product-card.less-padding .buy-button,.product-card.less-padding .swatches{margin-top:.25rem;padding:0 .5rem}.product-card.less-padding .subtext{margin-top:.5rem}.product-card .title,.product-card .price,.product-card .product-swatches,.product-card .buy-button,.product-card .swatches,.product-card .subtext{padding:0 var(--gutter-wide)}.product-card__content{align-items:flex-start;display:flex;flex-direction:column;width:100%}.product-card .badge{text-transform:uppercase;border-radius:.25rem;left:var(--gutter);position:absolute;top:var(--gutter);z-index:1;display:block;line-height:90%}.product-card__image{display:block;border-bottom:1px solid rgba(223,222,220,.5)}.product-card__image.product-card__image--primary{transition:opacity .4s ease-in-out;mix-blend-mode:var(--product-card-mix-blend-mode, multiply);padding:0 1.75rem;transition:opacity .4s ease-in-out}@media(min-width: 1024px){.product-card__image.product-card__image--primary{padding:1.125rem 2.625rem}}.product-card__image.product-card__image--primary.no-padding{padding:0 0}@media(min-width: 1024px){.product-card__image.product-card__image--primary.no-padding{padding:0 0}}.product-card__image--secondary{left:0;opacity:0;position:absolute;top:0;object-fit:contain;width:100%;height:100%;pointer-events:none;transition:opacity .4s ease-in-out}.product-card__images{background-color:var(--color-bg-2);overflow:hidden;position:relative;width:100%}.product-card__images img{aspect-ratio:3/4}@media(min-width: 1024px){.product-card__images:hover .product-card__image--primary{opacity:0}.product-card__images:hover .product-card__image--secondary{opacity:1}}.product-card .title{margin-top:.375rem;text-box-trim:trim-both}.product-card .title a{text-decoration:none}.product-card .title.h6{color:var(--color-text-1);font-size:1.25rem}@media(min-width: 1024px){.product-card .title{margin-top:var(--spacing-xs)}}.product-card .title--static{margin-top:1.25rem}@media(min-width: 1024px){.product-card .title--static{margin-top:var(--spacing-s)}}.product-card .subtext{color:var(--color-text-3);margin-top:1.25rem;margin-bottom:-0.25rem}.product-card .subtext.highlight{color:var(--color-accent-1);margin-top:.5rem}@media(min-width: 1024px){.product-card .subtext.highlight{margin-top:var(--spacing-s)}}.product-card .product-card__swatch-container{margin-top:.5rem}@media(min-width: 1024px){.product-card .product-card__swatch-container{margin-top:var(--spacing-s)}}.product-card .product-card__swatch-container .swatches{display:flex;gap:.25rem}.product-card .product-card__swatch-container .swatches span{display:flex;gap:var(--gutter)}.product-card .product-card__swatch-container .product-card__swatch{position:relative}.product-card .product-card__swatch-container .product-card__swatch .swatch__inner{overflow:hidden;border-radius:100%;display:block;height:1rem;position:relative;width:1rem;overflow:hidden}.product-card .product-card__swatch-container .product-card__swatch-image{border-radius:100%;overflow:hidden}.product-card .product-card__swatch-container .product-card__swatch.swatch--selected::after{content:"";height:.9375rem;width:.9375rem;border:2px solid var(--color-bg-2);outline:1px solid var(--color-border-2);border-radius:100%;position:absolute;top:1px;left:1px}.product-card .yotpo-star-ratings__container{margin-top:.25rem;height:1.125rem;padding:0 var(--gutter-wide)}.product-card .yotpo-star-ratings__container .yotpo-sr-bottom-line-summary>*{margin-right:0 !important}.price{display:block;margin-top:.375rem;font-weight:var(--font-weight-bold)}.price .price__item{padding-right:.25rem}@media(min-width: 1024px){.price .price__item{padding-right:var(--gutter)}}
