/*
Theme Name: JsArts Child Theme
Theme URI: https://example.com/jsarts-child-theme
Description: Child theme for Astra with WooCommerce-ready support for JsArts storefront customizations.
Author: JsArtsWorks
Author URI: https://jsartsworks.com
Template: astra
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.9
WC requires at least: 8.0
WC tested up to: 9.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jsarts-child-theme
Domain Path: /languages
Tags: custom-logo, custom-menu, ecommerce, featured-images, flexible-header, threaded-comments, translation-ready
*/

/*
 * Add child theme styles below this line.
 * Keep parent theme updates isolated by placing custom CSS here.
 */

.single-product .entry-summary .jsarts-product-buttons {
	margin-top: 24px;
	padding: 18px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #fafafa;
}

.single-product .entry-summary .jsarts-product-buttons p {
	margin-bottom: 12px;
}

.single-product .entry-summary .jsarts-product-buttons p:last-child {
	margin-bottom: 0;
}

.single-product .entry-summary .jsarts-product-buttons .wa-btn a,
.single-product .entry-summary .jsarts-product-buttons .call-ph,
.single-product .entry-summary .jsarts-product-buttons .write-fm {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.single-product .entry-summary .jsarts-product-buttons .jsarts-product-help-text {
	font-size: 13px;
}

.single-product .entry-summary .jsarts-product-buttons .jsarts-product-contact-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wa-btn a {
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	background-color: #25d366;
}

.single-product .entry-summary .jsarts-product-buttons .call-ph,
.single-product .entry-summary .jsarts-product-buttons .write-fm {
	padding: 10px 18px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: all 0.2s ease;
}

.single-product .entry-summary .jsarts-product-buttons .call-ph {
	color: #fff;
	background: #111;
	border: 1px solid #111;
}

.single-product .entry-summary .jsarts-product-buttons .call-ph:hover {
	color: #fff;
	background: #333;
	border-color: #333;
}

.single-product .entry-summary .jsarts-product-buttons .write-fm {
	color: #111;
	background: transparent;
	border: 1px solid #111;
}

.single-product .entry-summary .jsarts-product-buttons .write-fm:hover {
	color: #fff;
	background: #111;
}