/**
 * Neha Single Product Customizer - Frontend Styles
 *
 * @package Neha_Single_Product_Customizer
 */

/* ========================================================
   1. HIDE REDUNDANT TAB HEADINGS
   ======================================================== */
.woocommerce-Tabs-panel--description > h2:first-child,
.woocommerce-Tabs-panel--additional_information > h2:first-child,
#tab-description > h2:first-child,
#tab-additional_information > h2:first-child {
	display: none !important;
}

/* ========================================================
   2. LUXURY ARTISAN "ADD TO CART" PILL BUTTON STYLING
      (Matches the signature "Get to know Neha" pill button)
   ======================================================== */
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart button.button,
.woocommerce div.product form.cart input.button,
.woocommerce div.product .cart .single_add_to_cart_button {
	background-color: #f0e3dc !important;
	color: #6E533F !important;
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: 0.5px !important;
	padding: 13px 36px !important;
	border-radius: 50px !important;
	border: 1px solid #DEC8B7 !important;
	box-shadow: 0 2px 8px rgba(110, 83, 63, 0.05) !important;
	transition: all 0.25s ease !important;
	cursor: pointer !important;
	outline: none !important;
	line-height: 1.4 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	text-transform: none !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce div.product form.cart button.button:hover,
.woocommerce div.product form.cart input.button:hover,
.woocommerce div.product .cart .single_add_to_cart_button:hover {
	background-color: #e3d0c4 !important;
	color: #553E2F !important;
	border-color: #6E533F !important;
	box-shadow: 0 4px 14px rgba(110, 83, 63, 0.12) !important;
	transform: translateY(-1px);
}

/* Rounded Quantity Input Box to match Pill Button */
.woocommerce div.product form.cart .quantity {
	display: inline-flex !important;
	align-items: center !important;
	margin-right: 14px !important;
}

.woocommerce div.product form.cart .quantity input.qty {
	border: 1px solid #DEC8B7 !important;
	border-radius: 50px !important;
	background-color: #FAF5EE !important;
	color: #6E533F !important;
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	height: 48px !important;
	padding: 0 16px !important;
	box-shadow: none !important;
	outline: none !important;
	text-align: center;
}

/* ========================================================
   3. SINGLE PRODUCT PERKS & CUSTOM ACTIONS
   ======================================================== */
.nspc-product-perks-wrapper {
	margin-top: 24px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/* Custom Inquiry Button & Secondary Action */
.nspc-inquiry-box {
	width: 100%;
}

.nspc-inquiry-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 12px 24px;
	background-color: #FAF5EE !important;
	color: #6E533F !important;
	border: 1px solid #DEC8B7 !important;
	border-radius: 50px !important;
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0.5px !important;
	text-decoration: none !important;
	box-shadow: 0 2px 6px rgba(110, 83, 63, 0.05);
	transition: all 0.25s ease !important;
	box-sizing: border-box;
}

.nspc-inquiry-btn:hover {
	background-color: #6E533F !important;
	color: #FAF5EE !important;
	border-color: #6E533F !important;
}

.nspc-inquiry-btn svg {
	stroke: currentColor;
	flex-shrink: 0;
}

/* Custom Information Highlight Card (For Workshops, Dates, Materials) */
.nspc-info-highlight-card {
	background-color: #FAF5EE;
	border-left: 3px solid #b35d48;
	border-radius: 8px;
	padding: 14px 18px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 14px;
	color: #553E2F;
	line-height: 1.6;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
}

.nspc-info-highlight-card p:last-child {
	margin-bottom: 0;
}

/* Artisan Trust Badges Card */
.nspc-trust-card {
	background-color: #FAF5EE;
	border: 1px solid #DFD5C6;
	border-radius: 12px;
	padding: 16px 20px;
	box-sizing: border-box;
}

.nspc-trust-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.nspc-trust-list li {
	display: flex !important;
	align-items: center;
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 13.5px !important;
	color: #6E533F !important;
	line-height: 1.4 !important;
}

.nspc-trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #DEC8B7;
	color: #553E2F;
	flex-shrink: 0;
}

.nspc-trust-icon svg {
	stroke: currentColor;
}

.nspc-trust-label {
	flex: 1;
}

/* Mobile Adjustments */
@media (max-width: 600px) {
	.woocommerce div.product form.cart .single_add_to_cart_button {
		width: 100% !important;
		margin-top: 10px;
	}
	.woocommerce div.product form.cart .quantity {
		width: 100% !important;
		margin-bottom: 8px;
		justify-content: center;
	}
	.nspc-trust-card {
		padding: 14px 16px;
	}
	.nspc-trust-list li {
		font-size: 12.5px !important;
	}
}
