/*
Theme Name:   Xstore child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

/* =========================================================
   NUÁURA — content / policy pages (.nu-doc)
   Palette derived from the logo: silver #CBCBCB / #A9A9A9,
   black #141414, ivory #F5F3EF. Light-first, no dark-mode block.
   ========================================================= */

.nu-doc {
	--nu-primary: #141414;
	--nu-accent:  #cbcbcb;
	--nu-accent-deep: #a9a9a9;
	--nu-ink:     #1a1a1a;
	--nu-ink-soft:#55524e;
	--nu-ivory:   #f5f3ef;
	--nu-line:    #e4e1db;

	max-width: 880px;
	margin: 0 auto;
	padding: 10px 20px 70px;
	font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
	color: var(--nu-ink);
	-webkit-text-fill-color: var(--nu-ink);
	font-size: 15.5px;
	line-height: 1.8;
}

.nu-doc__head {
	text-align: center;
	padding: 26px 0 30px;
	margin-bottom: 34px;
	border-bottom: 1px solid var(--nu-line);
}
.nu-doc__title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(32px, 5vw, 52px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: .01em;
	margin: 0 0 10px;
	color: var(--nu-primary);
	-webkit-text-fill-color: var(--nu-primary);
}
.nu-doc__sub {
	margin: 0;
	font-size: 15px;
	letter-spacing: .04em;
	color: var(--nu-ink-soft);
	-webkit-text-fill-color: var(--nu-ink-soft);
}

.nu-doc__section { margin-bottom: 34px; }
.nu-doc h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 600;
	margin: 0 0 12px;
	color: var(--nu-primary);
	-webkit-text-fill-color: var(--nu-primary);
}
.nu-doc h3 {
	font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin: 0 0 8px;
	color: var(--nu-primary);
	-webkit-text-fill-color: var(--nu-primary);
}
.nu-doc p,
.nu-doc li {
	color: var(--nu-ink);
	-webkit-text-fill-color: var(--nu-ink);
}
.nu-doc a {
	color: var(--nu-primary);
	-webkit-text-fill-color: var(--nu-primary);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.nu-doc a:hover { color: var(--nu-accent-deep); -webkit-text-fill-color: var(--nu-accent-deep); }

.nu-doc__muted {
	color: var(--nu-ink-soft) !important;
	-webkit-text-fill-color: var(--nu-ink-soft);
	font-size: 13.5px;
}

.nu-doc__list { margin: 0 0 14px; padding-left: 20px; }
.nu-doc__list li { margin-bottom: 8px; }
.nu-doc__list strong { color: var(--nu-primary); -webkit-text-fill-color: var(--nu-primary); }

/* contact cards */
.nu-doc__cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 22px 0;
}
@media (min-width: 700px) { .nu-doc__cards { grid-template-columns: repeat(3, 1fr); } }
.nu-doc__card {
	background: var(--nu-ivory);
	border: 1px solid var(--nu-line);
	padding: 20px 18px;
	text-align: center;
}
.nu-doc__card p { margin: 0 0 4px; font-size: 14.5px; }
.nu-doc__card .nu-doc__muted { font-size: 12.5px; }

/* button matches the shop button spec */
.nu-doc__cta { text-align: center; margin-top: 26px; }
.nu-doc__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	height: 54px;
	padding: 0 34px;
	background: var(--nu-primary);
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: background .22s ease;
}
.nu-doc__btn:hover { background: #000; color: #fff !important; -webkit-text-fill-color: #fff !important; }

/* contact form 7 inside .nu-doc */
.nu-doc .wpcf7 input[type="text"],
.nu-doc .wpcf7 input[type="email"],
.nu-doc .wpcf7 input[type="tel"],
.nu-doc .wpcf7 textarea {
	width: 100%;
	border: 1px solid var(--nu-line);
	border-radius: 2px;
	padding: 12px 14px;
	font-family: inherit;
	font-size: 14.5px;
	background: #fff;
	color: var(--nu-ink);
	-webkit-text-fill-color: var(--nu-ink);
	margin-bottom: 12px;
}
.nu-doc .wpcf7 textarea { min-height: 130px; }
.nu-doc .wpcf7 input[type="submit"] {
	min-height: 54px;
	padding: 0 34px;
	background: var(--nu-primary);
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	border: 0;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	cursor: pointer;
}
.nu-doc .wpcf7 input[type="submit"]:hover { background: #000; }


/* Higher-specificity pin: XStore's own anchor/button styling outranks the
   plain .nu-doc__btn rule, so the CTA lost its black fill. */
.nu-doc a.nu-doc__btn,
.nu-doc .nu-doc__cta a.nu-doc__btn {
	background: #141414 !important;
	background-image: none !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	border: 0 !important;
	text-decoration: none !important;
}
.nu-doc a.nu-doc__btn:hover {
	background: #000000 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}
