.product-card-generic{box-sizing:border-box;position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:var(--spacing-space-s);text-decoration:none;cursor:pointer;height:562px;max-width:380px}.product-card-generic__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-card-generic__image-wrap{position:relative;z-index:0;overflow:hidden;background-color:var(--product-card-bg, var(--color-off-white));background-image:var(--product-card-bg-image, none);background-position:center;background-repeat:no-repeat;background-size:90% auto;width:100%;height:412px}.product-card-generic__image{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .4s ease}.product-card-generic__video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.product-card-generic:hover .product-card-generic__video{opacity:1}@media(prefers-reduced-motion:reduce){.product-card-generic__video{transition:none}}.product-card-generic__tags{display:flex;gap:var(--spacing-space-3xs);flex-direction:column;position:absolute;top:12px;left:12px;z-index:2}.product-card-generic__colors{position:absolute;bottom:12px;left:12px;z-index:2}.product-card-generic__notes{position:absolute;bottom:12px;left:12px;right:12px;z-index:2}.product-card-generic__body{display:flex;flex-direction:column;gap:var(--spacing-space-2xs);height:148px}.product-card-generic__info{display:flex;flex-direction:column;gap:var(--spacing-space-3xs)}.product-card-generic__title-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.product-card-generic__title{flex:1 1 0;font:var(--font-body-xs-medium);color:var(--color-dark-gray);word-wrap:break-word}.product-card-generic__short-description{font:var(--font-body-2xs);color:var(--color-dark-transparent-gray);word-wrap:break-word}.product-card-generic__pricing{display:flex;align-items:center;gap:var(--spacing-space-2xs)}.product-card-generic__price{font:var(--font-body-xs-medium);color:var(--color-dark-gray)}.product-card-generic__compare-price{font:var(--font-body-xs-medium);color:var(--color-mid-gray);text-decoration:line-through}.product-card-generic__inspired-by{display:block;font:var(--font-body-2xs);color:var(--color-dark-transparent-gray)}.product-card-generic__scent-family{margin-top:4px}.product-card-generic__rating{display:block}.product-card-generic__cta{position:relative;z-index:2;width:100%;margin-top:auto}.product-card-generic__cta form{width:100%}.product-card-generic__cta .button{width:100%;text-transform:uppercase}.product-card-generic__cta:hover .button--secondary{background:var(--color-dark-gray);outline-color:var(--color-dark-gray)}.product-card-generic__cta:hover .button--secondary .button__label{color:var(--color-pure-white)}.product-card-generic__image{transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.product-card-generic:hover .product-card-generic__image{transform:scale(var(--hover-image-scale))}@media(prefers-reduced-motion:reduce){.product-card-generic__image{transition:none}}.product-card-generic .product-card-generic__notes{display:none}
/*# sourceMappingURL=/cdn/shop/t/1856/assets/product-card-generic.css.map */
