.woocommerce {
    div.product {
        form.cart {
            .variations {
                .jupiterx-spacing('product-page-variations');

                label {
                    .jupiterx-typography('product-page-variations-title');
                }

                select {
                    .jupiterx-spacing('product-page-variations-select');
                    .jupiterx-border('product-page-variations-select-border');
                    .jupiterx-typography('product-page-variations-select');
                }
            }
        }
    }
}
