/* ==========================================================================
   CRISNOTTI JEWELS - ULTRA-MODERN LUXURY EDITORIAL & BLOG SYSTEM
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
	--cj-gold: #C5A059;
	--cj-gold-dark: #A47E3B;
	--cj-gold-light: #FAF6EF;
	--cj-gold-border: rgba(197, 160, 89, 0.25);
	--cj-gold-glow: rgba(197, 160, 89, 0.12);
	--cj-dark: #0F172A;
	--cj-dark-muted: #475569;
	--cj-body: #334155;
	--cj-bg-light: #F8F7F4;
	--cj-card-bg: #FFFFFF;
	--cj-border: #E2E8F0;
	--cj-radius-sm: 8px;
	--cj-radius-md: 14px;
	--cj-radius-lg: 20px;
	--cj-shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.03);
	--cj-shadow-md: 0 12px 32px -4px rgba(15, 23, 42, 0.06);
	--cj-shadow-hover: 0 20px 45px -10px rgba(197, 160, 89, 0.22);
	--cj-font-heading: "Playfair Display", Georgia, serif;
	--cj-font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ==========================================================================
   WP ADMIN BAR ISOLATION RESET (Prevent Child Theme CSS Collisions)
   ========================================================================== */
#wpadminbar,
#wpadminbar *,
#wpadminbar #wp-admin-bar-search,
#wpadminbar form#adminbarsearch,
#wpadminbar input.adminbar-input,
#wpadminbar input.adminbar-button {
	box-sizing: content-box !important;
}

#wpadminbar input[type="text"].adminbar-input,
#wpadminbar form#adminbarsearch {
	background: rgba(255, 255, 255, 0.15) !important;
	border: none !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	padding: 0 8px !important;
	height: 24px !important;
	line-height: 24px !important;
	color: #ffffff !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
	font-size: 13px !important;
	margin: 0 !important;
	max-width: none !important;
	width: auto !important;
}

#wpadminbar #adminbarsearch .adminbar-button,
#wpadminbar input[type="submit"].adminbar-button {
	display: none !important;
}

/* ==========================================
   1. GLOBAL RESET & BASE STYLES
   ========================================== */
/* Global Clean Click/Focus Reset for links & buttons */
a:focus,
a:active,
a:focus-visible,
button:focus,
button:active,
button:focus-visible {
	outline: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

/* Suppress default WooCommerce "View cart" loop link everywhere */
a.added_to_cart,
.added_to_cart,
.added_to_cart.wc-forward {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* Single Post Layout & Centering */
.single-post #content.site-content,
.single-post #primary,
.single-post #main,
.single-post article.cj-single-master-wrapper,
.single-post article.ast-article-single,
.single-post .ast-separate-container .ast-article-single,
.single-post .ast-separate-container .ast-article-post {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	margin: 0 auto !important;
}

.single-post .ast-container {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	margin: 0 auto !important;
	max-width: 1240px !important;
	width: 100% !important;
	padding: 0 20px !important;
	float: none !important;
}

.cj-single-master-wrapper {
	font-family: var(--cj-font-body);
	color: var(--cj-body);
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding-top: 0 !important;
	padding-bottom: 40px !important;
	margin: 0 auto 40px !important;
	width: 100% !important;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

.cj-blog-master-wrap {
	font-family: var(--cj-font-body);
	color: var(--cj-body);
	background-color: var(--cj-bg-light);
	padding-bottom: 90px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

.single-post .cn-site-footer,
.single-post #colophon {
	margin-top: 60px !important;
}

.cj-blog-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Reading Progress Bar on top of window */
#cj-reading-progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 4px;
	width: 0%;
	background: linear-gradient(90deg, var(--cj-gold), #E5C378, var(--cj-gold-dark));
	z-index: 99999;
	transition: width 0.1s linear;
	box-shadow: 0 0 10px rgba(197, 160, 89, 0.5);
}

/* ==========================================
   2. HERO BANNER & CATEGORY FILTER BAR
   ========================================== */
.cj-editorial-hero {
	position: relative;
	padding: 60px 0 45px;
	text-align: center;
	background: linear-gradient(180deg, #F3EFE6 0%, var(--cj-bg-light) 100%);
	border-bottom: 1px solid var(--cj-gold-border);
	overflow: hidden;
	margin-bottom: 50px;
}

.cj-single-hero-header {
	position: relative;
	padding: 40px 32px 34px;
	text-align: center;
	background: linear-gradient(180deg, #F6F2EA 0%, #FAF8F4 100%);
	border: 1px solid var(--cj-gold-border);
	border-radius: var(--cj-radius-lg);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
	overflow: hidden;
	margin: 16px auto 30px;
	max-width: 1140px;
}

.cj-hero-bg-glow {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 700px;
	height: 350px;
	background: radial-gradient(circle, var(--cj-gold-glow) 0%, transparent 70%);
	pointer-events: none;
	z-index: 1;
}

.cj-hero-content {
	position: relative;
	z-index: 2;
	max-width: 820px;
	margin: 0 auto;
}

.cj-hero-tag-wrap {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(10px);
	padding: 6px 20px;
	border-radius: 50px;
	border: 1px solid var(--cj-gold-border);
	margin-bottom: 18px;
	box-shadow: var(--cj-shadow-sm);
}

.cj-hero-sparkle {
	color: var(--cj-gold);
	font-size: 0.8rem;
}

.cj-hero-tag {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--cj-gold-dark);
}

.cj-hero-title {
	font-family: var(--cj-font-heading);
	font-size: clamp(2.3rem, 4.2vw, 3.6rem);
	font-weight: 700;
	color: var(--cj-dark);
	line-height: 1.18;
	margin: 0 0 16px;
}

.cj-hero-subtitle {
	font-size: 1.12rem;
	color: var(--cj-dark-muted);
	line-height: 1.6;
	margin: 0 auto 32px;
	max-width: 680px;
}

/* Category Filter Pills */
.cj-category-filter-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.cj-filter-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 20px;
	border-radius: 50px;
	background: var(--cj-card-bg);
	border: 1px solid var(--cj-border);
	color: var(--cj-dark-muted);
	font-size: 0.86rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: var(--cj-shadow-sm);
}

.cj-pill-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 50px;
	background: var(--cj-bg-light);
	font-size: 0.72rem;
	color: var(--cj-dark-muted);
}

.cj-filter-pill:hover,
.cj-filter-pill.is-active {
	background: var(--cj-dark);
	border-color: var(--cj-dark);
	color: #FFFFFF;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
}

.cj-filter-pill.is-active .cj-pill-count,
.cj-filter-pill:hover .cj-pill-count {
	background: var(--cj-gold);
	color: #FFFFFF;
}

/* ==========================================
   3. HERO FEATURED ARTICLE (MAIN POST)
   ========================================== */
.cj-hero-feature {
	margin-bottom: 60px;
}

.cj-feature-card {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	background: var(--cj-card-bg);
	border-radius: var(--cj-radius-lg);
	border: 1px solid var(--cj-gold-border);
	overflow: hidden;
	box-shadow: var(--cj-shadow-md);
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cj-feature-card:hover {
	box-shadow: var(--cj-shadow-hover);
	transform: translateY(-4px);
}

.cj-feature-img-box {
	position: relative;
	min-height: 400px;
	overflow: hidden;
	background: #ECE7DD;
}

.cj-feature-img-box a {
	display: block;
	width: 100%;
	height: 100%;
}

.cj-feature-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.cj-feature-card:hover .cj-feature-img-box img {
	transform: scale(1.05);
}

.cj-feature-placeholder {
	width: 100%;
	height: 100%;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #F5EFE3 0%, #E2D7C3 100%);
	color: var(--cj-gold);
}

.cj-feature-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--cj-gold);
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 50px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	z-index: 3;
}

.cj-feature-info-box {
	padding: 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cj-meta-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 0.84rem;
	margin-bottom: 16px;
}

.cj-cat-link {
	color: var(--cj-gold-dark);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

.cj-cat-link:hover {
	color: var(--cj-dark);
}

.cj-meta-sep {
	color: var(--cj-gold);
}

.cj-date-text {
	color: var(--cj-dark-muted);
}

.cj-read-pill {
	background: var(--cj-gold-light);
	color: var(--cj-gold-dark);
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 50px;
	font-size: 0.78rem;
}

.cj-feature-headline {
	font-family: var(--cj-font-heading);
	font-size: clamp(1.5rem, 2.6vw, 2.2rem);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 16px;
}

.cj-feature-headline a {
	color: var(--cj-dark);
	text-decoration: none;
	transition: color 0.25s ease;
}

.cj-feature-headline a:hover {
	color: var(--cj-gold);
}

.cj-feature-text {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--cj-body);
	margin-bottom: 28px;
}

.cj-feature-author-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 22px;
	border-top: 1px solid var(--cj-border);
}

.cj-author-mini {
	display: flex;
	align-items: center;
	gap: 12px;
}

.cj-author-avatar-round {
	border-radius: 50%;
	border: 2px solid var(--cj-gold-border);
}

.cj-author-meta-text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.cj-author-name-bold {
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--cj-dark);
}

.cj-author-role {
	font-size: 0.75rem;
	color: var(--cj-dark-muted);
}

.cj-btn-gold {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--cj-dark);
	color: #FFFFFF !important;
	font-size: 0.86rem;
	font-weight: 600;
	padding: 12px 24px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.cj-btn-gold:hover {
	background: var(--cj-gold);
	transform: translateX(4px);
	box-shadow: 0 6px 18px rgba(197, 160, 89, 0.35);
}

/* ==========================================
   4. SECTION TITLE & MODERN ARTICLES GRID
   ========================================== */
.cj-section-title-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 32px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--cj-border);
}

.cj-sub-label {
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--cj-gold-dark);
	margin-bottom: 6px;
}

.cj-main-section-title {
	font-family: var(--cj-font-heading);
	font-size: 1.85rem;
	font-weight: 700;
	color: var(--cj-dark);
	margin: 0;
}

.cj-title-gold-line {
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, var(--cj-gold), transparent);
	border-radius: 2px;
}

.cj-modern-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-bottom: 50px;
}

/* Card Styling - Fixed Frame & Image Overflow */
.cj-modern-card {
	background: var(--cj-card-bg);
	border-radius: var(--cj-radius-md);
	border: 1px solid var(--cj-border);
	overflow: hidden !important;
	box-shadow: var(--cj-shadow-sm);
	display: flex;
	flex-direction: column;
	transition: all 0.35s ease;
}

.cj-modern-card:hover {
	border-color: var(--cj-gold-border);
	box-shadow: var(--cj-shadow-hover);
	transform: translateY(-5px);
}

.cj-card-thumb-frame {
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	background: #ECE7DD;
	border-radius: 0;
}

.cj-card-thumb-link {
	display: block;
	width: 100%;
	height: 100%;
}

.cj-card-thumb-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.cj-modern-card:hover .cj-card-thumb-frame img {
	transform: scale(1.06);
}

.cj-card-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #F3ECE0 0%, #E5DAC6 100%);
	color: var(--cj-gold);
}

.cj-card-content-area {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.cj-card-header-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 0.78rem;
	color: var(--cj-dark-muted);
	margin-bottom: 12px;
}

.cj-card-cat-badge {
	display: inline-block;
	background: var(--cj-gold-light);
	color: var(--cj-gold-dark);
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 50px;
	font-size: 0.72rem;
	border: 1px solid var(--cj-gold-border);
}

.cj-card-time-str,
.cj-card-date-str {
	color: var(--cj-dark-muted);
}

.cj-card-dot {
	color: var(--cj-gold);
}

.cj-card-entry-title {
	font-family: var(--cj-font-heading);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 12px;
}

.cj-card-entry-title a {
	color: var(--cj-dark);
	text-decoration: none;
	transition: color 0.25s ease;
}

.cj-card-entry-title a:hover {
	color: var(--cj-gold);
}

.cj-card-snippet {
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--cj-body);
	margin-bottom: 20px;
	flex-grow: 1;
}

.cj-card-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	border-top: 1px solid var(--cj-border);
	margin-top: auto;
}

.cj-author-tiny {
	font-size: 0.8rem;
	color: var(--cj-dark-muted);
	font-weight: 500;
}

.cj-card-arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--cj-gold-dark);
	text-decoration: none;
	transition: all 0.25s ease;
}

.cj-card-arrow-link:hover {
	color: var(--cj-dark);
	transform: translateX(3px);
}

/* ==========================================
   5. LUXURY PAGINATION
   ========================================== */
.cj-luxury-pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.cj-luxury-pagination .page-numbers {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cj-luxury-pagination a.page-numbers,
.cj-luxury-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 16px;
	border-radius: 50px;
	background: var(--cj-card-bg);
	border: 1px solid var(--cj-border);
	color: var(--cj-dark);
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: var(--cj-shadow-sm);
}

.cj-luxury-pagination a.page-numbers:hover,
.cj-luxury-pagination span.current {
	background: var(--cj-gold);
	border-color: var(--cj-gold);
	color: #FFFFFF;
	box-shadow: 0 6px 18px rgba(197, 160, 89, 0.35);
}

/* ==========================================
   6. SINGLE POST DETAIL PAGE (ARTICLE)
   ========================================== */
.cj-single-hero-header {
	margin-bottom: 40px;
}

.cj-modern-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 0.85rem;
	color: var(--cj-dark-muted);
	margin-bottom: 20px;
}

.cj-modern-breadcrumb a {
	color: var(--cj-dark-muted);
	text-decoration: none;
	transition: color 0.2s ease;
}

.cj-modern-breadcrumb a:hover {
	color: var(--cj-gold-dark);
}

.cj-b-sep {
	color: var(--cj-gold);
}

.cj-single-pill-cat {
	margin-bottom: 20px;
}

.cj-single-pill-cat a {
	display: inline-block;
	background: var(--cj-gold-light);
	color: var(--cj-gold-dark);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 7px 20px;
	border-radius: 50px;
	border: 1px solid var(--cj-gold-border);
	text-decoration: none;
	transition: all 0.25s ease;
}

.cj-single-pill-cat a:hover {
	background: var(--cj-gold);
	color: #FFFFFF;
}

.cj-single-headline {
	font-family: var(--cj-font-heading);
	font-size: clamp(1.65rem, 3.8vw, 2.75rem);
	font-weight: 700;
	color: var(--cj-dark);
	line-height: 1.25;
	margin: 0 auto 24px;
	max-width: 960px;
}

/* Capsule Meta */
.cj-meta-glass-capsule {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 14px 30px;
	background: var(--cj-card-bg);
	border: 1px solid var(--cj-gold-border);
	border-radius: 50px;
	width: fit-content;
	margin: 0 auto;
	box-shadow: var(--cj-shadow-md);
}

.cj-meta-author-part {
	display: flex;
	align-items: center;
	gap: 12px;
}

.cj-meta-avatar {
	border-radius: 50%;
	border: 2px solid var(--cj-gold);
}

.cj-meta-author-info {
	display: flex;
	flex-direction: column;
	text-align: left;
	line-height: 1.25;
}

.cj-meta-by {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--cj-dark-muted);
}

.cj-meta-name {
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--cj-dark);
}

.cj-meta-pipe {
	width: 1px;
	height: 24px;
	background-color: var(--cj-border);
}

.cj-meta-stats-part {
	display: flex;
	align-items: center;
	gap: 18px;
}

.cj-stat-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.85rem;
	color: var(--cj-dark-muted);
}

.cj-stat-item svg {
	color: var(--cj-gold);
}

/* Featured Frame Banner */
.cj-single-featured-container {
	margin: 0 auto 40px;
	max-width: 1140px;
}

.cj-featured-glass-wrapper {
	position: relative;
	width: 100%;
	max-height: 560px;
	border-radius: var(--cj-radius-lg);
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(15, 23, 42, 0.06);
	border: 1px solid var(--cj-gold-border);
}

.cj-featured-glass-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Article Layout Grid (With Left Sticky Share Bar) */
.cj-article-layout-grid {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 36px;
	max-width: 1140px;
	margin: 0 auto;
}

.cj-share-sidebar {
	position: relative;
}

.cj-share-sticky-box {
	position: sticky;
	top: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.cj-share-sidebar-label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--cj-dark-muted);
	margin-bottom: 4px;
}

.cj-s-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--cj-card-bg);
	border: 1px solid var(--cj-border);
	color: var(--cj-dark);
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: var(--cj-shadow-sm);
}

.cj-s-icon:hover {
	background: var(--cj-gold);
	border-color: var(--cj-gold);
	color: #FFFFFF;
	transform: translateY(-3px);
	box-shadow: 0 8px 18px rgba(197, 160, 89, 0.35);
}

/* Article Main Content */
.cj-main-article-body {
	min-width: 0;
}

.cj-article-inner-box {
	background: var(--cj-card-bg);
	padding: 40px 48px;
	border-radius: var(--cj-radius-lg);
	border: 1px solid var(--cj-border);
	box-shadow: var(--cj-shadow-md);
	font-size: clamp(1.02rem, 1.4vw, 1.14rem);
	line-height: 1.8;
	color: #334155;
	margin-bottom: 40px;
}

.cj-article-inner-box,
.cj-article-inner-box p,
.cj-article-inner-box li,
.cj-article-inner-box div {
	font-size: clamp(1.02rem, 1.4vw, 1.14rem);
	line-height: 1.8;
	color: #334155;
}

.cj-article-inner-box>p:first-of-type::first-letter {
	font-family: var(--cj-font-heading);
	font-size: clamp(2.6rem, 5vw, 3.6rem);
	font-weight: 700;
	float: left;
	line-height: 0.82;
	margin-right: 12px;
	margin-top: 4px;
	color: var(--cj-gold);
}

.cj-article-inner-box h2,
.cj-article-inner-box h3,
.cj-article-inner-box h4 {
	font-family: var(--cj-font-heading);
	color: var(--cj-dark);
	font-weight: 700;
	line-height: 1.3;
}

.cj-article-inner-box h2 {
	font-size: clamp(1.45rem, 2.6vw, 1.95rem);
	margin: 40px 0 18px;
}

.cj-article-inner-box h3 {
	font-size: clamp(1.22rem, 2.1vw, 1.55rem);
	margin: 32px 0 14px;
}

.cj-article-inner-box h4 {
	font-size: clamp(1.08rem, 1.6vw, 1.25rem);
	margin: 26px 0 12px;
}

.cj-article-inner-box p {
	margin-bottom: 24px;
}

.cj-article-inner-box blockquote {
	margin: 36px 0;
	padding: 24px 30px;
	background: linear-gradient(135deg, var(--cj-gold-light) 0%, #FAF5EC 100%);
	border-left: 4px solid var(--cj-gold);
	border-radius: 0 var(--cj-radius-md) var(--cj-radius-md) 0;
	font-family: var(--cj-font-heading);
	font-size: clamp(1.1rem, 1.8vw, 1.3rem);
	font-style: italic;
	color: var(--cj-dark);
	line-height: 1.6;
	box-shadow: var(--cj-shadow-sm);
}

.cj-article-inner-box blockquote p {
	margin: 0;
}

.cj-article-inner-box img {
	max-width: 100%;
	height: auto;
	border-radius: var(--cj-radius-md);
	margin: 28px 0;
}

/* Post Tags */
.cj-post-tags-row {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px 24px;
	background: #FFFFFF;
	border: 1px solid rgba(197, 160, 89, 0.25);
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
	margin-bottom: 35px;
}

.cj-tags-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: #0F172A;
}

.cj-tags-title svg {
	color: #C5A059;
}

.cj-tag-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

.cj-tag-pill {
	display: inline-flex;
	align-items: center;
	background: #FAF6EF;
	color: #0F172A;
	font-size: 0.82rem;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 50px;
	border: 1px solid rgba(197, 160, 89, 0.3);
	text-decoration: none;
	transition: all 0.2s ease;
}

.cj-tag-pill::before {
	content: '#';
	color: #C5A059;
	margin-right: 4px;
	font-weight: 700;
}

.cj-tag-pill:hover {
	background: #0F172A;
	color: #FFFFFF;
	border-color: #0F172A;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.cj-tag-pill:hover::before {
	color: #C5A059;
}

/* Author Bio Card */
.cj-author-bio-box {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 36px;
	background: linear-gradient(135deg, #FFFFFF 0%, var(--cj-gold-light) 100%);
	border: 1px solid var(--cj-gold-border);
	border-radius: var(--cj-radius-lg);
	margin-bottom: 40px;
	box-shadow: var(--cj-shadow-sm);
}

.cj-author-bio-avatar {
	border-radius: 50%;
	border: 3px solid var(--cj-gold);
	flex-shrink: 0;
}

.cj-author-bio-badge {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--cj-gold-dark);
}

.cj-author-bio-name {
	font-family: var(--cj-font-heading);
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--cj-dark);
	margin: 4px 0 8px;
}

.cj-author-bio-desc {
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--cj-body);
	margin: 0;
}

/* Story Nav (Prev / Next) */
.cj-story-navigation-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 50px;
}

.cj-story-nav-card a {
	display: flex;
	flex-direction: column;
	padding: 24px;
	background: var(--cj-card-bg);
	border: 1px solid var(--cj-border);
	border-radius: var(--cj-radius-md);
	text-decoration: none;
	height: 100%;
	transition: all 0.3s ease;
}

.cj-story-nav-card a:hover {
	border-color: var(--cj-gold-border);
	box-shadow: var(--cj-shadow-hover);
	transform: translateY(-3px);
}

.cj-nav-right a {
	text-align: right;
	align-items: flex-end;
}

.cj-story-nav-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--cj-gold-dark);
	margin-bottom: 8px;
}

.cj-story-nav-title {
	font-family: var(--cj-font-heading);
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--cj-dark);
	line-height: 1.35;
}

/* Related Section 3-Col */
.cj-related-section {
	margin-bottom: 50px;
}

.cj-related-grid-3 {
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

/* ==========================================
   6.5. COMMENTS & RESPOND SECTION FIX (SINGLE BOX)
   ========================================== */
.cj-comments-wrapper {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin-top: 50px !important;
}

#respond,
.comment-respond,
.ast-separate-container .comment-respond {
	background: #FFFFFF !important;
	border: 1px solid var(--cj-gold-border) !important;
	border-radius: var(--cj-radius-lg) !important;
	padding: 44px 48px !important;
	box-shadow: var(--cj-shadow-sm) !important;
	margin: 0 !important;
}

.woocommerce-Tabs-panel--reviews #respond,
.cj-reviews-master-wrap #respond,
.cj-review-form-wrapper #respond {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

#reply-title,
.comment-reply-title {
	font-family: var(--cj-font-heading) !important;
	font-size: 1.85rem !important;
	font-weight: 700 !important;
	color: var(--cj-dark) !important;
	margin-bottom: 10px !important;
	display: block !important;
}

#reply-title small a {
	color: var(--cj-gold-dark) !important;
	font-size: 0.85rem !important;
	font-family: var(--cj-font-body) !important;
	margin-left: 12px !important;
	text-decoration: underline !important;
}

.logged-in-as,
.comment-notes {
	font-family: var(--cj-font-body) !important;
	font-size: 0.9rem !important;
	color: var(--cj-dark-muted) !important;
	margin-bottom: 24px !important;
}

.logged-in-as a {
	color: var(--cj-gold-dark) !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

.logged-in-as a:hover {
	text-decoration: underline !important;
}

.comment-form p {
	margin-bottom: 20px !important;
}

.comment-form-comment {
	margin-bottom: 24px !important;
}

#respond textarea#comment,
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100% !important;
	background: var(--cj-bg-light) !important;
	border: 1px solid var(--cj-border) !important;
	border-radius: 12px !important;
	padding: 16px 20px !important;
	font-family: var(--cj-font-body) !important;
	font-size: 0.95rem !important;
	color: var(--cj-dark) !important;
	outline: none !important;
	box-shadow: none !important;
	transition: all 0.25s ease !important;
}

#respond textarea#comment {
	min-height: 150px !important;
	resize: vertical !important;
}

#respond textarea#comment:focus,
.comment-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus {
	border-color: var(--cj-gold) !important;
	background: #FFFFFF !important;
	box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.15) !important;
}

/* Luxury Submit Button Fix */
#respond input[type="submit"]#submit,
.comment-form input[type="submit"],
.comment-form .submit,
.ast-button,
#submit {
	background: var(--cj-dark) !important;
	color: #FFFFFF !important;
	font-family: var(--cj-font-body) !important;
	font-size: 0.86rem !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	padding: 15px 36px !important;
	border-radius: 50px !important;
	border: none !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	box-shadow: var(--cj-shadow-sm) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

#respond input[type="submit"]#submit:hover,
.comment-form input[type="submit"]:hover,
.comment-form .submit:hover,
.ast-button:hover,
#submit:hover {
	background: var(--cj-gold) !important;
	color: #FFFFFF !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 22px rgba(197, 160, 89, 0.4) !important;
}

/* Comments List */
.comments-area,
.ast-separate-container .comments-count-wrapper {
	margin-top: 40px !important;
}

.comments-title {
	font-family: var(--cj-font-heading) !important;
	font-size: 1.8rem !important;
	font-weight: 700 !important;
	color: var(--cj-dark) !important;
	margin-bottom: 24px !important;
}

.comment-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 0 40px !important;
}

.comment-list .comment-body {
	background: #FFFFFF !important;
	border: 1px solid var(--cj-border) !important;
	border-radius: var(--cj-radius-md) !important;
	padding: 24px 28px !important;
	margin-bottom: 20px !important;
	box-shadow: var(--cj-shadow-sm) !important;
}

.comment-author .avatar {
	border-radius: 50% !important;
	border: 2px solid var(--cj-gold) !important;
	margin-right: 14px !important;
}

.comment-author .fn {
	font-family: var(--cj-font-body) !important;
	font-weight: 700 !important;
	color: var(--cj-dark) !important;
	font-style: normal !important;
}

.comment-meta a {
	color: var(--cj-dark-muted) !important;
	font-size: 0.8rem !important;
	text-decoration: none !important;
}

.comment-content {
	font-size: 0.98rem !important;
	line-height: 1.7 !important;
	color: var(--cj-body) !important;
	margin-top: 12px !important;
}

.reply a {
	display: inline-block !important;
	background: var(--cj-gold-light) !important;
	color: var(--cj-gold-dark) !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
	padding: 5px 16px !important;
	border-radius: 50px !important;
	border: 1px solid var(--cj-gold-border) !important;
	text-decoration: none !important;
	transition: all 0.25s ease !important;
}

.reply a:hover {
	background: var(--cj-gold) !important;
	color: #FFFFFF !important;
}


/* Empty State */
.cj-empty-journal {
	text-align: center;
	padding: 90px 20px;
	background: var(--cj-card-bg);
	border-radius: var(--cj-radius-lg);
	border: 1px solid var(--cj-border);
}

.cj-empty-icon {
	font-size: 2rem;
	color: var(--cj-gold);
	margin-bottom: 12px;
}

.cj-empty-journal h3 {
	font-family: var(--cj-font-heading);
	font-size: 1.9rem;
	color: var(--cj-dark);
}

/* ==========================================
   7. RESPONSIVE BREAKPOINTS
   ========================================== */
@media (max-width: 1024px) {

	.cj-modern-grid,
	.cj-related-grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.cj-feature-card {
		grid-template-columns: 1fr;
	}

	.cj-feature-img-box {
		min-height: 280px;
	}

	.cj-feature-info-box {
		padding: 32px;
	}

	.cj-article-layout-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.cj-share-sidebar {
		display: none;
	}
	
	.cj-blog-master-wrap {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {

	.cj-modern-grid,
	.cj-related-grid-3 {
		grid-template-columns: 1fr;
	}

	.cj-editorial-hero {
		padding: 36px 18px 28px;
		margin-bottom: 28px;
	}

	.cj-single-hero-header {
		padding: 24px 16px 20px !important;
		margin: 12px auto 18px !important;
		border-radius: 14px !important;
	}

	.cj-single-headline {
		font-size: 1.65rem !important;
		line-height: 1.28 !important;
		margin-bottom: 16px !important;
	}

	.cj-article-inner-box {
		padding: 24px 18px !important;
		border-radius: var(--cj-radius-md);
	}

	.cj-article-inner-box,
	.cj-article-inner-box p,
	.cj-article-inner-box li,
	.cj-article-inner-box span,
	.cj-article-inner-box div {
		font-size: 1.02rem !important;
		line-height: 1.75 !important;
	}

	.cj-article-inner-box h2 {
		font-size: 1.45rem !important;
		margin: 28px 0 12px !important;
	}

	.cj-article-inner-box h3 {
		font-size: 1.22rem !important;
		margin: 22px 0 10px !important;
	}

	.cj-article-inner-box h4 {
		font-size: 1.08rem !important;
		margin: 16px 0 8px !important;
	}

	.cj-article-inner-box blockquote {
		padding: 16px 18px !important;
		font-size: 1.08rem !important;
		margin: 20px 0 !important;
	}

	.cj-meta-glass-capsule {
		flex-direction: column;
		border-radius: var(--cj-radius-md);
		padding: 12px 14px;
		width: 100%;
		gap: 8px;
	}

	.cj-meta-pipe {
		display: none;
	}

	.cj-author-bio-box {
		flex-direction: column;
		text-align: center;
		padding: 24px 18px;
	}

	.cj-story-navigation-row {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.cj-comments-box,
	#respond,
	.comment-respond {
		padding: 28px 18px !important;
	}
	
	.cj-faq-question-text {
		font-size: 1rem;
	}
}

@media (max-width: 480px) {

	.cj-single-hero-header {
		padding: 20px 12px 16px !important;
		margin: 10px auto 14px !important;
		border-radius: 12px !important;
	}

	.cj-single-headline {
		font-size: 1.4rem !important;
		line-height: 1.25 !important;
		margin-bottom: 12px !important;
	}

	.cj-single-featured-container {
		margin-bottom: 16px !important;
	}

	.cj-article-inner-box {
		padding: 18px 12px !important;
		border-radius: 12px !important;
	}

	.cj-article-inner-box,
	.cj-article-inner-box p,
	.cj-article-inner-box li,
	.cj-article-inner-box span,
	.cj-article-inner-box div {
		font-size: 0.94rem !important;
		/* 15px mobile reading font */
		line-height: 1.68 !important;
		margin-bottom: 16px !important;
	}

	.cj-article-inner-box>p:first-of-type::first-letter {
		font-size: 2.4rem !important;
		margin-right: 8px !important;
		line-height: 0.85 !important;
	}

	.cj-article-inner-box h2 {
		font-size: 1.3rem !important;
		margin: 24px 0 10px !important;
	}

	.cj-article-inner-box h3 {
		font-size: 1.12rem !important;
		margin: 20px 0 8px !important;
	}

	.cj-article-inner-box h4 {
		font-size: 1rem !important;
		margin: 16px 0 6px !important;
	}

	.cj-article-inner-box blockquote {
		padding: 14px 14px !important;
		font-size: 0.98rem !important;
		margin: 18px 0 !important;
	}

	.cj-post-tags-row {
		padding: 16px 14px !important;
		border-radius: 12px !important;
		margin-bottom: 24px !important;
		gap: 10px !important;
	}

	.cj-tags-title {
		font-size: 0.76rem !important;
	}

	.cj-tag-pills {
		gap: 6px !important;
	}

	.cj-tag-pill {
		padding: 5px 12px !important;
		font-size: 0.76rem !important;
	}
}

/* ==========================================================================
   CRIS NOTTI JEWELS - MODERN LUXURY LIGHT FOOTER & TRUST BADGES
   ========================================================================== */
.site-footer.cn-custom-footer {
	background: #FAF8F5 !important;
	color: #4A4A4A;
	font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	padding: 56px 24px 20px !important;
	position: relative;
	clear: both;
	border-top: 1px solid #E5DECE;
}

.cn-footer-main {
	width: 100%;
}

.cn-footer-inner-container {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0;
}

/* 5-Column Grid: Wide brand col + 4 nav cols */
.cn-footer-columns {
	display: grid;
	grid-template-columns: 1.8fr 1fr 1fr 1fr 1.2fr;
	gap: 32px;
	margin-bottom: 40px;
	align-items: start;
}

.cn-footer-col {
	display: flex;
	flex-direction: column;
}

/* Brand Column: Logo, Tagline, Description */
.cn-footer-brand-col {
	padding-right: 20px;
	border-right: 1px solid #E5DECE;
}

.cn-footer-logo-link {
	display: inline-block;
	margin-bottom: 14px;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
}

.cn-footer-logo-link:hover {
	opacity: 0.85;
}

.cn-footer-logo-img {
	max-width: 290px;
	height: auto;
	max-height: 70px;
	object-fit: contain;
	display: block;
}

.cn-footer-logo-text {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	color: #1A1A1A;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.cn-footer-brand-tagline {
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 1.4px !important;
	text-transform: uppercase !important;
	color: #C5A059 !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.cn-footer-brand-desc {
	font-size: 13px !important;
	line-height: 1.7 !important;
	color: #666666 !important;
	margin: 0 0 18px 0 !important;
	padding: 0 !important;
	max-width: 280px;
}

.cn-footer-title {
	font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	color: #1A1A1A !important;
	letter-spacing: 1.2px !important;
	text-transform: uppercase !important;
	margin: 0 0 16px 0 !important;
	padding: 0 0 10px 0 !important;
	line-height: 1.2 !important;
	position: relative;
	border-bottom: none !important;
}

.cn-footer-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 2px;
	background: #C5A059;
	border-radius: 2px;
}

/* Menu Lists */
.cn-footer-menu {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cn-footer-menu li {
	list-style: none !important;
	margin: 0 !important;
	padding: 5px 0 !important;
}

.cn-footer-menu li a,
.cn-footer-col .cn-footer-menu li a,
.cn-footer-col:last-child .cn-footer-menu li a {
	color: #555555 !important;
	text-decoration: none !important;
	font-size: 12.5px !important;
	font-weight: 600 !important;
	letter-spacing: 0.4px !important;
	text-transform: uppercase !important;
	display: inline-block !important;
	transition: color 0.25s ease, transform 0.25s ease !important;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

.cn-footer-menu li a:focus,
.cn-footer-menu li a:active,
.cn-footer-menu li a:focus-visible,
.cn-footer-col .cn-footer-menu li a:focus,
.cn-footer-col .cn-footer-menu li a:active,
.cn-footer-col .cn-footer-menu li a:focus-visible,
.cn-custom-footer a:focus,
.cn-custom-footer a:active,
.cn-custom-footer a:focus-visible,
.cn-custom-footer button:focus,
.cn-custom-footer button:active,
.cn-custom-footer button:focus-visible {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

.cn-footer-menu li a:hover,
.cn-footer-col .cn-footer-menu li a:hover {
	color: #C5A059 !important;
	transform: translateX(4px) !important;
}

/* Sub-grid for Product Categories to balance height */
.cn-footer-menu.cn-grid-menu {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 0 16px !important;
}

/* Social Media Icons inside Column 1 */
.cn-footer-socials {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-top: 16px !important;
}

.cn-footer-socials a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	height: 34px !important;
	min-width: 34px !important;
	border-radius: 50% !important;
	background: #FFFFFF !important;
	border: 1px solid #E5DECE !important;
	color: #333333 !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
	transition: all 0.25s ease !important;
	text-decoration: none !important;
}

.cn-footer-socials a svg {
	width: 14px !important;
	height: 14px !important;
	fill: currentColor !important;
	transition: fill 0.25s ease !important;
}

.cn-footer-socials a:hover {
	background: #1A1A1A !important;
	color: #C5A059 !important;
	border-color: #1A1A1A !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.cn-footer-socials a:hover svg {
	fill: #C5A059 !important;
}

/* Security & Trust Badges Section */
.cn-footer-badges {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0 0 28px;
	padding: 22px 0;
	border-top: 1px solid #E5DECE;
	border-bottom: 1px solid #E5DECE;
	flex-wrap: wrap;
	row-gap: 14px;
	column-gap: 32px;
}

.cn-badge {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	background: transparent;
	padding: 0;
	transition: opacity 0.2s ease;
}

.cn-badge:hover {
	opacity: 0.8;
}

.cn-badge-divider {
	color: #D8CEBB;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 0 8px;
}

.cn-badge-info {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.cn-badge-label {
	font-size: 10.5px;
	font-weight: 800;
	color: #1A1A1A;
	letter-spacing: 0.9px;
}

.cn-badge-sub {
	font-size: 9.5px;
	font-weight: 500;
	color: #888888;
	letter-spacing: 0.3px;
}

/* Bottom Bar */
.cn-footer-bottom-bar {
	padding: 14px 0 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11.5px;
	color: #666666;
	flex-wrap: wrap;
	gap: 16px;
}

.cn-footer-features {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.cn-feat-item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.7px;
	color: #333333;
}

.cn-feat-item svg {
	color: #C5A059;
	flex-shrink: 0;
}

.cn-feat-dot {
	color: #C5A059;
	font-size: 14px;
	line-height: 1;
	margin: 0 2px;
}

.cn-footer-copy {
	font-size: 11.5px;
	color: #666666;
}

.cn-footer-copy a {
	color: #222222;
	text-decoration: underline;
	font-weight: 600;
	transition: color 0.2s ease;
}

.cn-footer-copy a:hover {
	color: #C5A059;
}

.cn-copy-sep {
	margin: 0 6px;
	color: #CCCCCC;
}

.cn-sep {
	margin: 0 4px;
	color: #CCCCCC;
}

/* Responsive Rules */
@media (max-width: 1180px) {
	.cn-footer-columns {
		grid-template-columns: 1.6fr 1fr 1fr 1fr;
		gap: 26px;
	}

	.cn-footer-col:last-child {
		grid-column: span 2;
	}

	.cn-footer-brand-col {
		grid-column: span 2;
		border-right: none;
		border-bottom: 1px solid #E5DECE;
		padding-right: 0;
		padding-bottom: 24px;
	}
}

@media (max-width: 991px) {
	.cn-footer-bottom-bar {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 10px;
	}

	.cn-footer-features {
		justify-content: center;
	}

	.cn-footer-copy {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.cn-footer-columns {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}

	.cn-footer-brand-col {
		grid-column: span 2;
		border-right: none;
		padding-right: 0;
	}

	.cn-footer-col:last-child {
		grid-column: span 2;
	}
	

}

@media (max-width: 600px) {

	.cj-home-master-wrapper .cj-newsletter-input {
		width: 100%;
	}
	
}

@media (max-width: 520px) {
	.cn-footer-columns {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.cn-footer-brand-col,
	.cn-footer-col:last-child {
		grid-column: span 1;
	}

	.cn-footer-menu.cn-grid-menu {
		grid-template-columns: 1fr 1fr !important;
	}

	.cn-footer-badges {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.cn-badge-divider {
		display: none;
	}

	.cn-footer-bottom-bar {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.cn-footer-logo-img {
		max-width: 130px;
	}
}

/* ==========================================================================
   SINGLE PRODUCT DETAILS & LUXURY THUMBNAIL CAROUSEL STYLES
   ========================================================================== */

/* Main Product Layout Container */
.single-product div.product {
	margin-top: 20px;
	margin-bottom: 60px;
}

/* Product Gallery Container */
.woocommerce-product-gallery {
	position: relative !important;
	background: #FFFFFF !important;
	border-radius: 16px !important;
	padding: 16px !important;
	border: 1px solid rgba(197, 160, 89, 0.25) !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
	box-sizing: border-box !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
	border-radius: 12px !important;
	overflow: hidden !important;
}

.woocommerce-product-gallery img {
	border-radius: 12px !important;
	transition: transform 0.3s ease !important;
}

/* Thumbnail Carousel Slider Wrapper */
.cj-thumb-carousel-wrapper {
	position: relative !important;
	margin-top: 16px !important;
	padding: 0 35px !important;
	box-sizing: border-box !important;
}

/* Navigation Arrow Buttons for Gallery Thumbnails */
.cj-thumb-nav {
	position: absolute !important;
	top: 42px !important;
	/* Dead-center vertically relative to 76px thumbnail images (4px padding + 38px half-height) */
	transform: translateY(-50%) !important;
	width: 32px !important;
	height: 32px !important;
	background: #0F172A !important;
	color: #FFFFFF !important;
	border: 1px solid #C5A059 !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	z-index: 10 !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25) !important;
	transition: all 0.2s ease !important;
	padding: 0 !important;
}

.cj-thumb-nav svg {
	width: 14px !important;
	height: 14px !important;
	display: block !important;
	stroke: currentColor !important;
}

.cj-thumb-nav:hover {
	background: #C5A059 !important;
	color: #0F172A !important;
	border-color: #8A662D !important;
	transform: translateY(-50%) scale(1.08) !important;
}

.cj-thumb-prev {
	left: 0 !important;
}

.cj-thumb-next {
	right: 0 !important;
}

/* Horizontal Scrolling Thumbnail Strip */
.woocommerce-product-gallery .flex-control-thumbs,
.woocommerce-product-gallery .woocommerce-product-gallery__thumbs,
.woocommerce-product-gallery .thumbnails {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: auto !important;
	scroll-behavior: smooth !important;
	gap: 12px !important;
	padding: 4px 4px 12px !important;
	margin: 0 !important;
	list-style: none !important;
	scrollbar-width: thin;
	scrollbar-color: #C5A059 #F1F5F9;
	-webkit-overflow-scrolling: touch;
}

/* Sleek Luxury Scrollbar for Thumbnails */
.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar,
.woocommerce-product-gallery .woocommerce-product-gallery__thumbs::-webkit-scrollbar {
	height: 5px;
}

.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-track,
.woocommerce-product-gallery .woocommerce-product-gallery__thumbs::-webkit-scrollbar-track {
	background: #F1F5F9;
	border-radius: 10px;
}

.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb,
.woocommerce-product-gallery .woocommerce-product-gallery__thumbs::-webkit-scrollbar-thumb {
	background: #C5A059;
	border-radius: 10px;
}

/* Thumbnail Slides */
.woocommerce-product-gallery .flex-control-thumbs li,
.woocommerce-product-gallery .woocommerce-product-gallery__thumbs li,
.woocommerce-product-gallery .thumbnails a {
	flex: 0 0 76px !important;
	width: 76px !important;
	height: 76px !important;
	margin: 0 !important;
	float: none !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	border: 2px solid #E2E8F0 !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	transition: all 0.25s ease !important;
	background: #FFFFFF !important;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover,
.woocommerce-product-gallery .flex-control-thumbs li.cj-active-thumb,
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	border-color: #C5A059 !important;
	transform: translateY(-3px) !important;
	box-shadow: 0 8px 20px rgba(197, 160, 89, 0.3) !important;
}

.woocommerce-product-gallery .flex-control-thumbs li img,
.woocommerce-product-gallery .woocommerce-product-gallery__thumbs li img,
.woocommerce-product-gallery .thumbnails img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	opacity: 0.7;
	transition: opacity 0.25s ease !important;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover img,
.woocommerce-product-gallery .flex-control-thumbs li.cj-active-thumb img,
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1 !important;
}

/* Single Product Details Side Styling */
.single-product div.product .summary.entry-summary {
	padding: 10px 0 0 25px !important;
}

.single-product div.product .product_title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 2.1rem !important;
	font-weight: 700 !important;
	color: #0F172A !important;
	line-height: 1.25 !important;
	margin: 0 0 16px !important;
	border-bottom: 2px solid rgba(197, 160, 89, 0.2) !important;
	padding-bottom: 14px !important;
}

.single-product div.product p.price,
.single-product div.product span.price {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 1.85rem !important;
	font-weight: 800 !important;
	color: #0F172A !important;
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	margin: 0 0 18px !important;
}

.single-product div.product p.price ins,
.single-product div.product span.price ins {
	text-decoration: none !important;
	color: #C5A059 !important;
}

/* Stock Status Container & Pill */
.single-product div.product p.ast-stock-detail,
.single-product div.product .ast-stock-detail,
.woocommerce div.product .ast-stock-detail,
.ast-stock-detail {
	margin-bottom: 0px !important;
}

.single-product div.product .stock {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	color: #15803D !important;
	padding: 6px 16px !important;
	border-radius: 50px !important;
	font-size: 0.88rem !important;
	font-weight: 700 !important;
	margin-bottom: 0px !important;
}

/* Quantity and Add To Cart Container - Stacked Vertical Form */
.single-product div.product form.cart {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: 12px !important;
	margin: 20px 0 28px !important;
	max-width: 440px !important;
	width: 100% !important;
}

/* Quantity Box - Modern Clean Rectangular Selector */
.single-product div.product form.cart .quantity,
.woocommerce div.product form.cart .quantity {
	display: inline-flex !important;
	align-self: flex-start !important;
	align-items: center !important;
	justify-content: space-between !important;
	border: 1px solid #94A3B8 !important;
	border-radius: 4px !important;
	background: #FFFFFF !important;
	padding: 0 4px !important;
	box-shadow: none !important;
	width: 120px !important;
	min-width: 120px !important;
	max-width: 120px !important;
	height: 42px !important;
	box-sizing: border-box !important;
	margin: 0 0 4px 0 !important;
	position: relative !important;
	z-index: 5 !important;
	opacity: 1 !important;
	visibility: visible !important;
	flex-shrink: 0 !important;
}

.single-product div.product form.cart .quantity .cj-qty-btn,
.woocommerce div.product form.cart .quantity .cj-qty-btn,
.quantity button.cj-qty-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 100% !important;
	min-width: 32px !important;
	max-width: 32px !important;
	border-radius: 0 !important;
	border: none !important;
	background: transparent !important;
	color: #0F172A !important;
	font-size: 1.2rem !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: background 0.15s ease !important;
	padding: 0 !important;
	line-height: 1 !important;
	user-select: none !important;
	position: relative !important;
	z-index: 10 !important;
	pointer-events: auto !important;
	outline: none !important;
	box-shadow: none !important;
	flex-shrink: 0 !important;
}

.single-product div.product form.cart .quantity .cj-qty-btn:hover,
.woocommerce div.product form.cart .quantity .cj-qty-btn:hover,
.quantity button.cj-qty-btn:hover {
	background: #F1F5F9 !important;
	color: #0F172A !important;
	transform: none !important;
}

.single-product div.product form.cart .quantity input.qty,
.woocommerce div.product form.cart .quantity input.qty,
.quantity input[type="number"].qty,
.quantity input.qty {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 44px !important;
	min-width: 44px !important;
	max-width: 44px !important;
	height: 38px !important;
	line-height: 38px !important;
	text-align: center !important;
	border: none !important;
	background: transparent !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 1.05rem !important;
	font-weight: 700 !important;
	color: #0F172A !important;
	outline: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	z-index: 10 !important;
	pointer-events: auto !important;
	-moz-appearance: textfield !important;
	appearance: textfield !important;
	box-shadow: none !important;
	flex-shrink: 0 !important;
}

.single-product div.product form.cart .quantity input.qty::-webkit-outer-spin-button,
.single-product div.product form.cart .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

/* ADD TO CART Button - Full Width Clean White Outline */
.single-product div.product form.cart .single_add_to_cart_button:not(.cj-buy-now-btn),
.single-product div.product form.cart button[name="add-to-cart"] {
	background: #FFFFFF !important;
	color: #0F172A !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.92rem !important;
	font-weight: 700 !important;
	letter-spacing: 1.2px !important;
	text-transform: uppercase !important;
	padding: 0 24px !important;
	width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	line-height: 46px !important;
	box-sizing: border-box !important;
	border-radius: 4px !important;
	border: 1.5px solid #0F172A !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	box-shadow: none !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	white-space: nowrap !important;
	text-decoration: none !important;
}

.single-product div.product form.cart .single_add_to_cart_button:not(.cj-buy-now-btn):hover,
.single-product div.product form.cart button[name="add-to-cart"]:hover {
	background: #0F172A !important;
	border-color: #0F172A !important;
	color: #FFFFFF !important;
	transform: none !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
}

/* BUY NOW Button - Full Width Rich Warm Amber Gold */
.single-product div.product form.cart .cj-buy-now-btn,
.woocommerce div.product form.cart .cj-buy-now-btn {
	background: #B68A2E !important;
	color: #FFFFFF !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.92rem !important;
	font-weight: 700 !important;
	letter-spacing: 1.2px !important;
	text-transform: uppercase !important;
	padding: 0 24px !important;
	width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	line-height: 46px !important;
	box-sizing: border-box !important;
	border-radius: 4px !important;
	border: 1px solid #A87D27 !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	box-shadow: none !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	white-space: nowrap !important;
	position: relative !important;
	overflow: hidden !important;
	text-decoration: none !important;
}

.single-product div.product form.cart .cj-buy-now-btn:hover,
.woocommerce div.product form.cart .cj-buy-now-btn:hover {
	background: #9E7523 !important;
	border-color: #9E7523 !important;
	color: #FFFFFF !important;
	transform: none !important;
	box-shadow: 0 4px 12px rgba(182, 138, 46, 0.25) !important;
}

/* Buy Now Disabled State (Variations / Out of stock) */
.single-product div.product form.cart .cj-buy-now-btn.disabled,
.single-product div.product form.cart .cj-buy-now-btn:disabled,
.single-product div.product form.cart .cj-buy-now-btn.wc-variation-selection-needed {
	opacity: 0.55 !important;
	cursor: not-allowed !important;
	box-shadow: none !important;
	transform: none !important;
	pointer-events: none !important;
}

/* Responsive Product Form Breakpoints */
@media (max-width: 768px) {
	.single-product div.product form.cart {
		max-width: 100% !important;
		gap: 10px !important;
	}

	.single-product div.product form.cart .quantity {
		width: 115px !important;
		min-width: 115px !important;
	}

	.single-product div.product form.cart .single_add_to_cart_button:not(.cj-buy-now-btn),
	.single-product div.product form.cart button[name="add-to-cart"],
	.single-product div.product form.cart .cj-buy-now-btn {
		height: 46px !important;
		font-size: 0.88rem !important;
	}
}

/* Product Meta Pills (SKU, Categories, Tags) */
.single-product div.product .product_meta {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	padding-top: 20px !important;
	border-top: 1px solid #E2E8F0 !important;
	font-size: 0.88rem !important;
	color: #64748B !important;
}

.single-product div.product .product_meta span {
	font-weight: 600 !important;
	color: #334155 !important;
}

.single-product div.product .product_meta a {
	color: #C5A059 !important;
	font-weight: 600 !important;
	text-decoration: underline !important;
}

/* Remove Astra / WooCommerce default tabs top border line completely */
.woocommerce-js div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-js div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-js div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-js div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-tabs ul.tabs:before,
.woocommerce-tabs ul.tabs::before,
.woocommerce-tabs ul.tabs:after,
.woocommerce-tabs ul.tabs::after,
.ast-woocommerce-container .woocommerce-tabs ul.tabs:before,
.ast-woocommerce-container .woocommerce-tabs ul.tabs::before {
	display: none !important;
	content: none !important;
	height: 0 !important;
	width: 0 !important;
	min-height: 0 !important;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	background: transparent !important;
	background-color: transparent !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* Custom WooCommerce Container Padding */
.ast-separate-container .ast-woocommerce-container {
	padding: 1.34em 1.67em !important;
}

/* Main Shop Page Layout Wrapper */
.woocommerce-shop,
.post-type-archive-product,
.tax-product_cat,
.tax-product_tag {
	background-color: #F8F7F4 !important;
}

.woocommerce-shop #primary,
.post-type-archive-product #primary,
.tax-product_cat #primary,
.woocommerce-shop #secondary,
.post-type-archive-product #secondary,
.tax-product_cat #secondary {
	margin-top: 25px !important;
	margin-bottom: 60px !important;
	padding-top: 0 !important;
}

/* Sorting Bar & Result Count Container */
.woocommerce-shop .woocommerce-ordering,
.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering {
	margin-bottom: 30px !important;
}

.cj-ordering-wrap {
	position: relative !important;
	display: inline-block !important;
}

.cj-ordering-wrap::after {
	content: "" !important;
	position: absolute !important;
	right: 20px !important;
	top: 50% !important;
	width: 9px !important;
	height: 9px !important;
	border-right: 2.5px solid #C5A059 !important;
	border-bottom: 2.5px solid #C5A059 !important;
	transform: translateY(-70%) rotate(45deg) !important;
	pointer-events: none !important;
	z-index: 10 !important;
	transition: border-color 0.2s ease !important;
}

.cj-ordering-wrap:hover::after {
	border-color: #A47E3B !important;
}

html body .woocommerce-ordering select.orderby,
html body form.woocommerce-ordering select,
html body select.orderby,
html body .woocommerce-ordering select {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	color: #0F172A !important;
	background: #FFFFFF !important;
	border: 1.5px solid #C5A059 !important;
	border-radius: 50px !important;
	padding: 10px 48px 10px 22px !important;
	outline: none !important;
	cursor: pointer !important;
	box-shadow: 0 4px 14px rgba(197, 160, 89, 0.12) !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	transition: all 0.25s ease !important;
	min-width: 185px !important;
	height: 44px !important;
	line-height: 22px !important;
	position: relative !important;
}

html body select.orderby:focus,
html body select.orderby:hover {
	border-color: #A47E3B !important;
	box-shadow: 0 6px 18px rgba(197, 160, 89, 0.25) !important;
}

.woocommerce-shop .woocommerce-result-count,
.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.92rem !important;
	font-weight: 600 !important;
	color: #475569 !important;
	margin-top: 8px !important;
}

/* Product Cards Grid System */
.woocommerce ul.products,
.woocommerce-shop ul.products,
.post-type-archive-product ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 28px !important;
	margin: 0 0 45px !important;
	padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
}

/* Individual Luxury Product Card */
.woocommerce ul.products li.product,
.woocommerce-shop ul.products li.product,
.post-type-archive-product ul.products li.product {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	background: #FFFFFF !important;
	border-radius: 18px !important;
	padding: 20px !important;
	border: 1px solid rgba(197, 160, 89, 0.25) !important;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	position: relative !important;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.3s ease !important;
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-6px) !important;
	box-shadow: 0 16px 36px rgba(197, 160, 89, 0.2) !important;
	border-color: #C5A059 !important;
}

/* Product Card Image Wrapper */
.woocommerce ul.products li.product a img {
	width: 100% !important;
	height: 240px !important;
	object-fit: contain !important;
	border-radius: 12px !important;
	margin-bottom: 14px !important;
	background: #F8F7F4 !important;
	transition: transform 0.4s ease !important;
}

.woocommerce ul.products li.product:hover a img {
	transform: scale(1.04) !important;
}

/* Out of Stock Overlay Badge */
.woocommerce ul.products li.product .out-of-stock,
.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product .ast-out-of-stock {
	position: absolute !important;
	top: 30px !important;
	right: 30px !important;
	background: rgba(15, 23, 42, 0.88) !important;
	color: #FFFFFF !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.72rem !important;
	font-weight: 800 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	padding: 6px 14px !important;
	border-radius: 50px !important;
	border: 1px solid #C5A059 !important;
	backdrop-filter: blur(6px) !important;
	z-index: 5 !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
}

/* Product Card Titles */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: #0F172A !important;
	line-height: 1.35 !important;
	margin: 10px 0 8px !important;
	min-height: 2.7em !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	transition: color 0.2s ease !important;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
	color: #C5A059 !important;
}

/* Category Meta Tag under title */
.woocommerce ul.products li.product .ast-woo-product-category,
.woocommerce ul.products li.product .posted_in {
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	color: #C5A059 !important;
	margin-bottom: 8px !important;
	display: block !important;
}

/* Price Tag */
.woocommerce ul.products li.product .price {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: 800 !important;
	color: #0F172A !important;
	margin-bottom: 14px !important;
	display: block !important;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none !important;
	color: #C5A059 !important;
}

.woocommerce ul.products li.product .price del {
	color: #94A3B8 !important;
	font-size: 1rem !important;
	margin-right: 6px !important;
}

/* Hide Astra Overlays and Giant Quick View Popups */
.ast-on-card-button,
.ast-select-options-trigger,
.ast-quick-view-button,
.ast-quick-view-text,
.ast-shop-summary-wrap .ast-quick-view-text {
	display: none !important;
}

/* Luxury Side-by-Side Price & Pill Action Button (Add to Cart / Read More) */
.cj-home-price-action-wrap {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 8px !important;
	margin-top: auto !important;
	padding-top: 10px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Price Container: Stacks Old Price (Top - 11px) & New Price (Bottom) */
.woocommerce ul.products li.product .price,
.cj-home-price-action-wrap .price {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	margin: 0 !important;
	line-height: 1.15 !important;
}

/* Old Strikethrough Price (Top - 11px Muted Gray) */
.woocommerce ul.products li.product .price del,
.cj-home-price-action-wrap .price del {
	font-size: 11px !important;
	font-weight: 600 !important;
	color: #94A3B8 !important;
	text-decoration: line-through !important;
	margin: 0 0 2px 0 !important;
	line-height: 1 !important;
	display: block !important;
}

/* New Sale Price & Regular Price (Bottom - Bold Gold / Obsidian) */
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price>.amount,
.cj-home-price-action-wrap .price ins,
.cj-home-price-action-wrap .price>.amount {
	font-size: 1.05rem !important;
	font-weight: 800 !important;
	color: #0F172A !important;
	text-decoration: none !important;
	line-height: 1 !important;
	display: block !important;
}

/* Highlight Sale New Price in Gold */
.woocommerce ul.products li.product .price ins .amount,
.cj-home-price-action-wrap .price ins .amount {
	color: #C5A059 !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .add_to_cart_button,
.cj-home-price-action-wrap .button,
.cj-home-price-action-wrap a.button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	max-width: 135px !important;
	padding: 7px 14px !important;
	background: #0F172A !important;
	color: #FFFFFF !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.68rem !important;
	font-weight: 800 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	border: 1.5px solid #C5A059 !important;
	border-radius: 50px !important;
	text-align: center !important;
	box-sizing: border-box !important;
	transition: all 0.25s ease !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
	margin: 0 !important;
	transform: none !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
	text-decoration: none !important;
	float: none !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover,
.cj-home-price-action-wrap .button:hover,
.cj-home-price-action-wrap a.button:hover {
	background: #C5A059 !important;
	color: #0F172A !important;
	border-color: #8A662D !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 16px rgba(197, 160, 89, 0.35) !important;
}

/* Out of Stock Read More Button Style */
.woocommerce ul.products li.product .button.out-of-stock-button,
.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button:has(~ .out-of-stock) {
	background: #94A3B8 !important;
	border-color: #CBD5E1 !important;
}

/* Hide Redundant WooCommerce Default "View cart" Text Link Next to Buttons */
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product a.added_to_cart,
.cj-home-price-action-wrap .added_to_cart,
.cj-home-price-action-wrap a.added_to_cart,
.product .added_to_cart,
a.added_to_cart.wc-forward {
	display: none !important;
}

/* ==========================================================================
   LUXURY WOOCOMMERCE NOTICES & BANNERS (Error, Message, Info)
   ========================================================================== */
.woocommerce-notices-wrapper {
	width: 100% !important;
	max-width: 1240px !important;
	margin: 0 auto !important;
	padding: 0 15px !important;
	box-sizing: border-box !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
ul.woocommerce-error {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: wrap !important;
	gap: 16px !important;
	padding: 16px 24px !important;
	margin: 20px auto 28px !important;
	border-radius: 12px !important;
	font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	box-shadow: 0 10px 30px -4px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04) !important;
	border: none !important;
	list-style: none !important;
	box-sizing: border-box !important;
}

/* Error Notice Banner */
.woocommerce-error,
ul.woocommerce-error {
	background: #FFF5F5 !important;
	border: 1.5px solid #FECACA !important;
	border-left: 6px solid #DC2626 !important;
	color: #991B1B !important;
}

.woocommerce-error li,
ul.woocommerce-error li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #991B1B !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
}

/* Success / Message Banner */
.woocommerce-message {
	background: #F0FDF4 !important;
	border: 1.5px solid #BBF7D0 !important;
	border-left: 6px solid #16A34A !important;
	color: #166534 !important;
}

/* Info Banner */
.woocommerce-info {
	background: #FAF8F5 !important;
	border: 1.5px solid rgba(197, 160, 89, 0.35) !important;
	border-left: 6px solid #C5A059 !important;
	color: #0F172A !important;
}

/* Remove default harsh pseudo elements */
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
	font-size: 18px !important;
	margin-right: 6px !important;
	position: static !important;
	line-height: 1 !important;
}

/* Luxury View Cart / Action Button */
.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-notices-wrapper a.button,
.woocommerce-message .button.wc-forward,
.woocommerce-error .button.wc-forward,
.woocommerce-info .button.wc-forward {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 8px 22px !important;
	background: #0F172A !important;
	color: #FFFFFF !important;
	border: 1.5px solid #C5A059 !important;
	border-radius: 50px !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.8px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
	transition: all 0.25s ease !important;
	float: none !important;
	margin: 0 !important;
	white-space: nowrap !important;
}

.woocommerce-message a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-notices-wrapper a.button:hover,
.woocommerce-message .button.wc-forward:hover,
.woocommerce-error .button.wc-forward:hover,
.woocommerce-info .button.wc-forward:hover {
	background: #C5A059 !important;
	color: #0F172A !important;
	border-color: #8A662D !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 18px rgba(197, 160, 89, 0.35) !important;
}

/* ==========================================================================
   LEFT SIDEBAR WIDGETS STYLING
   ========================================================================== */
.woocommerce-shop #secondary,
.post-type-archive-product #secondary,
.tax-product_cat #secondary {
	background: #FFFFFF !important;
	padding: 28px 24px !important;
	border: 1px solid rgba(197, 160, 89, 0.25) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03) !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 28px !important;
}

/* Product Search Widget Styling & WooCommerce Gutenberg Blocks */
html body .wc-block-product-search,
html body .wp-block-woocommerce-product-search,
html body div[data-block-name="woocommerce/product-search"],
html body .widget_product_search,
html body .widget_search {
	margin-bottom: 24px !important;
	width: 100% !important;
}

html body .wc-block-product-search form,
html body .wp-block-woocommerce-product-search form,
html body .widget_product_search form,
html body .widget_search form,
html body form.woocommerce-product-search,
html body form.search-form:not(#adminbarsearch) {
	margin: 0 !important;
	width: 100% !important;
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
}

html body .wc-block-product-search__fields,
html body .wp-block-woocommerce-product-search .wc-block-product-search__fields,
html body div[data-block-name="woocommerce/product-search"] .wc-block-product-search__fields,
html body .widget_product_search form,
html body .widget_search form,
html body form.woocommerce-product-search,
html body #secondary .widget_product_search form,
html body #secondary .widget_search form,
html body form.search-form:not(#adminbarsearch) {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	background: #FFFFFF !important;
	border: 1.5px solid #C5A059 !important;
	border-radius: 50px !important;
	padding: 4px 6px 4px 18px !important;
	box-shadow: 0 4px 16px rgba(197, 160, 89, 0.12) !important;
	transition: all 0.25s ease !important;
	box-sizing: border-box !important;
	width: 100% !important;
	height: 48px !important;
	position: relative !important;
	overflow: hidden !important;
	margin: 0 !important;
}

html body .wc-block-product-search__fields:focus-within,
html body form.woocommerce-product-search:focus-within,
html body #secondary form.search-form:focus-within {
	border-color: #0F172A !important;
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.18) !important;
}

html body .wc-block-product-search__field,
html body input.wc-block-product-search__field,
html body .wp-block-woocommerce-product-search input[type="search"],
html body form.woocommerce-product-search input[type="search"],
html body form.woocommerce-product-search input.search-field,
html body .widget_product_search input[type="search"],
html body #secondary input.search-field,
html body input.search-field {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	border-radius: 0 !important;
	padding: 6px 0 !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.92rem !important;
	font-weight: 500 !important;
	color: #0F172A !important;
	width: calc(100% - 46px) !important;
	margin: 0 !important;
	height: auto !important;
}

html body .wc-block-product-search__field::placeholder,
html body input.search-field::placeholder,
html body form.woocommerce-product-search input::placeholder {
	color: #94A3B8 !important;
}

/* Hide default square bright blue buttons & apply luxury dark/gold circular button */
html body .wc-block-product-search__button,
html body button.wc-block-product-search__button,
html body .wp-block-woocommerce-product-search button[type="submit"],
html body form.woocommerce-product-search button[type="submit"],
html body form.woocommerce-product-search input[type="submit"],
html body .widget_product_search button,
html body .widget_product_search input[type="submit"],
html body #secondary .search-submit,
html body #secondary button.search-submit,
html body .search-submit,
html body button.search-submit,
html body form.search-form button.search-submit {
	background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%) !important;
	background-color: #0F172A !important;
	color: #FFFFFF !important;
	border: 1px solid #C5A059 !important;
	border-radius: 50% !important;
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	max-width: 38px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	transition: all 0.25s ease !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: 0 3px 10px rgba(15, 23, 42, 0.2) !important;
	flex-shrink: 0 !important;
	outline: none !important;
	float: none !important;
	position: relative !important;
	right: auto !important;
	top: auto !important;
	font-size: 0 !important;
}

html body form.woocommerce-product-search button[type="submit"]::before,
html body form.woocommerce-product-search input[type="submit"]::before,
html body .widget_product_search button::before,
html body .widget_product_search input[type="submit"]::before {
	content: "" !important;
	display: inline-block !important;
	width: 16px !important;
	height: 16px !important;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23C5A059' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z'/%3E%3C/svg%3E") !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

html body .wc-block-product-search__button:hover,
html body form.woocommerce-product-search button:hover,
html body form.woocommerce-product-search input[type="submit"]:hover,
html body .search-submit:hover {
	background: linear-gradient(135deg, #C5A059 0%, #A47E3B 100%) !important;
	background-color: #C5A059 !important;
	transform: scale(1.05) !important;
	box-shadow: 0 6px 16px rgba(197, 160, 89, 0.35) !important;
}

html body .wc-block-product-search__button svg,
html body button.wc-block-product-search__button svg {
	fill: #FFFFFF !important;
	stroke: #FFFFFF !important;
	width: 16px !important;
	height: 16px !important;
}

html body .wc-block-product-search__button:hover,
html body button.wc-block-product-search__button:hover,
html body #secondary .search-submit:hover,
html body button.search-submit:hover {
	background: linear-gradient(135deg, #C5A059 0%, #A47E3B 100%) !important;
	background-color: #C5A059 !important;
	color: #FFFFFF !important;
	transform: scale(1.06) !important;
	box-shadow: 0 6px 14px rgba(197, 160, 89, 0.35) !important;
}

/* Widget Headings */
.woocommerce-shop #secondary .widget-title,
.post-type-archive-product #secondary .widget-title,
.tax-product_cat #secondary .widget-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 1.3rem !important;
	font-weight: 700 !important;
	color: #0F172A !important;
	padding-bottom: 10px !important;
	margin-bottom: 18px !important;
	border-bottom: 2px solid rgba(197, 160, 89, 0.25) !important;
	position: relative !important;
}

/* Category List Widgets */
.woocommerce-shop #secondary ul:not(.product_list_widget),
.post-type-archive-product #secondary ul:not(.product_list_widget) {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
}

.woocommerce-shop #secondary ul:not(.product_list_widget) li,
.post-type-archive-product #secondary ul:not(.product_list_widget) li {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 8px 12px !important;
	border-radius: 8px !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.92rem !important;
	font-weight: 600 !important;
	color: #334155 !important;
	transition: all 0.2s ease !important;
}

.woocommerce-shop #secondary ul:not(.product_list_widget) li:hover,
.post-type-archive-product #secondary ul:not(.product_list_widget) li:hover {
	background: #FAF6EF !important;
	color: #C5A059 !important;
	padding-left: 16px !important;
}

.woocommerce-shop #secondary ul:not(.product_list_widget) li a,
.post-type-archive-product #secondary ul:not(.product_list_widget) li a {
	color: inherit !important;
	text-decoration: none !important;
	flex-grow: 1 !important;
}

.woocommerce-shop #secondary ul:not(.product_list_widget) li .count,
.post-type-archive-product #secondary ul:not(.product_list_widget) li .count {
	background: #F1F5F9 !important;
	color: #C5A059 !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	padding: 2px 10px !important;
	border-radius: 50px !important;
	border: 1px solid rgba(197, 160, 89, 0.2) !important;
	white-space: nowrap !important;
}

/* Sidebar Best Sellers / Product List Widget Styling */
#secondary ul.product_list_widget {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

#secondary ul.product_list_widget li {
	display: flex !important;
	align-items: center !important;
	padding: 10px 14px !important;
	border-radius: 14px !important;
	background: #F8F7F4 !important;
	border: 1px solid rgba(197, 160, 89, 0.25) !important;
	width: 100% !important;
	box-sizing: border-box !important;
	position: relative !important;
	overflow: hidden !important;
	transition: all 0.2s ease !important;
}

#secondary ul.product_list_widget li:hover {
	background: #FFFFFF !important;
	border-color: #C5A059 !important;
	box-shadow: 0 6px 18px rgba(197, 160, 89, 0.18) !important;
}

#secondary ul.product_list_widget li a {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	width: 100% !important;
	text-decoration: none !important;
	color: #0F172A !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	top: auto !important;
}

#secondary ul.product_list_widget li a img,
#secondary ul.product_list_widget li img,
.widget_products ul.product_list_widget img {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	bottom: auto !important;
	right: auto !important;
	transform: none !important;
	width: 54px !important;
	height: 54px !important;
	min-width: 54px !important;
	max-width: 54px !important;
	object-fit: cover !important;
	border-radius: 10px !important;
	border: 1px solid rgba(197, 160, 89, 0.2) !important;
	float: none !important;
	margin: 0 !important;
	flex-shrink: 0 !important;
	align-self: center !important;
	display: block !important;
}

.cj-bestseller-details {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
	flex: 1 1 auto !important;
	overflow: hidden !important;
	min-width: 0 !important;
}

.cj-bestseller-title {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.85rem !important;
	font-weight: 600 !important;
	color: #0F172A !important;
	line-height: 1.3 !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	word-break: break-word !important;
}

#secondary ul.product_list_widget li:hover .cj-bestseller-title {
	color: #C5A059 !important;
}

.cj-bestseller-price,
.cj-bestseller-details .amount,
.cj-bestseller-details .price,
#secondary ul.product_list_widget li span.amount,
#secondary ul.product_list_widget li span.price {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.88rem !important;
	font-weight: 800 !important;
	color: #C5A059 !important;
	white-space: nowrap !important;
	display: block !important;
}

/* Price Filter Widget Box */
.woocommerce-shop #secondary .widget_price_filter .price_slider_wrapper,
.post-type-archive-product #secondary .widget_price_filter .price_slider_wrapper {
	margin-top: 14px !important;
}

.woocommerce-shop #secondary .widget_price_filter .ui-slider-horizontal,
.post-type-archive-product #secondary .widget_price_filter .ui-slider-horizontal {
	height: 6px !important;
	background: #E2E8F0 !important;
	border-radius: 10px !important;
	border: none !important;
}

.woocommerce-shop #secondary .widget_price_filter .ui-slider-range,
.post-type-archive-product #secondary .widget_price_filter .ui-slider-range {
	background: #C5A059 !important;
	border-radius: 10px !important;
}

.woocommerce-shop #secondary .widget_price_filter .ui-slider-handle,
.post-type-archive-product #secondary .widget_price_filter .ui-slider-handle {
	width: 16px !important;
	height: 16px !important;
	background: #0F172A !important;
	border: 2px solid #C5A059 !important;
	border-radius: 50% !important;
	top: -5px !important;
	outline: none !important;
	cursor: pointer !important;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
}

html body #secondary .widget_price_filter .button,
html body .widget_price_filter .button,
.widget_price_filter .button {
	background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%) !important;
	color: #FFFFFF !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	padding: 10px 22px !important;
	border-radius: 50px !important;
	border: 1px solid #C5A059 !important;
	width: auto !important;
	min-width: 90px !important;
	max-width: 120px !important;
	height: 38px !important;
	line-height: 16px !important;
	white-space: nowrap !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18) !important;
	transition: all 0.25s ease !important;
	margin-top: 14px !important;
	float: none !important;
}

html body #secondary .widget_price_filter .button:hover,
html body .widget_price_filter .button:hover {
	background: linear-gradient(135deg, #C5A059 0%, #A47E3B 100%) !important;
	color: #FFFFFF !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 16px rgba(197, 160, 89, 0.3) !important;
}

/* Pagination Bar */
.woocommerce nav.woocommerce-pagination,
.woocommerce-shop nav.woocommerce-pagination {
	margin-top: 40px !important;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-shop nav.woocommerce-pagination ul {
	border: none !important;
	display: flex !important;
	gap: 8px !important;
	justify-content: center !important;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-shop nav.woocommerce-pagination ul li {
	border: none !important;
	margin: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-shop nav.woocommerce-pagination ul li a,
.woocommerce-shop nav.woocommerce-pagination ul li span {
	padding: 10px 18px !important;
	border-radius: 50px !important;
	background: #FFFFFF !important;
	color: #0F172A !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-weight: 700 !important;
	font-size: 0.92rem !important;
	border: 1.5px solid #CBD5E1 !important;
	transition: all 0.2s ease !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: #0F172A !important;
	color: #FFFFFF !important;
	border-color: #C5A059 !important;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2) !important;
}

/* Responsive Grid for Store */
@media (max-width: 1024px) {

	.woocommerce ul.products,
	.woocommerce-shop ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px !important;
	}
}

@media (max-width: 640px) {

	.woocommerce ul.products,
	.woocommerce-shop ul.products {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}
}

/* Astra Desktop Container Padding Override */
@media (max-width: 1440px) {
	.cj-header-master-wrapper .cj-header-container {
		padding: 16px 20px !important;
	}

	.site-footer.cn-custom-footer {
		padding: 45px 20px;
	}
}

@media (min-width: 922px) {
	.site-content .ast-container {
		padding: 0 !important;
	}
}

@media (max-width: 921px) {
	.site-content .ast-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ==========================================================================
   CRIS NOTTI JEWELS - CUSTOM LUXURY DYNAMIC HEADER SUITE
   ========================================================================== */
#masthead,
header.site-header:not(#cj-custom-header),
.ast-main-header-wrap,
.ast-primary-header-bar {
	display: none !important;
}

#cj-custom-header.cj-header-master-wrapper {
	width: 100% !important;
	background: #FFFFFF !important;
	border-bottom: 1.5px solid rgba(197, 160, 89, 0.25) !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 9999 !important;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04) !important;
	transition: all 0.3s ease !important;
}

.cj-header-container {
	max-width: 1360px !important;
	margin: 0 auto !important;
	padding: 16px 0px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 24px !important;
	box-sizing: border-box !important;
}

/* 1. Left: Logo / Brand Identity */
.cj-header-logo-col {
	display: flex !important;
	align-items: center !important;
	flex-shrink: 0 !important;
}

.cj-header-logo-link {
	display: inline-flex !important;
	align-items: center !important;
	text-decoration: none !important;
}

.cj-header-custom-logo {
	max-height: 54px !important;
	width: auto !important;
	object-fit: contain !important;
	display: block !important;
}

.cj-header-text-brand {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
}

.cj-brand-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 1.55rem !important;
	font-weight: 800 !important;
	color: #0F172A !important;
	letter-spacing: 2.5px !important;
	text-transform: uppercase !important;
	line-height: 1.1 !important;
}

.cj-brand-tagline {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.68rem !important;
	font-weight: 700 !important;
	color: #64748B !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	margin-top: 3px !important;
}

/* 2. Center: Navigation Menu */
.cj-header-nav-col {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 1 1 auto !important;
}

.cj-nav-menu-list {
	display: flex !important;
	align-items: center !important;
	gap: 28px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cj-nav-menu-list li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.cj-nav-menu-list li a {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.84rem !important;
	font-weight: 700 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	color: #1E293B !important;
	text-decoration: none !important;
	padding: 6px 0 !important;
	position: relative !important;
	transition: color 0.2s ease !important;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

.cj-nav-menu-list li a:focus,
.cj-nav-menu-list li a:active,
.cj-nav-menu-list li a:focus-visible,
.cj-nav-menu-list li:focus,
.cj-nav-menu-list li:active,
.cj-nav-menu-list li:focus-visible,
.cj-header-bar a:focus,
.cj-header-bar a:active,
.cj-header-bar a:focus-visible,
.cj-header-actions-col a:focus,
.cj-header-actions-col a:active,
.cj-header-actions-col a:focus-visible,
.cj-header-actions-col button:focus,
.cj-header-actions-col button:active,
.cj-header-actions-col button:focus-visible,
.cj-mobile-nav-drawer a:focus,
.cj-mobile-nav-drawer a:active,
.cj-mobile-nav-drawer a:focus-visible {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

.cj-nav-menu-list li a::after {
	content: "" !important;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 0% !important;
	height: 2px !important;
	background: #C5A059 !important;
	transition: width 0.25s ease !important;
}

.cj-nav-menu-list li a:hover,
.cj-nav-menu-list li.current-menu-item>a,
.cj-nav-menu-list li.current_page_item>a,
.cj-nav-menu-list li.current_page_parent>a,
.cj-nav-menu-list li.current-menu-parent>a,
.cj-nav-menu-list li.current-menu-ancestor>a,
.cj-nav-menu-list li.current_page_ancestor>a,
.cj-nav-menu-list li.active>a {
	color: #C5A059 !important;
}

.cj-nav-menu-list li a:hover::after,
.cj-nav-menu-list li.current-menu-item>a::after,
.cj-nav-menu-list li.current_page_item>a::after,
.cj-nav-menu-list li.current_page_parent>a::after,
.cj-nav-menu-list li.current-menu-parent>a::after,
.cj-nav-menu-list li.current-menu-ancestor>a::after,
.cj-nav-menu-list li.current_page_ancestor>a::after,
.cj-nav-menu-list li.active>a::after {
	width: 100% !important;
}

/* 3. Right: Header Actions (Cart & Account) */
.cj-header-actions-col {
	display: flex !important;
	align-items: center !important;
	gap: 16px !important;
	flex-shrink: 0 !important;
}

.cj-header-cart-link {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	text-decoration: none !important;
	color: #0F172A !important;
	padding: 6px 14px !important;
	border-radius: 50px !important;
	transition: background 0.2s ease !important;
}

.cj-header-cart-link:hover {
	background: #FAF6EF !important;
}

.cj-cart-total-amount {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.92rem !important;
	font-weight: 700 !important;
	color: #0F172A !important;
}

.cj-cart-bag-icon-wrap {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.cj-bag-icon {
	width: 22px !important;
	height: 22px !important;
	color: #0F172A !important;
}

.cj-cart-badge-count {
	position: absolute !important;
	top: -6px !important;
	right: -8px !important;
	background: #0F172A !important;
	color: #FFFFFF !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.68rem !important;
	font-weight: 800 !important;
	width: 18px !important;
	height: 18px !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1.5px solid #FFFFFF !important;
}

.cj-header-account-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	height: 38px !important;
	border-radius: 50% !important;
	background: #FAF6EF !important;
	border: 1px solid rgba(197, 160, 89, 0.35) !important;
	color: #0F172A !important;
	transition: all 0.25s ease !important;
	text-decoration: none !important;
}

.cj-header-account-btn:hover {
	background: #0F172A !important;
	color: #FFFFFF !important;
	border-color: #0F172A !important;
}

.cj-user-icon {
	width: 18px !important;
	height: 18px !important;
}

/* Animated Mobile Hamburger Button */
.cj-mobile-toggle-btn {
	display: none !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 5px !important;
	width: 38px !important;
	height: 38px !important;
	background: #FAF6EF !important;
	border: 1px solid rgba(197, 160, 89, 0.3) !important;
	border-radius: 50% !important;
	cursor: pointer !important;
	padding: 0 !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.cj-mobile-toggle-btn span {
	width: 18px !important;
	height: 2px !important;
	background: #0F172A !important;
	border-radius: 2px !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transform-origin: center !important;
}

/* Transform hamburger to 'X' icon when active */
.cj-mobile-toggle-btn.is-active {
	background: #0F172A !important;
	border-color: #0F172A !important;
}

.cj-mobile-toggle-btn.is-active span {
	background: #FFFFFF !important;
}

.cj-mobile-toggle-btn.is-active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg) !important;
}

.cj-mobile-toggle-btn.is-active span:nth-child(2) {
	opacity: 0 !important;
	transform: scaleX(0) !important;
}

.cj-mobile-toggle-btn.is-active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg) !important;
}

/* Smooth Luxury Mobile Navigation Drawer */
.cj-mobile-nav-drawer {
	max-height: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	overflow: hidden !important;
	background: #FFFFFF !important;
	border-top: 1px solid rgba(197, 160, 89, 0.2) !important;
	box-shadow: inset 0 10px 20px -10px rgba(15, 23, 42, 0.05), 0 20px 30px rgba(15, 23, 42, 0.08) !important;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, visibility 0.35s ease !important;
}

.cj-mobile-nav-drawer.is-open {
	max-height: 540px !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.cj-mobile-drawer-inner {
	padding: 18px 22px 22px 22px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 14px !important;
	transform: translateY(-12px) !important;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.cj-mobile-nav-drawer.is-open .cj-mobile-drawer-inner {
	transform: translateY(0) !important;
}

.cj-mobile-menu-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
}

.cj-mobile-menu-list li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.cj-mobile-menu-list li a {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.88rem !important;
	font-weight: 700 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	color: #0F172A !important;
	text-decoration: none !important;
	padding: 12px 18px !important;
	background: #FAF6EF !important;
	border-radius: 10px !important;
	border: 1px solid rgba(197, 160, 89, 0.2) !important;
	transition: all 0.25s ease !important;
}

.cj-mobile-nav-icon {
	color: #C5A059 !important;
	font-size: 0.75rem !important;
	transition: transform 0.25s ease !important;
}

.cj-mobile-menu-list li a:hover,
.cj-mobile-menu-list li a:active,
.cj-mobile-menu-list li.current-menu-item>a,
.cj-mobile-menu-list li.current_page_item>a,
.cj-mobile-menu-list li.current_page_parent>a,
.cj-mobile-menu-list li.current-menu-parent>a,
.cj-mobile-menu-list li.current-menu-ancestor>a,
.cj-mobile-menu-list li.active>a {
	background: #0F172A !important;
	color: #FFFFFF !important;
	border-color: #0F172A !important;
	transform: translateX(4px) !important;
}

.cj-mobile-menu-list li a:hover .cj-mobile-nav-icon,
.cj-mobile-menu-list li.current-menu-item>a .cj-mobile-nav-icon,
.cj-mobile-menu-list li.current_page_item>a .cj-mobile-nav-icon,
.cj-mobile-menu-list li.current_page_parent>a .cj-mobile-nav-icon,
.cj-mobile-menu-list li.current-menu-parent>a .cj-mobile-nav-icon,
.cj-mobile-menu-list li.current-menu-ancestor>a .cj-mobile-nav-icon,
.cj-mobile-menu-list li.active>a .cj-mobile-nav-icon {
	color: #C5A059 !important;
	transform: scale(1.3) !important;
}

/* Mobile Drawer Footer */
.cj-mobile-drawer-footer {
	margin-top: 4px !important;
	padding-top: 12px !important;
	border-top: 1px dashed rgba(197, 160, 89, 0.3) !important;
}

.cj-mobile-support-link {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 12px !important;
	background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%) !important;
	color: #D4AF37 !important;
	border-radius: 30px !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.75rem !important;
	font-weight: 800 !important;
	letter-spacing: 1.5px !important;
	text-decoration: none !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
}

/* Responsive Rules for Header */
@media (max-width: 1200px) {
	.cj-nav-menu-list {
		gap: 18px !important;
	}

	.cj-nav-menu-list li a {
		font-size: 0.78rem !important;
		letter-spacing: 1px !important;
	}

	.cj-brand-title {
		font-size: 1.35rem !important;
	}
}

@media (max-width: 1024px) {
	.cj-header-master-wrapper .cj-header-container {
		padding: 14px 20px !important;
	}

	.cj-header-nav-col {
		display: none !important;
	}

	.cj-mobile-toggle-btn {
		display: flex !important;
	}

	.cj-brand-title {
		font-size: 1.3rem !important;
		letter-spacing: 2px !important;
	}

	.cj-brand-tagline {
		font-size: 0.62rem !important;
		letter-spacing: 1px !important;
	}

	.cj-header-custom-logo {
		max-height: 46px !important;
	}
}

@media (max-width: 640px) {
	.cj-header-master-wrapper .cj-header-container {
		padding: 12px 16px !important;
		gap: 12px !important;
	}

	.cj-brand-title {
		font-size: 1.12rem !important;
		letter-spacing: 1.5px !important;
	}

	.cj-brand-tagline {
		font-size: 0.56rem !important;
		letter-spacing: 0.8px !important;
	}

	.cj-header-custom-logo {
		max-height: 38px !important;
	}

	.cj-cart-total-amount {
		display: none !important;
	}

	.cj-header-actions-col {
		gap: 10px !important;
	}

	.cj-header-account-btn {
		width: 34px !important;
		height: 34px !important;
	}

	.cj-header-cart-link {
		padding: 4px 8px !important;
	}
}

@media (max-width: 430px) {
	.cj-header-master-wrapper .cj-header-container {
		padding: 8px 8px !important;
		gap: 6px !important;
	}

	.cj-brand-title {
		font-size: 0.88rem !important;
		letter-spacing: 0.5px !important;
	}

	.cj-brand-tagline {
		font-size: 0.45rem !important;
		letter-spacing: 0.3px !important;
	}

	.cj-header-custom-logo {
		max-height: 28px !important;
	}

	.cj-header-actions-col {
		gap: 4px !important;
		flex-shrink: 0 !important;
	}

	.cj-header-account-btn,
	.cj-header-search-btn {
		width: 28px !important;
		height: 28px !important;
		flex-shrink: 0 !important;
	}

	.cj-user-icon,
	.cj-header-search-svg-icon {
		width: 14px !important;
		height: 14px !important;
	}

	.cj-header-cart-link {
		padding: 2px 4px !important;
		flex-shrink: 0 !important;
	}

	.cj-cart-total-amount {
		display: none !important;
	}

	.cj-bag-icon {
		width: 17px !important;
		height: 17px !important;
	}

	.cj-cart-badge-count {
		width: 15px !important;
		height: 15px !important;
		font-size: 0.6rem !important;
		top: -4px !important;
		right: -5px !important;
	}

	.cj-mobile-toggle-btn {
		width: 28px !important;
		height: 28px !important;
		padding: 4px !important;
		flex-shrink: 0 !important;
	}
}

@media (max-width: 380px) {
	.cj-header-master-wrapper .cj-header-container {
		padding: 6px 6px !important;
		gap: 4px !important;
	}

	.cj-brand-title {
		font-size: 0.8rem !important;
	}

	.cj-header-custom-logo {
		max-height: 24px !important;
	}

	.cj-header-actions-col {
		gap: 3px !important;
	}

	.cj-header-account-btn,
	.cj-header-search-btn {
		width: 26px !important;
		height: 26px !important;
	}

	.cj-user-icon,
	.cj-header-search-svg-icon {
		width: 13px !important;
		height: 13px !important;
	}
}
}

/* ==========================================================================
   OFF-CANVAS SHOP FILTER DRAWER SUITE (MOBILE & TABLET)
   ========================================================================== */
.cj-mobile-filter-bar {
	display: none;
	margin-bottom: 20px;
	width: 100%;
}

.cj-mobile-filter-trigger {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	width: 100% !important;
	padding: 13px 24px !important;
	background: #0F172A !important;
	color: #D4AF37 !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.88rem !important;
	font-weight: 800 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	border: 1px solid #C5A059 !important;
	border-radius: 50px !important;
	cursor: pointer !important;
	box-shadow: 0 4px 15px rgba(15, 23, 42, 0.12) !important;
	transition: all 0.25s ease !important;
}

.cj-mobile-filter-trigger:hover {
	background: #1E293B !important;
	color: #FFFFFF !important;
	transform: translateY(-1px) !important;
}

.cj-filter-icon {
	width: 18px !important;
	height: 18px !important;
}

@media (max-width: 921px) {
	.cj-mobile-filter-bar {
		display: block !important;
	}

	body.cj-filter-body-lock {
		overflow: hidden !important;
	}

	/* Off-Canvas Mobile & Tablet Sidebar Container */
	#secondary,
	.ast-woocommerce-sidebar,
	aside.widget-area {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 330px !important;
		max-width: 88vw !important;
		height: 100vh !important;
		height: 100dvh !important;
		background: #FFFFFF !important;
		z-index: 999999 !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch !important;
		padding: 24px 20px !important;
		box-shadow: 10px 0 30px rgba(15, 23, 42, 0.2) !important;
		transform: translateX(-105%) !important;
		transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
		display: block !important;
		margin: 0 !important;
	}

	#secondary.is-drawer-open,
	.ast-woocommerce-sidebar.is-drawer-open,
	aside.widget-area.is-drawer-open {
		transform: translateX(0) !important;
	}

	/* Drawer Header Bar */
	.cj-filter-drawer-header {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 12px !important;
		padding-bottom: 14px !important;
		margin-bottom: 22px !important;
		border-bottom: 1.5px solid rgba(197, 160, 89, 0.3) !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}

	.cj-filter-title {
		display: inline-flex !important;
		align-items: center !important;
		gap: 10px !important;
		font-family: 'Playfair Display', Georgia, serif !important;
		font-size: 0.98rem !important;
		font-weight: 800 !important;
		color: #0F172A !important;
		letter-spacing: 1.2px !important;
		text-transform: uppercase !important;
		white-space: nowrap !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.cj-filter-title .cj-filter-icon {
		width: 20px !important;
		height: 20px !important;
		color: #C5A059 !important;
		flex-shrink: 0 !important;
	}

	.cj-filter-close-btn {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 32px !important;
		height: 32px !important;
		min-width: 32px !important;
		min-height: 32px !important;
		max-width: 32px !important;
		max-height: 32px !important;
		border-radius: 50% !important;
		background: #FAF6EF !important;
		border: 1px solid rgba(197, 160, 89, 0.35) !important;
		color: #0F172A !important;
		font-size: 1rem !important;
		font-weight: 700 !important;
		line-height: 1 !important;
		cursor: pointer !important;
		flex-shrink: 0 !important;
		padding: 0 !important;
		transition: all 0.25s ease !important;
	}

	.cj-filter-close-btn:hover {
		background: #0F172A !important;
		color: #FFFFFF !important;
		border-color: #0F172A !important;
	}

	/* Dark Overlay Backdrop */
	.cj-filter-backdrop {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		background: rgba(15, 23, 42, 0.6) !important;
		backdrop-filter: blur(4px) !important;
		-webkit-backdrop-filter: blur(4px) !important;
		z-index: 999998 !important;
		opacity: 0 !important;
		visibility: hidden !important;
		transition: opacity 0.35s ease, visibility 0.35s ease !important;
	}

	.cj-filter-backdrop.is-active {
		opacity: 1 !important;
		visibility: visible !important;
	}
}

@media (min-width: 922px) {

	.cj-filter-drawer-header,
	.cj-filter-backdrop,
	.cj-mobile-filter-bar {
		display: none !important;
	}
}

/* ==========================================================================
   HOMEPAGE LUXURY MASTER WRAPPER STYLES (.cj-home-master-wrapper)
   ========================================================================== */
.cj-home-master-wrapper {
	width: 100% !important;
	overflow-x: hidden !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	color: #0F172A !important;
	background: #FAF8F5 !important;
	padding-bottom: 60px !important;
}

.cj-home-container {
	max-width: 1280px !important;
	margin: 0 auto !important;
	padding: 0 20px !important;
	box-sizing: border-box !important;
}

/* 1. Hero Slider Shortcode Wrapper */
.cj-home-master-wrapper .cj-home-hero-slider-wrap {
	width: 100% !important;
	margin-top: 20px !important;
	margin-bottom: 50px !important;
}

.cj-home-master-wrapper .cj-home-hero-slider-wrap .cj-home-container {
	padding: 0 !important;
}

background: #0F172A !important;
border-radius: 24px !important;
padding: 70px 40px !important;
margin: 30px auto 60px auto !important;
max-width: 1280px !important;
text-align: center !important;
position: relative !important;
overflow: hidden !important;
box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25) !important;
border: 1.5px solid rgba(197, 160, 89, 0.35) !important;
}

.cj-home-master-wrapper .cj-hero-badge {
	display: inline-block !important;
	padding: 8px 22px !important;
	background: rgba(197, 160, 89, 0.15) !important;
	border: 1px solid rgba(197, 160, 89, 0.4) !important;
	border-radius: 50px !important;
	color: #D4AF37 !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.8rem !important;
	font-weight: 800 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	margin-bottom: 22px !important;
}

.cj-home-master-wrapper .cj-hero-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 3.4rem !important;
	font-weight: 800 !important;
	color: #FFFFFF !important;
	line-height: 1.2 !important;
	margin-bottom: 18px !important;
	letter-spacing: 1px !important;
}

.cj-home-master-wrapper .cj-hero-subtitle {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 1.15rem !important;
	color: #CBD5E1 !important;
	max-width: 700px !important;
	margin: 0 auto 34px auto !important;
	line-height: 1.65 !important;
}

.cj-home-master-wrapper .cj-hero-btn-group {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 16px !important;
	flex-wrap: wrap !important;
}

.cj-home-master-wrapper .cj-hero-cta {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	padding: 15px 34px !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.88rem !important;
	font-weight: 800 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	border-radius: 50px !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
}

.cj-home-master-wrapper .cj-hero-primary {
	background: linear-gradient(135deg, #C5A059 0%, #D4AF37 100%) !important;
	color: #0F172A !important;
	box-shadow: 0 8px 24px rgba(197, 160, 89, 0.35) !important;
}

.cj-home-master-wrapper .cj-hero-primary:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 12px 32px rgba(197, 160, 89, 0.5) !important;
}

.cj-home-master-wrapper .cj-hero-secondary {
	background: transparent !important;
	color: #FFFFFF !important;
	border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
}

.cj-home-master-wrapper .cj-hero-secondary:hover {
	border-color: #C5A059 !important;
	color: #D4AF37 !important;
	background: rgba(197, 160, 89, 0.1) !important;
}

/* 2. Section Headers */
.cj-home-master-wrapper .cj-section-header {
	text-align: center !important;
	margin-bottom: 45px !important;
}

.cj-home-master-wrapper .cj-section-badge {
	display: inline-block !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.75rem !important;
	font-weight: 800 !important;
	color: #C5A059 !important;
	letter-spacing: 2.5px !important;
	text-transform: uppercase !important;
	margin-bottom: 8px !important;
}

.cj-home-master-wrapper .cj-section-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 2.4rem !important;
	font-weight: 800 !important;
	color: #0F172A !important;
	margin-bottom: 14px !important;
}

.cj-home-master-wrapper .cj-gold-divider {
	width: 60px !important;
	height: 3px !important;
	background: #C5A059 !important;
	margin: 0 auto !important;
	border-radius: 3px !important;
}

/* 3. Category Grid */
.cj-home-master-wrapper .cj-home-categories-section {
	margin-bottom: 70px !important;
}

.cj-home-master-wrapper .cj-home-categories-grid {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 24px !important;
}

.cj-home-master-wrapper .cj-cat-card {
	background: #FFFFFF !important;
	border: 1px solid rgba(197, 160, 89, 0.25) !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	transition: all 0.35s ease !important;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
}

.cj-home-master-wrapper .cj-cat-card:hover {
	transform: translateY(-6px) !important;
	border-color: #C5A059 !important;
	box-shadow: 0 16px 36px rgba(197, 160, 89, 0.2) !important;
}

.cj-home-master-wrapper .cj-cat-card-link {
	text-decoration: none !important;
	display: block !important;
	color: inherit !important;
}

.cj-home-master-wrapper .cj-cat-img-box {
	position: relative !important;
	width: 100% !important;
	height: 210px !important;
	overflow: hidden !important;
	background: #FAF6EF !important;
}

.cj-home-master-wrapper .cj-cat-img-box img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	transition: transform 0.4s ease !important;
}

.cj-home-master-wrapper .cj-cat-card:hover .cj-cat-img-box img {
	transform: scale(1.06) !important;
}

.cj-home-master-wrapper .cj-cat-count-badge {
	position: absolute !important;
	top: 12px !important;
	right: 12px !important;
	background: rgba(15, 23, 42, 0.85) !important;
	color: #D4AF37 !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.7rem !important;
	font-weight: 800 !important;
	padding: 4px 10px !important;
	border-radius: 50px !important;
}

.cj-home-master-wrapper .cj-cat-info {
	padding: 18px 20px !important;
	text-align: center !important;
}

.cj-home-master-wrapper .cj-cat-name {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	color: #0F172A !important;
	margin-bottom: 6px !important;
}

.cj-home-master-wrapper .cj-cat-explore {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.75rem !important;
	font-weight: 800 !important;
	color: #C5A059 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
}

/* 4. Featured Products Grid (4 Products Per Row) */
.cj-home-master-wrapper .cj-home-featured-section {
	margin-bottom: 70px !important;
}

.cj-home-master-wrapper ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.cj-home-master-wrapper ul.products li.product {
	background: #FFFFFF !important;
	border: 1px solid rgba(197, 160, 89, 0.25) !important;
	border-radius: 16px !important;
	padding: 18px !important;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04) !important;
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	position: relative !important;
	overflow: hidden !important;
	margin: 0 !important;
	width: 100% !important;
}

.cj-home-master-wrapper ul.products li.product:hover {
	transform: translateY(-8px) !important;
	border-color: #C5A059 !important;
	box-shadow: 0 20px 40px rgba(197, 160, 89, 0.18) !important;
}

.cj-home-master-wrapper ul.products li.product img {
	border-radius: 12px !important;
	width: 100% !important;
	height: 210px !important;
	object-fit: contain !important;
	transition: transform 0.4s ease !important;
}

.cj-home-master-wrapper ul.products li.product:hover img {
	transform: scale(1.04) !important;
}

.cj-home-master-wrapper ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	color: #0F172A !important;
	line-height: 1.35 !important;
	margin: 12px 0 10px 0 !important;
	transition: color 0.25s ease !important;
}

.cj-home-master-wrapper ul.products li.product:hover .woocommerce-loop-product__title {
	color: #C5A059 !important;
}

/* Side-by-Side Price & Add to Cart Row */
.cj-home-master-wrapper .cj-home-price-action-wrap {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
	margin-top: 14px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.cj-home-master-wrapper ul.products li.product .price {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 1.1rem !important;
	font-weight: 800 !important;
	color: #0F172A !important;
	margin: 0 !important;
	white-space: nowrap !important;
}

.cj-home-master-wrapper ul.products li.product .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	max-width: 115px !important;
	padding: 7px 11px !important;
	background: #0F172A !important;
	color: #FFFFFF !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.65rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.8px !important;
	text-transform: uppercase !important;
	border: 1.5px solid #C5A059 !important;
	border-radius: 50px !important;
	transition: all 0.3s ease !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	margin: 0 !important;
	flex-shrink: 0 !important;
	box-shadow: 0 3px 10px rgba(15, 23, 42, 0.1) !important;
}

.cj-home-master-wrapper ul.products li.product .button:hover {
	background: linear-gradient(135deg, #C5A059 0%, #D4AF37 100%) !important;
	color: #0F172A !important;
	border-color: #D4AF37 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 18px rgba(197, 160, 89, 0.3) !important;
}

/* 5. Heritage Story Section */
.cj-home-master-wrapper .cj-heritage-story-section {
	background: #FAF6EF !important;
	padding: 70px 0 !important;
	margin: 60px 0 !important;
	border-top: 1px solid rgba(197, 160, 89, 0.2) !important;
	border-bottom: 1px solid rgba(197, 160, 89, 0.2) !important;
}

.cj-home-master-wrapper .cj-story-grid {
	display: grid !important;
	grid-template-columns: 1.2fr 0.8fr !important;
	gap: 40px !important;
	align-items: center !important;
}

.cj-home-master-wrapper .cj-story-badge {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.75rem !important;
	font-weight: 800 !important;
	color: #C5A059 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
}

.cj-home-master-wrapper .cj-story-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 2.3rem !important;
	font-weight: 800 !important;
	color: #0F172A !important;
	margin: 8px 0 16px 0 !important;
}

.cj-home-master-wrapper .cj-story-desc {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 1rem !important;
	color: #475569 !important;
	line-height: 1.65 !important;
	margin-bottom: 14px !important;
}

.cj-home-master-wrapper .cj-story-quote {
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px !important;
	padding: 18px 22px !important;
	background: #FFFFFF !important;
	border-left: 3.5px solid #C5A059 !important;
	border-radius: 8px !important;
	margin-top: 22px !important;
}

.cj-home-master-wrapper .cj-quote-mark {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 2.8rem !important;
	color: #C5A059 !important;
	line-height: 1 !important;
}

.cj-home-master-wrapper .cj-quote-text {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 1.08rem !important;
	font-style: italic !important;
	color: #0F172A !important;
	margin: 0 !important;
}

.cj-home-master-wrapper .cj-story-badge-col {
	display: flex !important;
	flex-direction: column !important;
	gap: 20px !important;
}

.cj-home-master-wrapper .cj-story-glass-card {
	background: #FFFFFF !important;
	border: 1px solid rgba(197, 160, 89, 0.3) !important;
	border-radius: 16px !important;
	padding: 28px 30px !important;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05) !important;
	text-align: center !important;
}

.cj-home-master-wrapper .cj-glass-number {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 2.8rem !important;
	font-weight: 800 !important;
	color: #C5A059 !important;
}

.cj-home-master-wrapper .cj-glass-label {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 700 !important;
	color: #0F172A !important;
}

/* 6. Trust Badges Grid */
.cj-home-master-wrapper .cj-trust-section {
	margin: 60px 0 !important;
}

.cj-home-master-wrapper .cj-trust-badges-grid {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 20px !important;
}

.cj-home-master-wrapper .cj-trust-card {
	background: #FAF6EF !important;
	border: 1px solid rgba(197, 160, 89, 0.25) !important;
	border-radius: 16px !important;
	padding: 26px 20px !important;
	text-align: center !important;
	transition: all 0.3s ease !important;
}

.cj-home-master-wrapper .cj-trust-card:hover {
	transform: translateY(-5px) !important;
	background: #FFFFFF !important;
	border-color: #C5A059 !important;
	box-shadow: 0 12px 30px rgba(197, 160, 89, 0.15) !important;
}

.cj-home-master-wrapper .cj-trust-icon {
	font-size: 2.2rem !important;
	margin-bottom: 12px !important;
	display: block !important;
}

.cj-home-master-wrapper .cj-trust-icon img {
	max-height: 48px !important;
	width: auto !important;
	display: inline-block !important;
	vertical-align: middle !important;
	object-fit: contain !important;
}

.cj-home-master-wrapper .cj-trust-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	color: #0F172A !important;
	margin-bottom: 6px !important;
}

.cj-home-master-wrapper .cj-trust-desc {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.85rem !important;
	color: #64748B !important;
	line-height: 1.45 !important;
}

/* 7. Newsletter Banner */
.cj-home-master-wrapper .cj-newsletter-section {
	margin: 60px 0 40px 0 !important;
}

.cj-home-master-wrapper .cj-heritage-banner {
	background: #0F172A !important;
	border: 1.5px solid #C5A059 !important;
	border-radius: 24px !important;
	padding: 50px 30px !important;
	text-align: center !important;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2) !important;
}

.cj-home-master-wrapper .cj-heritage-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 2.4rem !important;
	font-weight: 800 !important;
	color: #FFFFFF !important;
	margin-bottom: 10px !important;
	letter-spacing: 1.2px !important;
}

.cj-home-master-wrapper .cj-heritage-desc {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 1rem !important;
	color: #CBD5E1 !important;
	max-width: 540px !important;
	margin: 0 auto 28px auto !important;
}

.cj-home-master-wrapper .cj-newsletter-form {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	max-width: 500px !important;
	margin: 0 auto !important;
}

.cj-home-master-wrapper .cj-newsletter-input {
	flex: 1 !important;
	padding: 14px 20px !important;
	border-radius: 50px !important;
	border: 1px solid rgba(197, 160, 89, 0.4) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #FFFFFF !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.9rem !important;
	outline: none !important;
}

.cj-home-master-wrapper .cj-newsletter-btn {
	padding: 14px 28px !important;
	border-radius: 50px !important;
	background: linear-gradient(135deg, #C5A059 0%, #D4AF37 100%) !important;
	color: #0F172A !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.82rem !important;
	font-weight: 800 !important;
	letter-spacing: 1.2px !important;
	text-transform: uppercase !important;
	border: none !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	white-space: nowrap !important;
}

.cj-home-master-wrapper .cj-newsletter-btn:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px rgba(197, 160, 89, 0.4) !important;
}

/* Responsive Front Page Layout */
@media (max-width: 1024px) {

	.cj-home-master-wrapper .cj-home-categories-grid,
	.cj-home-master-wrapper ul.products,
	.cj-home-master-wrapper .cj-trust-badges-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px !important;
	}

	.cj-home-master-wrapper .cj-story-grid {
		grid-template-columns: 1fr !important;
	}

	.cj-home-master-wrapper .cj-hero-title {
		font-size: 2.5rem !important;
	}
}

@media (max-width: 640px) {

	.cj-home-master-wrapper .cj-home-categories-grid,
	.cj-home-master-wrapper ul.products,
	.cj-home-master-wrapper .cj-trust-badges-grid {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}

	.cj-home-master-wrapper .cj-hero-section {
		padding: 45px 20px !important;
	}

	.cj-home-master-wrapper .cj-hero-title {
		font-size: 1.8rem !important;
	}

	.cj-home-master-wrapper .cj-newsletter-form {
		flex-direction: column !important;
	}

	.cj-home-master-wrapper .cj-newsletter-btn {
		width: 100% !important;
	}
}

/* ==========================================================================
   CRIS NOTTI JEWELS - ULTRA-LUXURY 404 PAGE SYSTEM
   ========================================================================== */
.cn-404-master-wrapper {
	background-color: var(--cj-bg-light);
	font-family: var(--cj-font-body);
	color: var(--cj-dark);
	position: relative;
	overflow: hidden;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px 100px;
}

.cn-404-hero {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}

.cn-404-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(197, 160, 89, 0.14) 0%, rgba(248, 247, 244, 0) 70%);
	pointer-events: none;
	z-index: -1;
	border-radius: 50%;
	filter: blur(40px);
}

.cn-404-container {
	position: relative;
	z-index: 2;
}

.cn-404-badge-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.cn-404-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #FFFFFF;
	border: 1px solid var(--cj-gold-border);
	box-shadow: 0 4px 20px rgba(197, 160, 89, 0.12);
	border-radius: 50px;
	padding: 8px 24px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--cj-gold-dark);
}

.cn-404-icon {
	color: var(--cj-gold);
}

.cn-404-number {
	font-family: var(--cj-font-heading);
	font-size: 10rem;
	font-weight: 700;
	line-height: 0.9;
	margin: 0 0 10px;
	letter-spacing: -2px;
	background: linear-gradient(135deg, #1A1714 0%, #C5A059 50%, #8A662D 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.cn-404-headline {
	font-family: var(--cj-font-heading);
	font-size: 2.8rem;
	font-weight: 600;
	color: #1A1714;
	margin: 0 0 16px;
	line-height: 1.2;
}

.cn-404-subtext {
	font-size: 1.1rem;
	color: var(--cj-dark-muted);
	max-width: 680px;
	margin: 0 auto 40px;
	line-height: 1.7;
}

/* Custom Search Box */
.cn-404-search-box {
	max-width: 580px;
	margin: 0 auto 50px;
}

.cn-404-input-group {
	position: relative;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	border: 1.5px solid var(--cj-gold-border);
	border-radius: 50px;
	padding: 6px 8px 6px 20px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cn-404-input-group:focus-within {
	border-color: var(--cj-gold);
	box-shadow: 0 12px 35px rgba(197, 160, 89, 0.22);
}

.cn-search-icon {
	color: var(--cj-gold);
	margin-right: 12px;
	flex-shrink: 0;
}

.cn-404-search-field {
	flex: 1;
	border: none !important;
	background: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	font-family: var(--cj-font-body) !important;
	font-size: 0.95rem !important;
	color: var(--cj-dark) !important;
	padding: 10px 0 !important;
}

.cn-404-search-field::placeholder {
	color: #94A3B8;
	font-weight: 400;
}

.cn-404-search-submit {
	background: var(--cj-dark) !important;
	color: #F5E4BC !important;
	border: 1px solid var(--cj-gold) !important;
	border-radius: 50px !important;
	padding: 12px 28px !important;
	font-family: var(--cj-font-body) !important;
	font-size: 0.8rem !important;
	font-weight: 700 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
}

.cn-404-search-submit:hover {
	background: var(--cj-gold) !important;
	color: #1A1714 !important;
	border-color: var(--cj-gold-dark) !important;
}

/* Action Buttons */
.cn-404-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-bottom: 65px;
}

.cn-404-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	border-radius: 50px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.cn-btn-gold {
	background: var(--cj-gold);
	color: #FFFFFF !important;
	box-shadow: 0 6px 20px rgba(197, 160, 89, 0.3);
}

.cn-btn-gold:hover {
	background: var(--cj-gold-dark);
	box-shadow: 0 10px 28px rgba(164, 126, 59, 0.4);
	transform: translateY(-2px);
}

.cn-btn-dark {
	background: #1A1714;
	color: #F5E4BC !important;
	border: 1px solid var(--cj-gold-border);
	box-shadow: 0 6px 20px rgba(26, 23, 20, 0.15);
}

.cn-btn-dark:hover {
	background: #2C2723;
	border-color: var(--cj-gold);
	color: #FFFFFF !important;
	transform: translateY(-2px);
}

.cn-btn-outline {
	background: #FFFFFF;
	color: var(--cj-dark) !important;
	border: 1px solid var(--cj-border);
	box-shadow: var(--cj-shadow-sm);
}

.cn-btn-outline:hover {
	border-color: var(--cj-gold);
	color: var(--cj-gold-dark) !important;
	transform: translateY(-2px);
}

/* Category Collections Grid */
.cn-404-collections {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(12px);
	border: 1px solid var(--cj-gold-border);
	border-radius: 20px;
	padding: 40px 30px;
	box-shadow: 0 15px 40px rgba(15, 23, 42, 0.04);
}

.cn-404-section-title {
	text-align: center;
	margin: 0 0 30px;
	position: relative;
}

.cn-404-section-title span {
	font-family: var(--cj-font-body);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--cj-gold-dark);
	background: #F8F7F4;
	padding: 0 18px;
	position: relative;
	z-index: 2;
}

.cn-404-section-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--cj-gold-border);
	z-index: 1;
}

.cn-404-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.cn-404-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #FFFFFF;
	border: 1px solid rgba(226, 232, 240, 0.8);
	border-radius: 14px;
	padding: 22px 24px;
	text-decoration: none !important;
	position: relative;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cn-404-card:hover {
	border-color: var(--cj-gold);
	box-shadow: 0 12px 30px rgba(197, 160, 89, 0.18);
	transform: translateY(-4px);
}

.cn-card-tag {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--cj-gold-dark);
	margin-bottom: 6px;
}

.cn-card-name {
	font-family: var(--cj-font-heading);
	font-size: 1.25rem;
	font-weight: 600;
	color: #1A1714;
	margin: 0;
	line-height: 1.3;
}

.cn-card-arrow {
	position: absolute;
	top: 22px;
	right: 24px;
	font-size: 1.1rem;
	color: #94A3B8;
	transition: all 0.3s ease;
}

.cn-404-card:hover .cn-card-arrow {
	color: var(--cj-gold-dark);
	transform: translateX(4px);
}

/* Responsive Styles for 404 */
@media (max-width: 992px) {
	.cn-404-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cn-404-number {
		font-size: 7.5rem;
	}

	.cn-404-headline {
		font-size: 2.2rem;
	}
}

@media (max-width: 640px) {
	.cn-404-master-wrapper {
		padding: 50px 16px 70px;
	}

	.cn-404-number {
		font-size: 5.5rem;
	}

	.cn-404-headline {
		font-size: 1.75rem;
	}

	.cn-404-subtext {
		font-size: 0.98rem;
	}

	.cn-404-input-group {
		flex-direction: column;
		border-radius: 16px;
		padding: 12px;
		gap: 10px;
	}

	.cn-404-search-field {
		width: 100%;
		text-align: center;
	}

	.cn-404-search-submit {
		width: 100%;
		border-radius: 12px !important;
	}

	.cn-404-actions {
		flex-direction: column;
		width: 100%;
	}

	.cn-404-btn {
		width: 100%;
		justify-content: center;
	}

	.cn-404-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.cn-404-collections {
		padding: 24px 16px;
	}
}

/* ==========================================================================
   CRIS NOTTI JEWELS - REVOLUTION-STYLE LUXURY HERO SLIDER
   ========================================================================== */
.cj-rev-hero-section {
	position: relative;
	background: #F4F2EE;
	background: radial-gradient(circle at 70% 50%, rgba(245, 228, 188, 0.4) 0%, #F4F2EE 65%);
	overflow: hidden;
	min-height: 540px;
	padding: 0;
}

.cj-rev-hero-section.cj-rev-boxed {
	border-radius: 20px;
	border: 1px solid var(--cj-gold-border);
	box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
	margin: 25px 0 45px;
}

/* Progress Bar at top */
.cj-rev-progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(197, 160, 89, 0.15);
	z-index: 15;
}

.cj-rev-progress-fill {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #D4AF37, #C5A059, #8A662D);
	box-shadow: 0 0 10px rgba(197, 160, 89, 0.6);
}

.cj-rev-slider-container {
	position: relative;
	max-width: 1320px;
	margin: 0 auto;
	padding: 60px 40px 80px;
	min-height: 540px;
	display: flex;
	align-items: center;
}

.cj-rev-slides-wrapper {
	position: relative;
	width: 100%;
	min-height: 460px;
}

/* Individual Slide */
.cj-rev-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.8s;
	z-index: 1;
	pointer-events: none;
}

.cj-rev-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
	pointer-events: auto;
}

.cj-rev-slide-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 40px;
	height: 100%;
	min-height: 460px;
}

/* Left Column - Content */
.cj-rev-content-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 20px;
	z-index: 5;
}

/* Layer Animations for Revolution Effect */
.cj-rev-badge-layer {
	font-family: var(--cj-font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--cj-gold-dark);
	margin-bottom: 20px;
	opacity: 0;
	transform: translateY(-20px);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

.cj-rev-title-layer {
	font-family: var(--cj-font-heading);
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.1;
	color: #1A1714;
	margin: 0 0 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.35s;
}

.cj-rev-btn-layer {
	opacity: 0;
	transform: scale(0.9) translateY(20px);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

.cj-rev-slide.is-active .cj-rev-badge-layer {
	opacity: 1;
	transform: translateY(0);
}

.cj-rev-slide.is-active .cj-rev-title-layer {
	opacity: 1;
	transform: translateY(0);
}

.cj-rev-slide.is-active .cj-rev-btn-layer {
	opacity: 1;
	transform: scale(1) translateY(0);
}

/* Button Styling (Matching Screenshot Orange/Gold Shop Button) */
.cj-rev-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #E59846;
	background: linear-gradient(135deg, #E59846 0%, #D48430 100%);
	color: #FFFFFF !important;
	padding: 16px 36px;
	font-family: var(--cj-font-body);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	border-radius: 4px;
	text-decoration: none !important;
	box-shadow: 0 6px 20px rgba(229, 152, 70, 0.35);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.cj-rev-btn:hover {
	background: #C5A059;
	background: linear-gradient(135deg, #C5A059 0%, #A47E3B 100%);
	box-shadow: 0 10px 28px rgba(197, 160, 89, 0.45);
	transform: translateY(-3px);
	color: #FFFFFF !important;
}

/* Right Column - Jewelry Image Stage */
.cj-rev-image-col {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.cj-rev-img-stage {
	position: relative;
	width: 100%;
	max-width: 480px;
	height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cj-rev-img-glow {
	position: absolute;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(245, 228, 188, 0.3) 60%, transparent 75%);
	border-radius: 50%;
	filter: blur(30px);
	z-index: 1;
}

.cj-rev-jewelry-img {
	max-width: 100%;
	max-height: 380px;
	width: auto;
	height: auto;
	object-fit: contain;
	position: relative;
	z-index: 3;
	filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
	opacity: 0;
	transform: translateX(40px) scale(0.95);
	transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}

.cj-rev-slide.is-active .cj-rev-jewelry-img {
	opacity: 1;
	transform: translateX(0) scale(1);
	animation: cjFloatJewelry 6s ease-in-out infinite alternate 1.2s;
}

@keyframes cjFloatJewelry {
	0% {
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		transform: translateY(-12px) rotate(1deg);
	}
}

.cj-rev-img-reflection {
	position: absolute;
	bottom: -15px;
	width: 60%;
	height: 20px;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.12) 0%, transparent 70%);
	z-index: 2;
	border-radius: 50%;
}

/* Dots Navigation */
.cj-rev-dots-nav {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 10;
}

.cj-rev-dot {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background: #E8DFD3;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cj-rev-dot.is-active {
	background: #E59846;
	width: 18px;
	box-shadow: 0 2px 8px rgba(229, 152, 70, 0.4);
}

.cj-rev-dot:hover:not(.is-active) {
	background: #C5A059;
}

/* Prev/Next Arrows */
.cj-rev-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--cj-gold-border);
	color: #1A1714;
	font-size: 1.8rem;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
	opacity: 0.6;
}

.cj-rev-arrow:hover {
	opacity: 1;
	background: #FFFFFF;
	color: #C5A059;
	box-shadow: 0 4px 15px rgba(197, 160, 89, 0.25);
}

.cj-rev-prev {
	left: 15px;
}

.cj-rev-next {
	right: 15px;
}

/* Vertical Social Bar */
.cj-rev-social-bar {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	z-index: 12;
}

.cj-social-item {
	text-decoration: none !important;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.cj-social-label {
	font-family: var(--cj-font-body);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #2C2723;
	transition: all 0.3s ease;
}

.cj-social-item:hover .cj-social-label {
	color: #C5A059;
}

.layaway_topbx {
	background: linear-gradient(135deg, #FAF8F5 0%, #F5EFE6 100%); border: 1.5px solid rgba(197, 160, 89, 0.45); 
	border-radius: 12px; 
	padding: 20px 24px; 
	margin-bottom: 35px; 
	display: flex; 
	align-items: center; 
	gap: 16px; 
	box-shadow: 0 4px 16px rgba(197, 160, 89, 0.1);
}

.authenticity_bx {
	background: linear-gradient(135deg, #FAF8F5 0%, #F5EFE6 100%); 
	border: 1.5px solid rgba(197, 160, 89, 0.45); 
	border-radius: 12px; 
	padding: 20px 24px; 
	margin-bottom: 35px; 
	display: flex; 
	align-items: center;
	gap: 16px; 
	box-shadow: 0 4px 16px rgba(197, 160, 89, 0.1);
}


/* Responsive Media Queries */
@media (max-width: 1024px) {
	.cj-rev-title-layer {
		font-size: 3rem;
	}

	.cj-rev-social-bar {
		display: none;
	}
}

@media (max-width: 768px) {
	.cj-rev-slider-container {
		padding: 40px 20px 60px;
	}

	.cj-rev-slide-inner {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 24px;
	}

	.cj-rev-content-col {
		align-items: center;
		padding-right: 0;
	}

	.cj-rev-title-layer {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	.cj-rev-img-stage {
		height: 280px;
	}

	.cj-rev-jewelry-img {
		max-height: 240px;
	}

	.cj-rev-arrow {
		display: none;
	}
	
	/* 5. Heritage Story Section */
	.cj-home-master-wrapper .cj-heritage-story-section {
		padding: 30px 0 !important
	}
	.cj-home-master-wrapper .cj-home-featured-section {
		margin-bottom: 45px !important;
	}
	
	.cj-home-master-wrapper .cj-heritage-story-section {
		margin: 45px 0 !important;
	}
	.cj-home-master-wrapper {
		padding-bottom: 0 !important;
	}
	
	.layaway_topbx {
		flex-direction: column;
	}
	.authenticity_bx {
		flex-direction: column;
	}
	
	.site .comments-area {
		padding-bottom: 0;
	}
}
	
	

/* ==========================================================================
   WOOCOMMERCE RELATED PRODUCTS - LUXURY CAROUSEL SLIDER
   ========================================================================== */
.related.products,
section.related {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

.cj-related-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	border-bottom: 1px solid #E5DECE;
	padding-bottom: 14px;
}

.cj-related-header-wrap h2,
.related.products>h2,
section.related>h2 {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 26px !important;
	font-weight: 700 !important;
	color: #1A1A1A !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.cj-related-carousel-nav {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cj-related-nav-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	height: 38px !important;
	border-radius: 50% !important;
	background: #FFFFFF !important;
	border: 1px solid #C5A059 !important;
	color: #1A1A1A !important;
	cursor: pointer !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
	transition: all 0.25s ease !important;
	outline: none !important;
	padding: 0 !important;
}

.cj-related-nav-btn:hover {
	background: #1A1A1A !important;
	color: #C5A059 !important;
	border-color: #1A1A1A !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Carousel Viewport Wrapper - Clips 5th card peeking */
.cj-related-viewport {
	width: 100% !important;
	overflow: hidden !important;
	position: relative !important;
}

/* Carousel Container */
.single-product .related.products ul.products,
.single-product section.related ul.products,
.woocommerce .related.products ul.products,
.woocommerce section.related ul.products,
.ast-woocommerce-container .related.products ul.products,
.related.products ul.products {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: auto !important;
	scroll-behavior: smooth !important;
	scroll-snap-type: x mandatory !important;
	gap: 24px !important;
	width: 100% !important;
	padding: 10px 0 20px 0 !important;
	margin: 0 !important;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	/* Firefox */
	box-sizing: border-box !important;
}

.related.products ul.products::-webkit-scrollbar {
	display: none;
	/* Chrome/Safari */
}

/* Card Width: Exact 4 cards in 100% width with 3x24px gaps (72px total gap) */
.single-product .related.products ul.products li.product,
.single-product section.related ul.products li.product,
.woocommerce .related.products ul.products li.product,
.woocommerce section.related ul.products li.product,
.ast-woocommerce-container .related.products ul.products li.product,
.related.products ul.products li.product {
	flex: 0 0 calc((100% - 72px) / 4) !important;
	width: calc((100% - 72px) / 4) !important;
	min-width: calc((100% - 72px) / 4) !important;
	max-width: calc((100% - 72px) / 4) !important;
	scroll-snap-align: start !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	float: none !important;
	box-sizing: border-box !important;
}

@media (max-width: 991px) {

	.single-product .related.products ul.products li.product,
	.single-product section.related ul.products li.product,
	.woocommerce .related.products ul.products li.product,
	.related.products ul.products li.product {
		flex: 0 0 calc((100% - 24px) / 2) !important;
		width: calc((100% - 24px) / 2) !important;
		min-width: calc((100% - 24px) / 2) !important;
		max-width: calc((100% - 24px) / 2) !important;
	}
}

@media (max-width: 520px) {

	.single-product .related.products ul.products li.product,
	.single-product section.related ul.products li.product,
	.woocommerce .related.products ul.products li.product,
	.related.products ul.products li.product {
		flex: 0 0 100% !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
	
	
	.single-post .ast-container {
		padding: 0 0px !important;
	}
	
	.tax-product_cat #primary {
		margin-bottom: 0px !important;
	}
	
	
	.woocommerce-shop .woocommerce-ordering {
		float: right;
	}
	
	html body .woocommerce-ordering select.orderby, 
	html body form.woocommerce-ordering select, 
	html body select.orderby, html body .woocommerce-ordering select {
		min-width: 173px !important;
		max-width: 175px;
	}
	
}

/* ==========================================================================
   HEADER SEARCH ICON BUTTON (MATCHING ACCOUNT ICON BUTTON EXACTLY)
   ========================================================================== */
.cj-header-search-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	height: 38px !important;
	border-radius: 50% !important;
	background: #FAF6EF !important;
	border: 1px solid rgba(197, 160, 89, 0.35) !important;
	color: #0F172A !important;
	transition: all 0.25s ease !important;
	text-decoration: none !important;
	padding: 0 !important;
	outline: none !important;
	cursor: pointer !important;
	margin: 0 !important;
	box-shadow: none !important;
}

.cj-header-search-btn:hover {
	background: #0F172A !important;
	color: #FFFFFF !important;
	border-color: #0F172A !important;
	transform: none !important;
	box-shadow: none !important;
}

.cj-header-search-svg-icon {
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: 18px !important;
	height: 18px !important;
	stroke: currentColor !important;
	display: block !important;
	margin: 0 !important;
	pointer-events: none !important;
}

@media (max-width: 991px) {
	.cj-header-search-btn {
		width: 34px !important;
		height: 34px !important;
	}
}

@media (max-width: 430px) {
	.cj-header-search-btn {
		width: 30px !important;
		height: 30px !important;
	}

	.cj-header-search-svg-icon {
		width: 15px !important;
		height: 15px !important;
	}
}

/* ==========================================================================
   MODERN LUXURY SEARCH MODAL POPUP OVERLAY
   ========================================================================== */
.cj-search-modal-overlay {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 999999 !important;
	display: flex !important;
	align-items: flex-start !important;
	justify-content: center !important;
	padding: 60px 20px 40px !important;
	box-sizing: border-box !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.35s ease !important;
}

.cj-search-modal-overlay.active {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

.cj-search-modal-backdrop {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: rgba(15, 23, 42, 0.82) !important;
	backdrop-filter: blur(14px) !important;
	-webkit-backdrop-filter: blur(14px) !important;
}

.cj-search-modal-container {
	position: relative !important;
	width: 100% !important;
	max-width: 860px !important;
	background: #FFFFFF !important;
	border-radius: 24px !important;
	padding: 52px 36px 40px !important;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35) !important;
	border: 1px solid rgba(197, 160, 89, 0.3) !important;
	z-index: 2 !important;
	transform: translateY(-20px) scale(0.97) !important;
	transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	max-height: 85vh !important;
	overflow-y: auto !important;
	box-sizing: border-box !important;
}

.cj-search-modal-overlay.active .cj-search-modal-container {
	transform: translateY(0) scale(1) !important;
}

/* Close Button */
.cj-search-modal-close {
	position: absolute !important;
	top: 14px !important;
	right: 18px !important;
	width: 34px !important;
	height: 34px !important;
	border-radius: 50% !important;
	background: #F8F7F4 !important;
	border: 1px solid #E5DECE !important;
	font-size: 22px !important;
	line-height: 1 !important;
	color: #333333 !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.2s ease !important;
	padding: 0 !important;
	z-index: 10 !important;
}

.cj-search-modal-close:hover {
	background: #1A1A1A !important;
	color: #C5A059 !important;
	border-color: #1A1A1A !important;
}

/* Search Form Input Area */
.cj-search-modal-header {
	margin-bottom: 32px !important;
}

.cj-search-input-wrapper {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	background: #F8F7F4 !important;
	border: 2px solid #E5DECE !important;
	border-radius: 50px !important;
	padding: 6px 8px 6px 20px !important;
	transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.cj-search-input-wrapper:focus-within {
	border-color: #C5A059 !important;
	box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.15) !important;
	background: #FFFFFF !important;
}

.cj-search-input-icon {
	color: #C5A059 !important;
	margin-right: 12px !important;
	flex-shrink: 0 !important;
}

.cj-search-modal-input {
	flex: 1 !important;
	border: none !important;
	background: transparent !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 1.05rem !important;
	font-weight: 500 !important;
	color: #1A1A1A !important;
	outline: none !important;
	padding: 10px 0 !important;
}

.cj-search-modal-input::placeholder {
	color: #94A3B8 !important;
	font-weight: 400 !important;
}

.cj-search-submit-btn {
	background: #1A1A1A !important;
	color: #FFFFFF !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.85rem !important;
	font-weight: 700 !important;
	letter-spacing: 1.2px !important;
	text-transform: uppercase !important;
	border: 1px solid #C5A059 !important;
	padding: 12px 26px !important;
	border-radius: 50px !important;
	cursor: pointer !important;
	transition: all 0.25s ease !important;
}

.cj-search-submit-btn:hover {
	background: #C5A059 !important;
	color: #1A1A1A !important;
	border-color: #8A662D !important;
}

/* Sections Styling (Trending & What's New) */
.cj-search-modal-section {
	margin-bottom: 30px !important;
}

.cj-search-modal-section:last-child {
	margin-bottom: 0 !important;
}

.cj-search-section-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 1.35rem !important;
	font-weight: 700 !important;
	color: #1A1A1A !important;
	margin: 0 0 16px 0 !important;
}

/* Trending Tags List (Screenshot Pill Match) */
.cj-search-tags-list {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
}

.cj-search-tag-pill {
	display: inline-flex !important;
	align-items: center !important;
	background: #F1F5F9 !important;
	color: #334155 !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.82rem !important;
	font-weight: 600 !important;
	padding: 8px 18px !important;
	border-radius: 12px !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
	border: 1px solid transparent !important;
}

.cj-search-tag-pill:hover {
	background: #1A1A1A !important;
	color: #C5A059 !important;
	border-color: #C5A059 !important;
	transform: translateY(-2px) !important;
}

/* What's New & Search Results Products Horizontal Carousel Slider */
.cj-search-rec-grid {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: auto !important;
	scroll-behavior: smooth !important;
	scroll-snap-type: x mandatory !important;
	gap: 16px !important;
	width: 100% !important;
	padding: 4px 2px 14px 2px !important;
	margin: 0 !important;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none !important;
	box-sizing: border-box !important;
}

.cj-search-rec-grid::-webkit-scrollbar {
	display: none !important;
}

.cj-search-rec-card {
	flex: 0 0 calc((100% - 48px) / 4) !important;
	width: calc((100% - 48px) / 4) !important;
	min-width: 160px !important;
	scroll-snap-align: start !important;
	display: flex !important;
	flex-direction: column !important;
	background: #F8F7F4 !important;
	border-radius: 16px !important;
	padding: 12px !important;
	text-decoration: none !important;
	border: 1px solid #E5DECE !important;
	transition: all 0.3s ease !important;
	box-sizing: border-box !important;
}

.cj-search-rec-card:hover {
	border-color: #C5A059 !important;
	transform: translateY(-4px) !important;
	box-shadow: 0 10px 25px rgba(197, 160, 89, 0.2) !important;
	background: #FFFFFF !important;
}

.cj-search-rec-img-wrap {
	width: 100% !important;
	height: 130px !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	margin-bottom: 10px !important;
	background: #FFFFFF !important;
}

.cj-search-rec-img-wrap img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	transition: transform 0.3s ease !important;
}

.cj-search-rec-card:hover .cj-search-rec-img-wrap img {
	transform: scale(1.05) !important;
}

.cj-search-rec-title {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	color: #1A1A1A !important;
	line-height: 1.35 !important;
	margin-bottom: 6px !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.cj-search-rec-price {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.88rem !important;
	font-weight: 800 !important;
	color: #C5A059 !important;
	margin-top: auto !important;
}

@media (max-width: 768px) {
	.cj-search-rec-card {
		flex: 0 0 calc((100% - 16px) / 2.3) !important;
		width: calc((100% - 16px) / 2.3) !important;
		min-width: 145px !important;
	}

	.cj-search-modal-container {
		padding: 38px 18px 24px !important;
	}
}

@media (max-width: 480px) {
	.cj-search-rec-card {
		flex: 0 0 70% !important;
		width: 70% !important;
		min-width: 135px !important;
	}
	
	.cj-feature-author-bar {
		flex-direction: column;
		gap: 17px;
		align-items: flex-start;
	}
	
	.cj-contact-hero {
		padding: 45px 0 35px;
	}
	
}

/* Section Header Row with Title on Left & Actions + Carousel Nav on Right */
.cj-search-section-header {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	margin-bottom: 14px !important;
}

.cj-search-section-header .cj-search-section-title {
	margin: 0 !important;
}

.cj-search-header-actions {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
}

.cj-search-view-all-link {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.8rem !important;
	font-weight: 700 !important;
	color: #C5A059 !important;
	text-decoration: none !important;
	letter-spacing: 0.5px !important;
	transition: all 0.2s ease !important;
}

.cj-search-view-all-link:hover {
	color: #0F172A !important;
	transform: translateX(2px) !important;
}

.cj-search-carousel-nav {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
}

.cj-search-nav-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 28px !important;
	height: 28px !important;
	border-radius: 50% !important;
	background: #FFFFFF !important;
	border: 1px solid rgba(197, 160, 89, 0.4) !important;
	color: #1A1A1A !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	padding: 0 !important;
	outline: none !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}

.cj-search-nav-btn:hover {
	background: #1A1A1A !important;
	color: #C5A059 !important;
	border-color: #1A1A1A !important;
}

.cj-search-loading,
.cj-search-no-results,
.cj-search-no-sug {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.85rem !important;
	color: #64748B !important;
	padding: 6px 0 !important;
}

/* ==========================================================================
   RESPONSIVE SEARCH MODAL (360px - 767px)
   ========================================================================== */
@media (max-width: 767px) {
	.cj-search-modal-overlay {
		padding: 16px 10px 16px !important;
	}

	.cj-search-modal-container {
		width: 100% !important;
		padding: 44px 14px 18px !important;
		border-radius: 18px !important;
		max-height: 92vh !important;
	}

	.cj-search-modal-close {
		top: 10px !important;
		right: 10px !important;
		width: 30px !important;
		height: 30px !important;
		font-size: 18px !important;
	}

	.cj-search-modal-header {
		margin-bottom: 18px !important;
	}

	.cj-search-input-wrapper {
		padding: 4px 6px 4px 12px !important;
	}

	.cj-search-input-icon {
		width: 18px !important;
		height: 18px !important;
		margin-right: 6px !important;
	}

	.cj-search-modal-input {
		font-size: 0.82rem !important;
		padding: 6px 0 !important;
	}

	.cj-search-modal-input::placeholder {
		font-size: 0.75rem !important;
	}

	.cj-search-submit-btn {
		padding: 8px 14px !important;
		font-size: 0.72rem !important;
		letter-spacing: 0.6px !important;
	}

	.cj-search-modal-section {
		margin-bottom: 18px !important;
	}

	.cj-search-section-header {
		margin-bottom: 10px !important;
	}

	.cj-search-section-title {
		font-size: 0.92rem !important;
	}

	.cj-search-rec-grid {
		gap: 12px !important;
		padding: 2px 0 10px 0 !important;
	}

	.cj-search-rec-card {
		flex: 0 0 calc((100% - 12px) / 2) !important;
		width: calc((100% - 12px) / 2) !important;
		min-width: 125px !important;
		max-width: none !important;
		padding: 10px !important;
		border-radius: 12px !important;
	}

	.cj-search-rec-img-wrap {
		height: 105px !important;
		margin-bottom: 8px !important;
	}

	.cj-search-rec-title {
		font-size: 0.76rem !important;
		margin-bottom: 4px !important;
	}

	.cj-search-rec-price {
		font-size: 0.82rem !important;
	}

	.cj-search-tags-list {
		gap: 6px !important;
	}

	.cj-search-tag-pill {
		padding: 5px 11px !important;
		font-size: 0.72rem !important;
		border-radius: 8px !important;
	}
	
	.cj-mobile-filter-trigger {
		margin-bottom: 20px;
	}
}

@media (max-width: 400px) {
	.cj-search-rec-card {
		flex: 0 0 calc((100% - 10px) / 2) !important;
		width: calc((100% - 10px) / 2) !important;
		min-width: 115px !important;
		padding: 8px !important;
	}

	.cj-search-rec-img-wrap {
		height: 95px !important;
	}

	.cj-search-submit-btn {
		padding: 6px 10px !important;
		font-size: 0.66rem !important;
	}
}

/* PhotoSwipe Lightbox Image Background */
.pswp__img {
	background: #fff !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   LUXURY PRODUCT VIDEO SHOWCASE & LIGHTBOX STYLES
────────────────────────────────────────────────────────────────────────── */
.cj-single-video-action-wrap {
	margin: 14px 0 18px 0 !important;
}

.cj-btn-watch-video {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%) !important;
	color: #FFFFFF !important;
	border: 1px solid #C5A059 !important;
	border-radius: 30px !important;
	padding: 8px 18px !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0.3px !important;
	cursor: pointer !important;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.15), 0 0 0 1px rgba(197, 160, 89, 0.2) !important;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.cj-btn-watch-video:hover {
	background: linear-gradient(135deg, #C5A059 0%, #B38E46 100%) !important;
	color: #0F172A !important;
	border-color: #8A662D !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(197, 160, 89, 0.4) !important;
}

.cj-video-btn-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 22px !important;
	height: 22px !important;
	background: rgba(197, 160, 89, 0.25) !important;
	border-radius: 50% !important;
	color: #C5A059 !important;
	transition: all 0.2s ease !important;
}

.cj-btn-watch-video:hover .cj-video-btn-icon {
	background: #0F172A !important;
	color: #FFFFFF !important;
}

.cj-video-btn-badge {
	font-size: 10px !important;
	font-weight: 800 !important;
	background: #C5A059 !important;
	color: #0F172A !important;
	padding: 2px 7px !important;
	border-radius: 12px !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
	line-height: 1.2 !important;
}

.cj-btn-watch-video:hover .cj-video-btn-badge {
	background: #0F172A !important;
	color: #FFFFFF !important;
}

/* Video Tab Showcase */
.cj-product-video-tab-wrap {
	background: #FAFAFA !important;
	border: 1px solid rgba(197, 160, 89, 0.25) !important;
	border-radius: 16px !important;
	padding: 30px !important;
	text-align: center !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
	margin: 10px 0 !important;
}

.cj-video-header {
	margin-bottom: 24px !important;
}

.cj-video-pill {
	display: inline-block !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 1.5px !important;
	color: #C5A059 !important;
	background: #0F172A !important;
	padding: 4px 14px !important;
	border-radius: 20px !important;
	margin-bottom: 10px !important;
}

.cj-video-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 1.8rem !important;
	color: #0F172A !important;
	margin: 0 0 8px 0 !important;
}

.cj-video-subtitle {
	font-size: 14px !important;
	color: #64748B !important;
	max-width: 550px !important;
	margin: 0 auto !important;
	line-height: 1.6 !important;
}

.cj-video-player-container {
	position: relative !important;
	max-width: 720px !important;
	margin: 0 auto 24px auto !important;
	border-radius: 14px !important;
	overflow: hidden !important;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
	border: 2px solid #0F172A !important;
	background: #000000 !important;
}

.cj-luxury-video-player {
	width: 100% !important;
	max-height: 520px !important;
	display: block !important;
	outline: none !important;
	background: #000000 !important;
}

.cj-video-iframe-wrap {
	position: relative !important;
	padding-bottom: 56.25% !important;
	/* 16:9 */
	height: 0 !important;
	overflow: hidden !important;
}

.cj-video-iframe-wrap iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.cj-video-footer-features {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	gap: 16px !important;
	padding-top: 14px !important;
	border-top: 1px dashed rgba(197, 160, 89, 0.3) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #334155 !important;
}

.cj-vfeat-divider {
	width: 4px !important;
	height: 4px !important;
	border-radius: 50% !important;
	background: #C5A059 !important;
}

/* Video Lightbox Modal */
.cj-video-modal-backdrop {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	background: rgba(15, 23, 42, 0.88) !important;
	backdrop-filter: blur(8px) !important;
	-webkit-backdrop-filter: blur(8px) !important;
	z-index: 999999 !important;
	display: none !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 20px !important;
	box-sizing: border-box !important;
}

body.cj-video-modal-open .cj-video-modal-backdrop,
.cj-video-modal-backdrop.is-active {
	display: flex !important;
}

.cj-video-modal-dialog {
	background: #0F172A !important;
	border: 1px solid #C5A059 !important;
	border-radius: 16px !important;
	width: 100% !important;
	max-width: 800px !important;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5) !important;
	overflow: hidden !important;
	animation: cjModalPop 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

@keyframes cjModalPop {
	0% {
		opacity: 0;
		transform: scale(0.92) translateY(20px);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.cj-video-modal-header {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 16px 20px !important;
	border-bottom: 1px solid rgba(197, 160, 89, 0.2) !important;
}

.cj-video-modal-badge {
	font-size: 10.5px !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	color: #C5A059 !important;
	display: block !important;
	margin-bottom: 2px !important;
}

.cj-video-modal-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 1.15rem !important;
	color: #FFFFFF !important;
	margin: 0 !important;
}

.cj-video-modal-close {
	background: rgba(255, 255, 255, 0.1) !important;
	color: #FFFFFF !important;
	border: 1px solid rgba(197, 160, 89, 0.4) !important;
	width: 32px !important;
	height: 32px !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	font-size: 15px !important;
	transition: all 0.2s ease !important;
	padding: 0 !important;
}

.cj-video-modal-close:hover {
	background: #C5A059 !important;
	color: #0F172A !important;
	transform: scale(1.1) !important;
}

.cj-video-modal-body {
	background: #000000 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.cj-luxury-modal-video {
	width: 100% !important;
	max-height: 70vh !important;
	display: block !important;
	outline: none !important;
}

.cj-video-modal-iframe-wrap {
	position: relative !important;
	width: 100% !important;
	padding-bottom: 56.25% !important;
	height: 0 !important;
}

.cj-video-modal-iframe-wrap iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

body.cj-video-modal-open {
	overflow: hidden !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   WOOCOMMERCE GALLERY VIDEO SLIDE & THUMBNAIL BADGE STYLES
────────────────────────────────────────────────────────────────────────── */
.cj-gallery-video-slide {
	position: relative !important;
	border-radius: var(--cj-radius-lg, 16px) !important;
	overflow: hidden !important;
	background: #FAF8F5 !important;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
	display: block !important;
	min-height: 420px !important;
	box-sizing: border-box !important;
}

.cj-gallery-video-slide.cj-video-main-standalone {
	width: 100% !important;
	min-height: 480px !important;
	border-radius: var(--cj-radius-lg, 16px) !important;
	background: #FAF8F5 !important;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
	display: block !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

.cj-gallery-video-slide.cj-video-main-standalone .cj-gallery-video-inner {
	min-height: 480px !important;
	height: 100% !important;
}

.cj-gallery-video-slide.cj-video-main-standalone .cj-gallery-video-player {
	width: 100% !important;
	height: 100% !important;
	min-height: 480px !important;
	background: transparent !important;
	object-fit: contain !important;
}

.cj-gallery-video-inner {
	width: 100% !important;
	min-height: 420px !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #FAF8F5 !important;
	box-sizing: border-box !important;
}

.cj-gallery-video-player {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 540px !important;
	min-height: 380px !important;
	display: block !important;
	outline: none !important;
	border-radius: 8px !important;
	background: transparent !important;
	object-fit: contain !important;
}

/* Completely Hide Volume & Audio Controls (Keep Play, Pause, Timeline & Fullscreen) */
.cj-gallery-video-player::-webkit-media-controls-volume-control-container,
.cj-gallery-video-player::-webkit-media-controls-mute-button,
.cj-gallery-video-player::-webkit-media-controls-volume-slider,
.cj-luxury-modal-video::-webkit-media-controls-volume-control-container,
.cj-luxury-modal-video::-webkit-media-controls-mute-button,
.cj-luxury-modal-video::-webkit-media-controls-volume-slider,
.cj-card-hover-video::-webkit-media-controls-volume-control-container,
.cj-card-hover-video::-webkit-media-controls-mute-button,
.cj-card-hover-video::-webkit-media-controls-volume-slider {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 0 !important;
	height: 0 !important;
}

.cj-gallery-iframe-wrap {
	position: relative !important;
	width: 100% !important;
	padding-bottom: 56.25% !important;
	height: 0 !important;
}

.cj-gallery-iframe-wrap iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

/* Video Thumbnail Badge Overlay */
.woocommerce-product-gallery .flex-control-thumbs li.cj-thumb-video-item {
	position: relative !important;
	border-color: #C5A059 !important;
}

.cj-thumb-video-badge {
	position: absolute !important;
	bottom: 5px !important;
	right: 5px !important;
	width: 22px !important;
	height: 22px !important;
	background: #0F172A !important;
	color: #C5A059 !important;
	border: 1px solid #C5A059 !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4) !important;
	pointer-events: none !important;
	z-index: 5 !important;
}

.woocommerce-product-gallery .flex-control-thumbs li.cj-thumb-video-item:hover .cj-thumb-video-badge,
.woocommerce-product-gallery .flex-control-thumbs li.cj-thumb-video-item.cj-active-thumb .cj-thumb-video-badge {
	background: #C5A059 !important;
	color: #0F172A !important;
	transform: scale(1.1) !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   PRODUCT ARCHIVE / SHOP CARD VIDEO THUMBNAIL STYLES
   ────────────────────────────────────────────────────────────────────────── */
.cj-product-card-video-thumb-wrap {
	position: relative !important;
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	border-radius: var(--cj-radius-md, 12px) !important;
	overflow: hidden !important;
	background: #0d1117 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.cj-product-card-video-thumb-wrap img.cj-video-poster-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.cj-product-card-video-thumb-wrap video.cj-card-hover-video {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	background: #000000 !important;
}

.cj-product-card-video-badge {
	position: absolute !important;
	bottom: 10px !important;
	right: 10px !important;
	width: 26px !important;
	height: 26px !important;
	background: #0F172A !important;
	color: #C5A059 !important;
	border: 1px solid #C5A059 !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35) !important;
	pointer-events: none !important;
	z-index: 3 !important;
	transition: all 0.3s ease !important;
}

.woocommerce-loop-product__link:hover .cj-product-card-video-badge,
.astra-shop-thumbnail-wrap:hover .cj-product-card-video-badge {
	background: #C5A059 !important;
	color: #0F172A !important;
	transform: scale(1.12) !important;
}

.woocommerce-loop-product__link:hover .cj-video-poster-img,
.astra-shop-thumbnail-wrap:hover .cj-video-poster-img {
	transform: scale(1.05) !important;
}

@media (max-width: 600px) {
	.cj-home-master-wrapper .cj-heritage-title {
		font-size: 2rem !important;
	}
	
}