/**
 * New Waves storefront refinement: square product cards and media frames.
 * Intentionally scoped to catalog/product-card surfaces. It does not change
 * category circles, badges, buttons, the single-product gallery, or floating UI.
 */
.woocommerce ul.products li.product .product-block,
.woocommerce ul.products li.product .product-thumbnail,
.woocommerce ul.products li.product .product-thumbnail > a,
.woocommerce ul.products li.product .product-thumbnail img,
.nymphaea-home-experience .nym-home-rail .product-block,
.nymphaea-home-experience .nym-home-rail .product-thumbnail,
.nymphaea-home-experience .nym-home-rail .product-thumbnail > a,
.nymphaea-home-experience .nym-home-rail .product-thumbnail img,
.nymphaea-store-catalog .product-block,
.nymphaea-store-catalog .product-thumbnail,
.nymphaea-store-catalog .product-thumbnail > a,
.nymphaea-store-catalog .product-thumbnail img,
.nymphaea-store-product .nym-related-products__list .product-block,
.nymphaea-store-product .nym-related-products__list .product-thumbnail,
.nymphaea-store-product .nym-related-products__list .product-thumbnail > a,
.nymphaea-store-product .nym-related-products__list .product-thumbnail img {
    border-radius: 0 !important;
}

/* Prevent inherited clipping radii from leaving rounded corners visible. */
.woocommerce ul.products li.product .product-thumbnail,
.nymphaea-home-experience .nym-home-rail .product-thumbnail,
.nymphaea-store-catalog .product-thumbnail,
.nymphaea-store-product .nym-related-products__list .product-thumbnail {
    overflow: hidden;
    clip-path: inset(0 round 0);
}
