.product-card{display:block;flex:30rem;position:relative;transition:all .3s}@media(min-width:75em){.product-card{flex:38.4rem}}.product-card__image-container{border:1px solid var(--silver);border-radius:.9rem;display:block;overflow:hidden;padding-top:100%;position:relative}.product-card__badge-container{left:.8rem;position:absolute;top:.8rem;z-index:1}.product-card__image-wrapper{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.product-card__image-wrapper:hover .product-card__hover-image{opacity:1}.product-card__hover-image{background-color:var(--color-main);bottom:0;left:0;margin:auto;opacity:0;position:absolute;right:0;top:0;transition:.2s}.product-card__hover-image>img,.product-card__image-container>img,.product-card__image-wrapper>img{display:block;height:100%;margin:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}@media(min-width:48em){.product-card__hover-image>img,.product-card__image-container>img,.product-card__image-wrapper>img{padding:2rem}}.product-card__title{font-size:2.1rem;margin:0}.product-card__info{margin:2rem 0;text-transform:uppercase}@media(min-width:48em){.product-card__info{padding:0 .9rem}}.product-card__price,.product-card__title,.product-card__vendor{line-height:normal;margin:.8rem 0;word-break:break-all}.product-card .price{font-size:1.6rem}@media(min-width:48em){.product-card .price{font-size:1.8rem}}.product-card__plus-more{display:grid;font-size:1.2rem;place-items:center}.product-card__form-wrapper{width:100%}@media(min-width:48em){.product-card__form-wrapper{-webkit-clip-path:inset(0 -10px -5px -5px);clip-path:inset(0 -10px -5px -5px);max-height:0;overflow:hidden;transition:max-height .5s;z-index:2}}.product-card__form-wrapper form{padding-bottom:2rem}@media(max-width:74.99em){.product-card__form-wrapper form{display:flex;flex-wrap:wrap;gap:1.6rem;justify-content:space-between}.product-card__form-wrapper form .swatches__swatches{min-width:-moz-max-content;min-width:max-content}.product-card__form-wrapper .swatches__swatches{gap:.6rem}}@media(min-width:75em){.product-card__form-wrapper .swatches__swatches{gap:1.2rem}}.product-card__form-wrapper .swatches__swatches .swatches__swatch-title{display:none}.product-card__form-wrapper .product-form__submit{background-color:transparent;border-color:var(--button-border-color-hover-tertiary);color:var(--button-text-color-hover-tertiary);height:-moz-max-content;height:max-content;margin-top:0;min-width:-moz-max-content;min-width:max-content;width:-moz-max-content;width:max-content}.product-card__form-wrapper .product-form__submit:hover{background-color:var(--button-background-color-tertiary);color:var(--button-text-color-tertiary)}.product-card__form-wrapper .product-form__quantity-submit-container{margin-top:0}.product-card product-form form{display:flex;justify-content:space-between}.product-card product-form form .product-form__options{width:100%}@media(max-width:47.99em){.product-card__form-wrapper{max-height:500px}}@media(min-width:48em){.product-card__form-inner{padding:0 .9rem}.product-card:hover .product-card__form-wrapper{max-height:500px}}.product-card .product-form__options{margin-bottom:0}.product-card .product-form__option{margin:auto 0}.product-card__quick-add{border-top:1px solid var(--color-primary);margin-top:1rem;padding-top:.5rem}.product-card__quick-add button{padding:0}@media(min-width:48em){.product-card__quick-add{display:none}}
