/*
Theme Name: Custom Shop Theme
Theme URI: https://wordpress.org/
Description: A custom WooCommerce shop theme based on Twenty Twenty-Five. This child theme extends the parent theme with WooCommerce-specific customizations and enhancements.
Author: Your Name
Author URI: https://wordpress.org/
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-shop-theme
Tags: e-commerce, woocommerce, custom-design, full-site-editing, block-patterns, wide-blocks, block-styles
*/

/* Remove top padding from main and its immediate child */
main {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

main > .wp-block-group,
main > .wp-block-group.has-global-padding {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* Button Border Radius - Less Round */
.wp-block-button__link,
.button,
button,
input[type="submit"],
input[type="button"],
.wp-element-button {
	border-radius: 0.25rem !important;
}

/* WooCommerce Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .products .product .button,
.woocommerce div.product .single_add_to_cart_button {
	border-radius: 0.25rem !important;
}

/* Add your custom styles below */
