.vue-product-card{--outline-offset:var(--product-card--outline-offset,2px);--outline-color:var(--product-card--outline-color,transparent);border-radius:var(--product-card--radius);outline-width:var(--outline-offset) solid var(--outline-color);outline-offset:calc(var(--outline-offset) * -1);user-select:none;transition:outline-color .2s ease-in-out,outline-offset .2s ease-in-out,outline-style .2s ease-in-out;position:relative}.vue-product-card .vue-product-card__input{top:var(--product-card-input--offset-top,1rem);right:var(--product-card-input--offset-right,1rem);accent-color:var(--product-card-input--accent-color,currentColor);position:absolute}.vue-product-card:has(input:checked){--outline-color:var(--product-card-active--outline-color)}.vue-product-card:focus-within:not(:has(input:checked)),.vue-product-card:hover:not(:has(input:checked)){outline-offset:var(--outline-offset);outline-color:color(from var(--product-card-active--outline-color) srgb r g b / .2);outline-style:dashed}.vue-product-card:active:not(:has(input:checked)){outline-offset:var(--outline-offset);outline-color:color(from var(--product-card-active--outline-color) srgb r g b / .4);outline-style:solid}.vue-product-card .vue-product-card__image{object-fit:cover;aspect-ratio:1.41421;border-radius:var(--product-card--radius) var(--product-card--radius) 0 0;width:100%}.vue-product-card .vue-product-card__footer{padding:var(--product-card-footer--padding,.75rem 1rem);justify-content:space-between;align-items:center;gap:var(--product-card-footer--gap,.5rem);color:var(--product-card--color);background-color:var(--product-card--background);background-image:var(--product-card--background-gradient);flex-wrap:wrap;display:flex}.vue-product-card .vue-product-card__price{font-size:var(--product-card-price--font-size,var(--font-size-small))}