/*
Theme Name: NewStore
Text Domain: newstore
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Description: NewStore is an eCommerce theme with WooCommerce support.
*/

body {
	margin: 0;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	color: #111;
	background: #fff;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.ns-container {
	max-width: 1200px;
	padding: 0 16px;
	margin: 0 auto;
}

.ns-header {
	position: sticky;
	top: 0;
	z-index: 100;
}

.ns-topbar {
	background: linear-gradient(180deg, #083b3a, #083433);
	color: #fff;
}

.ns-topbar__inner {
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	gap: 16px;
	align-items: center;
	padding: 14px 0;
}

.ns-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: inherit;
	font-weight: 650;
}

.ns-brand__mark {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffd24d;
	color: #083433;
	font-weight: 750;
	letter-spacing: .5px;
}

.ns-brand__logo {
	height: 38px;
	width: auto;
	display: block;
	border-radius: 12px;
}

.ns-brand__text {
	font-size: 16px;
	letter-spacing: .2px;
}

.ns-search {
	min-width: 0;
}

.ns-search__inner {
	display: grid;
	grid-template-columns: 180px 1fr 44px;
	align-items: center;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ns-search__select {
	border: 0;
	background: #f4f7f7;
	padding: 12px 10px;
	font-size: 13px;
	color: #123;
	outline: none;
}

.ns-search__input {
	border: 0;
	padding: 12px 12px;
	font-size: 14px;
	outline: none;
	min-width: 0;
}

.ns-search__button {
	border: 0;
	background: #0d7b74;
	color: #fff;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.ns-search__button:hover {
	background: #0b6f68;
}

.ns-toplinks {
	margin-top: 8px;
}

.ns-toplinks__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.ns-toplinks__menu a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
}

.ns-toplinks__menu a:hover {
	color: #fff;
	text-decoration: underline;
}

.ns-help {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	padding: 10px 12px;
	white-space: nowrap;
}

.ns-help__icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ns-help__label {
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
}

.ns-help__phone {
	display: inline-block;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.ns-help__phone:hover {
	text-decoration: underline;
}

.ns-icons {
	display: flex;
	align-items: center;
	gap: 14px;
}

.ns-iconmeta {
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
}

.ns-iconmeta:hover {
	color: #fff;
}

.ns-iconmeta__icon {
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ns-iconmeta__text {
	display: grid;
	gap: 2px;
}

.ns-iconmeta__label {
	font-size: 12px;
	font-weight: 650;
	line-height: 1.1;
}

.ns-iconmeta__sub {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.1;
}

.ns-icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.ns-icon--chev {
	width: 16px;
	height: 16px;
}

.ns-badge {
	position: absolute;
	top: -7px;
	right: -7px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #1bd1c4;
	color: #05302e;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 800;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.ns-badge--dot {
	background: #7ae7ff;
}

.ns-mobilemenu {
	display: none;
	position: relative;
}

.ns-mobilemenu__button {
	list-style: none;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.ns-mobilemenu__button::-webkit-details-marker {
	display: none;
}

.ns-mobilemenu__panel {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: min(86vw, 340px);
	height: 100vh;
	background: #ffffff;
	color: #111;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: -24px 0 60px rgba(0, 0, 0, 0.22);
	padding: 16px;
	overflow: auto;
}

.ns-mobilemenu__header {
	position: sticky;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #fff;
	padding-bottom: 12px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ns-mobilemenu__heading {
	font-weight: 800;
	font-size: 16px;
}

.ns-mobilemenu__close {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	color: #111;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.ns-mobilemenu__close:hover {
	background: #f6fafb;
}

.ns-mobilemenu[open] .ns-mobilemenu__panel {
	display: block;
}

.ns-mobilemenu__section {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ns-mobilemenu__section:last-child {
	border-bottom: 0;
}

.ns-mobilemenu__title {
	font-weight: 750;
	font-size: 14px;
	margin-bottom: 10px;
}

.ns-mobilemenu__menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.ns-mobilemenu__menu a {
	text-decoration: none;
	color: inherit;
	font-weight: 650;
	display: block;
	padding: 10px 12px;
	border-radius: 12px;
	background: #f6fafb;
}

.ns-mobilemenu__menu a:hover {
	background: #eef7f8;
}

.ns-mobilemenu .ns-departments__list {
	gap: 0;
}

.ns-mobilemenu .ns-departments__link {
	background: transparent;
}

.ns-bottombar {
	background: #e9f7f7;
	border-bottom: 1px solid #d6eeee;
}

.ns-bottombar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
}

.ns-departments {
	position: relative;
}

.ns-departments__summary {
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d5eeee;
	border-radius: 12px;
	padding: 10px 12px;
	font-weight: 700;
	color: #063534;
}

.ns-departments__summary::-webkit-details-marker {
	display: none;
}

.ns-departments__grid {
	display: inline-grid;
	grid-template-columns: repeat(2, 6px);
	gap: 3px;
}

.ns-departments__grid span {
	width: 6px;
	height: 6px;
	background: #0d7b74;
	border-radius: 2px;
}

.ns-departments__panel {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	min-width: 280px;
	max-width: 420px;
	background: #fff;
	border: 1px solid #e7f3f3;
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
	padding: 10px;
}

.ns-departments__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 4px;
}

.ns-departments__item {
	position: relative;
}

.ns-departments__link {
	display: flex;
	justify-content: space-between;
	padding: 9px 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #123;
	font-weight: 600;
	font-size: 13px;
}

.ns-departments__link:hover {
	background: #f1fbfb;
}

.ns-nav {
	min-width: 0;
}

.ns-nav__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
}

.ns-nav__menu > li {
	position: relative;
}

.ns-nav__menu > li > a {
	text-decoration: none;
	color: #063534;
	font-weight: 650;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	padding: 9px 12px;
	border-radius: 999px;
	transition: background 140ms ease, box-shadow 140ms ease, color 140ms ease;
}

.ns-nav__menu > li > a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.ns-nav__menu > li.current-menu-item > a,
.ns-nav__menu > li.current_page_item > a,
.ns-nav__menu > li.current-menu-ancestor > a {
	background: rgba(13, 123, 116, 0.12);
	color: #063534;
	box-shadow: none;
}

.ns-nav__menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 8px;
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	min-width: 210px;
	background: #fff;
	border: 1px solid rgba(6, 53, 52, 0.12);
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
	display: none;
	z-index: 30;
}

.ns-nav__menu li:hover > .sub-menu,
.ns-nav__menu li:focus-within > .sub-menu {
	display: block;
}

.ns-nav__menu .sub-menu a {
	display: block;
	padding: 9px 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #123;
	font-weight: 600;
	font-size: 13px;
}

.ns-nav__menu .sub-menu a:hover {
	background: #f1fbfb;
}

.ns-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}

.ns-select {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #063534;
	font-weight: 650;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid rgba(6, 53, 52, 0.12);
	border-radius: 999px;
	padding: 8px 10px;
}

.ns-promo {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #0f0f0f;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
}

@media (max-width: 980px) {
	.ns-topbar__inner {
		grid-template-columns: auto 1fr;
		grid-template-areas:
			"brand icons"
			"search search"
			"help help";
	}

	.ns-brand {
		grid-area: brand;
	}

	.ns-search {
		grid-area: search;
	}

	.ns-help {
		grid-area: help;
		justify-content: center;
	}

	.ns-icons {
		grid-area: icons;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.ns-iconmeta__text {
		display: none;
	}

	.ns-mobilemenu {
		display: inline-block;
	}
}

@media (max-width: 680px) {
	.ns-topbar__inner {
		grid-template-areas:
			"brand icons"
			"search search";
		gap: 10px;
		padding: 12px 0;
	}

	.ns-brand {
		gap: 8px;
		min-width: 0;
	}

	.ns-brand__text {
		display: none;
	}

	.ns-brand__mark,
	.ns-brand__logo {
		height: 34px;
		width: auto;
		max-width: 130px;
		border-radius: 10px;
		object-fit: contain;
		image-rendering: -webkit-optimize-contrast;
	}

	.ns-help {
		display: none;
	}

	.ns-toplinks {
		display: none;
	}

	.ns-search__inner {
		grid-template-columns: 1fr 44px;
		border-radius: 10px;
	}

	.ns-search__select {
		display: none;
	}

	.ns-iconmeta__icon,
	.ns-mobilemenu__button {
		width: 32px;
		height: 32px;
		border-radius: 10px;
	}

	.ns-icons {
		gap: 8px;
	}

	.ns-bottombar {
		display: none;
	}

	.ns-bottombar__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.ns-departments__panel {
		position: static;
		margin-top: 10px;
	}
}

.ns-main {
	padding: 24px 0;
}

.ns-footer {
	margin-top: 24px;
}

.ns-footer-main {
	background: linear-gradient(180deg, #083b3a, #083433);
	color: #fff;
	padding: 56px 0 44px;
}

.ns-footer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 42px;
}

.ns-footer-grid--v2 {
	grid-template-columns: minmax(220px, 320px) repeat(4, minmax(0, 1fr));
	gap: 46px;
	align-items: start;
}

.ns-footer-acc {
	border: 0;
	padding: 0;
	margin: 0;
}

.ns-footer-acc__summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-weight: 800;
	font-size: 16px;
	margin: 0 0 14px;
}

.ns-footer-acc__summary::-webkit-details-marker {
	display: none;
}

.ns-footer-acc__summary::after {
	content: "+";
	font-weight: 900;
	line-height: 1;
	color: rgba(255, 255, 255, 0.78);
}

.ns-footer-acc[open] > .ns-footer-acc__summary::after {
	content: "–";
}

.ns-footer-brand__logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: inherit;
	font-weight: 800;
	margin-bottom: 12px;
}

.ns-footer-brand__mark {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: #ffd24d;
	color: #083433;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 850;
}

.ns-footer-brand__img {
	height: 36px;
	width: auto;
	display: block;
	border-radius: 999px;
}

.ns-footer-brand__name {
	font-size: 18px;
	letter-spacing: .2px;
}

.ns-footer-socialrow {
	display: flex;
	gap: 12px;
	align-items: center;
	margin: 10px 0 18px;
}

.ns-footer-socialrow__link {
	width: 18px;
	height: 18px;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ns-footer-socialrow__link:hover {
	color: #fff;
}

.ns-footer-socialrow__icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.ns-footer-socialrow__txt {
	font-size: 14px;
	font-weight: 800;
}

.ns-footer-call {
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2px;
}

.ns-footer-phone {
	display: inline-block;
	margin-top: 4px;
	font-size: 20px;
	font-weight: 850;
	color: #fff;
	text-decoration: none;
}

.ns-footer-phone:hover {
	text-decoration: underline;
}

.ns-footer-address {
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.65;
	font-size: 13px;
}

.ns-footer-email {
	display: inline-block;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: underline;
	font-weight: 700;
}

.ns-footer-title {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: .2px;
}

@media (min-width: 681px) {
	.ns-footer-acc__summary {
		cursor: default;
	}

	.ns-footer-acc__summary::after {
		display: none;
	}
}

.ns-footer-text {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.8;
	font-size: 16px;
	max-width: 42ch;
}

.ns-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.ns-footer-links a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-weight: 650;
	font-size: 13px;
}

.ns-footer-links a:hover {
	text-decoration: underline;
}

.ns-footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.ns-footer-contact__item {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 12px;
	align-items: start;
	color: rgba(255, 255, 255, 0.92);
}

.ns-footer-contact__icon .ns-icon {
	width: 18px;
	height: 18px;
	opacity: .95;
}

.ns-footer-contact__text {
	line-height: 1.7;
	font-weight: 600;
	overflow-wrap: anywhere;
}

.ns-footer-contact__text a {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
}

.ns-footer-contact__text a:hover {
	text-decoration: underline;
}

.ns-footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	flex-wrap: wrap;
}

.ns-social {
	--ns-social-bg: #444;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: var(--ns-social-bg);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	font-weight: 750;
}

.ns-social__txt {
	transform: translateY(1px);
}

.ns-footer-bottom {
	background: #062f2e;
	color: rgba(255, 255, 255, 0.92);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ns-footer-bottom__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	gap: 14px;
	flex-wrap: wrap;
}

.ns-footer-copy {
	font-weight: 600;
	flex: 1 1 260px;
}

.ns-footer-payments {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: auto;
	flex: 1 1 320px;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.ns-footer-payments__label {
	font-size: 13px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.86);
	white-space: nowrap;
}

.ns-footer-payments__icons {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ns-paybadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 10px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.92);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .3px;
}

.ns-mobile-bottomnav {
	display: none;
}

@media (max-width: 980px) {
	body {
		padding-bottom: 72px;
	}

	.ns-mobile-bottomnav {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #fff;
		border-top: 1px solid rgba(0, 0, 0, 0.12);
		padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
		min-height: 56px;
		box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.08);
		transform: translate3d(0, 0, 0);
		will-change: transform;
	}

	.ns-mnav__item {
		display: grid;
		justify-items: center;
		gap: 4px;
		text-decoration: none;
		color: rgba(17, 17, 17, 0.9);
		font-weight: 650;
		font-size: 12px;
	}

	.ns-mnav__label {
		white-space: nowrap;
		font-size: 11px;
	}

	.ns-mnav__icon {
		width: 22px;
		height: 22px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: #0d7b74;
	}

	.ns-mnav__icon svg {
		width: 22px;
		height: 22px;
		fill: currentColor;
	}

	.ns-footer-payments__label {
		display: none;
	}

	.ns-footer-payments {
		margin-left: 0;
		justify-content: flex-start;
	}

	.ns-footer-bottom__inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 14px 0;
		text-align: center;
		flex-wrap: nowrap;
	}

	.ns-footer-copy {
		width: 100%;
		text-align: center;
		line-height: 1.45;
		font-size: 12px;
		flex: 0 0 auto;
	}

	.ns-footer-payments {
		width: 100%;
		justify-content: center;
		gap: 10px;
		flex: 0 0 auto;
	}

	.ns-footer-payments__icons {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}

	.ns-footer-top {
		bottom: 84px;
		right: 14px;
		width: 44px;
		height: 44px;
	}
}

.ns-footer-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 200;
	transform: none;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	background: #5f66ba;
	border: 2px solid rgba(255, 255, 255, 0.45);
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.ns-footer-top:hover {
	border-color: rgba(255, 255, 255, 0.85);
}

.ns-woo {
	padding: 26px 0 44px;
}

.ns-woo .woocommerce-breadcrumb {
	margin: 0 0 14px;
	font-size: 13px;
	color: rgba(17, 17, 17, 0.7);
}

.ns-woo .woocommerce-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.ns-woo .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

.ns-woo .woocommerce-products-header {
	margin: 0 0 18px;
}

.ns-woo .woocommerce-products-header__title,
.ns-woo .page-title {
	margin: 0 0 8px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.ns-woo .woocommerce-result-count {
	margin: 0;
	font-size: 13px;
	color: rgba(17, 17, 17, 0.7);
}

.ns-woo .woocommerce-ordering {
	margin: 0;
}

.ns-woo .woocommerce-ordering select {
	border: 1px solid rgba(17, 17, 17, 0.16);
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 13px;
	background: #fff;
}

.ns-woo .woocommerce-before-loop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 18px 0 14px;
	flex-wrap: wrap;
}

.ns-woo .woocommerce-before-loop .woocommerce-result-count {
	order: 1;
}

.ns-woo .woocommerce-before-loop .woocommerce-ordering {
	order: 2;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 16px;
	padding: 14px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
	text-decoration: none;
	color: inherit;
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
	border-radius: 14px;
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	font-size: 14px;
	font-weight: 650;
	margin: 10px 0 6px;
	color: #111;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	font-weight: 650;
	color: #0d7b74;
	margin: 0 0 10px;
	display: block;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	border-radius: 12px;
	background: #0d7b74;
	color: #fff;
	padding: 10px 12px;
	border: 0;
	font-weight: 650;
	min-height: 42px;
	line-height: 1.1;
	text-decoration: none;
}

.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 600;
	color: rgba(17, 17, 17, 0.75);
	text-decoration: none;
}

.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce-page ul.products li.product .added_to_cart:hover {
	text-decoration: underline;
}

.woocommerce span.onsale {
	min-height: 44px;
	min-width: 44px;
	line-height: 44px;
	border-radius: 999px;
	background: #9b8a00;
	color: #fff;
	font-weight: 700;
	top: 10px;
	left: 10px;
	right: auto;
}

.woocommerce-cart .ns-container,
.woocommerce-checkout .ns-container {
	max-width: 1320px;
}

.woocommerce-checkout .ns-emi-option {
	margin: 14px 0;
	padding: 12px 14px;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
	display: grid;
	gap: 10px;
}

.woocommerce-checkout .ns-emi-option__label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-weight: 750;
}

.woocommerce-checkout .ns-emi-option__label input {
	margin-top: 3px;
}

.woocommerce-cart .woocommerce {
	display: block;
}

.woocommerce-cart .woocommerce::after {
	content: "";
	display: block;
	clear: both;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error {
	position: relative;
	border-radius: 14px;
	border: 1px solid rgba(17, 17, 17, 0.1);
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
	padding: 14px 16px 14px 52px;
}

.woocommerce-cart .woocommerce-message::before,
.woocommerce-cart .woocommerce-info::before,
.woocommerce-cart .woocommerce-error::before {
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}

.woocommerce-cart .woocommerce-message a.button,
.woocommerce-cart .woocommerce-info a.button,
.woocommerce-cart .woocommerce-error a.button {
	border-radius: 12px;
	border: 0;
	background: rgba(17, 17, 17, 0.06);
	color: #123;
	font-weight: 700;
	padding: 10px 14px;
}

.woocommerce-cart .woocommerce-message a.button:hover,
.woocommerce-cart .woocommerce-info a.button:hover,
.woocommerce-cart .woocommerce-error a.button:hover {
	background: rgba(17, 17, 17, 0.1);
	color: #123;
}

.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce > .woocommerce-message,
.woocommerce-cart .woocommerce > .woocommerce-error,
.woocommerce-cart .woocommerce > .woocommerce-info,
.woocommerce-cart .woocommerce > .cart-empty,
.woocommerce-cart .woocommerce > .return-to-shop {
	grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-cart-form {
	float: left;
	width: calc(100% - 472px);
	margin-right: 32px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.woocommerce-cart .woocommerce-cart-form .ns-cart-table-wrap {
	overflow-x: auto;
	overflow-y: hidden;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table {
	margin: 0;
	border: 0;
	border-radius: 0;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	table-layout: auto;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove {
	width: 44px;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail {
	width: 80px;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table .product-price,
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-subtotal {
	width: 110px;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table .product-quantity {
	width: 120px;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table th {
	background: #f6fafb;
	color: rgba(17, 17, 17, 0.75);
	font-size: 12px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	font-weight: 750;
	padding: 12px 14px;
	border: 0;
	text-align: left !important;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table th.product-remove,
.woocommerce-cart .woocommerce-cart-form table.shop_table th.product-thumbnail,
.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove,
.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
	text-align: center !important;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table th.product-name,
.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
	text-align: left !important;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table th.product-price,
.woocommerce-cart .woocommerce-cart-form table.shop_table th.product-subtotal {
	text-align: right !important;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table th.product-quantity {
	text-align: center !important;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td {
	padding: 14px;
	border: 0;
	border-top: 1px solid rgba(17, 17, 17, 0.06);
	vertical-align: middle;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove,
.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
	text-align: center;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price,
.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal {
	text-align: right;
	white-space: nowrap;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity {
	text-align: center;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
	word-break: break-word;
}

.woocommerce-cart .product-thumbnail img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 12px;
}

.woocommerce-cart .product-name a {
	color: #111;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-cart .product-name a:hover {
	text-decoration: underline;
}

.woocommerce-cart a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(220, 38, 38, 0.12);
	color: #b91c1c !important;
}

.woocommerce-cart a.remove:hover {
	background: rgba(220, 38, 38, 0.18);
	color: #991b1b !important;
}

.woocommerce-cart .quantity .qty {
	height: 42px;
	width: 86px;
	border-radius: 12px;
	border: 1px solid rgba(17, 17, 17, 0.14);
	padding: 0 10px;
	background: #fff;
	color: #111;
}

.woocommerce-cart .woocommerce-cart-form .actions {
	padding: 14px;
	background: #fff;
	border-top: 1px solid rgba(17, 17, 17, 0.06);
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 12px;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon input.input-text {
	height: 42px;
	border-radius: 12px;
	border: 1px solid rgba(17, 17, 17, 0.14);
	padding: 0 12px;
	min-width: 220px;
}

.woocommerce-cart .woocommerce-cart-form .actions button[name="update_cart"] {
	background: rgba(13, 123, 116, 0.45);
}

.woocommerce-cart .woocommerce-cart-form .actions button[name="update_cart"]:hover {
	background: rgba(13, 123, 116, 0.6);
}

.woocommerce-cart .woocommerce-cart-form .actions button.button,
.woocommerce-cart .woocommerce-cart-form .actions input.button,
.woocommerce-cart .woocommerce-cart-form .actions a.button {
	height: 42px;
	border-radius: 12px;
	border: 0;
	background: #0d7b74;
	color: #fff;
	font-weight: 700;
	padding: 0 14px;
	cursor: pointer;
}

.woocommerce-cart .woocommerce-cart-form .actions button.button:hover,
.woocommerce-cart .woocommerce-cart-form .actions input.button:hover,
.woocommerce-cart .woocommerce-cart-form .actions a.button:hover {
	background: #0b6f68;
	color: #fff;
}

.woocommerce-cart .cart-collaterals {
	float: right;
	width: 440px;
	max-width: 100%;
	box-sizing: border-box;
	clear: none !important;
	margin-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
	padding: 16px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.2px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	margin: 0;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
	display: table-cell !important;
	float: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals th,
.woocommerce-cart .cart-collaterals .cart_totals td {
	padding: 10px 0;
	border: 0;
	border-top: 1px solid rgba(17, 17, 17, 0.06);
	vertical-align: top;
}

.woocommerce-cart .cart-collaterals .cart_totals th {
	text-align: left;
	width: 55%;
}

.woocommerce-cart .cart-collaterals .cart_totals td {
	text-align: right;
	white-space: nowrap;
}

.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method,
.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method li + li {
	margin-top: 8px;
}

.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method label {
	display: inline;
	font-weight: 650;
}

.woocommerce-cart .cart-collaterals .cart_totals tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals tr:first-child td {
	border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
	font-weight: 800;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
	font-size: 13px;
	color: rgba(17, 17, 17, 0.72);
}

.woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	border-radius: 12px;
	background: #0d7b74;
	color: #fff;
	font-weight: 750;
	padding: 10px 14px;
	font-size: 14px;
	text-decoration: none;
	margin-top: 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	text-align: left;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
	width: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover {
	background: #0b6f68;
	color: #fff;
}

@media (max-width: 980px) {
	.woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
		width: auto;
	}
}

@media (max-width: 980px) {
	.woocommerce-cart .cart-collaterals {
		float: none;
		width: 100%;
		margin-top: 18px;
	}

	.woocommerce-cart .woocommerce-cart-form {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.woocommerce-cart .woocommerce-cart-form .actions .coupon input.input-text {
		min-width: 0;
		width: 100%;
	}

	.woocommerce-cart .woocommerce-cart-form .actions {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .woocommerce-cart-form .actions button[name="update_cart"] {
		width: 100%;
	}

	.woocommerce-cart .woocommerce-cart-form table.shop_table {
		min-width: 0;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
}

@media (max-width: 680px) {
	.ns-woo {
		padding: 18px 0 34px;
	}

	.ns-woo .woocommerce-products-header__title,
	.ns-woo .page-title {
		font-size: 24px;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		gap: 12px;
	}
}

.woocommerce .products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 16px;
}

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

.woocommerce .products::before,
.woocommerce .products::after,
.woocommerce-page .products::before,
.woocommerce-page .products::after {
	content: none !important;
	display: none !important;
}

.woocommerce ul.products li.product {
	border: 1px solid #efefef;
	padding: 12px;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
}

.woocommerce div.product .summary {
	max-width: 520px;
}

.woocommerce.single-product .woocommerce-product-gallery {
	margin: 0;
}

.woocommerce.single-product .woocommerce-product-gallery__wrapper {
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}

.woocommerce.single-product .woocommerce-product-gallery__wrapper img {
	border-radius: 0;
	display: block;
	width: 100%;
	height: auto;
}

.woocommerce.single-product .flex-control-thumbs {
	margin: 12px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.woocommerce.single-product .flex-control-thumbs li {
	margin: 0;
	list-style: none;
}

.woocommerce.single-product .flex-control-thumbs img {
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0;
	cursor: pointer;
	opacity: 0.9;
	transition: opacity 140ms ease, transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.woocommerce.single-product .flex-control-thumbs img:hover {
	opacity: 1;
	transform: translateY(-1px);
	border-color: rgba(13, 123, 116, 0.35);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.woocommerce.single-product .flex-control-thumbs img.flex-active {
	opacity: 1;
	border-color: rgba(13, 123, 116, 0.75);
	box-shadow: 0 10px 18px rgba(13, 123, 116, 0.12);
}

.woocommerce.single-product .woocommerce-product-gallery__trigger {
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

@media (max-width: 680px) {
	.woocommerce.single-product .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
	}
}

.ns-sp-meta {
	margin: 10px 0 14px;
}

.ns-sp-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.ns-sp-action {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #0f0f0f;
	font-weight: 700;
	font-size: 14px;
}

.ns-sp-action .ns-icon {
	width: 18px;
	height: 18px;
}

.ns-sp-sep {
	width: 1px;
	height: 16px;
	background: rgba(0, 0, 0, 0.12);
	display: inline-block;
}

.ns-sp-viewing {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 650;
}

.ns-sp-viewing .ns-icon {
	width: 18px;
	height: 18px;
	color: rgba(0, 0, 0, 0.75);
}

.ns-sp-rule {
	margin-top: 12px;
	height: 1px;
	background: rgba(0, 0, 0, 0.08);
}

@media (max-width: 980px) {
	.ns-footer-main {
		padding: 46px 0 34px;
	}

	.ns-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px;
	}

	.ns-footer-title {
		font-size: 16px;
	}

	.ns-footer-grid--v2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

	.ns-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.ns-footer-main {
		padding: 44px 0 34px;
	}

	.ns-footer-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ns-footer-grid--v2 {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ns-footer-acc {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		padding-top: 14px;
	}

	.ns-footer-acc__summary {
		margin: 0;
	}

	.ns-footer-acc[open] > .ns-footer-acc__summary {
		margin-bottom: 12px;
	}

	.ns-footer-links {
		padding-top: 10px;
	}

	.ns-footer-title {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.ns-footer-text,
	.ns-footer-links a,
	.ns-footer-contact__text {
		font-size: 13px;
	}

	.ns-footer-links {
		gap: 12px;
	}

	.ns-footer-contact__item {
		grid-template-columns: 18px 1fr;
		gap: 10px;
	}

	.ns-footer-social {
		gap: 8px;
	}

	.ns-social {
		width: 36px;
		height: 36px;
	}

	.ns-footer-bottom__inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 14px 0;
		text-align: center;
	}

	.ns-footer-copy {
		width: 100%;
		text-align: center;
		padding: 0;
		line-height: 1.45;
		font-size: 12px;
	}

	.ns-footer-payments {
		width: 100%;
		margin-left: 0;
		justify-content: center;
		gap: 10px;
	}

	.ns-footer-payments__label {
		display: none;
	}

	.ns-footer-payments__icons {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}

	.ns-paybadge {
		height: 20px;
		padding: 0 8px;
		font-size: 10px;
	}

	.ns-footer-top {
		right: 14px;
		bottom: 84px;
		width: 46px;
		height: 46px;
	}
}

.woocommerce.single-product .summary .price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 14px 0 16px;
	font-size: 26px;
	font-weight: 700;
	color: #0d7b74;
}

.woocommerce.single-product .summary .price del {
	color: rgba(0, 0, 0, 0.45);
	font-weight: 600;
	font-size: 18px;
}

.woocommerce.single-product .summary .price ins {
	background: transparent;
	text-decoration: none;
	color: #0d7b74;
}

.woocommerce.single-product .summary .ns-offer-label {
	margin: 0 0 14px;
	padding: 12px 14px;
	background: #0d7b74;
	color: #fff;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.2;
	text-align: center;
}

.woocommerce.single-product .summary .ns-offer-label:empty {
	display: none;
}

.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist,
.woocommerce.single-product .summary .yith-wcwl-wishlistaddedbrowse,
.woocommerce.single-product .summary .yith-wcwl-wishlistexistsbrowse,
.woocommerce.single-product .summary .yith-woocompare-button,
.woocommerce.single-product .summary a.compare {
	display: none;
}

.woocommerce.single-product .summary .ns-sp-meta .yith-wcwl-add-to-wishlist,
.woocommerce.single-product .summary .ns-sp-meta .yith-wcwl-wishlistaddedbrowse,
.woocommerce.single-product .summary .ns-sp-meta .yith-wcwl-wishlistexistsbrowse,
.woocommerce.single-product .summary .ns-sp-meta .yith-woocompare-button,
.woocommerce.single-product .summary .ns-sp-meta a.compare {
	display: inline;
}

.woocommerce.single-product .summary form.cart {
	margin: 14px 0 0;
	padding: 14px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: stretch;
	gap: 12px;
	flex-wrap: wrap;
}

.woocommerce.single-product .summary form.cart .quantity {
	margin: 0;
}

.woocommerce.single-product .summary .quantity .qty {
	height: 48px;
	width: 92px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.14);
	padding: 0 10px;
	background: #fff;
	color: #111;
}

.woocommerce.single-product .summary .quantity .qty:focus-visible {
	outline: 3px solid rgba(13, 123, 116, 0.25);
	outline-offset: 2px;
	border-color: rgba(13, 123, 116, 0.55);
}

.woocommerce.single-product .summary .single_add_to_cart_button.button {
	height: 48px;
	border-radius: 12px;
	padding: 0 18px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #0d7b74;
	color: #fff;
	font-weight: 650;
	box-shadow: 0 10px 20px rgba(13, 123, 116, 0.18);
}

.woocommerce.single-product .summary .single_add_to_cart_button.button:hover {
	background: #0b6f68;
}

.woocommerce.single-product .summary .single_add_to_cart_button.button:focus-visible {
	outline: 3px solid rgba(13, 123, 116, 0.25);
	outline-offset: 2px;
}

@media (max-width: 680px) {
	.woocommerce.single-product .summary .price {
		font-size: 22px;
	}

	.woocommerce.single-product .summary .price del {
		font-size: 16px;
	}

	.woocommerce.single-product .summary form.cart {
		gap: 10px;
	}

	.woocommerce.single-product .summary .ns-offer-label {
		font-size: 14px;
		padding: 11px 12px;
	}

	.woocommerce.single-product .summary .quantity .qty {
		width: 100%;
	}

	.woocommerce.single-product .summary .single_add_to_cart_button.button {
		width: 100%;
	}
}

.ns-hero {
	margin: 22px 0 26px;
}

.ns-hero__grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 16px;
}

.ns-hero__stack {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 16px;
}

.ns-hero__card {
	position: relative;
	display: block;
	border-radius: 14px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	min-height: 210px;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.ns-hero__card--left {
	min-height: 270px;
}

.ns-hero__overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(900px 320px at 70% 40%, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0) 60%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.16) 55%, rgba(0, 0, 0, 0.5));
}

.ns-hero__content {
	position: relative;
	z-index: 1;
	padding: 26px;
	max-width: 520px;
}

.ns-hero__content--center {
	padding: 22px;
	text-align: center;
	margin: 0 auto;
}

.ns-hero__content--compact {
	padding: 18px;
}

.ns-hero__title {
	margin: 0 0 10px;
	color: #fff;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.2px;
}

.ns-hero__title--sm {
	font-size: 26px;
}

.ns-hero__subtitle {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 600;
}

.ns-hero__subtitle--sm {
	color: rgba(255, 255, 255, 0.85);
	font-size: 13px;
}

.ns-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 16px;
	border-radius: 10px;
	background: #0d7b74;
	color: #fff;
	font-weight: 650;
	font-size: 13px;
	box-shadow: 0 12px 26px rgba(13, 123, 116, 0.25);
}

.ns-hero__button--dark {
	background: rgba(0, 0, 0, 0.78);
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.ns-hero__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 650;
	color: rgba(0, 0, 0, 0.75);
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding: 10px 12px;
	border-radius: 12px;
	backdrop-filter: blur(6px);
}

.ns-hero__card--rt .ns-hero__link,
.ns-hero__card--rb .ns-hero__link {
	color: rgba(0, 0, 0, 0.75);
}

.ns-hero__card:hover {
	transform: translateY(-1px);
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.16);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

@media (max-width: 980px) {
	.ns-hero__grid {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"left left"
			"mid stack";
	}

	.ns-hero__card--left {
		grid-area: left;
	}

	.ns-hero__card--mid {
		grid-area: mid;
		min-height: 240px;
	}

	.ns-hero__stack {
		grid-area: stack;
	}
}

@media (max-width: 680px) {
	.ns-hero {
		margin: 16px 0 20px;
	}

	.ns-hero__grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"left"
			"mid"
			"stack";
	}

	.ns-hero__stack {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
	}

	.ns-hero__card {
		min-height: 190px;
	}

	.ns-hero__card--left {
		min-height: 230px;
	}

	.ns-hero__content {
		padding: 18px;
	}

	.ns-hero__title {
		font-size: 26px;
	}

	.ns-hero__title--sm {
		font-size: 22px;
	}
}

.ns-section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 14px;
}

.ns-section-title {
	margin: 0;
	font-size: 18px;
	font-weight: 650;
	letter-spacing: -0.2px;
}

.ns-section-link {
	color: #0d7b74;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	white-space: nowrap;
}

.ns-section-link:hover {
	text-decoration: underline;
}

.ns-home-cats {
	padding: 6px 0 18px;
}

.ns-cats-grid {
	display: flex;
	align-items: flex-start;
	gap: 34px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 14px 6px 6px;
	margin: 0 -6px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.ns-cat-card {
	flex: 0 0 auto;
	width: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 0;
	border: 0;
	border-radius: 14px;
	background: transparent;
	text-decoration: none;
	color: inherit;
	scroll-snap-align: start;
}

.ns-cat-card:hover {
	transform: translateY(-1px);
	transition: transform 160ms ease;
}

.ns-cat-thumb {
	width: 140px;
	height: 96px;
	border-radius: 14px;
	background: #f3f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex: 0 0 auto;
}

.ns-cat-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 10px;
}

.ns-cat-thumb__fallback {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(13, 123, 116, 0.25), rgba(13, 123, 116, 0.08));
}

.ns-cat-name {
	font-weight: 650;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}

.ns-cats-grid::-webkit-scrollbar {
	height: 6px;
}

.ns-cats-grid::-webkit-scrollbar-thumb {
	background: rgba(17, 17, 17, 0.12);
	border-radius: 999px;
}

.ns-cats-grid::-webkit-scrollbar-track {
	background: transparent;
}

.ns-home-products {
	padding: 4px 0 24px;
}

.ns-home-products .woocommerce {
	width: 100%;
}

.ns-home-products .ns-products-grid {
	width: 100%;
}

.ns-home-products .ns-products-grid .woocommerce {
	width: 100%;
}

.ns-home-products ul.products,
.ns-home-products .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	gap: 16px !important;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.ns-home-products ul.products::before,
.ns-home-products ul.products::after,
.ns-home-products .woocommerce ul.products::before,
.ns-home-products .woocommerce ul.products::after {
	content: none !important;
	display: none !important;
}

.ns-home-products ul.products li.product,
.ns-home-products .woocommerce ul.products li.product {
	float: none;
	width: auto !important;
	margin: 0;
	box-sizing: border-box;
	min-width: 0;
}

.ns-home-products .products {
	margin-top: 12px;
}

.ns-home-products .products li.product {
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 16px;
	padding: 14px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.ns-home-products .products li.product:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.ns-home-products .products li.product a {
	text-decoration: none;
	color: inherit;
}

.ns-home-products .products li.product .woocommerce-loop-product__title {
	font-size: 14px;
	font-weight: 650;
	margin: 10px 0 6px;
}

.ns-home-products .products li.product .price {
	font-weight: 650;
	color: #0d7b74;
}

.ns-home-products .products li.product .button {
	margin-top: 12px;
	border-radius: 12px;
	background: #0d7b74;
	color: #fff;
	padding: 10px 12px;
	border: 0;
	font-weight: 650;
}

@media (max-width: 980px) {
	.ns-cats-grid {
		gap: 26px;
	}
}

@media (max-width: 860px) {
	.ns-home-products ul.products,
	.ns-home-products .woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 680px) {
	.ns-section-head {
		align-items: center;
	}

	.ns-section-title {
		font-size: 16px;
	}

	.ns-cats-grid {
		gap: 18px;
	}

	.ns-cat-card {
		width: 124px;
	}

	.ns-cat-thumb {
		width: 116px;
		height: 84px;
		border-radius: 12px;
	}

	.ns-home-products ul.products,
	.ns-home-products .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px;
	}

	.ns-home-products ul.products li.product,
	.ns-home-products .woocommerce ul.products li.product {
		max-width: none;
	}
}
