Commit 278087275c for woocommerce

commit 278087275ce54a8adc867c8f81d315608090fc97
Author: Albert Juhé Lluveras <contact@albertjuhe.com>
Date:   Fri May 30 02:36:32 2025 -0600

    Add Quantity Selector styles to Grouped Product: Item Selector block (#58396)

    * Add Quantity Selector styles to Grouped Product: Item Selector block

    * Add changelog file

diff --git a/plugins/woocommerce/changelog/fix-58395-grouped-product-quantity-selector-styles b/plugins/woocommerce/changelog/fix-58395-grouped-product-quantity-selector-styles
new file mode 100644
index 0000000000..f7f585a5be
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-58395-grouped-product-quantity-selector-styles
@@ -0,0 +1,5 @@
+Significance: patch
+Type: fix
+Comment: Add Quantity Selector styles to Grouped Product: Item Selector block
+
+
diff --git a/plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss b/plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss
index 3b58b72fdc..d2ea17af25 100644
--- a/plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss
+++ b/plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss
@@ -1,3 +1,5 @@
+@import "../../../../base/components/quantity-selector/style";
+
 .wc-block-add-to-cart-with-options-grouped-product-selector-item-cta {
 	text-align: center;