/* ============================================================
   NAVARCH CORE FEATURES — UNIFIED FRONTEND STYLESHEET
   Luxury Dark (#0d0d0d) & Warm Gold (#c9a45c) Theme Palette
   ============================================================ */

/* --- 1. Scent Tags & Fragrance Note Cards --- */
.navarch-scent-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 16px;
}
.navarch-scent-chip {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 20px;
	background: rgba(201, 164, 92, 0.12);
	border: 1px solid rgba(201, 164, 92, 0.3);
	color: #c9a45c;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 600;
}

.navarch-note-visualizer {
	margin: 24px 0;
	padding: 20px;
	background: #0d0d0d;
	border: 1px solid rgba(201, 164, 92, 0.25);
	border-radius: 8px;
	color: #f2f2f2;
}
.navarch-note-visualizer-title {
	font-size: 16px;
	font-weight: 700;
	color: #c9a45c;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.navarch-note-title-icon {
	font-size: 18px;
}
.navarch-note-row {
	margin-bottom: 16px;
}
.navarch-note-row:last-child {
	margin-bottom: 0;
}
.navarch-note-label {
	font-size: 13px;
	font-weight: 600;
	color: #d1d1d1;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.navarch-note-icon {
	color: #c9a45c;
}
.navarch-note-photo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	gap: 12px;
}
.navarch-note-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(201, 164, 92, 0.2);
	border-radius: 6px;
	padding: 10px 8px;
	text-align: center;
	transition: border-color 0.2s ease, transform 0.2s ease;
}
.navarch-note-card:hover {
	border-color: #c9a45c;
	transform: translateY(-2px);
}
.navarch-note-card img {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 8px;
	border: 1px solid rgba(201, 164, 92, 0.4);
}
.navarch-note-card span {
	font-size: 12px;
	color: #e0e0e0;
	font-weight: 500;
	line-height: 1.2;
}
.navarch-note-pill {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #d0d0d0;
	font-size: 12px;
}

/* --- 2. Compact CTA Trust Strip --- */
.navarch-compact-trust-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 16px 0 20px;
	padding: 12px 14px;
	background: rgba(13, 13, 13, 0.6);
	border: 1px solid rgba(201, 164, 92, 0.2);
	border-radius: 6px;
	font-size: 12px;
	color: #cccccc;
}
.navarch-compact-trust-strip span {
	display: flex;
	align-items: center;
	gap: 6px;
}

/* --- 3. Product & Cart Trust Bars --- */
.navarch-free-ship-banner {
	background: #0d0d0d;
	border: 1px solid #c9a45c;
	color: #c9a45c;
	padding: 14px 18px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 24px;
	text-align: center;
}
.navarch-free-ship-banner span {
	color: #b0b0b0;
	font-weight: 400;
}

.navarch-trust-bar {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin: 24px 0;
}
.navarch-trust-bar-product {
	margin-top: 24px;
}
.navarch-trust-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px;
	background: #0d0d0d;
	border: 1px solid rgba(201, 164, 92, 0.25);
	border-radius: 8px;
}
.navarch-trust-item .navarch-icon {
	font-size: 24px;
	color: #c9a45c;
	flex-shrink: 0;
}
.navarch-trust-item .navarch-text strong {
	display: block;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 2px;
}
.navarch-trust-item .navarch-text span {
	font-size: 12px;
	color: #999999;
}

/* --- 4. Review Photos & Lightbox --- */
.navarch-review-photo-field {
	margin: 16px 0;
}
.navarch-review-photo-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: #c9a45c;
}
.navarch-review-photo-hint {
	display: block;
	font-size: 11px;
	color: #888888;
	margin-top: 4px;
}
.navarch-review-photo-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
.navarch-review-photo-preview img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #c9a45c;
}
.navarch-review-photo-warning {
	color: #ff6b6b;
	font-size: 12px;
	width: 100%;
	margin-bottom: 4px;
}

.navarch-review-photo-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}
.navarch-review-photo-thumb img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid rgba(201, 164, 92, 0.4);
	transition: border-color 0.2s ease, transform 0.2s ease;
}
.navarch-review-photo-thumb:hover img {
	border-color: #c9a45c;
	transform: scale(1.04);
}

.navarch-review-lightbox-overlay {
	position: fixed;
	inset: 0;
	background: rgba(5, 5, 5, 0.94);
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.navarch-review-lightbox-overlay.nv-open {
	display: flex;
}
.navarch-review-lightbox-overlay img {
	max-width: 90vw;
	max-height: 85vh;
	object-fit: contain;
	border: 1px solid #c9a45c;
	border-radius: 6px;
}
.navarch-review-lightbox-close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0d0d0d;
	border: 1px solid #c9a45c;
	color: #c9a45c;
	font-size: 24px;
	cursor: pointer;
}

/* --- 5. Variation Quantity Swatches --- */
.navarch-qty-hidden {
	display: none !important;
}
.navarch-qty-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0 18px;
}
.navarch-qty-swatch {
	background: #0d0d0d;
	border: 1px solid rgba(201, 164, 92, 0.3);
	border-radius: 6px;
	padding: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	outline: none;
}
.navarch-qty-swatch:hover,
.navarch-qty-swatch.active {
	border-color: #c9a45c;
	box-shadow: 0 0 10px rgba(201, 164, 92, 0.3);
}
.navarch-qty-swatch img {
	width: 60px;
	height: 40px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

/* --- 6. Wishlist Heart & Slide-in Toast --- */
.navarch-wishlist-heart {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 5;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(13, 13, 13, 0.75);
	border: 1px solid rgba(201, 164, 92, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: border-color 0.15s ease, transform 0.1s ease;
}
.navarch-wishlist-heart:hover {
	border-color: #c9a45c;
	transform: scale(1.05);
}
.navarch-heart-icon {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #e8e8e8;
	stroke-width: 1.8;
	transition: fill 0.2s ease, stroke 0.2s ease;
}
.navarch-wishlist-heart.active .navarch-heart-icon {
	fill: #c9a45c;
	stroke: #c9a45c;
}
.navarch-wishlist-heart.navarch-heart-pending {
	opacity: 0.6;
	pointer-events: none;
}

.navarch-toast {
	position: fixed;
	top: 90px;
	right: 20px;
	max-width: 320px;
	background: #0d0d0d;
	border: 1px solid #c9a45c;
	border-radius: 6px;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 100000;
	box-shadow: 0 12px 30px rgba(0,0,0,0.5);
	transform: translateX(140%);
	transition: transform 0.4s cubic-bezier(.16,.8,.24,1);
}
.navarch-toast.nv-show {
	transform: translateX(0);
}
.navarch-toast .navarch-toast-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	fill: #c9a45c;
}
.navarch-toast .navarch-toast-text {
	font-size: 13px;
	color: #f2f2f2;
	line-height: 1.4;
}

/* --- 7. Gallery Dots & Lightbox Overlay --- */
.navarch-gallery-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 14px 0 4px;
}
.navarch-gallery-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(201, 164, 92, 0.3);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}
.navarch-gallery-dot:hover {
	background: rgba(201, 164, 92, 0.55);
}
.navarch-gallery-dot.active {
	background: #c9a45c;
	transform: scale(1.25);
}
.woocommerce div.product .flexy-container img {
	cursor: zoom-in;
}

.navarch-lightbox-overlay {
	position: fixed;
	inset: 0;
	background: rgba(5, 5, 5, 0.92);
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.navarch-lightbox-overlay.nv-open {
	display: flex;
}
.navarch-lightbox-img-wrap {
	position: relative;
	max-width: 90vw;
	max-height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navarch-lightbox-img-wrap img {
	max-width: 90vw;
	max-height: 85vh;
	object-fit: contain;
	border: 1px solid rgba(201, 164, 92, 0.4);
	border-radius: 4px;
	background: #0d0d0d;
}
.navarch-lightbox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #0d0d0d;
	border: 1px solid #c9a45c;
	color: #c9a45c;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
}
.navarch-lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(13,13,13,0.75);
	border: 1px solid rgba(201,164,92,0.5);
	color: #c9a45c;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 20px;
}
.navarch-lightbox-prev { left: 16px; }
.navarch-lightbox-next { right: 16px; }

/* --- 8. Buy Now Button & Sticky Buy Bar --- */
.navarch-buy-now-button {
	margin-left: 10px !important;
	background-color: #c9a45c !important;
	color: #0d0d0d !important;
	font-weight: 700 !important;
	border: 1px solid #c9a45c !important;
	transition: background-color 0.2s ease !important;
}
.navarch-buy-now-button:hover {
	background-color: #b8934b !important;
}

.navarch-sticky-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0d0d0d;
	border-top: 1px solid #c9a45c;
	padding: 12px 24px;
	z-index: 9999;
	transform: translateY(100%);
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.6);
}
.navarch-sticky-bar.navarch-sticky-visible {
	transform: translateY(0);
}
.navarch-sticky-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navarch-sticky-info {
	display: flex;
	align-items: center;
	gap: 14px;
}
.navarch-sticky-info img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid rgba(201, 164, 92, 0.4);
}
.navarch-sticky-title {
	font-weight: 700;
	font-size: 15px;
	color: #ffffff;
}
.navarch-sticky-price {
	color: #c9a45c;
	font-weight: 600;
	font-size: 14px;
}
.navarch-sticky-actions {
	display: flex;
	gap: 10px;
}
.navarch-sticky-btn {
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 13px;
	cursor: pointer;
	border: none;
}
.navarch-sticky-cart {
	background: #1f1f1f;
	color: #ffffff;
	border: 1px solid rgba(201, 164, 92, 0.3);
}
.navarch-sticky-buy {
	background: #c9a45c;
	color: #0d0d0d;
}

@media (max-width: 600px) {
	.navarch-toast {
		right: 12px;
		left: 12px;
		max-width: none;
		top: 76px;
	}
	.navarch-lightbox-close { top: -14px; right: 0; }
	.navarch-lightbox-nav { width: 36px; height: 36px; font-size: 16px; }
	.navarch-sticky-title { font-size: 13px; }
	.navarch-sticky-btn { padding: 8px 12px; font-size: 12px; }
}
