.product-item {
    --price-font-size: 1.25em;

    .price-box.price-final_price {
        @apply flex flex-col;

        > .old-price {
            @apply order-first;
        }
    }
}

.product-info-main {
    --price-font-size: clamp(theme("fontSize.xl"), 2vw, theme("fontSize.3xl"));

    & .old-price {
        --price-font-size: theme("fontSize.sm");
    }

    .product-grouped-options {
        --price-font-size: theme("fontSize.lg");
    }
}

.wishlist-widget .price-box {
    & .price-label,
    & .old-price {
        @apply sr-only;
    }
}

#gallery [aria-live="polite"] {
    view-transition-name: product-main-image;
}

.products.wrapper
    .product-item:has(:target, :focus-within)
    .product-image-photo {
    view-transition-name: product-main-image;
}
