/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */


/* Custom Cursor
--------------------------------------------------------------- */

html,
body,
* {
	cursor: url("img/aquarius.png"), default !important;
}

a:hover *,
button:hover *,
input:hover *,
a:hover,
button:hover,
[type="submit"]:hover,
select:hover,
label:hover,
textarea:hover,
/* WooCommerce */
.single_add_to_cart_button:hover,
.add_to_cart_button:hover,
.woocommerce-cart .coupon button:hover,
.wc-proceed-to-checkout a:hover,
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-pagination a:hover,
.quantity .nm-qty-minus:hover,
.quantity .nm-qty-plus:hover,
.nm-delivery-postcode-btn:hover,
.nm-delivery-change-btn:hover,
.nm-delivery-auspost-link:hover,
.nm-contact-btn:hover,
.nm-contact-btn:hover *,
.nm-product-addon:hover,
.nm-product-addon:hover *,
.nm-product-addon-learn-more:hover,
.nm-bulk-tier:hover,
.nm-blog-link:hover,
.nm-blog-link:hover *,
.nm-cart-panel-upsell-toggle:hover,
.nm-cart-panel-upsell-toggle:hover *,
.nm-external-review-link:hover,
.nm-external-review-link:hover *,
.nm-dashboard-card:hover,
.nm-dashboard-card:hover *,
.nm-dashboard-alert a:hover,
.nm-order-card-btn:hover,
.nm-order-card-tracking-number:hover,
.nm-view-order-tracking-btn:hover,
.nm-orders-empty-btn:hover,
.nm-orders-pagination-btn:hover,
.woocommerce-product-gallery .flex-direction-nav a:hover,
.woocommerce-product-gallery__trigger:hover,
/* Savoy theme */
.nm-menu-item a:hover,
.nm-header-search-btn:hover,
.nm-header-wishlist-btn:hover,
.nm-header-cart-btn:hover,
.nm-header-account-btn:hover,
.nm-mobile-menu-btn:hover,
.nm-shop-sidebar a:hover,
.nm-product-tab-link:hover,
.nm-product-share a:hover,
.nm-product-wishlist-btn:hover,
.nm-blog-pagination a:hover,
.nm-footer a:hover,
.nm-widget a:hover {
	cursor: url("img/aquarius.png"), pointer !important;
}

.nm-single-product {
	padding-bottom: 0 !important;
}

.nm-product-share-wrap {
	display: none !important;
}

/* Tablet: constrain blog links + price compare to match Savoy's
   summary max-width so all sections are consistently aligned. */
@media only screen and (max-width: 1080px) {

	.nm-blog-links,
	.nm-price-compare {
		max-width: var(--nm--single-product-mobile-content-width) !important;
		margin-left: auto !important;
		margin-right: auto !important;
		box-sizing: border-box !important;
	}
}


/* Product Tabs
--------------------------------------------------------------- */

/* Tab bar */
.woocommerce-tabs .tabs {
	border-bottom: 2px solid #e8e2db !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Tab links */
.woocommerce-tabs .tabs li a {
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #b0a89e !important;
	border-bottom: 2px solid transparent !important;
	margin-bottom: -2px !important;
	padding: 16px 0 !important;
	transition: color 0.2s ease, border-color 0.2s ease;
}

/* Active tab */
.woocommerce-tabs .tabs li.active a {
	color: #1a1a1a !important;
	border-bottom-color: #d4a574 !important;
}

/* Tab content panel */
.tabs-layout-default .woocommerce-tabs .panel {
	padding: 28px 0 40px !important;
}

/* Mobile: horizontal scrollable tabs */
@media all and (max-width: 550px) {
	.woocommerce-tabs .tabs {
		display: flex !important;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		text-align: center;
		margin: 0;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.woocommerce-tabs .tabs::-webkit-scrollbar {
		display: none;
	}

	.woocommerce-tabs .tabs li {
		display: inline-block !important;
		flex-shrink: 0;
		white-space: nowrap;
		margin-bottom: -2px;
	}

	.woocommerce-tabs .tabs li a {
		margin: 0 14px !important;
		font-size: 12px !important;
		padding: 14px 0 !important;
	}

	.tabs-layout-default .woocommerce-tabs .panel {
		padding: 22px 0 32px !important;
	}
}


/* Delivery Estimate
--------------------------------------------------------------- */

.nm-delivery-estimate {
	margin: 14px 0 0;
	padding: 18px 18px;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 8px;
}

.nm-delivery-header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
}

.nm-delivery-header-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #f0ebe6;
	border-radius: 50%;
	color: #d4a574;
	flex-shrink: 0;
	box-shadow: 0 1px 4px rgba(212, 165, 116, 0.10);
}

.nm-delivery-header-text {
	min-width: 0;
	padding-top: 1px;
}

.nm-delivery-title {
	display: block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-weight: 400;
	color: #1a1a1a;
	line-height: 1.3;
	margin-bottom: 3px;
}

.nm-delivery-subtitle {
	display: block;
	font-size: 12px;
	color: #6b8f4a;
	font-weight: 600;
	line-height: 1.4;
}

.nm-delivery-defaults {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.nm-delivery-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.nm-delivery-default {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 14px;
	color: #1a1a1a;
}

.nm-delivery-default svg {
	color: #d4a574;
	flex-shrink: 0;
}

.nm-delivery-lookup-field {
	display: flex;
	gap: 8px;
	align-items: stretch;
	flex-shrink: 0;
}

.nm-delivery-postcode-input {
	width: 120px;
	padding: 8px 12px;
	font-size: 13px;
	color: #1a1a1a;
	background: #fff;
	border: 1.5px solid #d4d0cc;
	border-radius: 4px;
	outline: none;
	transition: border-color 0.2s ease;
	font-family: inherit;
}

.nm-delivery-postcode-input::placeholder {
	color: #8a8a8a;
}

.nm-delivery-postcode-input:focus {
	border-color: #d4a574;
}

.nm-delivery-postcode-input.is-error {
	border-color: #c47d5a;
}

.nm-delivery-postcode-btn {
	padding: 8px 18px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background: #1a1a1a;
	border: none;
	border-radius: 4px;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.nm-delivery-postcode-btn:hover {
	background-color: #333;
}

.nm-delivery-postcode-btn:disabled {
	opacity: 0.5;
}

/* Results */
.nm-delivery-results {
	display: none;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e8e2db;
}

.nm-delivery-results-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-size: 14px;
	color: #1a1a1a;
	margin-bottom: 4px;
}

.nm-delivery-results-header>span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.nm-delivery-results-header svg {
	color: #d4a574;
	flex-shrink: 0;
}

.nm-delivery-change-btn {
	background: none;
	border: none;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	color: #d4a574;
}

.nm-delivery-change-btn:hover {
	color: #c49464;
}

.nm-delivery-result {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
}

.nm-delivery-result+.nm-delivery-result {
	border-top: 1px solid #f0ebe6;
}

.nm-delivery-result-icon {
	color: #d4a574;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.nm-delivery-result-info {
	flex: 1;
	min-width: 0;
}

.nm-delivery-method {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
}

.nm-delivery-date {
	display: block;
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 2px;
}

.nm-delivery-breakdown {
	display: block;
	font-size: 11px;
	color: #8a8a8a;
	margin-top: 2px;
}

.nm-delivery-result-price {
	font-size: 13px;
	font-weight: 700;
	color: #d4a574;
	white-space: nowrap;
}

.nm-delivery-result-price.is-free {
	color: #6b8f4a;
}

.nm-delivery-auspost-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	color: #d4a574;
	font-weight: 600;
	text-decoration: none;
	margin-top: 8px;
}

.nm-delivery-auspost-link:hover {
	color: #c49464;
}

.nm-delivery-auspost-link svg {
	flex-shrink: 0;
}

.nm-delivery-error {
	font-size: 13px;
	color: #c47d5a;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.nm-delivery-estimate {
		padding: 14px 14px;
	}

	.nm-delivery-header-icon {
		width: 36px;
		height: 36px;
	}

	.nm-delivery-header-icon svg {
		width: 17px;
		height: 17px;
	}

	.nm-delivery-title {
		font-size: 14px;
	}

	.nm-delivery-subtitle {
		font-size: 11px;
	}

	.nm-delivery-form {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.nm-delivery-default {
		font-size: 12px;
	}

	.nm-delivery-defaults {
		width: 100%;
	}

	.nm-delivery-lookup-field {
		flex-shrink: 1;
	}

	.nm-delivery-postcode-input {
		flex: 1;
		width: auto;
		min-width: 0;
	}
}


/* Product Add-Ons
--------------------------------------------------------------- */

.nm-product-addons {
	margin: 20px 0 4px;
}

/* Checkout placement — sits between customer details and order review */
.nm-checkout-addons.nm-product-addons {
	margin: 0 0 30px;
}

.nm-product-addons-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1a1a1a;
	margin-bottom: 12px;
}

.nm-product-addons-list {
	border: 1px solid #e0d8d0;
	border-radius: 6px;
	overflow: hidden;
}

.nm-product-addon {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
	background: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.nm-product-addon+.nm-product-addon {
	border-top: 1px solid #e0d8d0;
}

.nm-product-addon:hover {
	background: #fdf9f5;
}

.nm-product-addon.is-selected {
	background: #fdf9f5;
}

/* Custom checkbox */
.nm-product-addon-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 2px solid #d4d0cc;
	border-radius: 4px;
	flex-shrink: 0;
	margin-top: 1px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.nm-product-addon.is-selected .nm-product-addon-checkbox {
	border-color: #d4a574;
	background-color: #d4a574;
}

.nm-product-addon.is-selected .nm-product-addon-checkbox::after {
	content: '';
	display: block;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-top: -2px;
}

/* Body (icon + text) */
.nm-product-addon-body {
	flex: 1;
	min-width: 0;
}

.nm-product-addon-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 2px;
}

.nm-product-addon-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	color: #d4a574;
}

.nm-product-addon-name {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
}

.nm-product-addon-price {
	font-size: 14px;
	font-weight: 700;
	color: #d4a574;
	white-space: nowrap;
	margin-left: auto;
}

.nm-product-addon-short {
	font-size: 13px;
	color: #5a5a5a;
	line-height: 1.5;
	margin: 0 0 4px;
}

/* Learn more toggle */
.nm-product-addon-learn-more {
	background: none;
	border: none;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	color: #d4a574;
	letter-spacing: 0.02em;
}

.nm-product-addon-learn-more:hover {
	color: #c49464;
}

.nm-product-addon-learn-more::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	margin-left: 5px;
	transition: transform 0.3s ease;
	position: relative;
	top: -2px;
}

.nm-product-addon-learn-more.is-open::after {
	transform: rotate(-135deg);
	top: 1px;
}

/* Expandable details */
.nm-product-addon-details {
	overflow: hidden;
	height: 0;
	transition: height 0.3s ease;
}

.nm-product-addon-details p {
	font-size: 13px;
	color: #5a5a5a;
	line-height: 1.6;
	margin: 8px 0 2px;
	padding-top: 8px;
	border-top: 1px solid #f0ebe6;
}

/* Mobile */
@media only screen and (max-width: 768px) {
	.nm-product-addon {
		padding: 14px 16px;
		gap: 12px;
	}

	.nm-product-addon-name {
		font-size: 13px;
	}

	.nm-product-addon-price {
		font-size: 13px;
	}

	.nm-product-addon-short {
		font-size: 12px;
	}
}


/* Bulk Savings (Discount Rules)
--------------------------------------------------------------- */

/* Hide plugin default table styles */
.wdr_bulk_table_msg,
.awdr-bulk-customizable-table table {
	display: none !important;
}

.nm-bulk-savings {
	margin: 20px 0 4px;
	padding: 0;
}

.nm-bulk-savings-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1a1a1a;
	margin-bottom: 12px;
}

.nm-bulk-savings-tiers {
	display: flex;
	gap: 0;
}

.nm-bulk-tier {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 16px 12px;
	border: 1px solid #e0d8d0;
	border-right: none;
	background: #fff;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	cursor: pointer;
}

.nm-bulk-tier:first-child {
	border-radius: 6px 0 0 6px;
}

.nm-bulk-tier:last-child {
	border-right: 1px solid #e0d8d0;
	border-radius: 0 6px 6px 0;
}

.nm-bulk-tier:only-child {
	border-right: 1px solid #e0d8d0;
	border-radius: 6px;
}

.nm-bulk-tier:hover,
.nm-bulk-tier.is-active {
	background: #fdf9f5;
	z-index: 2;
	position: relative;
	box-shadow: inset 0 0 0 1.5px #d4a574;
}

.nm-bulk-tier-qty {
	font-size: 13px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 4px;
}

.nm-bulk-tier-price {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
}

.nm-bulk-tier-savings {
	display: inline-block;
	margin-top: 8px;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #b8860b;
	background: #fef6e6;
	border-radius: 10px;
}

.nm-bulk-tier--base .nm-bulk-tier-price {
	color: #666;
}

/* Mobile */
@media only screen and (max-width: 768px) {
	.nm-bulk-savings-tiers {
		flex-wrap: wrap;
	}

	.nm-bulk-tier {
		flex: 1 1 calc(50% - 0px);
		min-width: 0;
		border-right: 1px solid #e0d8d0;
		border-radius: 0;
		border-bottom: none;
	}

	.nm-bulk-tier:first-child {
		border-radius: 6px 0 0 0;
	}

	.nm-bulk-tier:nth-child(2) {
		border-radius: 0 6px 0 0;
	}

	/* Last row: add bottom border + bottom radius */
	.nm-bulk-tier:nth-last-child(1),
	.nm-bulk-tier:nth-last-child(2) {
		border-bottom: 1px solid #e0d8d0;
	}

	.nm-bulk-tier:last-child {
		border-radius: 0 0 6px 0;
	}

	/* Odd left items in last row */
	.nm-bulk-tier:nth-last-child(1):nth-child(odd) {
		border-radius: 0 0 6px 6px;
	}

	/* Bottom left corner */
	.nm-bulk-tier:nth-child(odd):nth-last-child(2) {
		border-radius: 0 0 0 6px;
	}
}


/* Trust Badges
--------------------------------------------------------------- */

.nm-trust-badges {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #e0d8d0;
}

.nm-trust-badge {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.nm-trust-badge-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fdf9f5;
	border: 1px solid #f0ebe6;
	border-radius: 50%;
	color: #d4a574;
}

.nm-trust-badge-text {
	min-width: 0;
	padding-top: 2px;
}

.nm-trust-badge-title {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
}

.nm-trust-badge-desc {
	display: block;
	font-size: 12px;
	color: #8a8a8a;
	line-height: 1.4;
	margin-top: 2px;
}

@media screen and (max-width: 768px) {

	.nm-trust-badges {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 22px;
		padding-top: 20px;
	}

	.nm-trust-badge-icon {
		width: 36px;
		height: 36px;
	}

	.nm-trust-badge-icon svg {
		width: 18px;
		height: 18px;
	}

	.nm-trust-badge-title {
		font-size: 13px;
	}
}


/* Contact Buttons (Chat + Email)
--------------------------------------------------------------- */

.nm-contact-buttons {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}

.nm-contact-btn {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	background: #fff;
	border: 1.5px solid #e0d8d0;
	border-radius: 6px;
	text-decoration: none;
	text-align: left;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	cursor: pointer;
	box-sizing: border-box;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.nm-contact-btn:hover {
	border-color: #d4a574;
	background: #fdf9f5;
}

.nm-contact-btn svg {
	flex-shrink: 0;
	color: #d4a574;
	width: 22px;
	height: 22px;
}

.nm-contact-btn-text {
	min-width: 0;
}

.nm-contact-btn-label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
}

.nm-contact-btn-sub {
	display: block;
	font-size: 12px;
	color: #8a8a8a;
	line-height: 1.3;
	margin-top: 2px;
}

@media screen and (max-width: 768px) {
	.nm-contact-buttons {
		flex-direction: column;
		gap: 10px;
	}

	.nm-contact-btn {
		padding: 14px 16px;
		gap: 12px;
	}

	.nm-contact-btn-label {
		font-size: 13px;
	}
}

/* Contact form reCAPTCHA — center */
.nm-contact-recaptcha {
	display: flex;
	justify-content: center;
}

/* ===== Contact Form Modal ===== */
.nm-contact-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nm-contact-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

.nm-contact-modal {
	position: relative;
	width: 90%;
	max-width: 480px;
	background: #fff;
	border-radius: 14px;
	padding: 32px 28px 28px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	transform: translateY(20px) scale(0.97);
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
	margin: 40px auto;
}

.nm-contact-overlay.is-active .nm-contact-modal {
	transform: translateY(0) scale(1);
}

.nm-contact-modal-close {
	position: absolute;
	top: 14px;
	right: 16px;
	z-index: 10;
	background: rgba(255,255,255,0.9);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(0,0,0,0.06);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 22px;
	color: #666;
	cursor: pointer;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nm-contact-modal-close:hover {
	background: #fff;
	color: #1a1a1a;
}

.nm-contact-modal-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 6px;
}

.nm-contact-modal-header svg {
	color: #d4a574;
	flex-shrink: 0;
}

.nm-contact-modal-header h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
}

.nm-contact-modal-sub {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 1.5;
	margin: 0 0 20px;
}

/* Form fields */
.nm-contact-field {
	margin-bottom: 14px;
}

.nm-contact-field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 5px;
}

.nm-contact-field input,
.nm-contact-field select,
.nm-contact-field textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #e8e2db;
	border-radius: 6px;
	font-size: 14px;
	font-family: inherit;
	color: #1a1a1a;
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}

.nm-contact-field input:focus,
.nm-contact-field select:focus,
.nm-contact-field textarea:focus {
	border-color: #d4a574;
	outline: none;
	box-shadow: 0 0 0 1px #d4a574;
}

.nm-contact-field textarea {
	resize: vertical;
	min-height: 80px;
}

.nm-contact-form-submit {
	display: block;
	width: 100%;
	padding: 13px;
	background: #d4a574;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	font-family: Georgia, 'Times New Roman', serif;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.nm-contact-form-submit:hover {
	background: #c49464;
}

.nm-contact-form-submit:disabled {
	opacity: 0.7;
	cursor: default;
}

.nm-contact-form-note {
	font-size: 12px;
	color: #8a8a8a;
	text-align: center;
	margin: 12px 0 0;
}

.nm-contact-form-note a {
	color: #d4a574;
	text-decoration: underline;
}

/* Success state */
.nm-contact-form-success {
	text-align: center;
	padding: 20px 0;
}

.nm-contact-form-success h4 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 16px 0 8px;
}

.nm-contact-form-success p {
	font-size: 14px;
	color: #6a6a6a;
	margin: 0;
}

@media only screen and (max-width: 480px) {
	.nm-contact-modal {
		padding: 24px 18px 20px;
	}

	.nm-contact-modal-header h3 {
		font-size: 18px;
	}
}

/* Payment Methods
--------------------------------------------------------------- */

.nm-payment-methods {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e0d8d0;
}

.nm-payment-methods-header {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1a1a1a;
	margin-bottom: 14px;
}

.nm-payment-methods-header svg {
	color: #6b8f4a;
}

.nm-payment-icons {
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	margin-bottom: 14px;
}

.nm-payment-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	max-width: 52px;
	height: 32px;
	padding: 5px;
	background: #fff;
	border: 1px solid #e0d8d0;
	border-radius: 6px;
	box-sizing: border-box;
	overflow: hidden;
}

.nm-payment-icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.nm-pi--amex {
	padding: 0;
}

.nm-pi--amex img {
	height: 100%;
	max-width: none;
	border-radius: 5px;
}

.nm-payment-info {
	font-size: 12px;
	color: #8a8a8a;
	line-height: 1.7;
	margin: 0;
}

.nm-payment-info strong {
	color: #1a1a1a;
}

.nm-payment-info em {
	font-style: normal;
	color: #5a5a5a;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.nm-payment-icons {
		gap: 5px;
	}

	.nm-payment-icon {
		width: 46px;
		height: 28px;
		padding: 4px;
	}

	.nm-payment-info {
		font-size: 11px;
	}
}


/* Good to Know – Store Info
--------------------------------------------------------------- */

.nm-store-info {
	margin-top: 28px !important;
	padding: 20px 18px 16px !important;
	background: #faf8f6 !important;
	border: 1px solid #eee8e1 !important;
	border-radius: 12px !important;
	overflow: hidden !important;
}

.nm-store-info-heading {
	display: block !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	letter-spacing: 0.02em !important;
	color: #b5a99a !important;
	text-align: center !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
}

.nm-store-info-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 0 !important;
}

.nm-store-info-card {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-align: center !important;
	padding: 8px 14px 4px !important;
	position: relative !important;
}

.nm-store-info-card+.nm-store-info-card::before {
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	top: 10% !important;
	height: 80% !important;
	width: 1px !important;
	background: #e8e2db !important;
}

.nm-store-info-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	background: #fff !important;
	border: 1px solid #f0ebe6 !important;
	border-radius: 50% !important;
	color: #d4a574 !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	box-shadow: 0 1px 4px rgba(212, 165, 116, 0.10) !important;
	flex-shrink: 0 !important;
}

.nm-store-info-text {
	min-width: 0 !important;
}

.nm-store-info-title {
	display: block !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	line-height: 1.3 !important;
	margin: 0 0 4px !important;
	padding: 0 !important;
}

.nm-store-info-desc {
	display: block !important;
	font-size: 12px !important;
	color: #8a8a8a !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.nm-store-info-desc a {
	color: #d4a574 !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

.nm-store-info-desc a:hover {
	text-decoration: underline !important;
}

.nm-store-info-address {
	display: block !important;
	font-size: 10px !important;
	color: #b5a99a !important;
	margin-top: 5px !important;
	line-height: 1.4 !important;
	padding: 0 !important;
}

@media screen and (max-width: 768px) {

	.nm-store-info {
		margin-top: 22px !important;
		padding: 16px 14px 12px !important;
	}

	.nm-store-info-grid {
		grid-template-columns: 1fr !important;
		gap: 0 !important;
	}

	.nm-store-info-card {
		flex-direction: row !important;
		text-align: left !important;
		align-items: flex-start !important;
		gap: 12px !important;
		padding: 10px 0 !important;
	}

	.nm-store-info-card+.nm-store-info-card::before {
		left: 0 !important;
		top: 0 !important;
		height: 1px !important;
		width: 100% !important;
		background: #eee8e1 !important;
	}

	.nm-store-info-icon {
		width: 38px !important;
		height: 38px !important;
		margin-bottom: 0 !important;
	}

	.nm-store-info-icon svg {
		width: 17px !important;
		height: 17px !important;
	}

	.nm-store-info-text {
		padding-top: 2px !important;
	}

	.nm-store-info-card:first-child {
		padding-top: 4px !important;
	}

	.nm-store-info-card:last-child {
		padding-bottom: 4px !important;
	}
}


/* Blog Links
--------------------------------------------------------------- */

.nm-blog-links {
	margin-top: 0;
	padding-top: 0;
}

@media only screen and (min-width: 1081px) {
	.nm-blog-links {
		margin-top: 420px !important;
		padding-top: 200px !important;
	}
}

/* Desktop: float left under gallery, matching gallery-col-* widths.
   Savoy stacks to single-column at 1080px, so only float on true desktop. */
/* When JS repositions blog links inside gallery column, use full width */
@media only screen and (min-width: 1081px) {
	.nm-blog-links {
		width: 100% !important;
		float: none !important;
		padding-right: 0 !important;
		box-sizing: border-box;
	}
}

.nm-blog-links-header {
	margin-bottom: 14px;
}

.nm-blog-links-heading {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 4px;
	line-height: 1.3;
}

.nm-blog-links-subtext {
	font-size: 13px;
	color: #8a8a8a;
	margin: 0;
	line-height: 1.5;
}

.nm-blog-links-list {
	border: 1px solid #e0d8d0;
	border-radius: 6px;
	overflow: hidden;
}

.nm-blog-link {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	background: #fff;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.nm-blog-link+.nm-blog-link {
	border-top: 1px solid #e0d8d0;
}

.nm-blog-link:hover {
	background: #fdf9f5;
}

.nm-blog-link-number {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 12px;
	font-weight: 700;
	color: #d4a574;
	background: #fdf9f5;
	border: 1px solid #f0ebe6;
	border-radius: 50%;
}

.nm-blog-link-title {
	flex: 1;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.4;
	min-width: 0;
}

.nm-blog-link-arrow {
	flex-shrink: 0;
	color: #d4a574;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.nm-blog-link:hover .nm-blog-link-arrow {
	opacity: 1;
	transform: translateX(0);
}

/* Tablet + Mobile: natural flow, full width in single-column layout */
@media only screen and (max-width: 1080px) {
	.nm-blog-links {
		clear: both;
		float: none;
		width: auto !important;
		padding-right: 0;
		margin: 16px 0 0;
	}

	.nm-blog-links-heading {
		font-size: 17px;
	}

	.nm-blog-link {
		padding: 14px 16px;
		gap: 12px;
	}

	.nm-blog-link-title {
		font-size: 13px;
	}

	.nm-blog-link-number {
		width: 24px;
		height: 24px;
		font-size: 11px;
	}

	.nm-blog-link-arrow {
		opacity: 1;
		transform: translateX(0);
	}
}


/* Product Reviews (Standalone Section)
--------------------------------------------------------------- */

.nm-product-reviews {
	clear: both;
	width: 100%;
	padding: 60px 0 70px;
	background-color: #faf8f6;
}

.nm-product-reviews-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
}

.nm-product-reviews-heading {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	text-align: left;
	margin: 0 0 32px;
	letter-spacing: 0.3px;
}

/* ----- 3-Column Rating Summary (Sephora-style) ----- */

.nm-product-reviews-summary {
	display: flex;
	gap: 0;
	align-items: stretch;
	margin-bottom: 0;
	border-bottom: 1px solid #e0d8d0;
	padding-bottom: 32px;
}

.nm-product-reviews-subheading {
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 6px;
}

/* Column 1: Snapshot bars */
.nm-product-reviews-snapshot {
	flex: 1;
	padding-right: 40px;
	border-right: 1px solid #e0d8d0;
}

.nm-reviews-snapshot-hint {
	font-size: 12px;
	color: #d4a574;
	margin: 0 0 14px;
}

.nm-reviews-bar-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
	padding: 3px 0;
	border-radius: 2px;
	transition: background-color 0.15s ease;
}

.nm-reviews-bar-row:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

.nm-reviews-bar-row.is-active {
	background-color: rgba(212, 165, 116, 0.1);
}

.nm-reviews-bar-row:last-of-type {
	margin-bottom: 0;
}

.nm-reviews-bar-label {
	font-size: 13px;
	color: #1a1a1a;
	min-width: 50px;
	white-space: nowrap;
}

.nm-reviews-bar-track {
	flex: 1;
	height: 8px;
	background: #e8e2db;
	border-radius: 0;
	overflow: hidden;
}

.nm-reviews-bar-fill {
	height: 100%;
	background: #d4a574;
	border-radius: 0;
	transition: width 0.4s ease;
}

.nm-reviews-bar-count {
	font-size: 13px;
	color: #d4a574;
	min-width: 24px;
	text-align: right;
	font-weight: 600;
}

/* Column 2: Overall rating */
.nm-product-reviews-overall {
	flex-shrink: 0;
	padding: 0 40px;
	border-right: 1px solid #e0d8d0;
	min-width: 180px;
}

.nm-product-reviews-overall-inner {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 10px;
	justify-content: space-between;
}

.nm-product-reviews-score {
	font-size: 48px;
	font-weight: 400;
	color: #1a1a1a;
	line-height: 1;
}

.nm-product-reviews-stars-wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.nm-star-display {
	display: flex;
	gap: 2px;
}

.nm-star {
	font-size: 16px;
	color: #d4d0cc;
	line-height: 1;
}

.nm-star.filled {
	color: #d4a574;
}

.nm-product-reviews-count {
	font-size: 13px;
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Column 3: Review This Product CTA */
.nm-product-reviews-cta {
	flex-shrink: 0;
	padding-left: 40px;
	min-width: 220px;
}

.nm-reviews-cta-stars {
	display: flex;
	gap: 6px;
	margin-bottom: 14px;
	margin-top: 6px;
}

.nm-reviews-cta-star {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	font-size: 22px;
	color: #d4a574;
	border: 1.5px solid #d4a574;
	border-radius: 4px;
	transition: background-color 0.15s ease, color 0.15s ease;
	line-height: 1;
}

.nm-reviews-cta-star:hover,
.nm-reviews-cta-star.is-hovered {
	background-color: #d4a574;
	color: #fff;
}

.nm-reviews-cta-text {
	font-size: 13px;
	color: #5a5a5a;
	line-height: 1.5;
	margin: 0;
}

.nm-reviews-cta-text a {
	color: #1a1a1a;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* ----- External Review Links (Google / Facebook) ----- */

.nm-external-reviews {
	padding: 28px 0;
	border-bottom: 1px solid #e0d8d0;
}

.nm-external-reviews-text {
	font-size: 14px;
	color: #5a5a5a;
	margin: 0 0 16px;
}

.nm-external-reviews-links {
	display: flex;
	gap: 12px;
}

.nm-external-review-link {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	background: #fff;
	border: 1.5px solid #e0d8d0;
	border-radius: 6px;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.nm-external-review-link:hover {
	background: #fdf9f5;
	border-color: #d4a574;
}

.nm-external-review-icon {
	flex-shrink: 0;
}

.nm-external-review-label {
	flex: 1;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
}

.nm-external-review-arrow {
	flex-shrink: 0;
	color: #b0a89e;
	transition: color 0.2s ease;
}

.nm-external-review-link:hover .nm-external-review-arrow {
	color: #d4a574;
}

@media screen and (max-width: 768px) {
	.nm-external-reviews-links {
		flex-direction: column;
		gap: 10px;
	}

	.nm-external-review-link {
		padding: 12px 16px;
		gap: 10px;
	}

	.nm-external-review-label {
		font-size: 13px;
	}
}

/* ----- Filter & Sort Toolbar (single row) ----- */

.nm-product-reviews-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 28px 0;
	border-bottom: 1px solid #e0d8d0;
	gap: 16px;
	flex-wrap: wrap;
}

.nm-reviews-filter {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nm-reviews-filter-label {
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

.nm-reviews-filter-select select {
	padding: 10px 36px 10px 16px;
	font-size: 13px;
	color: #1a1a1a;
	background: #fff;
	border: 1.5px solid #d4d0cc;
	border-radius: 4px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a1a1a' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	min-width: 140px;
	transition: border-color 0.15s ease;
}

.nm-reviews-filter-select select:focus {
	border-color: #1a1a1a;
}

.nm-reviews-showing {
	font-size: 14px;
	color: #1a1a1a;
	font-weight: 600;
}

.nm-reviews-showing strong {
	color: #1a1a1a;
}

.nm-reviews-sort-select {
	display: flex;
	align-items: stretch;
	gap: 0;
}

.nm-reviews-sort-select label {
	font-size: 13px;
	color: #5a5a5a;
	white-space: nowrap;
	margin-right: 0;
	padding: 10px 12px 10px 16px;
	border: 1.5px solid #d4d0cc;
	border-right: none;
	border-radius: 4px 0 0 4px;
	background: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
}

.nm-reviews-sort-select select {
	padding: 10px 36px 10px 8px;
	font-size: 13px;
	font-weight: 600;
	color: #1a1a1a;
	background: #fff;
	border: 1.5px solid #d4d0cc;
	border-left: none;
	border-radius: 0 4px 4px 0;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a1a1a' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	min-width: 120px;
}

/* Active filter indicator */
.nm-reviews-active-filter {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0 0;
	font-size: 13px;
	color: #5a5a5a;
}

.nm-reviews-active-filter strong {
	color: #1a1a1a;
}

#nm-reviews-clear-filter {
	background: none;
	border: 1px solid #d4d0cc;
	border-radius: 20px;
	padding: 4px 14px;
	font-size: 12px;
	color: #5a5a5a;
	transition: all 0.15s ease;
}

#nm-reviews-clear-filter:hover {
	border-color: #1a1a1a;
	color: #1a1a1a;
}

/* ----- Review Cards (Sephora 2-column layout) ----- */

/* Hide the Savoy modal trigger button */
.nm-product-reviews-content #nm-review-form-btn {
	display: none !important;
}

/* Force review form visible inline */
.nm-product-reviews-content #review_form_wrapper {
	display: block !important;
}

.nm-product-reviews-content #review_form {
	display: block !important;
	position: static !important;
	visibility: visible !important;
	opacity: 1 !important;
	max-height: none !important;
}

.nm-product-reviews-content .mfp-hide {
	display: block !important;
	position: static !important;
	visibility: visible !important;
}

/* Hide "There are no reviews yet" — summary conveys this */
.nm-product-reviews-content .woocommerce-noreviews {
	display: none;
}

/* Comment list */
.nm-product-reviews-content .commentlist {
	list-style: none;
	margin: 0 0 48px;
	padding: 0;
}

.nm-product-reviews-content .commentlist>li {
	padding: 32px 0;
	border-bottom: 1px solid #e0d8d0;
}

.nm-product-reviews-content .commentlist>li:first-child {
	border-top: none;
}

.nm-product-reviews-content .commentlist>li:last-child {
	border-bottom: none;
}

/*
 * 2-column layout: left column (avatar + name) | right column (stars, date, text)
 * The left column is output by our custom woocommerce_review_before hook.
 */
.nm-product-reviews-content .comment_container {
	display: flex !important;
	align-items: flex-start;
	gap: 32px;
}

/* Left column: author info */
.nm-review-left {
	width: 120px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
}

.nm-review-left .nm-review-avatar,
.nm-product-reviews-content .comment_container>.nm-review-left img.avatar {
	width: 52px !important;
	height: 52px !important;
	border-radius: 50% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.nm-review-left img.nm-default-avatar {
	border: 1.5px solid #e8e2db !important;
	background: #faf8f6;
}

.nm-review-left .nm-review-name {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
	word-break: break-word;
}

.nm-review-left .nm-review-verified {
	font-size: 11px;
	color: #6b8f4a;
	font-weight: 600;
	letter-spacing: 0.2px;
}

/* Mobile-only stars in left column (hidden on desktop) */
.nm-review-left-stars {
	display: none;
	gap: 2px;
}

.nm-review-left-stars .nm-review-star {
	font-size: 14px;
}

/* Right column: stars, date, review text */
.nm-product-reviews-content .comment_container>.comment-text {
	flex: 1;
	min-width: 0;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	position: static !important;
}

/* Hide parent theme's star-rating (replaced with custom stars) */
.nm-product-reviews-content .comment-text .star-rating {
	display: none !important;
}

/* Top row: date (left) + stars (right) */
.nm-review-top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.nm-review-top-row .nm-review-date {
	font-size: 13px;
	color: #8a8a8a;
	line-height: 1.3;
	white-space: nowrap;
}

.nm-review-rating {
	display: flex;
	align-items: center;
	gap: 8px;
}

.nm-review-stars {
	display: flex;
	gap: 2px;
}

.nm-review-star {
	font-size: 16px;
	color: #d4d0cc;
	line-height: 1;
}

.nm-review-star.filled {
	color: #d4a574;
}

.nm-review-rating-label {
	font-size: 12px;
	color: #8a8a8a;
	white-space: nowrap;
}

/* Override parent theme's meta padding (was for absolute star-rating) */
.nm-product-reviews-content .comment-text .meta,
#reviews .commentlist li .comment-text .meta {
	margin: 0 0 14px !important;
	padding: 0 !important;
}

/* Review text */
.nm-product-reviews-content .comment-text .description p {
	font-size: 14px;
	line-height: 1.7;
	color: #3a3a3a;
	margin: 0;
}

/* Awaiting approval */
.nm-product-reviews-content .comment-text .meta .woocommerce-review__awaiting-approval {
	font-size: 13px;
	color: #8a8a8a;
	font-style: italic;
}

/* Review pagination */
.nm-product-reviews-content .woocommerce-pagination {
	text-align: center;
	margin: 24px 0;
}

/* ----- Review Form (enhanced card design) ----- */

.nm-product-reviews-content #review_form_wrapper {
	border-top: none;
	padding-top: 0 !important;
	margin-top: 48px;
}

.nm-product-reviews-content #review_form {
	background: #fff;
	border: 1.5px solid #e0d8d0;
	border-radius: 8px;
	padding: 40px;
}

/* Form header: left (title + subtitle) + right (rating stars) */
.nm-review-form-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
}

.nm-product-reviews-content .comment-reply-title {
	flex: 1;
	min-width: 0;
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	letter-spacing: 0.3px;
}

/* Remove the old ::after subtitle (now injected via JS) */
.nm-product-reviews-content .comment-reply-title::after {
	display: none;
}

/* Subtitle inside h3 */
.nm-review-form-subtitle {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #8a8a8a;
	line-height: 1.5;
	margin-top: 6px;
	letter-spacing: 0;
}

/* Rating visual in header — aligned with title line */
.nm-review-form-rating-visual {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	margin-top: 2px;
}

.nm-review-form-rating-visual .nm-review-form-rating-label {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	white-space: nowrap;
}

/* Custom star boxes (matching CTA stars) */
.nm-review-form-stars {
	display: flex;
	gap: 6px;
}

.nm-review-form-star {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	font-size: 20px;
	color: #d4a574;
	border: 1.5px solid #d4a574;
	border-radius: 4px;
	transition: background-color 0.15s ease, color 0.15s ease;
	line-height: 1;
}

.nm-review-form-star.filled,
.nm-review-form-star.is-hovered {
	background-color: #d4a574;
	color: #fff;
}


/* Hide original rating field (kept in form for submission) */
.nm-product-reviews-content #nm-comment-form-rating {
	display: none;
}

/* Form labels */
.nm-product-reviews-content .comment-form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.nm-product-reviews-content .comment-form .required {
	color: #c47d5a;
}

/* Textarea */
.nm-product-reviews-content .comment-form textarea {
	width: 100%;
	padding: 16px 20px;
	font-size: 14px;
	color: #2c2c2c;
	background: #faf8f6;
	border: 1.5px solid #e0d8d0;
	border-radius: 6px;
	outline: none;
	resize: vertical;
	min-height: 120px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	font-family: inherit;
	line-height: 1.6;
}

.nm-product-reviews-content .comment-form textarea:focus {
	border-color: #d4a574;
	background: #fff;
}

/* Text inputs */
.nm-product-reviews-content .comment-form input[type="text"],
.nm-product-reviews-content .comment-form input[type="email"] {
	width: 100%;
	padding: 14px 20px;
	font-size: 14px;
	color: #2c2c2c;
	background: #faf8f6;
	border: 1.5px solid #e0d8d0;
	border-radius: 6px;
	outline: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	font-family: inherit;
}

.nm-product-reviews-content .comment-form input[type="text"]:focus,
.nm-product-reviews-content .comment-form input[type="email"]:focus {
	border-color: #d4a574;
	background: #fff;
}

/* Form field spacing */
.nm-product-reviews-content .comment-form p {
	margin: 0 0 20px;
}

/* Submit button — centered */
.nm-product-reviews-content .comment-form .form-submit {
	margin-top: 12px;
	padding-top: 24px;
	border-top: 1px solid #f0ebe6;
	text-align: center;
}

.nm-product-reviews-content .comment-form .form-submit input[type="submit"] {
	display: inline-block;
	padding: 14px 48px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #1a1a1a;
	border: none;
	border-radius: 50px;
	letter-spacing: 0.5px;
	transition: background-color 0.2s ease, transform 0.1s ease;
}

.nm-product-reviews-content .comment-form .form-submit input[type="submit"]:hover {
	background-color: #333;
}

.nm-product-reviews-content .comment-form .form-submit input[type="submit"]:active {
	transform: scale(0.98);
}

/* ----- Review Photo Upload ----- */

.nm-review-photos-field {
	margin-top: 4px;
	margin-bottom: 20px;
}

.nm-review-photos-label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.nm-review-photos-optional {
	font-weight: 400;
	color: #8a8a8a;
}

.nm-review-photos-dropzone {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 28px 20px;
	border: 2px dashed #d4d0cc;
	border-radius: 8px;
	background: #faf8f6;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	color: #8a8a8a;
}

.nm-review-photos-dropzone:hover,
.nm-review-photos-dropzone.is-dragover {
	border-color: #d4a574;
	background: #fdf9f5;
}

.nm-review-photos-dropzone svg {
	color: #b0a89e;
}

.nm-review-photos-dropzone-text {
	font-size: 14px;
	color: #8a8a8a;
}

.nm-review-photos-browse {
	color: #d4a574;
	text-decoration: underline;
	font-weight: 600;
	cursor: pointer;
}

.nm-review-photos-browse:hover {
	color: #c4915a;
}

.nm-review-photos-previews {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}

.nm-review-photo-preview {
	position: relative;
	width: 80px;
}

.nm-review-photo-preview img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 6px;
	border: 1.5px solid #e0d8d0;
	display: block;
}

.nm-review-photo-remove {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 22px;
	height: 22px;
	background: #1a1a1a;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.15s ease;
}

.nm-review-photo-remove:hover {
	background: #d4a574;
}

.nm-review-photos-error {
	margin-top: 8px;
	padding: 10px 14px;
	font-size: 13px;
	color: #c0392b;
	background: #fdf0ee;
	border-radius: 6px;
	border: 1px solid #f5d5d0;
}

/* Rating required inline error */
.nm-rating-error {
	margin: 10px 0 0;
	padding: 10px 14px 10px 38px;
	font-size: 13px;
	color: #5a4a3a;
	background: #faf8f6;
	border: 1.5px solid #e8e2db;
	border-left: 3px solid #d4a574;
	border-radius: 6px;
	position: relative;
	animation: nmErrorSlideIn 0.3s ease-out both;
}

.nm-rating-error-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: #d4a574;
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

/* ----- Review Photo Thumbnails (in review cards) ----- */

.nm-review-photos {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.nm-review-photo-link {
	display: block;
	border-radius: 6px;
	border: 1.5px solid #e8e2db;
	overflow: hidden;
	transition: transform 0.15s ease, border-color 0.15s ease;
}

.nm-review-photo-link:hover {
	transform: scale(1.05);
	border-color: #d4a574;
}

.nm-review-photo-thumb {
	width: 72px;
	height: 72px;
	object-fit: cover;
	display: block;
}

/* ----- Review Photo Lightbox ----- */

.nm-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.88);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nm-lightbox-img {
	max-width: 90vw;
	max-height: 85vh;
	object-fit: contain;
	border-radius: 4px;
}

.nm-lightbox-close {
	position: absolute;
	top: 16px;
	right: 20px;
	background: none;
	border: none;
	color: #fff;
	font-size: 36px;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	opacity: 0.8;
	transition: opacity 0.15s ease;
}

.nm-lightbox-close:hover {
	opacity: 1;
}

.nm-lightbox-prev,
.nm-lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.15);
	border: none;
	color: #fff;
	font-size: 32px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background-color 0.15s ease;
}

.nm-lightbox-prev:hover,
.nm-lightbox-next:hover {
	background: rgba(255, 255, 255, 0.3);
}

.nm-lightbox-prev {
	left: 16px;
}

.nm-lightbox-next {
	right: 16px;
}

/* ----- Mobile ----- */

@media screen and (max-width: 768px) {

	.nm-product-reviews {
		padding: 40px 0 50px;
	}

	.nm-product-reviews-inner {
		padding: 0 24px;
	}

	.nm-product-reviews-heading {
		font-size: 18px;
		margin-bottom: 24px;
	}

	/* Summary: show only Overall Rating on mobile */
	.nm-product-reviews-summary {
		flex-direction: column;
		gap: 0;
		border-bottom: none;
		padding-bottom: 0;
	}

	.nm-product-reviews-snapshot {
		display: none;
	}

	.nm-product-reviews-overall {
		padding: 0;
		border-right: none;
		border-bottom: 1px solid #e0d8d0;
		padding-bottom: 24px;
		min-width: auto;
	}

	.nm-product-reviews-score {
		font-size: 40px;
	}

	.nm-product-reviews-cta {
		display: none;
	}

	/* Toolbar: stack vertically on mobile */
	.nm-product-reviews-toolbar {
		padding: 20px 0;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	/* Shared label style for both filter + sort */
	.nm-product-reviews-toolbar .nm-reviews-filter-label,
	.nm-product-reviews-toolbar .nm-reviews-sort-select label {
		flex: none;
		min-width: 76px;
		box-sizing: border-box;
		font-size: 13px;
		font-weight: 600;
		text-transform: none;
		letter-spacing: 0;
		color: #5a5a5a;
		padding: 10px 12px 10px 16px;
		border: 1.5px solid #d4d0cc;
		border-right: none;
		border-radius: 4px 0 0 4px;
		background: #faf8f6;
		display: flex;
		align-items: center;
		white-space: nowrap;
	}

	/* Replace "Filter Reviews" with "Filter:" on mobile */
	.nm-product-reviews-toolbar .nm-reviews-filter-label {
		font-size: 0;
		line-height: 0;
	}

	.nm-product-reviews-toolbar .nm-reviews-filter-label::before {
		content: "Filter:";
		font-size: 13px;
		font-weight: 600;
		line-height: 1;
	}

	/* Shared select style for both filter + sort */
	.nm-product-reviews-toolbar .nm-reviews-filter-select select,
	.nm-product-reviews-toolbar .nm-reviews-sort-select select {
		flex: 1;
		min-width: 0;
		font-size: 13px;
		font-weight: 600;
		color: #1a1a1a;
		padding: 10px 36px 10px 12px;
		border: 1.5px solid #d4d0cc;
		border-left: none;
		border-radius: 0 4px 4px 0;
		background: #fff;
	}

	/* Filter row: conjoined label + select */
	.nm-product-reviews-toolbar .nm-reviews-filter {
		width: 100%;
		display: flex;
		align-items: stretch;
		gap: 0;
		order: 0;
	}

	/* The wrapper div needs to fill remaining space so the select stretches */
	.nm-product-reviews-toolbar .nm-reviews-filter-select {
		flex: 1;
		display: flex;
	}

	/* Sort row: full-width */
	.nm-product-reviews-toolbar .nm-reviews-sort-select {
		width: 100%;
		order: 1;
	}

	/* Reviews count: below sort by */
	.nm-product-reviews-toolbar .nm-reviews-showing {
		text-align: center;
		font-size: 13px;
		padding: 4px 0;
		order: 2;
	}

	/* Review cards: single column with inline header */
	.nm-product-reviews-content .commentlist>li {
		padding: 24px 0;
	}

	.nm-product-reviews-content .comment_container {
		flex-direction: column !important;
		gap: 12px !important;
	}

	/* Mobile left column: avatar + name + stars inline */
	.nm-review-left {
		width: auto;
		flex-direction: row;
		align-items: center;
		text-align: left;
		gap: 10px;
	}

	.nm-review-left .nm-review-avatar,
	.nm-product-reviews-content .comment_container>.nm-review-left img.avatar {
		width: 36px !important;
		height: 36px !important;
	}

	.nm-review-left .nm-review-verified {
		display: none;
	}

	/* Show mobile-only stars inline with avatar + name */
	.nm-review-left-stars {
		display: flex;
	}

	/* Hide desktop stars in right column (avoid duplication) */
	.nm-review-top-row .nm-review-rating {
		display: none;
	}

	/* Mobile top row: date on its own line */
	.nm-review-top-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		margin-bottom: 10px;
	}

	.nm-review-rating-label {
		display: none;
	}

	/* Review form mobile */
	.nm-product-reviews-content #review_form {
		padding: 28px 24px;
	}

	.nm-review-form-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.nm-product-reviews-content .comment-reply-title {
		font-size: 17px;
	}

	.nm-review-form-star {
		width: 34px;
		height: 34px;
		font-size: 18px;
	}

	/* Review photo upload mobile */
	.nm-review-photos-dropzone {
		padding: 20px 16px;
	}

	.nm-review-photo-preview {
		width: 68px;
	}

	.nm-review-photo-preview img {
		width: 68px;
		height: 68px;
	}

	/* Review photo thumbnails mobile */
	.nm-review-photo-thumb {
		width: 60px;
		height: 60px;
	}

	/* Lightbox mobile */
	.nm-lightbox-prev,
	.nm-lightbox-next {
		width: 36px;
		height: 36px;
		font-size: 24px;
	}

	.nm-lightbox-prev {
		left: 8px;
	}

	.nm-lightbox-next {
		right: 8px;
	}
}


/* Product FAQs
--------------------------------------------------------------- */

.nm-product-faqs {
	clear: both;
	width: 100%;
	padding: 60px 0 70px;
	position: relative;
	background-color: #faf8f6;
	background-image: url('img/faqs-section-background-desktop.webp');
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.nm-product-faqs::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.65);
	pointer-events: none;
}

.nm-product-faqs-inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 30px;
}

.nm-product-faqs-heading {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 32px;
	font-weight: 400;
	color: #1a1a1a;
	text-align: center;
	margin: 0 0 40px;
}

.nm-product-faqs-list {
	border-top: 1px solid #e0d8d0;
}

/* Individual FAQ item */
.nm-product-faq-item {
	border-bottom: 1px solid #e0d8d0;
}

/* Question button */
.nm-product-faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 22px 0;
	background: none;
	border: none;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.4;
	gap: 20px;
}

.nm-product-faq-question:hover {
	color: #5a5a5a;
}

/* Plus/minus icon */
.nm-product-faq-icon {
	position: relative;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.nm-product-faq-icon::before,
.nm-product-faq-icon::after {
	content: "";
	position: absolute;
	background-color: #1a1a1a;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Horizontal bar (always visible) */
.nm-product-faq-icon::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1.5px;
	margin-top: -0.75px;
}

/* Vertical bar (rotates away when open) */
.nm-product-faq-icon::after {
	top: 0;
	left: 50%;
	width: 1.5px;
	height: 100%;
	margin-left: -0.75px;
}

.nm-product-faq-item.is-open .nm-product-faq-icon::after {
	transform: rotate(90deg);
	opacity: 0;
}

/* Answer panel */
.nm-product-faq-answer {
	overflow: hidden;
	height: 0;
	transition: height 0.35s ease;
}

.nm-product-faq-answer p {
	font-size: 14px;
	line-height: 1.7;
	color: #5a5a5a;
	margin: 0 0 12px;
}

.nm-product-faq-answer p:last-child {
	margin-bottom: 22px;
}

.nm-product-faq-answer a {
	color: #2c2c2c;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nm-product-faq-answer a:hover {
	color: #1a1a1a;
}

.nm-product-faq-answer strong {
	color: #2c2c2c;
}

/* Tablet */
@media screen and (max-width: 1024px) and (min-width: 769px) {

	.nm-product-faqs {
		background-size: 100% auto;
		background-position: bottom center;
	}
}

/* Mobile */
@media screen and (max-width: 768px) {

	.nm-product-faqs {
		padding: 40px 0 50px;
		background-image: url('img/faqs-section-background-mobile.webp') !important;
		background-size: 100% auto !important;
		background-position: bottom center !important;
		background-repeat: no-repeat !important;
	}

	.nm-product-faqs-inner {
		padding: 0 24px;
	}

	.nm-product-faqs-heading {
		font-size: 26px;
		margin-bottom: 28px;
	}

	.nm-product-faq-question {
		font-size: 15px;
		padding: 18px 0;
	}

	.nm-product-faq-answer p {
		font-size: 13px;
	}
}


/* Cart Panel Customizations
--------------------------------------------------------------- */

/* Hide addon variation data from item list (shown separately in Order Extras) */
#nm-cart-panel .nm-cart-panel-item-details .variation {
	display: none !important;
}

/* Checkout button: full width (View Cart removed) */
#nm-cart-panel .buttons .button {
	width: 100% !important;
	float: none !important;
	display: block !important;
}

#nm-cart-panel .buttons .button.checkout {
	float: none !important;
	width: 100% !important;
	padding: 14px !important;
	font-weight: 700;
	letter-spacing: 0.03em;
}

/* Order Extras (addons) section */
.nm-cart-panel-addons {
	padding: 14px 0 0;
	margin-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nm-cart-panel-addons-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 8px;
}

.nm-cart-panel-addon-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 4px 0;
}

.nm-cart-panel-addon-name {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
}

.nm-cart-panel-addon-price {
	font-size: 13px;
	font-weight: 600;
	color: #d4a574;
	white-space: nowrap;
}

/* Signature on Delivery upsell card */
.nm-cart-panel-upsell {
	margin-top: 16px;
	padding: 14px 16px;
	background: rgba(212, 165, 116, 0.08);
	border: 1px solid rgba(212, 165, 116, 0.2);
	border-radius: 6px;
	transition: opacity 0.2s ease;
}

.nm-cart-panel-upsell.is-loading {
	opacity: 0.5;
	pointer-events: none;
}

.nm-cart-panel-upsell-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	margin: 0;
}

.nm-cart-panel-upsell-toggle input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.nm-cart-panel-upsell-check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	flex-shrink: 0;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.nm-cart-panel-upsell-toggle input:checked+.nm-cart-panel-upsell-check {
	border-color: #d4a574;
	background-color: #d4a574;
}

.nm-cart-panel-upsell-toggle input:checked+.nm-cart-panel-upsell-check::after {
	content: '';
	display: block;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-top: -2px;
}

.nm-cart-panel-upsell-content {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
}

.nm-cart-panel-upsell-title {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
}

.nm-cart-panel-upsell-title svg {
	color: #d4a574;
	flex-shrink: 0;
}

.nm-cart-panel-upsell-price {
	font-size: 13px;
	font-weight: 700;
	color: #d4a574;
	white-space: nowrap;
}

.nm-cart-panel-upsell-desc {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 1.5;
	margin: 8px 0 0;
}

/* Trust badges in cart panel */
.nm-cart-panel-badges {
	display: flex;
	justify-content: center;
	gap: 18px;
	padding: 16px 0 4px;
	flex-wrap: wrap;
}

.nm-cart-panel-badge {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
	white-space: nowrap;
}

.nm-cart-panel-badge svg {
	color: #d4a574;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
}


/* Discount Banner (Cart Panel + Checkout)
--------------------------------------------------------------- */

.nm-discount-banner {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 16px;
	padding: 14px 16px;
	background: rgba(212, 165, 116, 0.08);
	border: 1px dashed rgba(212, 165, 116, 0.35);
	border-radius: 8px;
}

.nm-discount-banner.is-unlocked {
	background: rgba(90, 138, 58, 0.08);
	border-color: rgba(90, 138, 58, 0.3);
	border-style: solid;
}

/* Tier 2: free shipping unlocked, working toward 10% off */
.nm-discount-banner--ship-unlocked {
	flex-direction: column;
	gap: 10px;
}

.nm-discount-milestone {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nm-discount-milestone .nm-discount-icon {
	width: 24px;
	height: 24px;
}

.nm-discount-milestone-text {
	font-size: 12px;
	font-weight: 700;
	color: #5a8a3a;
}

.nm-discount-next {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.nm-discount-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgba(212, 165, 116, 0.12);
	border-radius: 50%;
	color: #d4a574;
	flex-shrink: 0;
}

.nm-discount-icon--success {
	background: rgba(90, 138, 58, 0.12);
	color: #5a8a3a;
}

.nm-discount-body {
	flex: 1;
	min-width: 0;
}

.nm-discount-title {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
	margin-bottom: 3px;
}

.nm-discount-subtitle {
	display: block;
	font-size: 12px;
	color: #6a6a6a;
	line-height: 1.4;
	margin-bottom: 8px;
}

.nm-discount-subtitle strong {
	color: #d4a574;
	font-weight: 700;
}

.nm-discount-code-inline {
	display: inline;
	font-family: 'SFMono-Regular', Consolas, monospace;
	font-size: 11px;
	font-weight: 700;
	color: #d4a574;
	background: rgba(212, 165, 116, 0.1);
	border: 1px solid rgba(212, 165, 116, 0.25);
	border-radius: 3px;
	padding: 1px 5px;
	letter-spacing: 0.5px;
}

/* Progress bar */
.nm-discount-progress {
	height: 4px;
	background: rgba(212, 165, 116, 0.15);
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 10px;
}

.nm-discount-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, #d4a574, #c89660);
	border-radius: 2px;
	transition: width 0.4s ease;
}

/* Add one more button */
.nm-discount-add-btn {
	display: block;
	width: 100%;
	padding: 8px 0;
	font-size: 12px;
	font-weight: 700;
	color: #d4a574;
	background: rgba(212, 165, 116, 0.1);
	border: 1px solid rgba(212, 165, 116, 0.3);
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.2s ease;
	text-align: center;
}

.nm-discount-add-btn:hover {
	background: rgba(212, 165, 116, 0.18);
}

.nm-discount-add-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Unlocked state — copyable code + button */
.nm-discount-code-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}

.nm-discount-code {
	font-family: 'SFMono-Regular', Consolas, monospace;
	font-size: 13px;
	font-weight: 700;
	color: #5a8a3a;
	background: rgba(90, 138, 58, 0.08);
	border: 1px dashed rgba(90, 138, 58, 0.3);
	border-radius: 4px;
	padding: 5px 12px;
	letter-spacing: 1.5px;
}

.nm-discount-copy-btn {
	padding: 5px 12px;
	font-size: 11px;
	font-weight: 700;
	color: #5a8a3a;
	background: rgba(90, 138, 58, 0.1);
	border: 1px solid rgba(90, 138, 58, 0.25);
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s ease;
	white-space: nowrap;
}

.nm-discount-copy-btn:hover {
	background: rgba(90, 138, 58, 0.18);
}

/* Cart panel context — light text for dark bg */
#nm-cart-panel .nm-discount-banner {
	background: rgba(212, 165, 116, 0.06);
	border-color: rgba(212, 165, 116, 0.2);
}

#nm-cart-panel .nm-discount-banner.is-unlocked {
	background: rgba(90, 138, 58, 0.06);
	border-color: rgba(90, 138, 58, 0.2);
}

#nm-cart-panel .nm-discount-title {
	color: #fff;
}

#nm-cart-panel .nm-discount-subtitle {
	color: rgba(255, 255, 255, 0.6);
}

#nm-cart-panel .nm-discount-subtitle strong {
	color: #d4a574;
}

#nm-cart-panel .nm-discount-code-inline {
	color: #d4a574;
	background: rgba(212, 165, 116, 0.12);
	border-color: rgba(212, 165, 116, 0.25);
}

#nm-cart-panel .nm-discount-code {
	color: #8ece68;
	background: rgba(90, 138, 58, 0.1);
	border-color: rgba(90, 138, 58, 0.25);
}

#nm-cart-panel .nm-discount-copy-btn {
	color: #8ece68;
	background: rgba(90, 138, 58, 0.08);
	border-color: rgba(90, 138, 58, 0.2);
}

#nm-cart-panel .nm-discount-copy-btn:hover {
	background: rgba(90, 138, 58, 0.15);
}

#nm-cart-panel .nm-discount-add-btn {
	color: #d4a574;
	background: rgba(212, 165, 116, 0.08);
	border-color: rgba(212, 165, 116, 0.2);
}

#nm-cart-panel .nm-discount-add-btn:hover {
	background: rgba(212, 165, 116, 0.15);
}


/* Google Places Autocomplete Dropdown
--------------------------------------------------------------- */

.pac-container {
	z-index: 2147483647 !important;
	pointer-events: auto !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	background: #ffffff !important;
	border: 1px solid #e8e2db !important;
	border-top: none !important;
	border-radius: 0 0 10px 10px !important;
	box-shadow: 0 8px 30px rgba(26, 26, 26, 0.08), 0 2px 8px rgba(26, 26, 26, 0.04) !important;
	margin-top: 0 !important;
	padding: 4px 0 !important;
	box-sizing: border-box !important;
}

/* Individual suggestion items */
.pac-item {
	display: flex !important;
	align-items: center !important;
	padding: 11px 14px !important;
	font-size: 13.5px !important;
	color: #5a5a5a !important;
	line-height: 1.5 !important;
	border-top: none !important;
	border-bottom: none !important;
	cursor: pointer !important;
	transition: background 0.15s ease !important;
	margin: 1px 5px !important;
	border-radius: 6px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.pac-item:hover,
.pac-item-selected {
	background: #faf8f6 !important;
}

/* Location pin icon */
.pac-icon {
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	margin-right: 10px !important;
	margin-top: 0 !important;
	flex-shrink: 0 !important;
	background-image: none !important;
	background-size: 0 !important;
	background-color: rgba(212, 165, 116, 0.1) !important;
	border-radius: 50% !important;
	position: relative !important;
}

.pac-icon::after {
	content: '' !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 14px !important;
	height: 14px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d4a574' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.pac-icon-marker {
	background-image: none !important;
}

/* Street name / main query text */
.pac-item-query {
	font-size: 13.5px !important;
	font-weight: 600 !important;
	color: #1a1a1a !important;
	margin-right: 4px !important;
	flex-shrink: 0 !important;
}

/* Matched characters highlight */
.pac-matched {
	font-weight: 700 !important;
	color: #c4915e !important;
}

/* Secondary text (suburb, state) */
.pac-item>span:last-child {
	color: #8a8a8a !important;
	font-size: 12.5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

/* "Powered by Google" footer */
.pac-container::after {
	padding: 6px 14px 8px !important;
	margin-top: 4px !important;
	border-top: 1px solid #f0ebe5 !important;
	background: #faf8f6 !important;
	font-size: 10px !important;
}

/* Autocomplete-active address input styling */
input[data-nm-places-attached="1"] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23bfb5a8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
	background-size: 16px !important;
	padding-right: 36px !important;
}

input[data-nm-places-attached="1"]:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23d4a574' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") !important;
}

/* Mobile / smaller screens */
@media (max-width: 768px) {
	.pac-container {
		border-radius: 0 0 8px 8px !important;
	}

	.pac-item {
		padding: 12px 10px !important;
		font-size: 13px !important;
		margin: 1px 4px !important;
	}

	.pac-item-query {
		font-size: 13px !important;
	}

	.pac-item>span:last-child {
		font-size: 12px !important;
	}

	.pac-icon {
		width: 26px !important;
		height: 26px !important;
		min-width: 26px !important;
		margin-right: 8px !important;
	}
}


/* Custom Footer
--------------------------------------------------------------- */

.nm-custom-footer {
	background-color: #f5f0eb;
	float: left;
	width: 100%;
}

/* Hide default Savoy footer elements if any leak through */
.nm-custom-footer .nm-footer-widgets,
.nm-custom-footer .nm-footer-bar {
	display: none;
}

/* ----- Top Section: Newsletter + Nav side by side ----- */

.nm-custom-footer-top {
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 60px 0;
}

.nm-custom-footer-top-inner {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

/* ----- Newsletter (Left Side) ----- */

.nm-custom-footer-newsletter {
	flex: 0 1 50%;
	min-width: 0;
}

.nm-custom-footer-newsletter-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 5.5vw, 80px);
	font-weight: 400;
	line-height: 1.05;
	color: #1a1a1a;
	margin: 0 0 20px;
}

.nm-custom-footer-flower {
	display: inline-block;
	width: clamp(32px, 4vw, 56px);
	height: auto;
	vertical-align: baseline;
	margin-left: 4px;
	position: relative;
	top: -0.05em;
}

.nm-custom-footer-newsletter-subtitle {
	font-size: 15px;
	color: #5a5a5a;
	margin: 0 0 28px;
	line-height: 1.6;
}

.nm-custom-footer-newsletter-form {
	margin: 0;
}

.nm-custom-footer-newsletter-field {
	display: flex;
	gap: 10px;
	align-items: stretch;
	max-width: 460px;
}

.nm-custom-footer-newsletter-field input[type="email"] {
	flex: 1;
	padding: 14px 24px;
	font-size: 14px;
	color: #2c2c2c;
	background: transparent;
	border: 1.5px solid #8a8a8a;
	border-radius: 50px;
	outline: none;
	transition: border-color 0.2s ease;
	min-width: 0;
}

.nm-custom-footer-newsletter-field input[type="email"]::placeholder {
	color: #8a8a8a;
}

.nm-custom-footer-newsletter-field input[type="email"]:focus {
	border-color: #2c2c2c;
}

.nm-custom-footer-newsletter-field button {
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 600;
	color: #2c2c2c;
	background-color: #c8d4a2;
	border: none;
	border-radius: 50px;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.nm-custom-footer-newsletter-field button:hover {
	background-color: #b8c492;
}

.nm-custom-footer-newsletter-field button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.nm-newsletter-msg {
	font-size: 13px;
	margin: 10px 0 0;
	min-height: 0;
	transition: opacity 0.2s ease;
}

.nm-newsletter-msg:empty {
	display: none;
}

.nm-newsletter-success {
	color: #5a8a3a;
}

.nm-newsletter-error {
	color: #c0392b;
}

/* ----- Navigation Columns (Right Side) ----- */

.nm-custom-footer-nav {
	flex: 0 1 50%;
	min-width: 0;
}

.nm-custom-footer-nav-inner {
	display: flex;
	gap: 32px;
}

.nm-custom-footer-col {
	flex: 1;
	min-width: 0;
}

.nm-custom-footer-col-title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #2c2c2c;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nm-custom-footer-chevron {
	display: none;
}

.nm-custom-footer-col-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nm-custom-footer-col-links li {
	margin-bottom: 10px;
}

.nm-custom-footer-col-links a {
	font-size: 14px;
	color: #5a5a5a;
	text-decoration: none;
	transition: color 0.2s ease;
}

.nm-custom-footer-col-links a:hover {
	color: #2c2c2c;
}

/* ----- Bottom Bar: Mascot + Copyright ----- */

.nm-custom-footer-bottom {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 60px;
}

.nm-custom-footer-bottom-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	/* min-height: 260px; */
}

.nm-custom-footer-mascot {
	flex-shrink: 0;
	align-self: flex-end;
	margin-bottom: -4px;
}

.nm-custom-footer-mascot img {
	width: 340px;
	height: auto;
	display: block;
}

.nm-custom-footer-copyright {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px;
	padding-bottom: 30px;
	font-size: 13px;
	color: #5a5a5a;
}

.nm-custom-footer-copyright a {
	color: #5a5a5a;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.nm-custom-footer-copyright a:hover {
	color: #2c2c2c;
}

/* ----- Footer Middle Band: Payments + Business ----- */

.nm-custom-footer-mid {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 60px;
}

.nm-custom-footer-mid-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin-top: 50px;
	padding: 28px 0;
	border-top: 1px solid #e0d8d0;
}

/* Payment icon pills */
.nm-custom-footer-payments {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}

.nm-footer-pay {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 30px;
	padding: 5px;
	background: #eee8e1;
	border-radius: 6px;
	box-sizing: border-box;
	overflow: hidden;
}

.nm-footer-pay img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.nm-fp--amex {
	padding: 0;
}

.nm-fp--amex img {
	height: 100%;
	max-width: none;
	border-radius: 5px;
}

/* Business details row */
.nm-custom-footer-business {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 16px;
	font-size: 11px;
	color: #9a9088;
}

.nm-footer-biz-item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.nm-footer-biz-item svg {
	flex-shrink: 0;
	opacity: 0.6;
}

.nm-footer-biz-sep {
	width: 1px;
	height: 12px;
	background: #d0c8c0;
}

/* ----- Tablet ----- */

@media screen and (max-width: 1024px) {

	.nm-custom-footer-mid {
		padding: 0 40px;
	}

	.nm-custom-footer-top {
		padding: 50px 40px 0;
	}

	.nm-custom-footer-top-inner {
		flex-direction: column;
		gap: 40px;
	}

	.nm-custom-footer-newsletter,
	.nm-custom-footer-nav {
		flex: none;
		width: 100%;
	}

	.nm-custom-footer-bottom {
		padding: 0 40px;
	}

	.nm-custom-footer-mascot img {
		width: 260px;
	}
}

/* ----- Mobile ----- */

@media screen and (max-width: 768px) {

	.nm-custom-footer-mid {
		padding: 0 24px;
	}

	.nm-custom-footer-mid-inner {
		padding: 20px 0;
		gap: 12px;
	}

	.nm-footer-biz-sep {
		display: none;
	}

	.nm-custom-footer-business {
		flex-direction: column;
		gap: 4px;
	}

	/* Top section: stack and remove padding */
	.nm-custom-footer-top {
		padding: 0;
	}

	.nm-custom-footer-top-inner {
		flex-direction: column-reverse;
		gap: 0;
	}

	/* Nav columns become accordions */
	.nm-custom-footer-nav {
		border-bottom: 1px solid #e0d8d0;
	}

	.nm-custom-footer-nav-inner {
		flex-direction: column;
		gap: 0;
	}

	.nm-custom-footer-col {
		border-top: 1px solid #e0d8d0;
	}

	.nm-custom-footer-col-title {
		padding: 18px 24px;
		margin: 0;
		font-size: 12px;
	}

	.nm-custom-footer-chevron {
		display: block;
		width: 10px;
		height: 10px;
		border-right: 1.5px solid #2c2c2c;
		border-bottom: 1.5px solid #2c2c2c;
		transform: rotate(45deg);
		transition: transform 0.3s ease;
		flex-shrink: 0;
	}

	.nm-custom-footer-col.is-open .nm-custom-footer-chevron {
		transform: rotate(-135deg);
	}

	.nm-custom-footer-col-links {
		display: none;
		padding: 0 24px 18px;
	}

	.nm-custom-footer-col.is-open .nm-custom-footer-col-links {
		display: block;
	}

	/* Newsletter on mobile */
	.nm-custom-footer-newsletter {
		padding: 40px 24px 44px;
	}

	.nm-custom-footer-newsletter-title {
		font-size: 30px;
	}

	.nm-custom-footer-newsletter-field {
		max-width: none;
	}

	.nm-custom-footer-newsletter-field input[type="email"] {
		padding: 14px 20px;
	}

	/* Bottom bar */
	.nm-custom-footer-bottom {
		padding: 0 24px;
	}

	.nm-custom-footer-bottom-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
		min-height: auto;
		padding-top: 10px;
	}

	.nm-custom-footer-mascot {
		display: none;
	}

	.nm-custom-footer-copyright {
		justify-content: center;
		gap: 16px;
		padding-bottom: 28px;
	}
}


/* Thank You Page
--------------------------------------------------------------- */

.nm-thankyou {
	text-align: center;
	padding: 20px 0 0;
	position: relative;
	overflow: hidden;
}

/* Confetti canvas */
#nm-confetti-canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 9999;
}

/* ----- Celebratory Hero ----- */

.nm-ty-hero {
	padding: 40px 20px 10px;
}

.nm-ty-checkmark {
	width: 72px;
	height: 72px;
	margin: 0 auto 28px;
}

.nm-ty-checkmark svg {
	width: 100%;
	height: 100%;
}

.nm-ty-checkmark svg circle {
	stroke-dasharray: 160;
	stroke-dashoffset: 160;
	animation: nm-ty-circle-draw 0.6s ease-out 0.3s forwards;
}

.nm-ty-checkmark-path {
	stroke-dasharray: 40;
	stroke-dashoffset: 40;
	animation: nm-ty-check-draw 0.4s ease-out 0.8s forwards;
}

@keyframes nm-ty-circle-draw {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes nm-ty-check-draw {
	to {
		stroke-dashoffset: 0;
	}
}

.nm-ty-heading {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 32px;
	font-weight: 400;
	color: #1a1a1a;
	letter-spacing: -0.5px;
	margin: 0 0 12px;
	animation: nm-ty-fade-up 0.5s ease-out 0.6s both;
}

.nm-ty-subheading {
	font-size: 15px;
	color: #8a8a8a;
	margin: 0;
	letter-spacing: 0.1px;
	animation: nm-ty-fade-up 0.5s ease-out 0.75s both;
}

@keyframes nm-ty-fade-up {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ----- Order Summary Card ----- */

.nm-ty-summary-card {
	max-width: 520px;
	margin: 36px auto 0;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 10px;
	padding: 28px 32px;
	animation: nm-ty-fade-up 0.5s ease-out 0.9s both;
}

.nm-ty-summary-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 32px;
}

.nm-ty-summary-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: left;
}

.nm-ty-summary-label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #b0a89e;
}

.nm-ty-summary-value {
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
}

.nm-ty-summary-divider {
	height: 1px;
	background: #e8e2db;
	margin: 20px 0;
}

.nm-ty-summary-address .nm-ty-summary-value {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #5a5a5a;
	line-height: 1.65;
}

/* ----- What Happens Next Timeline ----- */

.nm-ty-timeline {
	max-width: 520px;
	margin: 36px auto 0;
	text-align: left;
	animation: nm-ty-fade-up 0.5s ease-out 1.05s both;
}

.nm-ty-timeline-heading {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	color: #1a1a1a;
	letter-spacing: -0.2px;
	margin: 0 0 24px;
	text-align: center;
}

.nm-ty-timeline-steps {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.nm-ty-step {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 20px;
	border-radius: 8px;
	background: transparent;
	transition: background-color 0.2s ease;
}

.nm-ty-step.is-complete {
	background: #faf8f6;
}

.nm-ty-step-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border: 1.5px solid #e8e2db;
	color: #b0a89e;
	background: #ffffff;
	transition: all 0.2s ease;
}

.nm-ty-step.is-complete .nm-ty-step-icon {
	border-color: #d4a574;
	color: #d4a574;
	background: rgba(212, 165, 116, 0.08);
}

.nm-ty-step-content {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.nm-ty-step-label {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
}

.nm-ty-step.is-complete .nm-ty-step-label {
	color: #1a1a1a;
}

.nm-ty-step-desc {
	font-size: 13px;
	color: #8a8a8a;
}

.nm-ty-step-connector {
	width: 1.5px;
	height: 16px;
	background: #e8e2db;
	margin-left: 39px;
}

/* ----- Confirmation Note ----- */

.nm-ty-confirmation-note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 520px;
	margin: 32px auto 0;
	padding: 14px 24px;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 8px;
	font-size: 13px;
	color: #5a5a5a;
	animation: nm-ty-fade-up 0.5s ease-out 1.2s both;
}

.nm-ty-confirmation-note svg {
	color: #d4a574;
	flex-shrink: 0;
}

.nm-ty-confirmation-note strong {
	color: #1a1a1a;
}

/* ----- Trust Badges ----- */

.nm-ty-badges {
	display: flex;
	justify-content: center;
	gap: 28px;
	flex-wrap: wrap;
	margin: 32px auto 8px;
	padding: 20px 0 0;
	border-top: 1px solid #e8e2db;
	max-width: 520px;
	animation: nm-ty-fade-up 0.5s ease-out 1.35s both;
}

.nm-ty-badge {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #b0a89e;
	letter-spacing: 0.2px;
}

.nm-ty-badge svg {
	color: #d4a574;
}

/* ----- Hide default WooCommerce order received notice ----- */

.nm-thankyou .woocommerce-notice--success.woocommerce-thankyou-order-received {
	display: none !important;
}

.nm-thankyou .nm-checkout-ty-order-details-top {
	display: none !important;
}

/* ----- Order Details Card ----- */

.woocommerce-order-received .page>.woocommerce {
	padding-top: 30px !important;
}

.nm-thankyou .woocommerce-order-details {
	max-width: 520px;
	margin: 36px auto 0;
	text-align: left;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 10px;
	padding: 28px 32px;
	animation: nm-ty-fade-up 0.5s ease-out 1.5s both;
	margin-bottom: 30px;
}

.nm-thankyou .woocommerce-order-details__title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	color: #1a1a1a;
	letter-spacing: -0.2px;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}

.nm-thankyou .woocommerce-table--order-details {
	border: none !important;
	margin: 0;
	background: transparent;
}

.nm-thankyou .woocommerce-table--order-details thead {
	display: none;
}

.nm-thankyou .woocommerce-table--order-details .order_item td {
	padding: 14px 0 !important;
	border-bottom: 1px solid #e8e2db !important;
	border-top: none !important;
	background: transparent !important;
	font-size: 14px;
	vertical-align: top;
}

.nm-thankyou .woocommerce-table--order-details .order_item:first-child td {
	padding-top: 0 !important;
}

.nm-thankyou .woocommerce-table--order-details .order_item .product-name {
	color: #3a3a3a;
}

.nm-thankyou .woocommerce-table--order-details .order_item .product-name a {
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 600;
}

.nm-thankyou .woocommerce-table--order-details .order_item .product-name a:hover {
	color: #d4a574;
}

.nm-thankyou .woocommerce-table--order-details .order_item .product-name .product-quantity {
	color: #8a8a8a;
	font-weight: 400;
}

.nm-thankyou .woocommerce-table--order-details .order_item .product-total {
	text-align: right;
	color: #1a1a1a;
	font-weight: 600;
}

.nm-thankyou .woocommerce-table--order-details tfoot tr th,
.nm-thankyou .woocommerce-table--order-details tfoot tr td {
	padding: 10px 0 !important;
	border-top: none !important;
	border-bottom: none !important;
	background: transparent !important;
	font-size: 14px;
	color: #5a5a5a;
}

.nm-thankyou .woocommerce-table--order-details tfoot tr:first-child th,
.nm-thankyou .woocommerce-table--order-details tfoot tr:first-child td {
	padding-top: 16px !important;
	border-top: 1px solid #e8e2db !important;
}

.nm-thankyou .woocommerce-table--order-details tfoot tr th {
	font-weight: 400;
	text-align: left;
}

.nm-thankyou .woocommerce-table--order-details tfoot tr td {
	text-align: right;
	font-weight: 600;
	color: #1a1a1a;
}

.nm-thankyou .woocommerce-table--order-details tfoot tr:last-child th {
	font-weight: 600;
	color: #1a1a1a;
	font-size: 15px;
}

.nm-thankyou .woocommerce-table--order-details tfoot tr:last-child td {
	font-size: 15px;
	color: #d4a574;
	font-weight: 700;
}

/* ----- Hide default WooCommerce customer details (moved into summary card) ----- */

.nm-thankyou .woocommerce-customer-details {
	display: none !important;
}

/* ----- Responsive ----- */

@media screen and (max-width: 600px) {

	.nm-ty-hero {
		padding: 28px 16px 6px;
	}

	.nm-ty-checkmark {
		width: 60px;
		height: 60px;
		margin-bottom: 22px;
	}

	.nm-ty-heading {
		font-size: 26px;
	}

	.nm-ty-subheading {
		font-size: 14px;
	}

	.nm-ty-summary-card {
		margin-top: 28px;
		padding: 22px 20px;
	}

	.nm-ty-summary-grid {
		gap: 16px 20px;
	}

	.nm-ty-summary-value {
		font-size: 15px;
	}

	.nm-ty-timeline {
		margin-top: 28px;
	}

	.nm-ty-step {
		padding: 12px 16px;
	}

	.nm-ty-step-icon {
		width: 36px;
		height: 36px;
	}

	.nm-ty-step-connector {
		margin-left: 33px;
		height: 12px;
	}

	.nm-ty-confirmation-note {
		margin-top: 24px;
		padding: 12px 18px;
		font-size: 12px;
	}

	.nm-ty-badges {
		margin-top: 24px;
		gap: 16px;
	}

	.nm-ty-badge {
		font-size: 11px;
	}

	/* Order details card mobile */
	.nm-thankyou .woocommerce-order-details {
		margin-top: 28px;
		padding: 22px 20px;
	}

}


/* My Account
--------------------------------------------------------------- */

/* ----- Navigation Sidebar ----- */

.woocommerce-MyAccount-navigation {
	padding-right: 30px !important;
}

.nm-MyAccount-user {
	margin-bottom: 32px !important;
	padding-bottom: 28px;
	border-bottom: 1px solid #e8e2db;
}

.nm-MyAccount-user-image img {
	border: 2px solid #e8e2db !important;
}

.nm-MyAccount-user-info .nm-username {
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 18px !important;
	color: #1a1a1a !important;
}

.nm-MyAccount-user-info .nm-username strong {
	color: #1a1a1a !important;
	font-weight: 600 !important;
}

.nm-MyAccount-user-info .nm-logout-button.border {
	font-size: 11px !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8a8a8a !important;
	border-color: #e8e2db !important;
	border-radius: 4px !important;
	padding: 6px 14px !important;
	transition: all 0.2s ease;
}

.nm-MyAccount-user-info .nm-logout-button.border:hover {
	color: #1a1a1a !important;
	border-color: #d4a574 !important;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: 14px !important;
	color: #5a5a5a !important;
	padding: 10px 0 10px 18px !important;
	margin-bottom: 2px !important;
	border-bottom: none !important;
	border-left: 2px solid transparent;
	border-radius: 0 4px 4px 0;
	transition: all 0.2s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: #1a1a1a !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #1a1a1a !important;
	font-weight: 600 !important;
	background: transparent;
	border-left-color: #d4a574 !important;
	border-bottom: none !important;
}

.woocommerce-MyAccount-content {
	padding-left: 30px !important;
	border-left: 1px solid #e8e2db;
}

/* ----- Dashboard ----- */

.nm-dashboard-hero {
	margin-bottom: 28px;
}

.nm-dashboard-greeting {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
	color: #1a1a1a;
	letter-spacing: -0.3px;
	margin: 0 0 8px;
}

.nm-dashboard-subtitle {
	font-size: 15px;
	color: #8a8a8a;
	margin: 0;
}

.nm-dashboard-alert {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	background: #fdf9f5;
	border: 1px solid #e8e2db;
	border-left: 3px solid #d4a574;
	border-radius: 6px;
	margin-bottom: 28px;
	font-size: 14px;
	color: #3a3a3a;
}

.nm-dashboard-alert svg {
	color: #d4a574;
	flex-shrink: 0;
}

.nm-dashboard-alert a {
	margin-left: auto;
	font-size: 13px;
	font-weight: 600;
	color: #d4a574;
	text-decoration: none;
	white-space: nowrap;
}

.nm-dashboard-alert a:hover {
	color: #c49464;
}

.nm-dashboard-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.nm-dashboard-card {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 22px 24px;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 10px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nm-dashboard-card:hover {
	border-color: #d4a574;
	box-shadow: 0 2px 12px rgba(212, 165, 116, 0.08);
}

.nm-dashboard-card-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #e8e2db;
	border-radius: 12px;
	color: #d4a574;
	flex-shrink: 0;
}

.nm-dashboard-card-text {
	flex: 1;
	min-width: 0;
}

.nm-dashboard-card-title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
}

.nm-dashboard-card-desc {
	display: block;
	font-size: 13px;
	color: #8a8a8a;
	margin-top: 3px;
}

.nm-dashboard-card-arrow {
	color: #b0a89e;
	flex-shrink: 0;
	transition: color 0.2s ease, transform 0.2s ease;
}

.nm-dashboard-card:hover .nm-dashboard-card-arrow {
	color: #d4a574;
	transform: translateX(3px);
}

/* ----- Orders List ----- */

.nm-orders-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.nm-order-card {
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 10px;
	overflow: hidden;
}

.nm-order-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
	border-bottom: 1px solid #f0ebe6;
}

.nm-order-card-number {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
}

.nm-order-card-date {
	display: block;
	font-size: 12px;
	color: #8a8a8a;
	margin-top: 3px;
}

/* Status badges */
.nm-order-status-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 20px;
	white-space: nowrap;
}

.nm-order-status--processing {
	color: #b8860b;
	background: #fef6e6;
}

.nm-order-status--completed {
	color: #5a8a3a;
	background: #eef6e8;
}

.nm-order-status--on-hold {
	color: #8a8a8a;
	background: #f5f3f0;
}

.nm-order-status--cancelled,
.nm-order-status--refunded,
.nm-order-status--failed {
	color: #c47d5a;
	background: #fdf0eb;
}

.nm-order-status--pending {
	color: #6b8f9e;
	background: #eef4f7;
}

.nm-order-status--partially-shipped {
	color: #1e40af;
	background: #dbeafe;
}

/* Order card body */
.nm-order-card-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 22px;
	gap: 16px;
}

.nm-order-card-items {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	min-width: 0;
}

.nm-order-card-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nm-order-card-thumb {
	width: 48px;
	height: 48px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e8e2db;
	flex-shrink: 0;
}

.nm-order-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nm-order-card-item-name {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #1a1a1a;
}

.nm-order-card-item-qty {
	display: block;
	font-size: 12px;
	color: #8a8a8a;
}

.nm-order-card-more {
	font-size: 12px;
	color: #b0a89e;
	white-space: nowrap;
}

.nm-order-card-summary {
	text-align: right;
	flex-shrink: 0;
}

.nm-order-card-total-label {
	display: block;
	font-size: 12px;
	color: #8a8a8a;
}

.nm-order-card-total {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin-top: 2px;
}

/* Tracking row */
.nm-order-card-tracking {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	background: #fff;
	border-top: 1px solid #f0ebe6;
	font-size: 13px;
}

.nm-order-card-tracking svg {
	color: #d4a574;
	flex-shrink: 0;
}

.nm-order-card-tracking-label {
	color: #5a5a5a;
}

.nm-order-card-tracking-number {
	font-family: monospace, Courier, "Courier New";
	font-weight: 600;
	color: #d4a574;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.nm-order-card-tracking-number:hover {
	color: #c49464;
	text-decoration: underline;
}

/* Order card footer */
.nm-order-card-footer {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 22px;
	border-top: 1px solid #f0ebe6;
}

.nm-order-card-btn {
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	padding: 8px 20px;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.nm-order-card-btn--view {
	color: #fff;
	background: #1a1a1a;
}

.nm-order-card-btn--view:hover {
	background: #333;
	color: #fff;
}

.nm-order-card-btn--pay,
.nm-order-card-btn--cancel {
	color: #5a5a5a;
	border: 1px solid #e8e2db;
	background: transparent;
}

.nm-order-card-btn--pay:hover,
.nm-order-card-btn--cancel:hover {
	border-color: #d4a574;
	color: #1a1a1a;
}

/* Pagination */
.nm-orders-pagination {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 24px;
}

.nm-orders-pagination-btn {
	font-size: 13px;
	font-weight: 600;
	color: #5a5a5a;
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid #e8e2db;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.nm-orders-pagination-btn:hover {
	border-color: #d4a574;
	color: #1a1a1a;
}

/* Empty orders */
.nm-orders-empty {
	text-align: center;
	padding: 60px 20px;
}

.nm-orders-empty-icon {
	color: #e8e2db;
	margin-bottom: 20px;
}

.nm-orders-empty-heading {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 10px;
}

.nm-orders-empty-text {
	font-size: 14px;
	color: #8a8a8a;
	margin: 0 0 24px;
}

.nm-orders-empty-btn {
	display: inline-block;
	padding: 12px 32px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background: #1a1a1a;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.nm-orders-empty-btn:hover {
	background: #333;
	color: #fff;
}

/* ----- View Order ----- */

.nm-view-order-status {
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 10px;
	padding: 24px 28px;
	margin-bottom: 24px;
}

.nm-view-order-status-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0ebe6;
}

.nm-view-order-number {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 4px;
}

.nm-view-order-date {
	font-size: 13px;
	color: #8a8a8a;
	margin: 0;
}

.nm-view-order-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 32px;
}

.nm-view-order-label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #b0a89e;
	margin-bottom: 4px;
}

.nm-view-order-value {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
}

/* Tracking card */
.nm-view-order-tracking {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #fff;
	border: 1.5px solid #e8e2db;
	border-radius: 10px;
	padding: 20px 24px;
	margin-bottom: 24px;
}

.nm-view-order-tracking-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 10px;
	color: #d4a574;
	flex-shrink: 0;
}

.nm-view-order-tracking-info {
	flex: 1;
}

.nm-view-order-tracking-carrier {
	display: block;
	font-size: 12px;
	color: #8a8a8a;
}

.nm-view-order-tracking-num {
	display: block;
	font-family: monospace, Courier, "Courier New";
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.5px;
	margin-top: 2px;
}

.nm-view-order-tracking-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background: #1a1a1a;
	border-radius: 4px;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.nm-view-order-tracking-btn:hover {
	background: #333;
	color: #fff;
}

/* Multi-shipment tracking */
.nm-view-order-tracking-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #d4a574;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}

.nm-view-order-tracking-items {
	display: block;
	font-size: 12px;
	color: #8a8a8a;
	margin-top: 4px;
}

.nm-view-order-tracking-date {
	display: block;
	font-size: 12px;
	color: #b0a89e;
	margin-top: 2px;
}

.nm-view-order-tracking+.nm-view-order-tracking {
	margin-top: 12px;
}

/* Pending shipment card */
.nm-view-order-pending-shipment {
	background: #faf8f6;
	border: 2px dashed #e8e2db;
	border-radius: 10px;
	padding: 20px 24px;
	margin-bottom: 24px;
}

.nm-view-order-pending-heading {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 12px;
}

.nm-view-order-pending-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nm-view-order-pending-list li {
	font-size: 14px;
	color: #5a5a5a;
	padding: 6px 0;
	border-top: 1px solid #f0ebe6;
}

.nm-view-order-pending-list li:first-child {
	border-top: none;
	padding-top: 0;
}

/* Order notes */
.nm-view-order-notes {
	margin-bottom: 24px;
}

.nm-view-order-notes-heading {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 16px;
}

.nm-view-order-notes-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nm-view-order-note {
	padding: 16px 0;
	border-top: 1px solid #e8e2db;
}

.nm-view-order-note:first-child {
	border-top: none;
	padding-top: 0;
}

.nm-view-order-note-date {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #b0a89e;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
}

.nm-view-order-note-text p {
	font-size: 14px;
	color: #3a3a3a;
	line-height: 1.6;
	margin: 0;
}

/* ----- Forms & Addresses ----- */

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	color: #1a1a1a;
}

.woocommerce-MyAccount-content .input-text,
.woocommerce-MyAccount-content select {
	padding: 12px 16px !important;
	font-size: 14px !important;
	color: #1a1a1a !important;
	background: #fff !important;
	border: 1.5px solid #e8e2db !important;
	border-radius: 6px !important;
	transition: border-color 0.2s ease;
}

.woocommerce-MyAccount-content .input-text:focus,
.woocommerce-MyAccount-content select:focus {
	border-color: #d4a574 !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1);
}

.woocommerce-MyAccount-content .form-row label {
	font-size: 13px !important;
	font-weight: 600;
	color: #3a3a3a;
	letter-spacing: 0.02em;
	margin-bottom: 6px;
}

.woocommerce-MyAccount-content fieldset legend {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	color: #1a1a1a;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e2db;
}

.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content button[type="submit"] {
	padding: 14px 32px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	color: #fff !important;
	background: #1a1a1a !important;
	border: none !important;
	border-radius: 4px !important;
	transition: background-color 0.2s ease;
}

.woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-MyAccount-content button[type="submit"]:hover {
	background: #333 !important;
}

/* Address page: row layout with gap */
.woocommerce-edit-address .woocommerce-Addresses .nm-row {
	display: flex;
	gap: 20px;
}

.woocommerce-edit-address .woocommerce-Addresses .nm-row>.woocommerce-Address {
	flex: 1;
	min-width: 0;
}

/* Address cards */
.woocommerce-edit-address .woocommerce-Address {
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 10px;
	padding: 24px 28px !important;
}

.woocommerce-edit-address .woocommerce-Address-title h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px !important;
	font-weight: 400;
	margin-bottom: 16px !important;
}

.woocommerce-edit-address .woocommerce-Address address {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.65;
	font-style: normal;
}

/* .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-edit-address .woocommerce-MyAccount-content .addresses h2 {
	padding-top: 0 !important;
} */

.woocommerce-edit-address .woocommerce-Address .edit {
	display: inline-block;
	margin-top: 16px;
	font-size: 13px;
	font-weight: 600;
	color: #d4a574;
	text-decoration: none;
}

.woocommerce-edit-address .woocommerce-Address .edit:hover {
	color: #c49464;
}

/* WooCommerce notices */
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .nm-shop-notice {
	background: #faf8f6 !important;
	border: 1px solid #e8e2db !important;
	border-left: 3px solid #d4a574 !important;
	border-radius: 6px;
	padding: 14px 18px !important;
	font-size: 14px;
	color: #3a3a3a !important;
	margin-bottom: 15px !important;
}

/* Hide default "Hello" greeting (we show it in dashboard hero instead) */
.nm-MyAccount-dashboard>p:first-of-type {
	display: none;
}

/* ----- My Account Responsive ----- */

@media all and (max-width: 991px) {

	.woocommerce-MyAccount-navigation {
		padding-right: 0 !important;
	}

	.nm-MyAccount-user {
		background: #faf8f6 !important;
		border: 1px solid #e8e2db;
		border-radius: 10px;
		padding: 20px !important;
		margin-bottom: 24px !important;
	}

	.woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}

	.woocommerce-MyAccount-navigation ul li {
		float: none !important;
	}

	.woocommerce-MyAccount-navigation ul li a {
		padding: 8px 16px !important;
		border: 1px solid #e8e2db !important;
		border-left: 1px solid #e8e2db !important;
		border-radius: 20px !important;
		margin-bottom: 0 !important;
		font-size: 13px !important;
		background: transparent;
	}

	.woocommerce-MyAccount-navigation ul li.is-active a {
		background: #1a1a1a;
		color: #fff !important;
		border-color: #1a1a1a !important;
	}

	.woocommerce-MyAccount-content {
		padding-left: 0 !important;
		border-left: none;
		margin-top: 32px !important;
	}
}

@media all and (max-width: 768px) {

	.nm-dashboard-greeting {
		font-size: 24px;
	}

	.nm-dashboard-card {
		padding: 18px 20px;
		gap: 14px;
	}

	.nm-dashboard-card-icon {
		width: 42px;
		height: 42px;
	}

	/* Order cards mobile */
	.nm-order-card-body {
		flex-direction: column;
		align-items: flex-start;
	}

	.nm-order-card-summary {
		text-align: left;
		width: 100%;
		padding-top: 12px;
		border-top: 1px solid #f0ebe6;
	}

	.nm-order-card-footer {
		flex-wrap: wrap;
	}

	.nm-order-card-tracking {
		flex-wrap: wrap;
	}

	/* View order mobile */
	.nm-view-order-status-top {
		flex-direction: column;
		gap: 12px;
	}

	.nm-view-order-tracking {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.nm-view-order-tracking-btn {
		width: 100%;
		justify-content: center;
	}
}


/* Price Comparison
=============================================================== */

.nm-price-compare {
	margin: 28px 0 0;
	padding: 0;
}

/* ----- Header ----- */
.nm-price-compare-header {
	margin-bottom: 14px;
}

.nm-price-compare-heading {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 4px;
	line-height: 1.3;
}

.nm-price-compare-subheading {
	font-size: 13px;
	color: #8a8a8a;
	margin: 0;
	line-height: 1.5;
}

/* ----- Grid: 4 columns ----- */
.nm-price-compare-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

/* ----- Column card (shared) ----- */
.nm-price-compare-col {
	background: #ffffff;
	border: 1px solid #e0d8d0;
	border-radius: 8px;
	padding: 16px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	transition: box-shadow 0.2s ease;
}

.nm-price-compare-col:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

/* Store name */
.nm-price-compare-name {
	font-size: 12px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.3;
	min-height: 32px;
	display: flex;
	align-items: center;
}

/* Best Price badge */
.nm-price-compare-badge {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #ffffff;
	background: #d4a574;
	padding: 2px 8px;
	border-radius: 10px;
	line-height: 1.4;
}

/* Total price */
.nm-price-compare-total-wrap {
	padding: 8px 0;
	border-top: 1px solid #f0ebe6;
	border-bottom: 1px solid #f0ebe6;
	width: 100%;
}

.nm-price-compare-total {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	display: block;
}

/* Price breakdown */
.nm-price-compare-breakdown {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.nm-price-compare-line {
	font-size: 11px;
	color: #8a8078;
	line-height: 1.5;
}

.nm-price-compare-line--free {
	color: #5a8a3a;
	font-weight: 600;
}

/* Bottom tag: "You're here" or "+$X more" */
.nm-price-compare-check {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
	font-weight: 600;
	color: #d4a574;
	margin-top: auto;
}

.nm-price-compare-check svg {
	color: #d4a574;
}

.nm-price-compare-extra {
	font-size: 11px;
	font-weight: 600;
	color: #c47d5a;
}

.nm-price-compare-link {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #d4a574;
	text-decoration: none;
	border: 1px solid #d4a574;
	border-radius: 10px;
	padding: 3px 12px;
	margin-top: auto;
	transition: background 0.2s ease, color 0.2s ease;
}

.nm-price-compare-link:hover {
	background: #d4a574;
	color: #ffffff;
	text-decoration: none;
}

/* ----- Our column highlight ----- */
.nm-price-compare-col--ours {
	border-color: #d4a574;
	border-width: 1.5px;
	background: #fffcf9;
}

.nm-price-compare-col--ours .nm-price-compare-total {
	color: #d4a574;
}

/* ----- Footer note ----- */
.nm-price-compare-footer {
	font-size: 11px;
	color: #b0a89e;
	margin: 10px 0 0;
	text-align: center;
}

/* ===== Price Beat — Inline Badge ===== */
.nm-pb-badge {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	margin: 14px 0 4px;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nm-pb-badge:hover {
	border-color: #d4a574;
	box-shadow: 0 2px 8px rgba(212, 165, 116, 0.12);
}

.nm-pb-badge-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgba(212, 165, 116, 0.12);
	border-radius: 50%;
	color: #d4a574;
	flex-shrink: 0;
}

.nm-pb-badge-text {
	flex: 1;
	min-width: 0;
}

.nm-pb-badge-text strong {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #1a1a1a;
	margin-bottom: 1px;
}

.nm-pb-badge-text strong svg {
	flex-shrink: 0;
}

.nm-pb-badge-text>span {
	font-size: 12px;
	color: #8a8a8a;
}

.nm-pb-badge-link {
	background: none;
	border: none;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	color: #d4a574;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nm-pb-badge-link:hover {
	color: #c49464;
}

/* ===== Price Beat — Shop/Archive Loop Badge ===== */
.nm-shop-loop-thumbnail {
	position: relative;
}

.nm-pb-loop-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #e8e2db;
	border-radius: 14px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
	font-size: 11px;
	font-weight: 700;
	color: #1a1a1a;
	pointer-events: none;
}

.nm-pb-loop-badge svg {
	color: #5a8a3a;
	flex-shrink: 0;
}

/* ===== Price Beat — Gallery Overlay Label ===== */
.nm-pb-gallery-label {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	background: #fff;
	border: 1px solid #e8e2db;
	border-radius: 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
	cursor: pointer;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nm-pb-gallery-label:hover {
	background: #fdf9f5;
	border-color: #d4a574;
	box-shadow: 0 4px 16px rgba(212, 165, 116, 0.18);
}

.nm-pb-gallery-label svg {
	color: #d4a574;
	flex-shrink: 0;
}

.nm-pb-gallery-tick {
	color: #5a8a3a !important;
}

@media only screen and (max-width: 768px) {
	.nm-pb-gallery-label {
		top: 10px;
		left: 10px;
		font-size: 12px;
		padding: 6px 12px;
	}
}

/* ===== Price Beat — Modal Overlay ===== */
.nm-pb-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nm-pb-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

.nm-pb-modal {
	position: relative;
	width: 90%;
	max-width: 520px;
	max-height: 85vh;
	overflow-y: auto;
	background: #fff;
	border-radius: 14px;
	padding: 32px 28px 28px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	transform: translateY(20px) scale(0.97);
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.nm-pb-overlay.is-active .nm-pb-modal {
	transform: translateY(0) scale(1);
}

.nm-pb-close {
	position: absolute;
	top: 14px;
	right: 16px;
	background: none;
	border: none;
	font-size: 26px;
	color: #aaa;
	cursor: pointer;
	line-height: 1;
	padding: 4px;
	transition: color 0.2s ease;
}

.nm-pb-close:hover {
	color: #1a1a1a;
}

/* Modal header */
.nm-pb-modal-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.nm-pb-modal-shield {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: rgba(212, 165, 116, 0.12);
	border-radius: 50%;
	color: #d4a574;
	flex-shrink: 0;
}

.nm-pb-modal-title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
}

.nm-pb-modal-intro {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 1.5;
	margin: 0 0 20px;
}

/* Comparison list */
.nm-pb-list {
	border: 1px solid #e8e2db;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}

.nm-pb-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	gap: 12px;
}

.nm-pb-row+.nm-pb-row {
	border-top: 1px solid #f0ebe6;
}

.nm-pb-row--ours {
	background: #fdf9f5;
	border-left: 3px solid #d4a574;
}

.nm-pb-row-left {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.nm-pb-row-badge {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #d4a574;
	padding: 2px 8px;
	border-radius: 8px;
	letter-spacing: 0.03em;
	width: fit-content;
}

.nm-pb-row-name {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
}

.nm-pb-row-right {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
}

.nm-pb-row-price {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
}

.nm-pb-row--ours .nm-pb-row-price {
	color: #d4a574;
	font-size: 20px;
}

.nm-pb-row-ship {
	font-size: 12px;
	color: #8a8a8a;
}

.nm-pb-row-ship--free {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #5a8a3a;
	font-weight: 600;
}

.nm-pb-row-save {
	font-size: 11px;
	font-weight: 700;
	color: #5a8a3a;
	background: rgba(90, 138, 58, 0.08);
	padding: 2px 8px;
	border-radius: 4px;
	margin-top: 2px;
}

/* How it works */
.nm-pb-modal-how {
	background: #faf8f6;
	border-radius: 8px;
	padding: 16px 18px;
	margin-bottom: 14px;
}

.nm-pb-modal-how h4 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 8px;
}

.nm-pb-modal-how p {
	font-size: 13px;
	color: #6a6a6a;
	line-height: 1.6;
	margin: 0 0 6px;
}

.nm-pb-modal-how p:last-child {
	margin-bottom: 0;
}

.nm-pb-modal-footer {
	font-size: 11px;
	color: #b0a89e;
	text-align: center;
	margin: 0;
}

/* Mobile */
@media only screen and (max-width: 480px) {
	.nm-pb-modal {
		padding: 24px 18px 20px;
		border-radius: 12px;
	}

	.nm-pb-modal-title {
		font-size: 18px;
	}

	.nm-pb-row {
		padding: 12px 14px;
	}

	.nm-pb-row-price {
		font-size: 16px;
	}

	.nm-pb-row--ours .nm-pb-row-price {
		font-size: 18px;
	}
}

/* ===== "As Seen in Timeout" trust signal ===== */
.nm-timeout-feature {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 12px 0 0;
	padding: 12px 20px;
	background: #ffffff;
	border: 1px solid #e8e2db;
	border-radius: 8px;
}

.nm-timeout-store {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-weight: 700;
	color: #d4a574;
}

.nm-timeout-label {
	font-size: 12px;
	color: #8a8a8a;
	letter-spacing: 0.3px;
}

.nm-timeout-brand {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
}

.nm-timeout-link {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #d4a574;
	text-decoration: none;
	border: 1px solid #d4a574;
	border-radius: 10px;
	padding: 3px 12px;
	margin-left: auto;
	transition: background 0.2s ease, color 0.2s ease;
}

.nm-timeout-link:hover {
	background: #d4a574;
	color: #ffffff;
	text-decoration: none;
}

/* ===== reCAPTCHA widget ===== */
.nm-recaptcha-wrap {
	margin: 16px 0;
	display: flex;
	justify-content: center;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

/* My Account error notices (login/register validation) */
.woocommerce-account .woocommerce-error {
	list-style: none !important;
	background: #faf8f6 !important;
	border: 1.5px solid #e8e2db !important;
	border-left: 3px solid #d4a574 !important;
	border-radius: 6px;
	padding: 14px 18px 14px 44px !important;
	margin: 24px auto 0 !important;
	max-width: 502px;
	font-size: 13.5px;
	color: #5a4a3a !important;
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	text-align: left !important;
	animation: nmErrorSlideIn 0.4s ease-out both;
}

@keyframes nmErrorSlideIn {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.woocommerce-account .woocommerce-error::before {
	content: "!" !important;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: #d4a574;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	display: flex !important;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.woocommerce-account .woocommerce-error li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Hide Savoy's × icon inside error notice — replaced by amber ! circle */
.woocommerce-account .woocommerce-error .nm-font-close {
	display: none !important;
}

/* Close gap between error notice and login/register form */
.woocommerce-account .woocommerce-error+.nm-myaccount-login,
.woocommerce-account .woocommerce-error+.nm-myaccount-lost-reset-password {
	padding-top: 16px !important;
}

/* ----- Desktop: match blog-links positioning.
   Savoy stacks to single-column at 1080px, so only float on true desktop. ----- */
@media only screen and (min-width: 1081px) {
	.nm-price-compare {
		float: left;
		clear: left;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.gallery-col-5 .nm-price-compare {
		width: 41.66666667%;
	}

	.gallery-col-6 .nm-price-compare {
		width: 50%;
	}

	.gallery-col-7 .nm-price-compare {
		width: 58.33333333%;
	}

	.gallery-col-8 .nm-price-compare {
		width: 66.66666667%;
	}

	.nm-timeout-feature {
		float: left;
		clear: left;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.gallery-col-5 .nm-timeout-feature {
		width: 41.66666667%;
	}

	.gallery-col-6 .nm-timeout-feature {
		width: 50%;
	}

	.gallery-col-7 .nm-timeout-feature {
		width: 58.33333333%;
	}

	.gallery-col-8 .nm-timeout-feature {
		width: 66.66666667%;
	}
}

/* ----- Responsive: Tablet / smaller desktop ----- */
@media screen and (max-width: 1100px) {
	.nm-price-compare-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ----- Responsive: Tablet + Mobile ----- */
@media only screen and (max-width: 1080px) {
	.nm-price-compare {
		clear: both;
		float: none;
		width: auto !important;
		padding-right: 0;
		margin: 20px 0 0;
	}

	.nm-price-compare-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.nm-price-compare-heading {
		font-size: 18px;
	}

	.nm-timeout-feature {
		padding: 10px 16px;
		gap: 6px;
	}
}

@media screen and (max-width: 400px) {
	.nm-price-compare-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}

	.nm-price-compare-col {
		padding: 12px 10px;
	}

	.nm-price-compare-total {
		font-size: 17px;
	}

	.nm-price-compare-name {
		font-size: 11px;
	}

	.nm-timeout-feature {
		flex-wrap: wrap;
		justify-content: center;
		padding: 10px 12px;
		gap: 4px 8px;
	}

	.nm-timeout-link {
		margin-left: 0;
	}
}


/* Frequently Bought Together
--------------------------------------------------------------- */
.nm-fbt {
	margin-top: 95px !important;
	padding-top: 6px;
}

@media only screen and (min-width: 1081px) {
	.nm-fbt {
		width: 100% !important;
		float: none !important;
		padding-right: 0 !important;
	}
}

.nm-fbt-header {
	margin-bottom: 16px;
}

.nm-fbt-heading {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 4px;
}

.nm-fbt-sub {
	font-size: 13px;
	color: #5a8a3a;
	font-weight: 600;
	margin: 0;
}

/* Products row */
.nm-fbt-products {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.nm-fbt-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 120px;
	padding: 14px 10px 12px;
	background: #fff;
	border: 1px solid #e8e2db;
	border-radius: 10px;
	position: relative;
	transition: opacity 0.3s ease, filter 0.3s ease;
}

.nm-fbt-item--current {
	border-color: #d4a574;
	background: #fffcf9;
}

.nm-fbt-item.is-deselected {
	opacity: 0.4;
	filter: grayscale(0.6);
}

.nm-fbt-item img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	border-radius: 6px;
	margin-bottom: 8px;
}

.nm-fbt-item-info {
	min-width: 0;
	width: 100%;
}

.nm-fbt-item-name {
	display: block;
	font-size: 11px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.3;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.nm-fbt-item-price {
	font-size: 13px;
	font-weight: 700;
	color: #d4a574;
}

.nm-fbt-item-price del {
	color: #bbb;
	font-weight: 400;
	font-size: 11px;
}

.nm-fbt-item-price ins {
	text-decoration: none;
}

.nm-fbt-item-tag {
	display: inline-block;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #d4a574;
	background: rgba(212, 165, 116, 0.1);
	padding: 2px 6px;
	border-radius: 4px;
	margin-top: 4px;
}

/* Checkbox */
.nm-fbt-check-wrap {
	position: absolute;
	top: 8px;
	left: 8px;
	cursor: pointer;
	z-index: 1;
}

.nm-fbt-check-wrap input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.nm-fbt-checkmark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 2px solid #d4d0cc;
	border-radius: 4px;
	background: #fff;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.nm-fbt-check-wrap input:checked+.nm-fbt-checkmark {
	border-color: #d4a574;
	background: #d4a574;
}

.nm-fbt-check-wrap input:checked+.nm-fbt-checkmark::after {
	content: '';
	display: block;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-top: -1px;
}

/* Plus sign */
.nm-fbt-plus {
	font-size: 22px;
	font-weight: 300;
	color: #d4a574;
	flex-shrink: 0;
}

/* Summary / pricing */
.nm-fbt-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #e8e2db;
	border-radius: 10px;
}

.nm-fbt-pricing {
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
}

.nm-fbt-price-original {
	font-size: 14px;
	color: #aaa;
}

.nm-fbt-price-original del {
	text-decoration: line-through;
}

.nm-fbt-price-bundle {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
}

.nm-fbt-savings {
	font-size: 12px;
	font-weight: 700;
	color: #5a8a3a;
	background: rgba(90, 138, 58, 0.08);
	padding: 3px 8px;
	border-radius: 4px;
}

.nm-fbt-add-btn {
	background: #d4a574;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 20px;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.2s ease;
	flex-shrink: 0;
}

.nm-fbt-add-btn:hover {
	background: #c49464;
}

.nm-fbt-add-btn:disabled {
	opacity: 0.6;
	cursor: default;
}

.nm-fbt-add-btn.is-added {
	background: #5a8a3a;
}

/* Tablet + Mobile */
@media only screen and (max-width: 1080px) {
	.nm-fbt {
		margin-top: 24px !important;
	}
}

@media only screen and (max-width: 768px) {
	.nm-fbt-products {
		gap: 4px;
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 4px;
	}

	.nm-fbt-item {
		width: 80px;
		min-width: 80px;
		padding: 10px 6px 8px;
	}

	.nm-fbt-item img {
		width: 44px;
		height: 44px;
	}

	.nm-fbt-item-name {
		font-size: 10px;
	}

	.nm-fbt-item-price {
		font-size: 11px;
	}

	.nm-fbt-plus {
		font-size: 16px;
		min-width: 14px;
		flex-shrink: 0;
	}

	.nm-fbt-summary {
		flex-direction: column;
		text-align: center;
	}

	.nm-fbt-pricing {
		justify-content: center;
	}

	.nm-fbt-add-btn {
		width: 100%;
	}
}


/* Info Pages (About, Contact, FAQs, T&C, Privacy, Shipping & Returns)
=============================================================== */

.sb-page {
	max-width: 820px;
	margin: 0 auto;
	padding: 48px 24px 64px;
}

/* Hero */
.sb-page-hero {
	text-align: center;
	margin-bottom: 48px;
}

.sb-page-hero h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 36px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 12px;
	line-height: 1.2;
}

.sb-page-hero p {
	font-size: 17px;
	color: #8a8a8a;
	line-height: 1.6;
	margin: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* Sections */
.sb-page-section {
	margin-bottom: 48px;
}

.sb-page-section h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 16px;
	line-height: 1.3;
	margin-top: 20px;
}

.sb-page-section h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 8px;
}

.sb-page-section p,
.sb-page-section li {
	font-size: 16px;
	color: #5a5a5a;
	line-height: 1.7;
	margin: 0 0 12px;
}

.sb-page-section ul,
.sb-page-section ol {
	padding-left: 24px;
	margin: 0 0 16px;
}

.sb-page-section a {
	color: #d4a574;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sb-page-section a:hover {
	color: #c49464;
	text-decoration: underline;
}

/* Cards / callouts */
.sb-page-card {
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 16px;
	padding: 28px 32px;
	margin-bottom: 20px;
}

.sb-page-card h3 {
	margin-top: 0;
}

.sb-page-card p:last-child {
	margin-bottom: 0;
}

/* Value grid (About Us — 3 columns) */
.sb-page-value-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.sb-page-value-card {
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 16px;
	padding: 28px 24px;
	text-align: center;
}

.sb-page-value-icon {
	font-size: 32px;
	margin-bottom: 12px;
}

.sb-page-value-card h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 8px;
}

.sb-page-value-card p {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 1.6;
	margin: 0;
}

/* ----- Contact Us Page ----- */

.sb-page--contact {
	max-width: 960px;
}

/* Hero: two-column text + image */
.sb-contact-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
	margin-bottom: 48px;
}

.sb-contact-hero-text h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 14px;
	line-height: 1.2;
}

.sb-contact-hero-text p {
	font-size: 16px;
	color: #8a8a8a;
	line-height: 1.7;
	margin: 0;
}

.sb-contact-hero-img {
	border-radius: 16px;
	overflow: hidden;
}

.sb-contact-hero-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* Contact method cards: horizontal row */
.sb-contact-methods {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 48px;
}

.sb-contact-method {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px 22px;
	background: #fff;
	border: 1.5px solid #e8e2db;
	border-radius: 14px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

a.sb-contact-method:hover {
	border-color: #d4a574;
	box-shadow: 0 4px 16px rgba(212, 165, 116, 0.1);
	text-decoration: none;
}

.sb-contact-method-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 12px;
	color: #d4a574;
	flex-shrink: 0;
}

.sb-contact-method h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 2px;
}

.sb-contact-method p {
	font-size: 13px;
	color: #8a8a8a;
	line-height: 1.4;
	margin: 0;
}

a.sb-contact-method:hover h3 {
	color: #d4a574;
}

/* Two-column form + sidebar */
.sb-contact-body {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 40px;
	align-items: start;
	margin-bottom: 48px;
}

.sb-contact-form h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 6px;
}

.sb-contact-form-sub {
	font-size: 14px;
	color: #8a8a8a;
	margin: 0 0 24px;
}

/* CF7 form styling overrides */
.sb-contact-form .wpcf7-form-control:not([type="submit"]) {
	padding: 12px 16px !important;
	font-size: 14px !important;
	color: #1a1a1a !important;
	background: #fff !important;
	border: 1.5px solid #e8e2db !important;
	border-radius: 8px !important;
	transition: border-color 0.2s ease;
	width: 100%;
	box-sizing: border-box;
}

.sb-contact-form .wpcf7-form-control:not([type="submit"]):focus {
	border-color: #d4a574 !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1);
}

.sb-contact-form .wpcf7-submit {
	padding: 14px 36px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	color: #fff !important;
	background: #1a1a1a !important;
	border: none !important;
	border-radius: 6px !important;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.sb-contact-form .wpcf7-submit:hover {
	background: #333 !important;
}

/* Sidebar cards */
.sb-contact-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sb-contact-sidebar-card {
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 14px;
	padding: 22px 20px;
}

.sb-contact-sidebar-card h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.sb-contact-sidebar-address {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.7;
	margin: 0 0 8px;
}

.sb-contact-sidebar-note {
	font-size: 12px;
	color: #b0a89e;
	margin: 0;
	font-style: italic;
}

.sb-contact-sidebar-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sb-contact-sidebar-list li {
	font-size: 14px;
	color: #5a5a5a;
	padding: 6px 0;
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
}

.sb-contact-sidebar-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: #d4a574;
	font-weight: 700;
}

.sb-contact-sidebar-card--highlight {
	border-color: #d4a574;
	background: #fffcf9;
}

.sb-contact-sidebar-card p {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6;
	margin: 0;
}

.sb-contact-sidebar-card a {
	color: #d4a574;
	font-weight: 600;
	text-decoration: none;
}

.sb-contact-sidebar-card a:hover {
	color: #c49464;
	text-decoration: underline;
}

/* Trust strip */
.sb-contact-trust {
	display: flex;
	justify-content: center;
	gap: 32px;
	padding: 28px 20px;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 14px;
	margin-bottom: 48px;
}

.sb-contact-trust-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #5a5a5a;
}

/* ----- About Us Page ----- */

.sb-page--about {
	max-width: 960px;
}

/* Hero: full-width image with overlay */
.sb-about-hero {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 56px;
}

.sb-about-hero-img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: block;
}

.sb-about-hero-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 40px 36px;
	background: linear-gradient(to top, rgba(26, 26, 26, 0.75) 0%, transparent 100%);
}

.sb-about-hero-overlay h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 8px;
	line-height: 1.15;
}

.sb-about-hero-overlay p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
	max-width: 520px;
	line-height: 1.6;
}

/* Founder: image left, text right */
.sb-about-founder {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 44px;
	align-items: start;
	margin-bottom: 56px;
}

.sb-about-founder-img {
	border-radius: 16px;
	overflow: hidden;
}

.sb-about-founder-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.sb-about-label {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d4a574;
	margin-bottom: 8px;
}

.sb-about-founder-text h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 18px;
	line-height: 1.2;
}

.sb-about-founder-text p {
	font-size: 16px;
	color: #5a5a5a;
	line-height: 1.75;
	margin: 0 0 14px;
}

.sb-about-founder-text em {
	color: #d4a574;
	font-style: italic;
}

/* Story block: text left, image right */
.sb-about-story-block {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 44px;
	align-items: center;
	margin-bottom: 56px;
}

.sb-about-story-text h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 16px;
	line-height: 1.3;
}

.sb-about-story-text p {
	font-size: 16px;
	color: #5a5a5a;
	line-height: 1.75;
	margin: 0 0 14px;
}

.sb-about-story-img {
	border-radius: 16px;
	overflow: hidden;
}

.sb-about-story-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* Quote */
.sb-about-quote {
	text-align: center;
	padding: 44px 40px;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 16px;
	margin-bottom: 56px;
}

.sb-about-quote blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 400;
	color: #1a1a1a;
	line-height: 1.6;
	margin: 0 0 16px;
	padding: 0;
	border: none;
}

.sb-about-quote cite {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	color: #d4a574;
	letter-spacing: 0.3px;
}

/* Values: 2x2 grid */
.sb-about-values {
	margin-bottom: 56px;
}

.sb-about-values>h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 400;
	color: #1a1a1a;
	text-align: center;
	margin: 0 0 28px;
}

.sb-about-values-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.sb-about-value {
	background: #fff;
	border: 1.5px solid #e8e2db;
	border-radius: 14px;
	padding: 28px 26px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sb-about-value:hover {
	border-color: #d4a574;
	box-shadow: 0 4px 16px rgba(212, 165, 116, 0.08);
}

.sb-about-value-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 14px;
	margin-bottom: 16px;
}

.sb-about-value h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 8px;
}

.sb-about-value p {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 1.65;
	margin: 0;
}

/* Promise banner */
.sb-about-promise {
	margin-bottom: 56px;
}

.sb-about-promise-inner {
	background: #1a1a1a;
	border-radius: 16px;
	padding: 40px 44px;
}

.sb-about-promise-inner h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 24px;
	text-align: center;
}

.sb-about-promise-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.sb-about-promise-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.sb-about-promise-item svg {
	flex-shrink: 0;
	margin-top: 2px;
}

.sb-about-promise-item strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #fff !important;
	margin-bottom: 4px;
}

.sb-about-promise-item p {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.5;
	margin: 0;
}

/* CTA section */
.sb-about-cta {
	text-align: center;
	margin-bottom: 16px;
}

.sb-about-cta h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 10px;
}

.sb-about-cta p {
	font-size: 16px;
	color: #8a8a8a;
	line-height: 1.6;
	margin: 0 0 24px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/* ----- FAQs Page ----- */

.sb-page--faqs {
	max-width: 820px;
}

/* Category quick-jump nav */
.sb-faq-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
}

.sb-faq-nav-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 600;
	color: #5a5a5a;
	background: #fff;
	border: 1.5px solid #e8e2db;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.sb-faq-nav-pill:hover {
	border-color: #d4a574;
	color: #d4a574;
	background: #fffcf9;
	text-decoration: none;
}

.sb-faq-nav-pill svg {
	flex-shrink: 0;
}

/* Category card */
.sb-faq-category-card {
	background: #fff;
	border: 1.5px solid #e8e2db;
	border-radius: 16px;
	padding: 32px 32px 24px;
	margin-bottom: 24px;
	scroll-margin-top: 24px;
}

.sb-faq-category-header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 8px;
	padding-bottom: 16px;
}

.sb-faq-category-icon {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 12px;
	flex-shrink: 0;
}

.sb-faq-category-header h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0;
}

/* Override accordion styles inside FAQ cards */
.sb-faq-category-card .nm-product-faqs-list {
	margin: 0;
	padding: 0;
}

.sb-faq-category-card .nm-product-faq-item {
	border-color: #f0ebe6;
}

.sb-faq-category-card .nm-product-faq-item:last-child {
	border-bottom: none;
}

/* CTA block */
.sb-faq-cta {
	margin: 48px 0;
}

.sb-faq-cta-inner {
	text-align: center;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 16px;
	padding: 44px 32px;
}

.sb-faq-cta-inner svg {
	margin-bottom: 16px;
}

.sb-faq-cta-inner h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 10px;
}

.sb-faq-cta-inner p {
	font-size: 15px;
	color: #8a8a8a;
	line-height: 1.6;
	margin: 0 0 24px;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

.sb-faq-cta-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.sb-faq-cta-link {
	font-size: 13px;
	color: #d4a574;
	text-decoration: none;
}

.sb-faq-cta-link:hover {
	color: #c49464;
	text-decoration: underline;
}

/* CTA button */
.sb-page-cta {
	display: inline-block;
	padding: 14px 32px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #fff;
	background: #1a1a1a;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.sb-page-cta:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

/* Bottom cross-link nav */
.sb-page-nav {
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid #e8e2db;
	text-align: center;
}

.sb-page-nav p {
	font-size: 14px;
	color: #8a8a8a;
	margin: 0 0 12px;
}

.sb-page-nav a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #d4a574;
	text-decoration: none;
	margin: 0 12px 8px;
	transition: color 0.2s ease;
}

.sb-page-nav a:hover {
	color: #c49464;
	text-decoration: underline;
}

/* Divider */
.sb-page-divider {
	border: none;
	border-top: 1px solid #e8e2db;
	margin: 48px 0 32px;
}

/* Legal pages: section numbering emphasis */
.sb-page-section strong {
	color: #1a1a1a;
}

/* Address block for shipping page */
.sb-page-address {
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 12px;
	padding: 20px 24px;
	margin: 12px 0 16px;
	font-size: 15px;
	color: #1a1a1a;
	line-height: 1.7;
}

/* Shipping table */
.sb-page-table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0 20px;
	font-size: 15px;
}

.sb-page-table th,
.sb-page-table td {
	text-align: left;
	padding: 12px 16px;
	border-bottom: 1px solid #e8e2db;
	color: #5a5a5a;
}

.sb-page-table th {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #8a8a8a;
	background: #faf8f6;
}

.sb-page-table td strong {
	color: #1a1a1a;
}

.sb-page-table .sb-page-free {
	color: #5a8a3a;
	font-weight: 600;
}

/* FAQ category headings on standalone page */
.sb-page-faq-category {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 40px 0 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e2db;
}

.sb-page-faq-category:first-child {
	margin-top: 0;
}

/* CF7 form placeholder */
.sb-page-form-placeholder {
	background: #faf8f6;
	border: 2px dashed #e8e2db;
	border-radius: 16px;
	padding: 40px 32px;
	text-align: center;
	color: #8a8a8a;
	font-size: 14px;
	margin-bottom: 20px;
}

/* ----- Shipping & Returns Page ----- */

.sb-page--shipping {
	max-width: 860px;
}

/* Highlight strip */
.sb-ship-highlights {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 48px;
}

.sb-ship-highlight {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px 22px;
	background: #fff;
	border: 1.5px solid #e8e2db;
	border-radius: 14px;
}

.sb-ship-highlight svg {
	flex-shrink: 0;
}

.sb-ship-highlight strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
}

.sb-ship-highlight span {
	font-size: 13px;
	color: #8a8a8a;
}

/* Section headers with icon */
.sb-ship-section-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e8e2db;
}

.sb-ship-section-header h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0;
}

/* Shipping option cards */
.sb-ship-options {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 24px;
}

.sb-ship-option {
	background: #fff;
	border: 1.5px solid #e8e2db;
	border-radius: 14px;
	padding: 28px 26px;
	position: relative;
}

.sb-ship-option--free {
	border-color: #d4a574;
	background: #fffcf9;
}

.sb-ship-option-badge {
	position: absolute;
	top: -10px;
	left: 20px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #fff;
	background: #d4a574;
	padding: 3px 12px;
	border-radius: 10px;
}

.sb-ship-option h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 10px;
}

.sb-ship-option-price {
	font-size: 28px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 4px;
}

.sb-ship-option--free .sb-ship-option-price {
	color: #5a8a3a;
}

.sb-ship-option-time {
	font-size: 14px;
	font-weight: 600;
	color: #d4a574;
	margin-bottom: 12px;
}

.sb-ship-option p {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 1.6;
	margin: 0;
}

/* Info grid (3 columns for shipping, 2 for returns) */
.sb-ship-info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 24px;
}

.sb-ship-return-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 32px;
}

.sb-ship-info-card {
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 14px;
	padding: 22px 22px;
}

.sb-ship-info-card--alert {
	border-color: #d4a574;
	background: #fffcf9;
}

.sb-ship-info-card h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.sb-ship-info-address {
	font-size: 14px;
	color: #1a1a1a;
	line-height: 1.7;
	margin: 0 0 8px;
	font-weight: 600;
}

.sb-ship-info-note {
	font-size: 12px;
	color: #c47d5a;
	font-style: italic;
	margin: 0;
}

.sb-ship-info-card p {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6;
	margin: 0;
}

.sb-ship-info-card a {
	color: #d4a574;
	text-decoration: none;
	font-weight: 600;
}

.sb-ship-info-card a:hover {
	color: #c49464;
	text-decoration: underline;
}

/* Return process steps */
.sb-ship-steps {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 32px;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 14px;
	overflow: hidden;
}

.sb-ship-step {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 22px 26px;
	border-bottom: 1px solid #f0ebe6;
}

.sb-ship-step:last-child {
	border-bottom: none;
}

.sb-ship-step-num {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1a1a1a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 50%;
	flex-shrink: 0;
}

.sb-ship-step strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 4px;
}

.sb-ship-step p {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6;
	margin: 0;
}

.sb-ship-step a {
	color: #d4a574;
	text-decoration: none;
	font-weight: 600;
}

.sb-ship-step a:hover {
	color: #c49464;
	text-decoration: underline;
}

/* Damaged items callout */
.sb-ship-damage-card {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	background: #fdf0eb;
	border: 1px solid #f0d5c5;
	border-radius: 14px;
	padding: 26px 28px;
	margin-bottom: 24px;
}

.sb-ship-damage-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #f0d5c5;
	border-radius: 12px;
	flex-shrink: 0;
}

.sb-ship-damage-card h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 6px;
}

.sb-ship-damage-card p {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6;
	margin: 0;
}

.sb-ship-damage-card a {
	color: #d4a574;
	text-decoration: none;
	font-weight: 600;
}

.sb-ship-damage-card a:hover {
	color: #c49464;
	text-decoration: underline;
}

/* Consumer rights bar */
.sb-ship-rights {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 12px;
	padding: 22px 24px;
	margin-bottom: 16px;
}

.sb-ship-rights svg {
	flex-shrink: 0;
	margin-top: 2px;
}

.sb-ship-rights p {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6;
	margin: 0;
}

/* ----- Order Tracking Page ----- */

/* Form page wrapper */
.nm-order-track {
	max-width: 560px !important;
	margin: 0 auto !important;
	padding: 48px 24px 64px !important;
}

.nm-order-track-top {
	text-align: center;
	margin-bottom: 32px !important;
}

.nm-order-track-top h1 {
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 32px !important;
	font-weight: 400 !important;
	color: #1a1a1a !important;
	margin: 0 0 12px !important;
}

.nm-order-track-top p {
	font-size: 15px !important;
	color: #8a8a8a !important;
	line-height: 1.6 !important;
	margin: 0 !important;
}

/* Form card */
.nm-order-track-form {
	background: #faf8f6 !important;
	border: 1px solid #e8e2db !important;
	border-radius: 16px !important;
	padding: 36px 32px !important;
}

.nm-order-track-form .form-row {
	margin-bottom: 20px !important;
}

.nm-order-track-form label {
	display: block !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #3a3a3a !important;
	letter-spacing: 0.02em;
	margin-bottom: 8px !important;
}

.nm-order-track-form .input-text {
	width: 100% !important;
	padding: 14px 18px !important;
	font-size: 15px !important;
	color: #1a1a1a !important;
	background: #fff !important;
	border: 1.5px solid #e8e2db !important;
	border-radius: 10px !important;
	box-sizing: border-box !important;
	transition: border-color 0.2s ease;
}

.nm-order-track-form .input-text:focus {
	border-color: #d4a574 !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1) !important;
}

.nm-order-track-form .input-text::placeholder {
	color: #b0a89e !important;
	font-size: 14px !important;
}

.nm-order-track-form .form-actions {
	margin-top: 28px !important;
}

.nm-order-track-form .button {
	width: 100% !important;
	padding: 16px 32px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	color: #fff !important;
	background: #1a1a1a !important;
	border: none !important;
	border-radius: 10px !important;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.nm-order-track-form .button:hover {
	background: #333 !important;
}

/* Results page */
.nm-order-view {
	max-width: 760px !important;
	margin: 0 auto !important;
	padding: 48px 24px 64px !important;
}

/* Order info banner */
.nm-order-view .order-info {
	background: #faf8f6 !important;
	border: 1px solid #e8e2db !important;
	border-radius: 14px !important;
	padding: 24px 28px !important;
	font-size: 15px !important;
	color: #5a5a5a !important;
	line-height: 1.6 !important;
	margin-bottom: 32px !important;
}

.nm-order-view .order-info mark {
	background: none !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
}

.nm-order-view .order-info mark.order-status {
	color: #d4a574 !important;
	text-transform: capitalize;
}

/* Order details heading */
.nm-order-view h2 {
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	color: #1a1a1a !important;
	margin: 32px 0 16px !important;
}

/* Order details table */
.nm-order-view .woocommerce-table--order-details,
.nm-order-view .shop_table {
	border: 1px solid #e8e2db !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	width: 100% !important;
}

.nm-order-view .shop_table thead th {
	background: #faf8f6 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	color: #8a8a8a !important;
	padding: 14px 20px !important;
	border-bottom: 1px solid #e8e2db !important;
}

.nm-order-view .shop_table td {
	padding: 16px 20px !important;
	font-size: 14px !important;
	color: #5a5a5a !important;
	border-bottom: 1px solid #f0ebe6 !important;
}

.nm-order-view .shop_table tfoot td,
.nm-order-view .shop_table tfoot th {
	padding: 12px 20px !important;
	font-size: 14px !important;
	border-top: 1px solid #f0ebe6 !important;
	border-bottom: none !important;
}

.nm-order-view .shop_table tfoot tr:last-child td,
.nm-order-view .shop_table tfoot tr:last-child th {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	padding-top: 16px !important;
	border-top: 1px solid #e8e2db !important;
}

.nm-order-view .shop_table a {
	color: #d4a574 !important;
	text-decoration: none !important;
}

.nm-order-view .shop_table a:hover {
	color: #c49464 !important;
	text-decoration: underline !important;
}

/* Order notes */
.nm-order-view .commentlist.notes {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.nm-order-view .commentlist .note {
	background: #faf8f6 !important;
	border: 1px solid #e8e2db !important;
	border-radius: 10px !important;
	padding: 18px 22px !important;
	margin-bottom: 12px !important;
}

.nm-order-view .commentlist .note .meta {
	font-size: 12px !important;
	font-weight: 600 !important;
	color: #b0a89e !important;
	text-transform: uppercase !important;
	letter-spacing: 0.3px !important;
	margin-bottom: 8px !important;
}

.nm-order-view .commentlist .note .description p {
	font-size: 14px !important;
	color: #3a3a3a !important;
	line-height: 1.6 !important;
	margin: 0 !important;
}

/* Addresses section */
.nm-order-view .woocommerce-customer-details {
	margin-top: 32px !important;
}

.nm-order-view .woocommerce-columns--addresses {
	display: flex !important;
	gap: 20px !important;
}

.nm-order-view .woocommerce-column--billing-address,
.nm-order-view .woocommerce-column--shipping-address {
	flex: 1 !important;
	background: #faf8f6 !important;
	border: 1px solid #e8e2db !important;
	border-radius: 12px !important;
	padding: 22px 24px !important;
}

.nm-order-view .woocommerce-column__title {
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #1a1a1a !important;
	margin: 0 0 12px !important;
}

.nm-order-view address {
	font-size: 14px !important;
	color: #5a5a5a !important;
	line-height: 1.65 !important;
	font-style: normal !important;
}

/* Order again button */
.nm-order-view .order-again .button {
	display: inline-block !important;
	padding: 14px 32px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	color: #fff !important;
	background: #1a1a1a !important;
	border: none !important;
	border-radius: 6px !important;
	text-decoration: none !important;
	margin-top: 24px !important;
	transition: background-color 0.2s ease;
}

.nm-order-view .order-again .button:hover {
	background: #333 !important;
}

/* ----- Tracking Results Page ----- */

.nm-order-tracking-results {
	max-width: 760px !important;
	margin: 0 auto !important;
	padding: 48px 24px 64px !important;
}

/* Status card */
.nm-tracking-status-card {
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 14px;
	padding: 28px 32px;
	margin-bottom: 20px;
}

.nm-tracking-status-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0ebe6;
}

.nm-tracking-order-num {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 4px;
}

.nm-tracking-order-date {
	font-size: 13px;
	color: #8a8a8a;
	margin: 0;
}

.nm-tracking-status-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.nm-tracking-label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #b0a89e;
	margin-bottom: 4px;
}

.nm-tracking-value {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
}

/* Shipment tracking card */
.nm-tracking-shipment-card {
	display: flex;
	align-items: center;
	gap: 18px;
	background: #fff;
	border: 1.5px solid #e8e2db;
	border-radius: 14px;
	padding: 24px 28px;
	margin-bottom: 14px;
	transition: border-color 0.2s ease;
}

.nm-tracking-shipment-card:hover {
	border-color: #d4a574;
}

.nm-tracking-shipment-icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 14px;
	color: #d4a574;
	flex-shrink: 0;
}

.nm-tracking-shipment-info {
	flex: 1;
	min-width: 0;
}

.nm-tracking-shipment-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #d4a574;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}

.nm-tracking-carrier {
	display: block;
	font-size: 12px;
	color: #8a8a8a;
}

.nm-tracking-number {
	display: block;
	font-family: monospace, Courier, "Courier New";
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.5px;
	margin-top: 2px;
}

.nm-tracking-items {
	display: block;
	font-size: 12px;
	color: #8a8a8a;
	margin-top: 4px;
}

.nm-tracking-ship-date {
	display: block;
	font-size: 12px;
	color: #b0a89e;
	margin-top: 2px;
}

.nm-tracking-track-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #1a1a1a;
	border-radius: 8px;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.nm-tracking-track-btn:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

/* Pending / no tracking card */
.nm-tracking-pending-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: #fffcf9;
	border: 1.5px solid #d4a574;
	border-radius: 14px;
	padding: 24px 28px;
	margin-bottom: 20px;
}

.nm-tracking-pending-card svg {
	flex-shrink: 0;
	margin-top: 2px;
}

.nm-tracking-pending-card strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a !important;
	margin-bottom: 4px;
}

.nm-tracking-pending-card p {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 1.6;
	margin: 0;
}

/* Awaiting shipment (partial) */
.nm-tracking-awaiting-card {
	background: #faf8f6;
	border: 2px dashed #e8e2db;
	border-radius: 14px;
	padding: 22px 28px;
	margin-bottom: 20px;
}

.nm-tracking-awaiting-card h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 12px;
}

.nm-tracking-awaiting-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nm-tracking-awaiting-card li {
	font-size: 14px;
	color: #5a5a5a;
	padding: 6px 0;
	border-top: 1px solid #f0ebe6;
}

.nm-tracking-awaiting-card li:first-child {
	border-top: none;
	padding-top: 0;
}

/* Order notes */
.nm-tracking-notes {
	margin: 28px 0;
}

.nm-tracking-notes h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 16px;
}

.nm-tracking-notes ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nm-tracking-notes li {
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 10px;
	padding: 18px 22px;
	margin-bottom: 10px;
}

.nm-tracking-note-date {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #b0a89e;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin-bottom: 6px;
}

.nm-tracking-note-text p {
	font-size: 14px;
	color: #3a3a3a;
	line-height: 1.6;
	margin: 0;
}

/* Hide the default .nm-order-view wrapper when inside tracking results */
.nm-order-tracking-results .nm-order-view {
	max-width: none !important;
	padding: 0 !important;
}

/* Error message on tracking page */
.nm-order-track+.woocommerce-error,
.woocommerce-order-tracking .woocommerce-error {
	max-width: 560px !important;
	margin: -16px auto 20px !important;
	background: #faf8f6 !important;
	border: 1px solid #e8e2db !important;
	border-left: 3px solid #c9544a !important;
	border-radius: 6px !important;
	padding: 14px 18px !important;
	font-size: 14px !important;
	color: #6b3a36 !important;
	list-style: none !important;
}

/* ----- Info Pages Responsive ----- */

@media all and (max-width: 768px) {

	.sb-page {
		padding: 32px 20px 48px;
	}

	.sb-page-hero h1 {
		font-size: 28px;
	}

	.sb-page-hero p {
		font-size: 15px;
	}

	.sb-page-section {
		margin-bottom: 36px;
	}

	.sb-page-section h2 {
		font-size: 21px;
		margin-top: 20px;
	}

	.sb-page-value-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sb-page-card {
		padding: 22px 20px;
	}

	.sb-page-table th,
	.sb-page-table td {
		padding: 10px 12px;
		font-size: 14px;
	}

	.sb-page-nav a {
		display: block;
		margin: 0 0 10px;
	}

	/* Shipping & Returns mobile */
	.sb-ship-highlights {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.sb-ship-options {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sb-ship-info-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sb-ship-return-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sb-ship-damage-card {
		flex-direction: column;
		gap: 14px;
	}

	.sb-ship-section-header h2 {
		font-size: 22px;
	}

	/* Order tracking mobile */
	.nm-order-track {
		padding: 32px 20px 48px !important;
	}

	.nm-order-track-top h1 {
		font-size: 26px !important;
	}

	.nm-order-track-form {
		padding: 28px 22px !important;
	}

	.nm-order-view {
		padding: 32px 20px 48px !important;
	}

	.nm-order-view .woocommerce-columns--addresses {
		flex-direction: column !important;
		gap: 14px !important;
	}

	/* Tracking results mobile */
	.nm-order-tracking-results {
		padding: 32px 20px 48px !important;
	}

	.nm-tracking-status-top {
		flex-direction: column;
		gap: 12px;
	}

	.nm-tracking-order-num {
		font-size: 20px;
	}

	.nm-tracking-status-grid {
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}

	.nm-tracking-shipment-card {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 22px 22px;
	}

	.nm-tracking-track-btn {
		width: 100%;
		justify-content: center;
	}

	/* FAQs page mobile */
	.sb-faq-nav {
		gap: 8px;
	}

	.sb-faq-nav-pill {
		padding: 8px 16px;
		font-size: 12px;
	}

	.sb-faq-category-card {
		padding: 24px 20px 18px;
	}

	.sb-faq-category-header h2 {
		font-size: 19px;
	}

	.sb-faq-cta-inner {
		padding: 32px 24px;
	}

	/* About page mobile */
	.sb-about-hero-img {
		height: 240px;
	}

	.sb-about-hero-overlay {
		padding: 24px 24px 22px;
	}

	.sb-about-hero-overlay h1 {
		font-size: 26px;
	}

	.sb-about-hero-overlay p {
		font-size: 14px;
	}

	.sb-about-founder {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.sb-about-founder-img {
		max-width: 280px;
		margin: 0 auto;
	}

	.sb-about-founder-text {
		text-align: center;
	}

	.sb-about-founder-text h2 {
		font-size: 24px;
	}

	.sb-about-story-block {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.sb-about-story-img {
		order: -1;
	}

	.sb-about-quote {
		padding: 28px 24px;
	}

	.sb-about-quote blockquote {
		font-size: 18px;
	}

	.sb-about-values-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sb-about-promise-inner {
		padding: 28px 24px;
	}

	.sb-about-promise-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.sb-about-cta h2 {
		font-size: 22px;
	}

	/* Contact page mobile */
	.sb-contact-hero {
		grid-template-columns: 1fr;
		gap: 24px;
		text-align: center;
	}

	.sb-contact-hero-text h1 {
		font-size: 28px;
	}

	.sb-contact-hero-img {
		order: -1;
	}

	.sb-contact-methods {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.sb-contact-body {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.sb-contact-trust {
		flex-direction: column;
		gap: 16px;
		align-items: center;
	}
}


/* =============================================================
   Block Checkout — Warm Beige/Amber Design System
   =============================================================
   Styles the WooCommerce Block Checkout to match the store's
   visual identity (#faf8f6 bg, #e8e2db borders, #d4a574 accent).
   ============================================================= */

/* ---- Section headings ---- */
.wc-block-components-checkout-step__title {
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #1a1a1a !important;
	letter-spacing: 0.01em !important;
}

/* ---- Form inputs ---- */
.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-block-components-text-input select,
.wc-block-checkout .wc-block-components-select-input select,
.wc-block-checkout .wc-block-components-textarea textarea {
	border-color: #e8e2db !important;
	border-radius: 6px !important;
}

.wc-block-checkout .wc-block-components-text-input input:focus,
.wc-block-checkout .wc-block-components-text-input select:focus,
.wc-block-checkout .wc-block-components-select-input select:focus,
.wc-block-checkout .wc-block-components-textarea textarea:focus {
	border-color: #d4a574 !important;
	box-shadow: 0 0 0 1px #d4a574 !important;
	outline: none !important;
}

.wc-block-checkout .wc-block-components-text-input label {
	color: #6b6b6b !important;
}

/* Password field — fix vertical centering */
.wc-block-checkout .wc-block-components-text-input input[type="password"] {
	line-height: normal !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: auto !important;
	min-height: 48px !important;
	display: flex !important;
	align-items: center !important;
}

/* Country/Region dropdown — match rounded corners */
.wc-block-checkout .wc-block-components-country-input select,
.wc-block-checkout .wc-block-components-state-input select,
.wc-block-checkout .wc-block-components-combobox .components-combobox-control input,
.wc-block-checkout .wc-block-components-combobox .components-form-token-field__input-container {
	border-radius: 6px !important;
	border-color: #e8e2db !important;
}

.wc-block-checkout .wc-block-components-combobox .components-form-token-field__input-container:focus-within {
	border-color: #d4a574 !important;
	box-shadow: 0 0 0 1px #d4a574 !important;
}

/* ---- Checkboxes (billing same as shipping, create account, etc.) ---- */
.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
	accent-color: #d4a574 !important;
}

/* ---- Shipping & Payment options — unified card style ---- */

/* Outer container */
.wc-block-components-radio-control--highlight-checked {
	border: 1px solid #e8e2db !important;
	border-radius: 6px !important;
	overflow: hidden !important;
}

/* Override outer pseudo-element border */
.wc-block-components-radio-control--highlight-checked::after {
	border-color: #e8e2db !important;
	border-radius: 6px !important;
}

/* Individual options — both accordion (payment) and label (shipping) variants */
.wc-block-components-radio-control-accordion-option,
.wc-block-components-radio-control .wc-block-components-radio-control__option {
	border-color: #e8e2db !important;
}

/* Divider lines between options */
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option::after,
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option::after {
	background: #e8e2db !important;
	display: block !important;
}

/* Selected option highlight — both variants (high specificity to override WC defaults) */
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-components-radio-control-accordion-option--checked-option-highlighted,
label.wc-block-components-radio-control__option--checked-option-highlighted {
	background: #fdf9f5 !important;
	border-left: 3px solid #d4a574 !important;
	box-shadow: none !important;
	border-radius: 4px !important;
}

/* Radio button accent */
.wc-block-components-radio-control .wc-block-components-radio-control__input {
	border-color: #d4d0cc !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-color: #d4a574 !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
	background: #d4a574 !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
	outline-color: #d4a574 !important;
}

/* Payment methods — covered by unified rules above */

/* ---- Shipping option descriptions (injected via JS) ---- */
.nm-shipping-desc {
	font-size: 13px;
	color: #5a5a5a;
	line-height: 1.5;
	margin: 4px 0 0;
	overflow: hidden;
	height: 0;
	transition: height 0.3s ease;
}

.nm-shipping-desc.is-visible {
	margin: 6px 0 2px;
}

.nm-shipping-desc p {
	margin: 0 0 4px;
}

.nm-shipping-desc .nm-shipping-highlight {
	color: #5a8a3a;
	font-weight: 600;
}

.nm-shipping-info-toggle {
	background: none;
	border: none;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	color: #d4a574;
	letter-spacing: 0.02em;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 4px;
}

.nm-shipping-info-toggle:hover {
	color: #c49464;
}

.nm-shipping-info-toggle::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	position: relative;
	top: -1px;
}

.nm-shipping-info-toggle.is-open::after {
	transform: rotate(-135deg);
	top: 2px;
}

/* ---- Place Order button ---- */
.wc-block-components-checkout-place-order-button {
	background-color: #d4a574 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 6px !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em !important;
	padding: 14px 28px !important;
	transition: background-color 0.2s ease !important;
}

.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus {
	background-color: #c49464 !important;
}

/* ---- Return to Cart link ---- */
.wc-block-components-checkout-return-to-cart-button {
	color: #d4a574 !important;
	font-size: 14px !important;
}

.wc-block-components-checkout-return-to-cart-button:hover {
	color: #c49464 !important;
}

/* ---- Order summary sidebar heading ---- */
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-text {
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #1a1a1a !important;
}

/* ---- Order summary sidebar ---- */
.wc-block-checkout__sidebar .wc-block-components-panel {
	border-color: #e8e2db !important;
}

.wc-block-checkout__sidebar .wc-block-components-order-summary-item {
	border-color: #f0ebe6 !important;
}

.wc-block-checkout__sidebar .wc-block-components-totals-wrapper {
	border-color: #e8e2db !important;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-family: Georgia, 'Times New Roman', serif !important;
	font-weight: 600 !important;
}

/* Coupon link */
.wc-block-components-totals-coupon-link {
	color: #d4a574 !important;
}

.wc-block-components-totals-coupon-link:hover {
	color: #c49464 !important;
}

.wc-block-components-totals-coupon__button {
	background-color: #d4a574 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 6px !important;
}

.wc-block-components-totals-coupon__button:hover {
	background-color: #c49464 !important;
}

/* ---- Notices ---- */
.wc-block-checkout .wc-block-components-notice-banner {
	border-radius: 6px !important;
}

/* ---- Login prompt link ---- */
.wc-block-checkout__login-prompt a,
.wc-block-checkout__guest-checkout-notice a {
	color: #d4a574 !important;
}

.wc-block-checkout__login-prompt a:hover,
.wc-block-checkout__guest-checkout-notice a:hover {
	color: #c49464 !important;
}

/* ---- Terms & conditions links ---- */
.wc-block-checkout__terms a {
	color: #d4a574 !important;
}

/* ---- Add a note checkbox ---- */
.wc-block-checkout__add-note .wc-block-components-checkbox__label {
	color: #5a5a5a !important;
}

/* ---- Enhance Your Order section on checkout — refine spacing ---- */
.nm-checkout-addons.nm-product-addons {
	margin: 10px 0 24px !important;
}

.nm-checkout-addons .nm-product-addons-label {
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	text-transform: none !important;
	letter-spacing: 0.01em !important;
}

/* ---- Checkout upsell — progress banner + product suggestions ---- */
.nm-checkout-upsell {
	margin: 0 0 28px;
}

/* Banner */
.nm-checkout-upsell-banner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
	padding: 16px 18px;
	background: rgba(212, 165, 116, 0.06);
	border: 1px solid #e8e2db;
	border-radius: 8px;
}

.nm-checkout-upsell-banner.is-success {
	background: rgba(90, 138, 58, 0.06);
	border-color: rgba(90, 138, 58, 0.3);
}

.nm-checkout-upsell-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(212, 165, 116, 0.12);
	color: #d4a574;
	flex-shrink: 0;
}

.nm-checkout-upsell-icon--success {
	background: rgba(90, 138, 58, 0.12);
	color: #5a8a3a;
}

.nm-checkout-upsell-msg {
	flex: 1;
	min-width: 0;
}

.nm-checkout-upsell-msg strong {
	display: block;
	font-size: 14px;
	color: #1a1a1a;
	margin-bottom: 2px;
}

.nm-checkout-upsell-msg span {
	font-size: 13px;
	color: #6a6a6a;
	line-height: 1.4;
}

/* Achieved + next tier */
.nm-checkout-upsell-achieved {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.nm-checkout-upsell-achieved .nm-checkout-upsell-icon {
	width: 22px;
	height: 22px;
}

.nm-checkout-upsell-achieved-text {
	font-size: 12px;
	font-weight: 700;
	color: #5a8a3a;
}

.nm-checkout-upsell-next {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
}

/* Progress bar */
.nm-checkout-upsell-progress {
	width: 100%;
	height: 4px;
	background: rgba(212, 165, 116, 0.15);
	border-radius: 2px;
	margin-top: 8px;
}

.nm-checkout-upsell-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, #d4a574, #e0b88a);
	border-radius: 2px;
	transition: width 0.4s ease;
}

/* Product suggestions */
.nm-checkout-upsell-products {
	margin-top: 16px;
}

.nm-checkout-upsell-heading {
	display: block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 12px;
}

.nm-checkout-upsell-grid {
	display: flex;
	gap: 10px;
}

.nm-checkout-upsell-card {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 14px 10px;
	background: #fff;
	border: 1px solid #e8e2db;
	border-radius: 8px;
	text-align: center;
	transition: border-color 0.2s ease;
}

.nm-checkout-upsell-card:hover {
	border-color: #d4a574;
}

.nm-checkout-upsell-card.is-added {
	opacity: 0.6;
	pointer-events: none;
}

.nm-checkout-upsell-card-img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	border-radius: 6px;
}

.nm-checkout-upsell-card-info {
	flex: 1;
	min-width: 0;
}

.nm-checkout-upsell-card-name {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.3;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.nm-checkout-upsell-card-price {
	font-size: 13px;
	font-weight: 700;
	color: #d4a574;
}

.nm-checkout-upsell-card-price del {
	color: #aaa;
	font-weight: 400;
	font-size: 11px;
}

.nm-checkout-upsell-card-price ins {
	text-decoration: none;
}

.nm-checkout-upsell-add-btn {
	background: #d4a574;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 14px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	white-space: nowrap;
}

.nm-checkout-upsell-add-btn:hover {
	background: #c49464;
}

.nm-checkout-upsell-add-btn:disabled {
	cursor: default;
}

/* ---- Checkout trust / support message ---- */
.nm-checkout-trust {
	margin: 0 0 20px;
}

.nm-checkout-trust-inner {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 20px;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 8px;
}

.nm-checkout-trust-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(212, 165, 116, 0.1);
	border-radius: 50%;
	color: #d4a574;
	flex-shrink: 0;
}

.nm-checkout-trust-body {
	flex: 1;
	min-width: 0;
}

.nm-checkout-trust-title {
	display: block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 4px;
}

.nm-checkout-trust-text {
	font-size: 13px;
	color: #6a6a6a;
	line-height: 1.5;
	margin: 0 0 12px;
}

.nm-checkout-trust-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.nm-checkout-trust-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	cursor: pointer;
}

.nm-checkout-trust-btn--messenger {
	background: #0084ff;
	color: #fff;
}

.nm-checkout-trust-btn--messenger:hover {
	background: #0073e6;
	color: #fff;
}

.nm-checkout-trust-btn--email {
	background: #fff;
	color: #1a1a1a;
	border: 1px solid #e8e2db;
}

.nm-checkout-trust-btn--email:hover {
	background: #fdf9f5;
	border-color: #d4a574;
	color: #d4a574;
}

/* ---- Mobile adjustments ---- */
@media only screen and (max-width: 768px) {
	.nm-checkout-trust-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.nm-checkout-trust-actions {
		justify-content: center;
	}
}

@media only screen and (max-width: 768px) {
	.nm-checkout-upsell-grid {
		flex-direction: column;
	}

	.nm-checkout-upsell-card {
		flex-direction: row;
		text-align: left;
		padding: 10px 14px;
	}

	.nm-checkout-upsell-card-img {
		width: 48px;
		height: 48px;
	}

	.nm-checkout-upsell-card-info {
		text-align: left;
	}

	.nm-checkout-upsell-add-btn {
		align-self: center;
	}
}

@media only screen and (max-width: 768px) {
	.wc-block-components-checkout-step__title {
		font-size: 16px !important;
	}

	.nm-checkout-addons .nm-product-addons-label {
		font-size: 16px !important;
	}
}


/* Product description tab — tighten heading gaps */
.woocommerce-product-details__short-description h4,
.woocommerce-product-details__short-description h5,
.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel h5,
.woocommerce-Tabs-panel--description h4,
.woocommerce-Tabs-panel--description h5 {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	margin: 16px 0 4px !important;
	padding: 0 !important;
}

.woocommerce-Tabs-panel h4:first-child,
.woocommerce-Tabs-panel h5:first-child,
.woocommerce-Tabs-panel--description h4:first-child,
.woocommerce-Tabs-panel--description h5:first-child {
	margin-top: 0 !important;
}


/* =============================================================
   Promo Popup Modal
   ============================================================= */

.nm-promo-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nm-promo-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

.nm-promo-modal {
	position: relative;
	width: 90%;
	max-width: 480px;
	background: #faf8f6;
	border-radius: 18px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
	transform: translateY(24px) scale(0.96);
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	margin: 40px auto;
}

.nm-promo-overlay.is-active .nm-promo-modal {
	transform: translateY(0) scale(1);
}

/* Image */
.nm-promo-modal--has-image .nm-promo-image {
	width: 100%;
	display: block;
	border-radius: 18px 18px 0 0;
	object-fit: cover;
	max-height: 220px;
}

/* Content area */
.nm-promo-content {
	padding: 28px 30px 28px;
	text-align: center;
}

.nm-promo-modal:not(.nm-promo-modal--has-image) .nm-promo-content {
	padding-top: 40px;
}

/* Close button */
.nm-promo-close {
	position: absolute;
	top: 12px;
	right: 14px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(0, 0, 0, 0.06);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
	color: #666;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.nm-promo-close:hover {
	background: #fff;
	color: #1a1a1a;
}

/* Title */
.nm-promo-title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 14px;
	line-height: 1.3;
	text-align: center;
}

/* Body content */
.nm-promo-body {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.7;
	margin-bottom: 24px;
	text-align: left;
}

.nm-promo-body p {
	margin: 0 0 12px;
}

.nm-promo-body p:last-child {
	margin-bottom: 0;
}

.nm-promo-body strong {
	color: #1a1a1a;
}

.nm-promo-body a {
	color: #d4a574;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Styled list items */
.nm-promo-body ul {
	list-style: none;
	padding: 0;
	margin: 12px 0;
}

.nm-promo-body ul li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.nm-promo-body ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 6px;
	height: 10px;
	border: solid #d4a574;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* Highlight cards for key selling points */
.nm-promo-body p:last-of-type {
	background: #fff;
	border: 1px solid #e8e2db;
	border-radius: 8px;
	padding: 12px 14px;
	margin-top: 14px;
	font-size: 13px;
	line-height: 1.6;
}

/* CTA button */
.nm-promo-cta {
	display: inline-block;
	width: auto;
	text-align: center;
	padding: 10px 24px;
	background: #d4a574;
	color: #fff !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	border-radius: 6px;
	text-decoration: none !important;
	box-shadow: 0 2px 10px rgba(212, 165, 116, 0.25);
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nm-promo-cta:hover {
	background: #c49464;
	box-shadow: 0 6px 20px rgba(212, 165, 116, 0.4);
	transform: translateY(-1px);
}

/* Mobile */
@media only screen and (max-width: 480px) {
	.nm-promo-modal {
		max-width: 94%;
		border-radius: 14px;
	}

	.nm-promo-modal--has-image .nm-promo-image {
		border-radius: 14px 14px 0 0;
		max-height: 170px;
	}

	.nm-promo-content {
		padding: 22px 22px 22px;
	}

	.nm-promo-title {
		font-size: 19px;
	}

	.nm-promo-body {
		font-size: 13px;
	}

	.nm-promo-cta {
		font-size: 14px;
		padding: 13px 20px;
	}
}


/* =============================================================
   Shop Page Header
   ============================================================= */

#nm-shop.header-disabled {
	padding-top: 9px !important;
}

/* Hide Savoy's taxonomy headers + tag chip on shop archives */
.nm-shop-taxonomy-heading,
.nm-shop-results-bar.is-tag {
	display: none !important;
}

.nm-shop-header {
	margin-top: -30px !important;
	margin-bottom: 32px;
}

.nm-shop-hero {
	padding: 44px 5% 40px;
	background: linear-gradient(135deg, #faf8f6 0%, #f3ede6 60%, #ece3d7 100%);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.nm-shop-hero::before,
.nm-shop-hero::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: rgba(212,165,116,0.06);
}

.nm-shop-hero::before { width: 280px; height: 280px; top: -110px; left: -70px; }
.nm-shop-hero::after { width: 180px; height: 180px; bottom: -70px; right: -30px; }

.nm-shop-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 600px;
	margin: 0 auto;
}

.nm-shop-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 14px;
	background: rgba(212,165,116,0.12);
	border-radius: 20px;
	font-size: 11px;
	font-weight: 700;
	color: #d4a574;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 14px;
	line-height: 1.3;
}

.nm-shop-hero-badge svg { flex-shrink: 0; }

.nm-shop-hero-title {
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	margin-bottom: 10px !important;
	color: #1a1a1a !important;
}

.nm-shop-hero-title em {
	font-style: normal;
	color: #d4a574;
}

.nm-shop-hero-sub {
	font-size: 15px;
	color: #6a6a6a;
	line-height: 1.55;
	max-width: 500px;
	margin: 0 auto;
}

/* Value strip */
.nm-shop-values {
	display: flex;
	justify-content: center;
	gap: 32px;
	padding: 18px 5%;
	background: #fff;
	border-bottom: 1px solid #f0ebe6;
	flex-wrap: wrap;
}

.nm-shop-value {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #1a1a1a;
	white-space: nowrap;
}

.nm-shop-value svg { color: #d4a574; flex-shrink: 0; }
.nm-shop-value strong { color: #5a8a3a; }

/* Promo cards */
.nm-shop-promos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	padding: 24px 5% 0;
	max-width: 1200px;
	margin: 0 auto;
}

.nm-shop-promo {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	background: #faf8f6;
	border: 1px solid #e8e2db;
	border-radius: 12px;
	transition: border-color 0.2s ease;
}

.nm-shop-promo:hover { border-color: #d4a574; }

.nm-shop-promo-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(212,165,116,0.1);
	border-radius: 12px;
	color: #d4a574;
	flex-shrink: 0;
}

.nm-shop-promo strong {
	display: block;
	font-size: 14px;
	color: #1a1a1a;
	margin-bottom: 2px;
}

.nm-shop-promo span {
	font-size: 12px;
	color: #8a8a8a;
	line-height: 1.4;
}

/* Concern pills — horizontal scroll with arrows */
.nm-shop-concerns {
	position: relative;
	padding: 22px 5% 4px;
}

.nm-shop-pills-track {
	display: flex;
	gap: 8px;
	overflow-x: scroll;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding: 0 36px 6px 0;
	cursor: grab;
}

.nm-shop-pills-track::-webkit-scrollbar {
	display: none;
}

.nm-shop-pills-track.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.nm-shop-pill {
	display: inline-flex;
	align-items: center;
	padding: 8px 18px;
	background: #fff;
	border: 1px solid #e8e2db;
	border-radius: 24px;
	font-size: 13px;
	font-weight: 600;
	color: #1a1a1a;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: all 0.2s ease;
}

.nm-shop-pill:hover {
	border-color: #d4a574;
	color: #d4a574;
}

.nm-shop-pill.is-active {
	background: #d4a574;
	color: #fff;
	border-color: #d4a574;
}

/* Scroll arrows */
.nm-shop-pills-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #e8e2db;
	border-radius: 50%;
	color: #1a1a1a;
	cursor: pointer;
	z-index: 2;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	transition: border-color 0.2s ease, color 0.2s ease;
	font-size: 0;
}

.nm-shop-pills-arrow:hover {
	border-color: #d4a574;
	color: #d4a574;
}

.nm-shop-pills-arrow--left {
	left: calc(5% - 8px);
	display: none;
}

.nm-shop-pills-arrow--right {
	right: calc(5% - 8px);
}

.nm-shop-pills-arrow svg {
	width: 16px;
	height: 16px;
}

/* Hide arrows when not needed */
.nm-shop-pills-arrow.is-hidden {
	display: none !important;
}

/* Pill product count */
.nm-shop-pill-count {
	font-size: 10px;
	font-weight: 700;
	color: #b0a89e;
	background: rgba(0,0,0,0.04);
	padding: 1px 6px;
	border-radius: 10px;
	margin-left: 4px;
}

.nm-shop-pill.is-active .nm-shop-pill-count {
	color: rgba(255,255,255,0.75);
	background: rgba(255,255,255,0.2);
}

/* Active filter chips below pills */
.nm-shop-active-filters {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 5% 0;
	flex-wrap: wrap;
}

.nm-shop-active-tag {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px;
	background: rgba(212,165,116,0.1);
	border: 1px solid rgba(212,165,116,0.25);
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #d4a574;
}

.nm-shop-tag-remove {
	background: none;
	border: none;
	font-size: 15px;
	color: #d4a574;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	opacity: 0.7;
}

.nm-shop-tag-remove:hover {
	opacity: 1;
}

.nm-shop-clear-all {
	background: none;
	border: none;
	font-size: 12px;
	font-weight: 600;
	color: #8a8a8a;
	cursor: pointer;
	padding: 4px 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nm-shop-clear-all:hover {
	color: #1a1a1a;
}

/* Mobile */
@media only screen and (max-width: 768px) {
	.nm-shop-hero { padding: 32px 6% 28px; }
	.nm-shop-hero-title { font-size: 24px !important; }
	.nm-shop-hero-sub { font-size: 13px; }

	.nm-shop-values {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding: 14px 5%;
	}
	.nm-shop-value { font-size: 11px; gap: 6px; }

	.nm-shop-promos {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 16px 5% 0;
	}
	.nm-shop-promo { padding: 14px 16px; }
	.nm-shop-promo-icon { width: 38px; height: 38px; }

	.nm-shop-concerns { padding: 16px 4% 4px; }
	.nm-shop-pills-track { gap: 6px; padding-right: 28px; }
	.nm-shop-pill { padding: 6px 14px; font-size: 12px; }
	.nm-shop-pills-arrow { display: none !important; }
	/* Mobile: show a bouncing arrow hint */
	.nm-shop-concerns::after {
		content: '';
		position: absolute;
		right: 4%;
		top: 50%;
		transform: translateY(-50%);
		width: 24px;
		height: 24px;
		background: rgba(212,165,116,0.15);
		border-radius: 50%;
		z-index: 2;
		pointer-events: none;
		animation: nm-scroll-hint 1.5s ease-in-out 3;
	}
	.nm-shop-concerns::before {
		content: '';
		position: absolute;
		right: calc(4% + 8px);
		top: 50%;
		transform: translateY(-50%);
		width: 8px;
		height: 8px;
		border-right: 2px solid #d4a574;
		border-bottom: 2px solid #d4a574;
		transform: translateY(-50%) rotate(-45deg);
		z-index: 3;
		pointer-events: none;
		animation: nm-scroll-hint 1.5s ease-in-out 3;
	}
	@keyframes nm-scroll-hint {
		0%, 100% { opacity: 1; transform: translateY(-50%) translateX(0); }
		50% { opacity: 0.6; transform: translateY(-50%) translateX(6px); }
	}
}


/* =============================================================
   Login / Register / Lost Password / 404 / Wishlist Pages
   ============================================================= */

/* ── Shared: Login, Register, Lost Password ── */
.woocommerce-account .nm-myaccount-login,
.woocommerce-account .nm-myaccount-lost-reset-password {
	max-width: 440px !important;
	margin: 60px auto 80px !important;
	padding: 40px 36px 36px !important;
	background: #fff !important;
	border: 1px solid #e8e2db !important;
	border-radius: 16px !important;
	box-shadow: 0 8px 32px rgba(0,0,0,0.04) !important;
}

.woocommerce-account .nm-myaccount-login-inner {
	max-width: 100% !important;
}

/* Page heading */
.woocommerce-account #nm-page-header h1,
.woocommerce-account .entry-title {
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	text-align: center !important;
	margin-top: 16px !important;
	margin-bottom: 24px !important;
}

/* Add subtitle under headings */
.woocommerce-account .nm-myaccount-login::before {
	content: 'Welcome back to Still Beauty';
	display: block;
	text-align: center;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-weight: 600;
	color: #d4a574;
	margin-bottom: 8px;
	letter-spacing: 0.02em;
}

/* Form labels */
.woocommerce-account .woocommerce-form label {
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #1a1a1a !important;
}

/* Form inputs */
.woocommerce-account .woocommerce-form input[type="text"],
.woocommerce-account .woocommerce-form input[type="email"],
.woocommerce-account .woocommerce-form input[type="password"] {
	border: 1px solid #e8e2db !important;
	border-radius: 8px !important;
	padding: 12px 16px !important;
	font-size: 14px !important;
	transition: border-color 0.2s ease !important;
}

.woocommerce-account .woocommerce-form input:focus {
	border-color: #d4a574 !important;
	box-shadow: 0 0 0 1px #d4a574 !important;
	outline: none !important;
}

/* Primary buttons (Login, Register, Reset) */
.woocommerce-account .woocommerce-form .woocommerce-button,
.woocommerce-account .woocommerce-form button[type="submit"],
.woocommerce-account .woocommerce-form input[type="submit"],
.woocommerce-account .nm-myaccount-login .button[type="submit"],
.woocommerce-account .nm-myaccount-lost-reset-password .button[type="submit"],
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-register .button,
.woocommerce-account .woocommerce-ResetPassword .button {
	background: #d4a574 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 8px !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	padding: 14px !important;
	transition: background-color 0.2s ease !important;
	cursor: pointer !important;
}

.woocommerce-account .woocommerce-form .woocommerce-button:hover,
.woocommerce-account .woocommerce-form button[type="submit"]:hover,
.woocommerce-account .nm-myaccount-login .button[type="submit"]:hover,
.woocommerce-account .nm-myaccount-lost-reset-password .button[type="submit"]:hover,
.woocommerce-account .woocommerce-form-login .button:hover,
.woocommerce-account .woocommerce-form-register .button:hover,
.woocommerce-account .woocommerce-ResetPassword .button:hover {
	background: #c49464 !important;
}

/* Secondary button (Create account / Log in toggle) */
.woocommerce-account .nm-myaccount-login .nm-login-register-btn,
.woocommerce-account .nm-myaccount-login a.button {
	border: 1.5px solid #e8e2db !important;
	border-radius: 8px !important;
	color: #1a1a1a !important;
	background: transparent !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	padding: 12px !important;
	transition: border-color 0.2s ease, color 0.2s ease !important;
}

.woocommerce-account .nm-myaccount-login .nm-login-register-btn:hover,
.woocommerce-account .nm-myaccount-login a.button:hover {
	border-color: #d4a574 !important;
	color: #d4a574 !important;
}

/* "or" divider */
.woocommerce-account .nm-login-form-divider {
	margin: 20px 0 !important;
}

.woocommerce-account .nm-login-form-divider:before {
	background: #e8e2db !important;
}

.woocommerce-account .nm-login-form-divider span {
	background: #fff !important;
	color: #c0b8ae !important;
	font-size: 13px !important;
	padding: 0 16px !important;
}

/* Remember me checkbox */
.woocommerce-account .woocommerce-form .woocommerce-form-login__rememberme input[type="checkbox"]:checked {
	accent-color: #d4a574 !important;
}

/* Lost password link */
.woocommerce-account .woocommerce-LostPassword a,
.woocommerce-account a.lost_password {
	color: #d4a574 !important;
	font-size: 13px !important;
}

.woocommerce-account .woocommerce-LostPassword a:hover {
	color: #c49464 !important;
}

/* Privacy policy link */
.woocommerce-account .woocommerce-privacy-policy-text a {
	color: #d4a574 !important;
}

/* reCAPTCHA center */
.woocommerce-account .nm-recaptcha-wrap {
	display: flex !important;
	justify-content: center !important;
	margin: 16px 0 !important;
}

/* Lost password page description */
.woocommerce-account .nm-myaccount-lost-reset-password p:first-of-type {
	font-size: 14px !important;
	color: #6a6a6a !important;
	text-align: center !important;
	margin-bottom: 24px !important;
	line-height: 1.5 !important;
}

/* ── 404 Page Not Found ── */
.nm-page-not-found {
	text-align: center !important;
	padding: 100px 20px 80px !important;
	min-height: 60vh !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}

/* Hide default icon entirely */
.nm-page-not-found .nm-page-not-found-icon {
	display: none !important;
}

.nm-page-not-found h2 {
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	margin-bottom: 10px !important;
}

/* Add a large "Oops!" above the heading */
.nm-page-not-found .nm-row::before {
	content: 'Oops!';
	display: block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 64px;
	font-weight: 700;
	color: #d4a574;
	margin-bottom: 8px;
	line-height: 1;
}

.nm-page-not-found p {
	font-size: 15px !important;
	color: #8a8a8a !important;
	line-height: 1.5 !important;
	max-width: 400px !important;
	margin: 0 auto 24px !important;
}

.nm-page-not-found a.button,
.nm-page-not-found a {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	background: #d4a574 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 8px !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	padding: 12px 24px !important;
	transition: background-color 0.2s ease !important;
}

.nm-page-not-found a.button:hover,
.nm-page-not-found a:hover {
	background: #c49464 !important;
	color: #fff !important;
}

/* ── Wishlist Empty ── */
#nm-wishlist-empty {
	text-align: center !important;
	padding: 80px 20px 80px !important;
	min-height: 60vh !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}

/* Hide the X icon */
#nm-wishlist-empty p.icon {
	display: none !important;
}

/* Heading */
#nm-wishlist-empty h1 {
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	padding-top: 0 !important;
	margin-bottom: 8px !important;
}

/* "Click the ♡ icons to add products" note */
#nm-wishlist-empty .note {
	padding: 0 0 24px !important;
	color: #8a8a8a !important;
	font-size: 14px !important;
}

/* Inline heart icon in the note */
#nm-wishlist-empty .note i {
	font-size: 16px !important;
	color: #d4a574 !important;
	line-height: 1 !important;
	vertical-align: middle !important;
	width: auto !important;
	height: auto !important;
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	display: inline !important;
}

/* Return to Shop button — add arrow like 404 page */
#nm-wishlist-empty .button {
	background: #d4a574 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 8px !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	padding: 12px 28px !important;
	transition: background-color 0.2s ease !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
}

#nm-wishlist-empty .button::before {
	content: '\e094';
	font-family: 'nm-font' !important;
	font-size: 12px;
}

#nm-wishlist-empty .button:hover {
	background: #c49464 !important;
	color: #fff !important;
}

/* ── Mobile adjustments ── */
@media only screen and (max-width: 768px) {
	.woocommerce-account .nm-myaccount-login,
	.woocommerce-account .nm-myaccount-lost-reset-password {
		padding: 28px 22px 28px !important;
		border-radius: 12px !important;
		margin: 40px auto 60px !important;
		max-width: calc(100% - 32px) !important;
	}

	.woocommerce-account #nm-page-header h1 {
		font-size: 24px !important;
	}

	.nm-page-not-found { padding: 60px 20px 30px !important; }
	.nm-page-not-found h1 { font-size: 26px !important; }

	#nm-wishlist-empty { padding: 60px 20px 30px !important; }
}
}