.product-card{background-color:var(--card-background-color);color:var(--card-text-color);display:block;height:100%;min-width:0;position:relative}.product-card__form-wrapper{height:100%}.product-card__form-wrapper>*{height:inherit}.product-card.loading{min-height:35rem;width:100%}@media(min-width:75em){.product-card.loading{min-height:50rem}}.product-card__headless-loader{min-width:0}.product-card__images{position:relative}.product-card__images,.product-card__images img{transition:var(--transition)}.product-card--sold-out .product-card__images img,.product-card--sold-out .product-card__images svg{opacity:.5}.product-card__image-wrapper{display:none;overflow:hidden}.product-card__image-wrapper.active{display:block}.product-card__image-wrapper img,.product-card__image-wrapper svg{aspect-ratio:1/1;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:75em){.product-card__image-wrapper.hover-image{bottom:0;display:block;left:0;margin:auto;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:var(--transition)}}.product-card__info{display:flex;flex-direction:column;gap:1.6rem;justify-content:flex-end;margin-top:2.4rem;transition:var(--transition);z-index:3}.product-card--sold-out .product-card__info{opacity:.5}.product-card__transactional_badges{display:flex;flex-wrap:wrap;gap:.8rem;left:0;position:absolute;top:0;z-index:2}.product-card__vendor-wishlist-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:space-between}.product-card__vendor{word-wrap:break-word;color:var(--color-text-60);padding:.2rem 0}.product-card__type{color:var(--color-text-60);font-size:1rem;line-height:1.2}@media(max-width:74.99em){.product-card__price .price-item{font-size:1.5rem}}.product-card__price .price-item--regular{color:var(--card-text-color);font-size:1.7rem;font-weight:300;line-height:1.4rem}@media(max-width:74.99em){.product-card__price .price__from{margin-bottom:.4rem}}.product-card__price .price__compare{align-items:center;display:flex;font-family:var(--font-body-family);font-size:1.2rem;font-weight:300;line-height:1.4rem;padding-left:.8rem}.product-card__price .price__regular{line-height:1.4rem}.product-card__price .price__sale{align-items:center;flex-direction:row-reverse!important;gap:.8rem}@media(max-width:74.99em){.product-card__price .price__sale{flex-direction:column!important;gap:0}.product-card__rating-price-container:not(.product-card__rating-price-container--has-rating) .product-card__price .price__sale{align-items:flex-start}.product-card__rating-price-container:not(.product-card__rating-price-container--has-rating) .product-card__price .price__sale .price__compare{padding-left:0}}.product-card__price .price__sale dd{line-height:2.2rem}.product-card__price .price__sale .price-item--regular{color:var(--color-text-60);font-family:var(--font-body-family);font-size:1.2rem;font-weight:300;line-height:1.4rem}.product-card__price .price__sale .price-item--sale{font-weight:300}@media(max-width:74.99em){.product-card__price .price dd{display:flex;flex-direction:column}.product-card__rating-price-container--has-rating .product-card__price .price dd{align-items:flex-end}}.product-card__price .price dd:empty{display:none}@media(max-width:74.99em){.product-card__price .price__regular,.product-card__price .price__sale{line-height:normal}}.product-card__card{display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;position:relative;width:100%}.product-card__hover-form{background:var(--color-system-white);bottom:-100%;display:flex;flex-direction:column;gap:1.6rem;opacity:0;position:absolute;transition:bottom var(--transition),opacity var(--transition);width:100%;z-index:4}.product-card .product-form,.product-card .product-form__submit{margin-top:1.6rem}.product-card .product-form__submit .button__content{flex-wrap:wrap;justify-content:center}.product-card .product-form__submit .button__text{align-items:center;display:flex;flex-wrap:wrap;font-size:1.2rem;gap:.5rem;justify-content:center}.product-card .product-form__submit .button__text .price,.product-card .product-form__submit .button__text .price-item{color:var(--color-secondary-button-text)!important}.product-card .product-form__submit .button__product-card-price-container{align-items:center;display:flex;font-size:1.2rem;gap:.8rem}.product-card .product-form__submit .button__product-card-price-container span{line-height:normal}.product-card .product-form__submit .button__product-card-price-container svg{height:.4rem;min-width:0;width:.4rem}.product-card .product-form__options{gap:0}.product-card .product-form__option--select{padding:0 1px}.product-card .product-form__option:not(:last-child){border-top:1px solid var(--color-border);padding:1.2rem 0}.product-card .product-form__option:nth-child(2){border-bottom:1px solid var(--color-border);margin-bottom:1.6rem}.product-card .product-form .swatches__swatch{height:1.8rem;width:1.8rem}.product-card .product-form .product-card-size-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:1.6rem}.product-card .product-form .product-card-size-buttons .size-buttons__button{font-family:var(--font-body-family);font-size:1.6rem;transition:color var(--transition)}.product-card .product-form .product-card-size-buttons .size-buttons__button:hover{color:var(--color-link-text-hover);cursor:pointer}.product-card .product-form .product-card-size-buttons .size-buttons__button-container input:checked+.size-buttons__button{text-decoration:underline}.product-card__quick-add{border-top:.1rem solid var(--color-background);margin-top:1rem;padding-top:.5rem}.product-card__quick-add button{padding:0}@media(min-width:48em){.product-card__quick-add{display:none}}.product-card__title a{color:inherit;font-size:1.4rem;text-decoration:none;white-space:normal}.product-card__description,.product-card__title a{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.product-card__description{color:var(--card-text-color-80)}.product-card__description p{margin:0}.product-card__title-description-container{display:flex;flex-direction:column;gap:.4rem}.product-card__wishlist{position:absolute;right:0;top:0;z-index:2}.product-card__rating{align-items:center;display:flex;gap:.4rem}@media(max-width:74.99em){.product-card__rating a{font-size:1.5rem}}.product-card__rating svg{color:var(--color-text);height:1.8rem;width:1.8rem}.product-card__rating-price-container{align-items:center;border-top:1px solid var(--color-border);display:flex;justify-content:space-between;padding-top:1.6rem}.product-card__rating-price-container>*{line-height:1.8rem}.product-card__quick-view-button{margin-top:1.6rem;width:100%}.product-card__informational_badges{display:flex;flex-wrap:wrap;gap:.6rem}.product-card__default .product-card__images{display:none}.product-card__review-count{text-decoration:none}@media(min-width:75em){.product-card:hover{cursor:pointer}.product-card:hover .product-card__image-wrapper.hover-image{opacity:1}.product-card:hover .product-card__hover-form{bottom:0;opacity:1;z-index:4}.product-card:hover .product-card__hover-form .product-card__rating-price-container{display:none}.product-card:hover .product-form{margin-top:0}}.product-card--sold-out{pointer-events:none}.product-card--skeleton .price__regular,.product-card--skeleton .product-card__title,.product-card--skeleton .product-card__title a,.product-card--skeleton .product-card__vendor{background-color:var(--color-system-placeholder);border-radius:.5rem;color:var(--color-system-placeholder);opacity:.8}.product-card .product-card__info,.product-card lazy-resources{display:flex;flex-grow:1}.product-card lazy-resources{flex-direction:column;height:100%}
