/*
 * Noh Masks Collection
 * Scoped to the WooCommerce Collection archive and the inquiry components.
 */

body.nm-collection-page {
	--nm-ink: #080703;
	--nm-ivory: #f7f5f1;
	--nm-white: #fff;
	--nm-olive: #5c594a;
	--nm-red: #b24332;
	--nm-line: rgba(8, 7, 3, 0.16);
	--nm-soft-line: rgba(8, 7, 3, 0.09);
	background: var(--nm-ivory);
	color: var(--nm-ink);
	overflow-x: hidden;
}

body.nm-collection-page .nm-collection-main {
	background: var(--nm-ivory);
	color: var(--nm-ink);
}

body.nm-collection-page .shop-page-title,
body.nm-collection-page .woocommerce-breadcrumb,
body.nm-collection-page .woocommerce-result-count,
body.nm-collection-page .woocommerce-ordering,
body.nm-collection-page .shop-sidebar,
body.nm-collection-page .badge-container,
body.nm-collection-page .quick-view,
body.nm-collection-page .wishlist-button,
body.nm-collection-page .add-to-cart-button,
body.nm-collection-page .star-rating,
body.nm-collection-page .product-small .button,
body.nm-collection-page .out-of-stock-label {
	display: none !important;
}

body.nm-collection-page .category-page-row > .col.large-9,
body.nm-collection-page .category-page-row > .col:first-child,
body.nm-collection-page .shop-container,
body.nm-collection-page .shop-container > .row {
	max-width: 100%;
	flex-basis: 100%;
	width: 100%;
}

body.nm-collection-page .shop-container,
body.nm-collection-page .category-page-row,
body.nm-collection-page .category-page-row > .col {
	padding-right: 0;
	padding-left: 0;
}

.nm-inner {
	width: min(100% - 112px, 1240px);
	margin-inline: auto;
}

.nm-kicker {
	margin: 0 0 12px;
	color: var(--nm-red, #b24332);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.nm-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.nm-button--primary {
	background: var(--nm-red, #b24332);
	color: #fff;
}

.nm-button--primary:hover {
	background: #97382a;
	color: #fff;
}

.nm-button--quiet {
	border-color: rgba(255, 255, 255, 0.38);
	color: #fff;
}

.nm-button--quiet:hover {
	border-color: #fff;
	color: #fff;
}

.nm-button--light {
	border-color: #fff;
	background: #fff;
	color: #080703;
}

.nm-button--light:hover {
	background: transparent;
	color: #fff;
}

.nm-hero {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: #080703;
	color: #fff;
}

.nm-hero__inner {
	display: grid;
	min-height: 590px;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	align-items: center;
	gap: 72px;
	padding-block: 88px;
}

.nm-hero__copy {
	max-width: 610px;
}

.nm-hero .nm-kicker {
	color: #c58372;
}

.nm-hero h1 {
	max-width: 680px;
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 5.2vw, 70px);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.03;
}

.nm-hero__intro {
	max-width: 570px;
	margin: 25px 0 0;
	color: #c9c4b1;
	font-size: 18px;
	line-height: 1.7;
}

.nm-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.nm-hero__visual {
	min-width: 0;
}

.nm-hero__visual figure {
	margin: 0;
}

.nm-hero__visual a {
	display: block;
}

.nm-hero__image {
	display: block;
	width: 100%;
	max-height: 475px;
	object-fit: contain;
	object-position: center;
}

.nm-hero__visual figcaption {
	margin-top: 14px;
	color: #8f8b7f;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: right;
	text-transform: uppercase;
}

.nm-hero__placeholder {
	display: grid;
	min-height: 420px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: radial-gradient(circle, rgba(178, 67, 50, 0.23), transparent 56%);
}

.nm-hero__placeholder span {
	color: rgba(255, 255, 255, 0.2);
	font-family: serif;
	font-size: 180px;
}

.nm-reassurance {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #fff;
	border-bottom: 1px solid rgba(8, 7, 3, 0.1);
}

.nm-reassurance__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.nm-reassurance__item {
	display: flex;
	min-height: 102px;
	align-items: center;
	gap: 14px;
	padding: 22px 26px;
	border-right: 1px solid rgba(8, 7, 3, 0.1);
}

.nm-reassurance__item:first-child {
	padding-left: 0;
}

.nm-reassurance__item:last-child {
	border-right: 0;
}

.nm-icon {
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	color: #b24332;
}

.nm-reassurance__item span,
.nm-reassurance__item strong,
.nm-reassurance__item small {
	display: block;
}

.nm-reassurance__item strong {
	color: #080703;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.nm-reassurance__item small {
	margin-top: 3px;
	color: #5c594a;
	font-size: 11px;
	line-height: 1.4;
}

.nm-browse-head {
	padding: 104px 0 45px;
}

.nm-browse-head__copy {
	max-width: 670px;
}

.nm-browse-head h2,
.nm-learning h2,
.nm-contact h2 {
	margin: 0;
	color: #080703;
	font-size: clamp(34px, 3.3vw, 45px);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.nm-browse-head__copy > p:last-child {
	margin: 16px 0 0;
	color: #5c594a;
	font-size: 16px;
	line-height: 1.65;
}

.nm-toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-top: 39px;
	padding: 19px 0;
	border-top: 1px solid rgba(8, 7, 3, 0.16);
	border-bottom: 1px solid rgba(8, 7, 3, 0.16);
}

.nm-status-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.nm-status-tabs a {
	position: relative;
	padding: 6px 0;
	color: #5c594a;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.nm-status-tabs a::after {
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	height: 2px;
	background: transparent;
	content: "";
}

.nm-status-tabs a:hover,
.nm-status-tabs a.is-active {
	color: #080703;
}

.nm-status-tabs a.is-active::after {
	background: #b24332;
}

.nm-selectors {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
}

.nm-selectors select {
	min-width: 150px;
	height: 39px;
	margin: 0;
	padding: 0 34px 0 12px;
	background-color: transparent;
	border: 1px solid rgba(8, 7, 3, 0.2);
	box-shadow: none;
	color: #080703;
	font-size: 12px;
}

.nm-selectors button {
	height: 39px;
	margin: 0;
	padding: 0 17px;
	background: #080703;
	border: 1px solid #080703;
	border-radius: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
}

/* Native WooCommerce / Flatsome loop, kept dynamic for ordinary product uploads. */
body.nm-collection-page .products.row,
body.nm-collection-page .shop-container .products {
	display: grid !important;
	width: min(100% - 112px, 1240px);
	max-width: 1240px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 30px;
	row-gap: 58px;
	margin: 0 auto 110px !important;
}

body.nm-collection-page .products.row > .product,
body.nm-collection-page .products.row > .product-small,
body.nm-collection-page .shop-container .products > .product {
	width: auto !important;
	max-width: none !important;
	flex-basis: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.nm-collection-page .product-small > .col-inner,
body.nm-collection-page .product-small .box,
body.nm-collection-page .product-small .box-image,
body.nm-collection-page .product-small .box-text {
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.nm-collection-page .product-small .box {
	height: 100%;
}

body.nm-collection-page .product-small .box-image {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #fff;
}

body.nm-collection-page .product-small .box-image > div,
body.nm-collection-page .product-small .box-image .image-fade_in_back,
body.nm-collection-page .product-small .box-image .image-none,
body.nm-collection-page .product-small .box-image a {
	height: 100%;
}

body.nm-collection-page .product-small .box-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: transform 420ms ease;
}

body.nm-collection-page .product-small:hover .box-image img {
	transform: scale(1.018);
}

body.nm-collection-page .product-small .box-text {
	padding: 19px 2px 0;
	text-align: left;
}

body.nm-collection-page .nm-card-title {
	margin: 0;
	color: #080703;
	font-size: clamp(19px, 1.7vw, 23px);
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 1.28;
}

body.nm-collection-page .nm-card-japanese {
	display: block;
	margin-top: 4px;
	color: #5c594a;
	font-size: 14px;
	line-height: 1.45;
}

body.nm-collection-page .nm-card-status,
body.nm-collection-page .nm-card-meta,
body.nm-collection-page .nm-card-price,
body.nm-collection-page .nm-card-link {
	display: block;
}

body.nm-collection-page .nm-card-status {
	margin-top: 15px;
	color: #5c594a;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.nm-collection-page .nm-card-status--available {
	color: #b24332;
}

body.nm-collection-page .nm-card-meta {
	min-height: 42px;
	margin-top: 8px;
	color: #5c594a;
	font-size: 12px;
	line-height: 1.65;
}

body.nm-collection-page .nm-card-price {
	margin-top: 11px;
	color: #080703;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

body.nm-collection-page .nm-card-price del {
	display: none;
}

body.nm-collection-page .nm-card-price ins {
	text-decoration: none;
}

body.nm-collection-page .nm-card-link {
	margin-top: 16px;
	color: #080703;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.nm-collection-page .nm-card-link i {
	display: inline;
	margin-left: 4px;
	font-style: normal;
	transition: margin-left 180ms ease;
}

body.nm-collection-page .product-small:hover .nm-card-link i {
	margin-left: 8px;
}

body.nm-collection-page .woocommerce-pagination {
	width: min(100% - 112px, 1240px);
	margin: -66px auto 105px;
}

body.nm-collection-page .woocommerce-pagination ul.page-numbers {
	border: 0;
}

body.nm-collection-page .woocommerce-pagination .page-numbers li {
	border: 0;
}

body.nm-collection-page .woocommerce-pagination a,
body.nm-collection-page .woocommerce-pagination span {
	border-radius: 0;
}

body.nm-collection-page .woocommerce-no-products-found {
	width: min(100% - 112px, 1240px);
	margin: 0 auto 110px;
}

/* Self-contained loop used by the live Flatsome Page Blank shop template. */
.nm-products-grid {
	display: grid;
	width: min(100% - 112px, 1240px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 30px;
	row-gap: 58px;
	margin: 0 auto 110px;
}

.nm-product-card {
	min-width: 0;
	margin: 0;
}

.nm-product-card__link {
	display: block;
	height: 100%;
	color: #080703;
}

.nm-product-card__link:hover {
	color: #080703;
}

.nm-product-card__visual {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #fff;
}

.nm-product-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
	transition: transform 420ms ease;
}

.nm-product-card__link:hover .nm-product-card__visual img {
	transform: scale(1.018);
}

.nm-product-card__body {
	padding: 19px 2px 0;
}

.nm-product-card .nm-card-status,
.nm-product-card .nm-card-japanese,
.nm-product-card .nm-card-meta,
.nm-product-card .nm-card-price,
.nm-product-card .nm-card-link {
	display: block;
}

.nm-product-card .nm-card-status {
	margin: 0 0 9px;
	color: #5c594a;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.nm-product-card .nm-card-status--available {
	color: #b24332;
}

.nm-product-card .nm-card-title {
	margin: 0;
	color: #080703;
	font-size: clamp(19px, 1.7vw, 23px);
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 1.28;
}

.nm-product-card .nm-card-japanese {
	margin-top: 4px;
	color: #5c594a;
	font-size: 14px;
	line-height: 1.45;
}

.nm-product-card .nm-card-meta {
	min-height: 42px;
	margin-top: 8px;
	color: #5c594a;
	font-size: 12px;
	line-height: 1.65;
}

.nm-product-card .nm-card-price {
	margin-top: 11px;
	color: #080703;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.nm-product-card .nm-card-price del {
	display: none;
}

.nm-product-card .nm-card-price ins {
	text-decoration: none;
}

.nm-product-card .nm-card-link {
	margin-top: 16px;
	color: #080703;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.nm-product-card .nm-card-link i {
	display: inline;
	margin-left: 4px;
	font-style: normal;
	transition: margin-left 180ms ease;
}

.nm-product-card__link:hover .nm-card-link i {
	margin-left: 8px;
}

.nm-pagination {
	width: min(100% - 112px, 1240px);
	margin: -66px auto 105px;
}

.nm-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nm-pagination a,
.nm-pagination .current {
	display: inline-flex;
	min-width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border: 1px solid rgba(8, 7, 3, 0.18);
	color: #080703;
	font-size: 12px;
}

.nm-pagination .current,
.nm-pagination a:hover {
	background: #080703;
	border-color: #080703;
	color: #fff;
}

.nm-empty-state {
	width: min(100% - 112px, 1240px);
	margin: 0 auto 110px;
	padding: 52px 0;
	border-top: 1px solid rgba(8, 7, 3, 0.16);
	border-bottom: 1px solid rgba(8, 7, 3, 0.16);
}

.nm-empty-state h3 {
	margin: 0;
	font-size: 26px;
	font-weight: 500;
}

.nm-empty-state p {
	max-width: 620px;
	margin: 12px 0 19px;
	color: #5c594a;
	font-size: 15px;
	line-height: 1.65;
}

.nm-empty-state a {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.nm-learning {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 98px 0 104px;
	background: #fff;
}

.nm-learning__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 30px;
	margin-top: 41px;
}

.nm-learning__link {
	position: relative;
	display: flex;
	min-height: 145px;
	flex-direction: column;
	padding: 24px 50px 22px 0;
	border-top: 1px solid rgba(8, 7, 3, 0.22);
	color: #080703;
}

.nm-learning__link > span {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}

.nm-learning__link small {
	margin-top: 9px;
	color: #5c594a;
	font-size: 12px;
	line-height: 1.55;
}

.nm-learning__link i {
	position: absolute;
	top: 24px;
	right: 3px;
	font-style: normal;
	transition: right 180ms ease;
}

.nm-learning__link:hover {
	border-color: #b24332;
	color: #b24332;
}

.nm-learning__link:hover i {
	right: 0;
}

.nm-contact {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 82px 0;
	background: #080703;
	color: #fff;
}

.nm-contact__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 56px;
}

.nm-contact__inner > div {
	max-width: 700px;
}

.nm-contact .nm-kicker {
	color: #c58372;
}

.nm-contact h2 {
	color: #fff;
}

.nm-contact p:last-child {
	margin: 16px 0 0;
	color: #c9c4b1;
	font-size: 15px;
	line-height: 1.65;
}

.nm-contact .nm-button {
	flex: 0 0 auto;
}

.nm-product-inquiry {
	margin: 18px 0 0;
}

.nm-product-inquiry a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding-bottom: 4px;
	border-bottom: 1px solid currentColor;
	color: #5c594a;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.nm-product-inquiry a:hover {
	color: #b24332;
}

.nm-contact-context {
	display: grid;
	max-width: 720px;
	grid-template-columns: 1fr auto;
	gap: 3px 24px;
	margin: 0 0 32px;
	padding: 19px 22px;
	background: #f7f5f1;
	border-left: 3px solid #b24332;
	color: #080703;
}

.nm-contact-context span,
.nm-contact-context small {
	color: #5c594a;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.nm-contact-context strong {
	font-size: 18px;
	font-weight: 500;
}

.nm-contact-context a {
	grid-row: 1 / span 3;
	grid-column: 2;
	align-self: center;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.nm-button:focus-visible,
.nm-hero__visual a:focus-visible,
.nm-status-tabs a:focus-visible,
.nm-selectors select:focus-visible,
.nm-selectors button:focus-visible,
.nm-learning__link:focus-visible,
.nm-product-inquiry a:focus-visible,
body.nm-collection-page .nm-product-card__link:focus-visible,
body.nm-collection-page .nm-pagination a:focus-visible,
body.nm-collection-page .product-small a:focus-visible {
	outline: 3px solid #b24332;
	outline-offset: 4px;
}

@media screen and (max-width: 849px) {
	.nm-inner,
	body.nm-collection-page .products.row,
	body.nm-collection-page .shop-container .products,
	body.nm-collection-page .woocommerce-pagination,
	body.nm-collection-page .woocommerce-no-products-found {
		width: min(100% - 64px, 1240px);
	}

	.nm-products-grid,
	.nm-pagination,
	.nm-empty-state {
		width: min(100% - 64px, 1240px);
	}

	.nm-hero__inner {
		min-height: 530px;
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
		gap: 40px;
		padding-block: 72px;
	}

	.nm-hero h1 {
		font-size: clamp(43px, 7vw, 56px);
	}

	.nm-hero__intro {
		font-size: 16px;
	}

	.nm-reassurance__item:first-child {
		padding-left: 22px;
	}

	.nm-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.nm-status-tabs a::after {
		bottom: -19px;
	}

	body.nm-collection-page .products.row,
	body.nm-collection-page .shop-container .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 25px;
		row-gap: 50px;
	}

	.nm-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 25px;
		row-gap: 50px;
	}

	.nm-learning__grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
}

@media screen and (max-width: 700px) {
	.nm-hero__inner {
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 46px;
		padding-block: 64px 54px;
	}

	.nm-hero__copy {
		max-width: 620px;
	}

	.nm-hero__image {
		max-height: 430px;
	}

	.nm-hero__visual figcaption {
		text-align: left;
	}
}

@media screen and (max-width: 549px) {
	.nm-inner,
	body.nm-collection-page .products.row,
	body.nm-collection-page .shop-container .products,
	body.nm-collection-page .woocommerce-pagination,
	body.nm-collection-page .woocommerce-no-products-found {
		width: min(100% - 40px, 1240px);
	}

	.nm-products-grid,
	.nm-pagination,
	.nm-empty-state {
		width: min(100% - 40px, 1240px);
	}

	.nm-hero__inner {
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 42px;
		padding-block: 58px 48px;
	}

	.nm-hero h1 {
		font-size: clamp(39px, 12vw, 47px);
	}

	.nm-hero__intro {
		margin-top: 19px;
		font-size: 15px;
	}

	.nm-actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 25px;
	}

	.nm-hero__image {
		max-height: 390px;
	}

	.nm-hero__visual figcaption {
		text-align: left;
	}

	.nm-hero__placeholder {
		min-height: 300px;
	}

	.nm-hero__placeholder span {
		font-size: 120px;
	}

	.nm-reassurance__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nm-reassurance__item,
	.nm-reassurance__item:first-child {
		min-height: 90px;
		padding: 18px 14px;
		border-right: 0;
		border-bottom: 1px solid rgba(8, 7, 3, 0.1);
	}

	.nm-reassurance__item:nth-child(odd) {
		border-right: 1px solid rgba(8, 7, 3, 0.1);
	}

	.nm-icon {
		width: 22px;
		height: 22px;
		flex-basis: 22px;
	}

	.nm-reassurance__item strong {
		font-size: 12px;
	}

	.nm-reassurance__item small {
		font-size: 10px;
	}

	.nm-browse-head {
		padding: 70px 0 35px;
	}

	.nm-browse-head h2,
	.nm-learning h2,
	.nm-contact h2 {
		font-size: 31px;
	}

	.nm-browse-head__copy > p:last-child {
		font-size: 15px;
	}

	.nm-toolbar {
		gap: 21px;
		margin-top: 29px;
		padding: 14px 0;
	}

	.nm-status-tabs {
		width: 100%;
		gap: 10px 20px;
	}

	.nm-status-tabs a {
		font-size: 10px;
	}

	.nm-status-tabs a::after {
		bottom: -15px;
	}

	.nm-selectors {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr 1fr;
	}

	.nm-selectors label,
	.nm-selectors select,
	.nm-selectors button {
		width: 100%;
	}

	.nm-selectors button {
		grid-column: 1 / -1;
	}

	body.nm-collection-page .products.row,
	body.nm-collection-page .shop-container .products {
		grid-template-columns: 1fr;
		row-gap: 45px;
		margin-bottom: 75px !important;
	}

	.nm-products-grid {
		grid-template-columns: 1fr;
		row-gap: 45px;
		margin-bottom: 75px;
	}

	body.nm-collection-page .product-small .box-image {
		aspect-ratio: 5 / 6;
	}

	.nm-product-card__visual {
		aspect-ratio: 5 / 6;
	}

	body.nm-collection-page .nm-card-title {
		font-size: 21px;
	}

	body.nm-collection-page .nm-card-meta {
		min-height: 0;
	}

	body.nm-collection-page .woocommerce-pagination {
		margin-top: -34px;
		margin-bottom: 75px;
	}

	.nm-pagination {
		margin-top: -34px;
		margin-bottom: 75px;
	}

	.nm-learning {
		padding: 68px 0 72px;
	}

	.nm-learning__grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 30px;
	}

	.nm-learning__link {
		min-height: 112px;
	}

	.nm-contact {
		padding: 64px 0;
	}

	.nm-contact__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 29px;
	}

	.nm-contact .nm-button {
		width: 100%;
	}

	.nm-contact-context {
		grid-template-columns: 1fr;
	}

	.nm-contact-context a {
		grid-row: auto;
		grid-column: auto;
		margin-top: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nm-button,
	.nm-learning__link i,
	.nm-card-link i,
	body.nm-collection-page .product-small .box-image img {
		transition: none !important;
	}

	.nm-product-card__visual img {
		transition: none !important;
	}

	body.nm-collection-page .product-small:hover .box-image img {
		transform: none;
	}

	.nm-product-card__link:hover .nm-product-card__visual img {
		transform: none;
	}
}
