/*
	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;
}


/* 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;
}

.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 {
	border-color: #d4a574;
	background: #fdf9f5;
	z-index: 1;
}

.nm-bulk-tier:hover+.nm-bulk-tier,
.nm-bulk-tier.is-active+.nm-bulk-tier {
	border-left-color: #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;
	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;
}

.nm-contact-btn-text {
	min-width: 0;
}

.nm-contact-btn-label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
}

.nm-contact-btn-sub {
	display: block;
	font-size: 12px;
	color: #8a8a8a;
	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;
	}
}


/* 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: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.nm-payment-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	min-width: 42px;
	padding: 0 7px;
	font-size: 10px;
	font-weight: 700;
	color: #5a5a5a;
	background: #fff;
	border: 1px solid #e0d8d0;
	border-radius: 4px;
	white-space: nowrap;
	box-sizing: border-box;
}

/* Visa — italic blue wordmark */
.nm-pi--visa {
	font-size: 13px;
	font-style: italic;
	color: #1a1f71;
	letter-spacing: -0.5px;
}

/* Mastercard — overlapping circles */
.nm-pi--mc {
	gap: 0;
	padding: 0 10px;
	position: relative;
}

.nm-pi--mc i {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	font-style: normal;
}

.nm-pi--mc i:first-child {
	background: #eb001b;
}

.nm-pi--mc i:last-child {
	background: #f79e1b;
	margin-left: -5px;
}

/* Amex — blue text */
.nm-pi--amex {
	font-size: 9px;
	color: #2e77bc;
	letter-spacing: 0.5px;
}

/* PayPal — dual-tone */
.nm-pi--paypal b,
.nm-pi--paypal em {
	font-style: normal;
	font-weight: 700;
}

.nm-pi--paypal b {
	color: #003087;
}

.nm-pi--paypal em {
	color: #009cde;
}

/* Apple Pay — apple logo SVG + text */
.nm-pi--applepay {
	font-size: 10px;
	font-weight: 700;
	color: #1a1a1a;
	gap: 2px;
}

.nm-pi--applepay svg {
	flex-shrink: 0;
	margin-top: -1px;
	width: 10px;
	height: 12px;
}

/* Google Pay — colored G logo + text */
.nm-pi--gpay {
	font-size: 10px;
	font-weight: 700;
	color: #5f6368;
	gap: 2px;
}

.nm-pi--gpay svg {
	width: 11px;
	height: 11px;
	flex-shrink: 0;
}

/* Afterpay — black bg, mint text */
.nm-pi--afterpay {
	font-size: 9px;
	font-weight: 800;
	color: #b2fce4;
	background: #000;
	border-color: #000;
	letter-spacing: 0;
}

/* Zip — purple bg, white text */
.nm-pi--zip {
	font-size: 11px;
	font-weight: 900;
	font-style: italic;
	color: #fff;
	background: #6941d2;
	border-color: #6941d2;
	letter-spacing: -0.5px;
}

/* Klarna — pink bg, dark text */
.nm-pi--klarna {
	font-size: 11px;
	font-weight: 800;
	color: #17120f;
	background: #ffb3c7;
	border-color: #ffb3c7;
	letter-spacing: -0.3px;
}

.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 {
		height: 26px;
		min-width: 38px;
		padding: 0 6px;
		font-size: 9px;
	}

	.nm-pi--visa {
		font-size: 11px;
	}

	.nm-pi--mc i {
		width: 12px;
		height: 12px;
	}

	.nm-pi--mc i:last-child {
		margin-left: -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: 24px 0 0;
	padding: 0;
}

/* Desktop: float left under gallery, matching gallery-col-* widths */
@media only screen and (min-width: 769px) {
	.nm-blog-links {
		float: left;
		clear: left;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.gallery-col-5 .nm-blog-links {
		width: 41.66666667%;
	}

	.gallery-col-6 .nm-blog-links {
		width: 50%;
	}

	.gallery-col-7 .nm-blog-links {
		width: 58.33333333%;
	}

	.gallery-col-8 .nm-blog-links {
		width: 66.66666667%;
	}
}

.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);
}

/* Mobile: natural flow, match surrounding content padding */
@media only screen and (max-width: 768px) {
	.nm-blog-links {
		clear: both;
		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: 13px;
	color: #d4a574;
}

.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 .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);
}

/* ----- 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: filter + sort side by side, count below */
	.nm-product-reviews-toolbar {
		padding: 20px 0;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 12px;
	}

	.nm-product-reviews-toolbar .nm-reviews-filter {
		flex: 1;
		min-width: 0;
	}

	.nm-product-reviews-toolbar .nm-reviews-sort-select {
		flex-shrink: 0;
	}

	.nm-product-reviews-toolbar .nm-reviews-showing {
		width: 100%;
		order: 3;
	}

	/* 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;
	}
}


/* 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;
}

.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;
	height: 28px;
	min-width: 44px;
	padding: 0 8px;
	font-size: 10px;
	font-weight: 700;
	color: #7a7a7a;
	background: #eee8e1;
	border-radius: 4px;
	white-space: nowrap;
	box-sizing: border-box;
	letter-spacing: 0.02em;
}

.nm-footer-pay--visa {
	font-size: 13px;
	font-style: italic;
	color: #1a1f71;
	letter-spacing: -0.5px;
}

.nm-footer-pay--mc {
	gap: 0;
	padding: 0 12px;
}

.nm-footer-pay--mc i {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	font-style: normal;
}

.nm-footer-pay--mc i:first-child {
	background: #eb001b;
}

.nm-footer-pay--mc i:last-child {
	background: #f79e1b;
	margin-left: -5px;
}

.nm-footer-pay--amex {
	font-size: 9px;
	letter-spacing: 0.5px;
	color: #006fcf;
}

.nm-footer-pay--paypal b {
	color: #003087;
	font-weight: 700;
}

.nm-footer-pay--paypal em {
	color: #009cde;
	font-style: normal;
	font-weight: 700;
}

.nm-footer-pay--afterpay {
	font-size: 9px;
	font-weight: 800;
	color: #b2fce4;
	background: #000;
	letter-spacing: 0;
}

.nm-footer-pay--zip {
	font-size: 12px;
	font-weight: 900;
	font-style: italic;
	color: #fff;
	background: #6941d2;
	letter-spacing: -0.5px;
}

.nm-footer-pay--klarna {
	font-size: 10px;
	font-weight: 800;
	color: #17120f;
	background: #ffb3c7;
	letter-spacing: -0.3px;
}

.nm-footer-pay--gpay,
.nm-footer-pay--applepay {
	gap: 3px;
	font-size: 11px;
	font-weight: 600;
	color: #5a5a5a;
}

/* 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: 38px;
	}

	.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;
}

/* 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;
}

/* 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;
	margin-top: auto;
}

/* ----- 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;
}

/* ----- Desktop: match blog-links positioning ----- */
@media only screen and (min-width: 769px) {
	.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%;
	}
}

/* ----- Responsive: Tablet / smaller desktop ----- */
@media screen and (max-width: 1100px) {
	.nm-price-compare-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ----- Responsive: Mobile ----- */
@media only screen and (max-width: 768px) {
	.nm-price-compare {
		clear: both;
		margin: 20px 0 0;
	}

	.nm-price-compare-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.nm-price-compare-heading {
		font-size: 18px;
	}
}

@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;
	}
}