.product-card{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-xs);background-color:var(--color-bg-2);border-radius:.25rem;overflow:hidden;padding-bottom:var(--spacing-m);height:auto}.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{background-color:var(--color-accent-1);text-transform:uppercase;border-radius:.25rem;color:var(--color-text-6);left:var(--gutter);padding:var(--gutter) .75rem;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:multiply;padding:0 1.75rem}@media(min-width: 1024px){.product-card__image.product-card__image--primary{padding:1.125rem 2.625rem}}.product-card__image--secondary{left:0;opacity:0;position:absolute;top:0;width:100%;height:100%;object-fit:cover;pointer-events:none;transition:opacity .4s ease-in-out}.product-card__images{background-color:var(--color-bg-2);overflow:hidden;position:relative;width:100%}@media(min-width: 1024px){.product-card__images:hover .product-card__image--secondary{opacity:1}}.product-card .title{margin-top:.375rem}.product-card .title.h6{color:var(--color-text-1)}@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}.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 .swatches{display:flex;gap:.25rem}.product-card .swatches span{display:flex;gap:var(--gutter)}.product-card__swatch{position:relative}.product-card__swatch .swatch__inner{overflow:hidden;border-radius:100%;display:block;height:1rem;position:relative;width:1rem;overflow:hidden}.product-card__swatch-image{border-radius:100%;overflow:hidden}.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;padding:0 var(--gutter-wide)}.price{display:block;margin-top:.375rem}.price .price__item{padding-right:.25rem}@media(min-width: 1024px){.price .price__item{padding-right:var(--gutter)}}
