:root {
	--np-navy: #0b2949;
	--np-blue: #123b66;
	--np-blue-bright: #2872fa;
	--np-ink: #3a4f66;
	--np-muted: #657085;
	--np-soft: #f4f7fb;
	--np-soft-blue: #eaf3fd;
	--np-green: #17855b;
	--np-soft-green: #e7f7ef;
	--np-yellow: #f5b51b;
	--np-soft-yellow: #fff3d3;
	--np-white: #fff;
	--np-border: #dce9f6;
	--np-shadow: 0 18px 50px rgba(11, 41, 73, 0.11);
	--np-shadow-soft: 0 10px 30px rgba(11, 41, 73, 0.07);
	--np-radius: 18px;
	--np-radius-sm: 11px;
	--np-container: 1180px;
	--np-transition: 180ms ease;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #fafbfc;
	color: var(--np-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

html.np-menu-is-open,
body.np-menu-is-open {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--np-blue);
	text-decoration: none;
}

a,
button {
	transition: color var(--np-transition), background-color var(--np-transition), border-color var(--np-transition), transform var(--np-transition), box-shadow var(--np-transition);
}

button,
input,
textarea,
select {
	font: inherit;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.55em;
	color: var(--np-navy);
	font-weight: 760;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

h1 {
	font-size: clamp(2.75rem, 6vw, 4.5rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 2.55rem);
}

h3 {
	font-size: 1.18rem;
}

p {
	margin: 0 0 1.3em;
}

.np-container {
	width: min(calc(100% - 40px), var(--np-container));
	margin-inline: auto;
}

.np-container--narrow {
	width: min(calc(100% - 40px), 760px);
}

.np-site-main {
	min-height: 55vh;
}

.screen-reader-text,
.np-skip-link:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.np-skip-link:focus {
	position: fixed;
	z-index: 99999;
	top: 12px;
	left: 12px;
	padding: 10px 16px;
	border-radius: 8px;
	background: var(--np-white);
	box-shadow: var(--np-shadow);
	color: var(--np-navy);
}

.np-topbar {
	position: relative;
	background: #121519;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.82rem;
}

.np-topbar::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, #2872fa 0 28%, #ffd04a 28% 52%, #ed3c91 52% 76%, #24a26a 76%);
	content: "";
	opacity: 0.9;
}

.np-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 38px;
	gap: 24px;
}

.np-topbar p {
	margin: 0;
}

.np-topbar a {
	color: var(--np-white);
	font-weight: 750;
}

.np-topbar__links {
	display: flex;
	align-items: center;
	gap: 18px;
}

.np-topbar__facebook {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.np-topbar__facebook svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.np-site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(220, 233, 246, 0.82);
	backdrop-filter: blur(14px);
}

.admin-bar .np-site-header {
	top: 32px;
}

.np-header__inner {
	display: flex;
	align-items: center;
	min-height: 82px;
	gap: 30px;
}

.np-brand {
	flex: 0 0 auto;
}

.np-brand .custom-logo-link {
	display: flex;
	align-items: center;
}

.np-brand .custom-logo {
	width: auto;
	max-width: 235px;
	max-height: 62px;
}

.np-brand__fallback {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--np-navy);
}

.np-brand__fallback strong,
.np-brand__fallback small {
	display: block;
}

.np-brand__fallback strong {
	font-size: 1.12rem;
	line-height: 1.2;
}

.np-brand__fallback small {
	margin-top: 2px;
	color: var(--np-muted);
	font-size: 0.68rem;
}

.np-brand__mark {
	display: inline-grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 13px 13px 13px 4px;
	background: linear-gradient(135deg, var(--np-blue), var(--np-blue-bright));
	box-shadow: 0 8px 18px rgba(40, 114, 250, 0.25);
	color: var(--np-white);
	font-size: 0.9rem;
	font-weight: 850;
	letter-spacing: 0;
}

.np-primary-navigation {
	flex: 1 1 auto;
}

.np-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.np-menu li {
	position: relative;
	margin: 0;
}

.np-menu a {
	display: block;
	padding: 29px 0;
	color: #273b51;
	font-size: 0.92rem;
	font-weight: 700;
}

.np-menu a:hover,
.np-menu .current-menu-item > a {
	color: var(--np-blue-bright);
}

.np-menu .sub-menu {
	position: absolute;
	top: calc(100% - 5px);
	left: -18px;
	min-width: 220px;
	margin: 0;
	padding: 10px;
	border: 1px solid var(--np-border);
	border-radius: var(--np-radius-sm);
	background: var(--np-white);
	box-shadow: var(--np-shadow);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
}

.np-menu li:hover > .sub-menu,
.np-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.np-menu .sub-menu a {
	padding: 9px 11px;
	border-radius: 7px;
}

.np-menu .sub-menu a:hover {
	background: var(--np-soft-blue);
}

.np-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.np-icon-button {
	position: relative;
	display: inline-grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--np-navy);
	cursor: pointer;
}

.np-icon-button:hover {
	background: var(--np-soft-blue);
}

.np-icon-button svg {
	width: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.np-cart-count {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	place-items: center;
	border-radius: 999px;
	background: var(--np-blue-bright);
	color: var(--np-white);
	font-size: 0.65rem;
	font-weight: 800;
}

.np-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 0;
	border-radius: 9px;
	background: var(--np-soft);
	cursor: pointer;
}

.np-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 4px 0;
	border-radius: 10px;
	background: var(--np-navy);
	transform-origin: center;
	transition: transform var(--np-transition), opacity var(--np-transition);
}

.np-search-panel {
	padding: 16px 0;
	border-top: 1px solid var(--np-border);
	background: var(--np-white);
}

.np-search-form {
	display: flex;
	max-width: 760px;
	margin-inline: auto;
	gap: 10px;
}

.np-search-form input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	padding: 13px 16px;
	border: 1px solid #cddbeb;
	border-radius: 10px;
	background: var(--np-soft);
	color: var(--np-navy);
	outline: 0;
}

.np-search-form input[type="search"]:focus {
	border-color: var(--np-blue-bright);
	box-shadow: 0 0 0 3px rgba(40, 114, 250, 0.12);
}

.np-search-form button {
	padding: 12px 24px;
	border: 0;
	border-radius: 10px;
	background: var(--np-blue);
	color: var(--np-white);
	font-weight: 750;
	cursor: pointer;
}

.np-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(70px, 9vw, 120px) 0;
	background:
		radial-gradient(circle at 78% 30%, rgba(40, 114, 250, 0.12), transparent 32%),
		linear-gradient(135deg, #fff 0%, #f5f9ff 70%, #eaf3fd 100%);
}

.np-hero::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(18, 59, 102, 0.1) 1px, transparent 1px);
	background-size: 26px 26px;
	content: "";
	opacity: 0.4;
	mask-image: linear-gradient(90deg, transparent 0%, #000 55%, #000 100%);
}

.np-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
	align-items: center;
	gap: clamp(55px, 8vw, 100px);
}

.np-hero__content {
	position: relative;
	z-index: 2;
}

.np-eyebrow {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--np-blue-bright);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.np-eyebrow--light {
	color: #b8d4f4;
}

.np-hero h1 {
	max-width: 690px;
}

.np-lead {
	max-width: 680px;
	color: var(--np-muted);
	font-size: clamp(1.08rem, 2vw, 1.25rem);
	line-height: 1.7;
}

.np-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.np-button-row--center {
	justify-content: center;
}

.np-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 0 23px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 0.93rem;
	font-weight: 800;
	text-align: center;
}

.np-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(11, 41, 73, 0.14);
}

.np-button--primary {
	background: var(--np-blue);
	color: var(--np-white);
}

.np-button--primary:hover {
	background: var(--np-navy);
	color: var(--np-white);
}

.np-button--secondary {
	border-color: #b9cee4;
	background: var(--np-white);
	color: var(--np-blue);
}

.np-button--secondary:hover {
	border-color: var(--np-blue);
	color: var(--np-navy);
}

.np-button--light {
	background: var(--np-white);
	color: var(--np-blue);
}

.np-button--whatsapp {
	background: #1f9d61;
	color: var(--np-white);
}

.np-button--whatsapp:hover {
	background: #158451;
	color: var(--np-white);
}

.np-whatsapp-icon {
	flex: 0 0 auto;
	width: 23px;
	height: 23px;
	fill: currentColor;
}

.np-button--wide {
	width: 100%;
}

.np-hero__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 26px 0 0;
	padding: 0;
	color: var(--np-muted);
	font-size: 0.82rem;
	font-weight: 700;
	list-style: none;
}

.np-hero__checks li {
	display: flex;
	align-items: center;
	gap: 6px;
}

.np-hero__checks span {
	display: grid;
	width: 19px;
	height: 19px;
	place-items: center;
	border-radius: 50%;
	background: var(--np-soft-green);
	color: var(--np-green);
	font-size: 0.7rem;
}

.np-hero__visual {
	position: relative;
	min-height: 500px;
}

.np-hero-orbit {
	position: absolute;
	border: 1px solid rgba(40, 114, 250, 0.25);
	border-radius: 50%;
}

.np-hero-orbit--one {
	inset: 25px 20px 55px 0;
}

.np-hero-orbit--two {
	inset: 85px 70px 110px 55px;
	border-style: dashed;
}

.np-paper-stack {
	position: absolute;
	inset: 75px 65px 60px 85px;
	transform: rotate(-4deg);
}

.np-paper {
	position: absolute;
	inset: 0;
	border-radius: 24px 24px 24px 7px;
	box-shadow: var(--np-shadow);
}

.np-paper--back {
	background: var(--np-yellow);
	transform: rotate(12deg) translate(22px, 5px);
}

.np-paper--middle {
	background: var(--np-blue-bright);
	transform: rotate(5deg) translate(10px, 4px);
}

.np-paper--front {
	display: flex;
	flex-direction: column;
	padding: 50px 44px;
	background: var(--np-white);
	color: var(--np-navy);
}

.np-paper--front strong {
	max-width: 230px;
	margin: 22px 0;
	font-size: 2rem;
	line-height: 1.1;
}

.np-paper--front i {
	width: 70%;
	height: 9px;
	margin: 6px 0;
	border-radius: 99px;
	background: var(--np-soft-blue);
}

.np-paper--front i:nth-of-type(2) {
	width: 84%;
}

.np-paper--front i:nth-of-type(3) {
	width: 52%;
}

.np-paper__mark {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 17px 17px 17px 5px;
	background: var(--np-blue);
	color: var(--np-white);
	font-weight: 900;
}

.np-pencil {
	position: absolute;
	right: -22px;
	bottom: -32px;
	width: 32px;
	height: 270px;
	border: 4px solid rgba(11, 41, 73, 0.14);
	border-radius: 6px 6px 12px 12px;
	background: linear-gradient(90deg, #f0a900 0 22%, #ffd55f 22% 72%, #e5a30b 72%);
	transform: rotate(22deg);
}

.np-pencil::before {
	position: absolute;
	top: -31px;
	left: -4px;
	border-right: 16px solid transparent;
	border-bottom: 32px solid #ddc6a0;
	border-left: 16px solid transparent;
	content: "";
}

.np-floating-note {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 11px 15px;
	border: 1px solid rgba(220, 233, 246, 0.9);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--np-shadow-soft);
	color: var(--np-navy);
	font-size: 0.76rem;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.np-floating-note span {
	color: var(--np-blue-bright);
}

.np-floating-note--top {
	top: 36px;
	right: 8px;
}

.np-floating-note--bottom {
	bottom: 20px;
	left: 15px;
}

.np-slider-symbols {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.np-category-slider {
	--np-slide-bg: #0c3f73;
	--np-slide-accent: #ffd04a;
	--np-slide-soft: #2b75bd;
	position: relative;
	min-height: 500px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 30px 30px 30px 9px;
	background: var(--np-slide-bg);
	box-shadow: 0 30px 60px rgba(11, 41, 73, 0.22);
	isolation: isolate;
}

.np-category-slider::after {
	position: absolute;
	inset: 0;
	z-index: 4;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.np-category-slider__viewport {
	position: relative;
	min-height: 500px;
}

.np-category-slide {
	--np-slide-bg: #0c3f73;
	--np-slide-accent: #ffd04a;
	--np-slide-soft: #2b75bd;
	position: absolute;
	inset: 0;
	display: grid;
	background-color: var(--np-slide-bg);
	background:
		radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--np-slide-soft) 70%, transparent), transparent 35%),
		linear-gradient(135deg, var(--np-slide-bg), color-mix(in srgb, var(--np-slide-bg) 82%, #000));
	color: var(--np-white);
	opacity: 0;
	pointer-events: none;
	transform: translateX(34px) scale(0.985);
	transition:
		opacity 0.55s ease,
		transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.np-category-slide.is-active {
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0) scale(1);
}

.np-category-slide--navy {
	--np-slide-bg: #092844;
	--np-slide-accent: #62b3ff;
	--np-slide-soft: #174f7d;
}

.np-category-slide--yellow {
	--np-slide-bg: #9a5c00;
	--np-slide-accent: #ffe089;
	--np-slide-soft: #d99516;
}

.np-category-slide--cyan {
	--np-slide-bg: #07667c;
	--np-slide-accent: #8be5f3;
	--np-slide-soft: #1596aa;
}

.np-category-slide--green {
	--np-slide-bg: #115c46;
	--np-slide-accent: #93e7b8;
	--np-slide-soft: #238466;
}

.np-category-slide--purple {
	--np-slide-bg: #493784;
	--np-slide-accent: #c8b8ff;
	--np-slide-soft: #7259bd;
}

.np-category-slide__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
	padding: 44px 46px 78px;
}

.np-category-slide__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 24px;
	padding: 0 11px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.np-category-slide__icon {
	display: grid;
	width: 92px;
	height: 92px;
	margin-bottom: 22px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 25px 25px 25px 8px;
	background: var(--np-slide-accent);
	box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
	color: var(--np-slide-bg);
	transform: rotate(-3deg);
}

.np-category-slide__icon svg {
	width: 57px;
	height: 57px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.np-category-slide h2 {
	max-width: 410px;
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(2.2rem, 4.3vw, 3.35rem);
	line-height: 0.98;
}

.np-category-slide p {
	max-width: 410px;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.95rem;
	line-height: 1.55;
}

.np-category-slide ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.np-category-slide li {
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.09);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.69rem;
	font-weight: 750;
}

.np-category-slide__content > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding: 11px 15px;
	border-radius: 10px;
	background: #fff;
	color: var(--np-slide-bg);
	font-size: 0.78rem;
	font-weight: 850;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.13);
}

.np-category-slide__content > a:hover {
	gap: 13px;
	transform: translateY(-2px);
}

.np-category-slide__number {
	position: absolute;
	top: 26px;
	right: 28px;
	z-index: 2;
	color: rgba(255, 255, 255, 0.16);
	font-size: 5.8rem;
	font-weight: 900;
	line-height: 1;
}

.np-category-slide__decoration {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.np-category-slide__decoration span {
	position: absolute;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
}

.np-category-slide__decoration span:nth-child(1) {
	right: -100px;
	bottom: -110px;
	width: 360px;
	height: 360px;
	background: color-mix(in srgb, var(--np-slide-soft) 55%, transparent);
}

.np-category-slide__decoration span:nth-child(2) {
	right: 45px;
	bottom: 65px;
	width: 170px;
	height: 170px;
	border-width: 30px;
	border-color: color-mix(in srgb, var(--np-slide-accent) 45%, transparent);
	transform: rotate(18deg);
}

.np-category-slide__decoration span:nth-child(3) {
	top: 140px;
	right: 70px;
	width: 22px;
	height: 22px;
	border: 0;
	border-radius: 6px;
	background: var(--np-slide-accent);
	box-shadow:
		34px 26px 0 rgba(255, 255, 255, 0.55),
		-22px 50px 0 color-mix(in srgb, var(--np-slide-accent) 65%, transparent);
	transform: rotate(25deg);
}

.np-category-slider__controls {
	position: absolute;
	right: 24px;
	bottom: 23px;
	z-index: 6;
	display: flex;
	align-items: center;
	gap: 11px;
}

.np-slider-arrow {
	display: grid;
	width: 34px;
	height: 34px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-weight: 850;
	cursor: pointer;
	backdrop-filter: blur(8px);
}

.np-slider-arrow:hover,
.np-slider-arrow:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--np-blue);
}

.np-slider-dots {
	display: flex;
	gap: 6px;
}

.np-slider-dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.38);
	cursor: pointer;
	transition:
		width 0.25s ease,
		background-color 0.25s ease;
}

.np-slider-dots button.is-active {
	width: 23px;
	background: #fff;
}

.np-category-slider__progress {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	height: 4px;
	background: rgba(255, 255, 255, 0.12);
}

.np-category-slider__progress span {
	display: block;
	width: 0;
	height: 100%;
	background: var(--np-yellow);
}

.np-category-slider.is-playing .np-category-slider__progress span {
	animation: np-slider-progress 5.5s linear forwards;
}

@keyframes np-slider-progress {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.np-brand-panel {
	position: relative;
	z-index: 5;
	padding: 25px 0;
	border-block: 1px solid var(--np-border);
	background: #fff;
	box-shadow: 0 16px 40px rgba(11, 41, 73, 0.04);
}

.np-brand-panel__inner {
	display: grid;
	grid-template-columns: minmax(180px, 0.58fr) minmax(0, 2.42fr);
	align-items: center;
	gap: 30px;
}

.np-brand-panel__heading span {
	display: block;
	margin-bottom: 4px;
	color: var(--np-blue-bright);
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.np-brand-panel__heading h2 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.1;
}

.np-brand-badges {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 9px;
}

.np-brand-badge {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 58px;
	padding: 8px 10px;
	border: 1px solid #dfe8f3;
	border-radius: 13px;
	background: linear-gradient(145deg, #fff, #f5f8fc);
	color: var(--np-navy);
	box-shadow: 0 7px 18px rgba(11, 41, 73, 0.045);
}

.np-brand-badge span {
	display: grid;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 10px 10px 10px 4px;
	background: var(--np-blue);
	color: #fff;
	font-size: 0.67rem;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.np-brand-badge:nth-child(2) span,
.np-brand-badge:nth-child(5) span {
	background: var(--np-blue-bright);
}

.np-brand-badge:nth-child(3) span {
	background: #1e1e1e;
}

.np-brand-badge:nth-child(4) span {
	background: #eab308;
	color: var(--np-navy);
}

.np-brand-badge:nth-child(6) span {
	background: var(--np-green);
}

.np-brand-badge strong {
	min-width: 0;
	font-size: 0.72rem;
	line-height: 1.15;
}

.np-trust-strip {
	position: relative;
	z-index: 4;
	background: var(--np-white);
	border-block: 1px solid var(--np-border);
}

.np-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.np-trust-grid > div {
	display: grid;
	grid-template-columns: 38px 1fr;
	padding: 25px 22px;
	border-right: 1px solid var(--np-border);
}

.np-trust-grid > div:last-child {
	border-right: 0;
}

.np-trust-grid > div > span {
	grid-row: 1 / span 2;
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 8px;
	background: var(--np-soft-blue);
	color: var(--np-blue);
	font-weight: 900;
}

.np-trust-grid strong {
	color: var(--np-navy);
	font-size: 0.88rem;
}

.np-trust-grid small {
	color: var(--np-muted);
	font-size: 0.71rem;
}

.np-section {
	padding: clamp(72px, 9vw, 112px) 0;
}

.np-section--soft {
	background: var(--np-soft);
}

.np-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 38px;
	gap: 30px;
}

.np-section-heading h2 {
	margin-bottom: 10px;
}

.np-section-heading p {
	max-width: 670px;
	margin: 0;
	color: var(--np-muted);
}

.np-section-heading--center {
	justify-content: center;
	text-align: center;
}

.np-section-heading--center p {
	margin-inline: auto;
}

.np-text-link {
	flex: 0 0 auto;
	color: var(--np-blue);
	font-size: 0.9rem;
	font-weight: 800;
}

.np-text-link:hover {
	color: var(--np-blue-bright);
}

.np-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.np-category-card {
	position: relative;
	min-height: 240px;
	padding: 28px;
	overflow: hidden;
	border: 1px solid var(--np-border);
	border-radius: var(--np-radius);
	background: var(--np-white);
	box-shadow: 0 2px 0 rgba(11, 41, 73, 0.02);
}

.np-category-card::after {
	position: absolute;
	right: -42px;
	bottom: -42px;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	background: var(--np-soft-blue);
	content: "";
	transition: transform var(--np-transition);
}

.np-category-card:hover {
	transform: translateY(-5px);
	border-color: #b8d1ea;
	box-shadow: var(--np-shadow-soft);
}

.np-category-card:hover::after {
	transform: scale(1.15);
}

.np-category-card__icon {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 27px;
	place-items: center;
	border-radius: 13px;
	background: var(--np-soft-blue);
	color: var(--np-blue);
	font-size: 1.35rem;
	font-weight: 900;
}

.np-category-card h3 {
	margin-bottom: 8px;
}

.np-category-card p {
	margin: 0;
	color: var(--np-muted);
	font-size: 0.88rem;
	line-height: 1.6;
}

.np-category-card__arrow {
	position: absolute;
	z-index: 2;
	right: 25px;
	bottom: 22px;
	color: var(--np-blue);
	font-size: 1.25rem;
	font-weight: 900;
}

.np-business-banner {
	padding: 52px 0;
	background:
		radial-gradient(circle at 80% 0, rgba(40, 114, 250, 0.35), transparent 32%),
		var(--np-navy);
	color: #dce9f6;
}

.np-business-banner__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.np-business-banner h2,
.np-business-banner p {
	color: var(--np-white);
}

.np-business-banner h2 {
	margin-bottom: 10px;
}

.np-business-banner p {
	max-width: 760px;
	margin: 0;
	opacity: 0.78;
}

.np-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.np-product-card {
	overflow: hidden;
	border: 1px solid var(--np-border);
	border-radius: var(--np-radius);
	background: var(--np-white);
	box-shadow: 0 2px 0 rgba(11, 41, 73, 0.02);
}

.np-product-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--np-shadow-soft);
}

.np-product-card__image {
	position: relative;
	display: grid;
	aspect-ratio: 1 / 0.88;
	place-items: center;
	overflow: hidden;
	background: #fff;
}

.np-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 260ms ease;
}

.np-product-card:hover .np-product-card__image img {
	transform: scale(1.035);
}

.np-sale-badge {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 14px;
	padding: 5px 9px;
	border-radius: 6px;
	background: var(--np-yellow);
	color: var(--np-navy);
	font-size: 0.65rem;
	font-weight: 900;
	text-transform: uppercase;
}

.np-product-card__body {
	padding: 20px;
	border-top: 1px solid var(--np-border);
}

.np-product-card h3 {
	min-height: 2.65em;
	margin-bottom: 13px;
	font-size: 1rem;
}

.np-product-card h3 a {
	color: var(--np-navy);
}

.np-product-card__price {
	margin-bottom: 16px;
	color: var(--np-blue);
	font-size: 1.05rem;
	font-weight: 850;
}

.np-product-card__price del {
	margin-right: 5px;
	color: var(--np-muted);
	font-size: 0.83rem;
	font-weight: 500;
}

.np-product-card__price ins {
	text-decoration: none;
}

.np-product-card .button {
	display: block;
	width: 100%;
	padding: 10px 14px;
	border-radius: 9px;
	background: var(--np-blue);
	color: var(--np-white);
	font-size: 0.8rem;
	font-weight: 800;
	text-align: center;
}

.np-product-card .added_to_cart {
	display: block;
	margin-top: 8px;
	font-size: 0.78rem;
	font-weight: 750;
	text-align: center;
}

.np-collection-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	grid-template-rows: repeat(2, 225px);
	gap: 18px;
}

.np-collection-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 28px;
	overflow: hidden;
	border-radius: var(--np-radius);
	background: var(--np-soft-blue);
	color: var(--np-navy);
}

.np-collection-card--large {
	grid-row: span 2;
	padding: 40px;
	background:
		radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.14), transparent 24%),
		linear-gradient(145deg, var(--np-blue), var(--np-navy));
	color: var(--np-white);
}

.np-collection-card--green {
	background: var(--np-soft-green);
}

.np-collection-card--yellow {
	background: var(--np-soft-yellow);
}

.np-collection-card--slate {
	background: #e9edf3;
}

.np-collection-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--np-shadow-soft);
}

.np-collection-card span {
	margin-bottom: 6px;
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.np-collection-card h3 {
	margin-bottom: 8px;
	font-size: 1.55rem;
}

.np-collection-card--large h3 {
	max-width: 340px;
	color: var(--np-white);
	font-size: 2.4rem;
}

.np-collection-card p {
	max-width: 400px;
	margin-bottom: 26px;
	opacity: 0.8;
}

.np-collection-card strong {
	font-size: 0.82rem;
}

.np-about-preview {
	padding: clamp(72px, 9vw, 112px) 0;
	background: var(--np-white);
}

.np-about-preview__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: clamp(55px, 8vw, 100px);
}

.np-about-preview__visual {
	position: relative;
	display: grid;
	min-height: 430px;
	place-items: center;
	overflow: hidden;
	border-radius: 30px 30px 30px 8px;
	background:
		linear-gradient(135deg, rgba(255,255,255,0.06), transparent 50%),
		var(--np-navy);
}

.np-about-preview__visual::before,
.np-about-preview__visual::after {
	position: absolute;
	width: 290px;
	height: 290px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
}

.np-about-preview__visual::after {
	width: 410px;
	height: 410px;
}

.np-about-preview__monogram {
	position: relative;
	z-index: 2;
	display: grid;
	width: 155px;
	height: 155px;
	place-items: center;
	border-radius: 42px 42px 42px 12px;
	background: var(--np-white);
	box-shadow: 20px 22px 0 var(--np-blue-bright);
	color: var(--np-navy);
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: -0.08em;
}

.np-about-preview__tag {
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 20px;
	left: 20px;
	padding: 11px 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--np-white);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.np-feature-list {
	margin: 26px 0 30px;
	padding: 0;
	list-style: none;
}

.np-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin: 12px 0;
	color: var(--np-navy);
	font-weight: 650;
}

.np-feature-list span {
	display: grid;
	flex: 0 0 22px;
	height: 22px;
	margin-top: 2px;
	place-items: center;
	border-radius: 50%;
	background: var(--np-soft-green);
	color: var(--np-green);
	font-size: 0.72rem;
}

.np-page-hero {
	padding: clamp(75px, 10vw, 130px) 0;
	background:
		radial-gradient(circle at 78% 25%, rgba(40, 114, 250, 0.14), transparent 27%),
		linear-gradient(135deg, #fff, #edf5ff);
}

.np-page-hero__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	align-items: center;
	gap: clamp(50px, 8vw, 95px);
}

.np-contact-highlight {
	padding: 34px;
	border: 1px solid #cddff2;
	border-radius: 22px 22px 22px 7px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--np-shadow);
}

.np-contact-highlight__label {
	display: block;
	margin-bottom: 8px;
	color: var(--np-muted);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.np-contact-highlight > strong {
	display: block;
	margin-bottom: 14px;
	color: var(--np-navy);
	font-size: clamp(1.5rem, 3vw, 2.15rem);
	letter-spacing: -0.03em;
}

.np-contact-highlight p {
	color: var(--np-muted);
	font-size: 0.9rem;
}

.np-help-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.np-help-card {
	padding: 30px;
	border: 1px solid var(--np-border);
	border-radius: var(--np-radius);
	background: var(--np-white);
}

.np-help-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--np-shadow-soft);
}

.np-help-card > span {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 12px;
	background: var(--np-soft-blue);
	color: var(--np-blue);
	font-size: 1.25rem;
	font-weight: 900;
}

.np-help-card p {
	min-height: 3.4em;
	color: var(--np-muted);
}

.np-help-card strong {
	color: var(--np-blue);
	font-size: 0.82rem;
}

.np-business-contact {
	padding: clamp(55px, 8vw, 90px) 0;
	border-block: 1px solid var(--np-border);
	background:
		radial-gradient(circle at 12% 20%, rgba(255, 208, 74, 0.16), transparent 24%),
		radial-gradient(circle at 88% 75%, rgba(237, 60, 145, 0.1), transparent 25%),
		#fff;
}

.np-business-contact__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.np-business-contact__grid > a {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-height: 175px;
	padding: 23px;
	border: 1px solid var(--np-border);
	border-radius: 17px 17px 17px 6px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 26px rgba(11, 41, 73, 0.06);
}

.np-business-contact__grid > a:hover {
	border-color: #bfd3e8;
	box-shadow: var(--np-shadow-soft);
	transform: translateY(-4px);
}

.np-business-contact__icon {
	display: grid;
	width: 43px;
	height: 43px;
	margin-bottom: 25px;
	place-items: center;
	border-radius: 11px 11px 11px 4px;
	background: var(--np-blue);
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
}

.np-business-contact__grid > a:nth-child(2) .np-business-contact__icon {
	background: var(--np-green);
}

.np-business-contact__grid > a:nth-child(3) .np-business-contact__icon {
	background: #e9b312;
	color: var(--np-navy);
}

.np-business-contact__icon--facebook {
	background: #1877f2;
	font-family: Arial, sans-serif;
	font-size: 1.25rem;
}

.np-business-contact__grid small {
	margin-bottom: 5px;
	color: var(--np-blue-bright);
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.np-business-contact__grid strong {
	color: var(--np-navy);
	font-size: 0.84rem;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.np-contact-guide {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	align-items: start;
	gap: clamp(45px, 7vw, 90px);
}

.np-step-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.np-step-list li {
	display: flex;
	gap: 18px;
	padding: 20px 0;
	border-bottom: 1px solid var(--np-border);
}

.np-step-list li:first-child {
	padding-top: 0;
}

.np-step-list li > span {
	display: grid;
	flex: 0 0 38px;
	height: 38px;
	place-items: center;
	border-radius: 11px;
	background: var(--np-blue);
	color: var(--np-white);
	font-weight: 900;
}

.np-step-list strong {
	color: var(--np-navy);
}

.np-step-list p {
	margin: 3px 0 0;
	color: var(--np-muted);
	font-size: 0.86rem;
}

.np-safety-note {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	padding: 30px;
	border: 1px solid #f0d18c;
	border-radius: var(--np-radius);
	background: var(--np-soft-yellow);
}

.np-safety-note__icon {
	display: grid;
	flex: 0 0 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: var(--np-yellow);
	color: var(--np-navy);
	font-size: 1.3rem;
	font-weight: 900;
}

.np-safety-note h2 {
	margin-bottom: 7px;
	font-size: 1.35rem;
}

.np-safety-note p {
	margin: 0;
}

.np-about-monogram {
	position: relative;
	display: grid;
	min-height: 390px;
	place-items: center;
	border-radius: 30px 30px 30px 8px;
	background: var(--np-navy);
}

.np-about-monogram::before {
	position: absolute;
	inset: 30px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	content: "";
}

.np-about-monogram__seal {
	position: relative;
	z-index: 2;
	display: grid;
	width: 150px;
	height: 150px;
	place-items: center;
	border-radius: 40px 40px 40px 10px;
	background: var(--np-white);
	box-shadow: 18px 18px 0 var(--np-blue-bright);
	color: var(--np-navy);
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: -0.08em;
}

.np-about-monogram > span {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.np-story-grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: clamp(50px, 8vw, 110px);
}

.np-prose {
	color: var(--np-ink);
}

.np-prose > *:first-child {
	margin-top: 0;
}

.np-prose a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.np-prose img {
	border-radius: var(--np-radius);
}

.np-prose--large {
	font-size: 1.08rem;
}

.np-values-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.np-values-grid article {
	min-height: 280px;
	padding: 30px;
	border: 1px solid var(--np-border);
	border-radius: var(--np-radius);
	background: var(--np-white);
}

.np-values-grid article > span {
	display: inline-block;
	margin-bottom: 60px;
	color: var(--np-blue-bright);
	font-size: 0.76rem;
	font-weight: 900;
}

.np-values-grid p {
	margin: 0;
	color: var(--np-muted);
	font-size: 0.9rem;
}

.np-audience-panel {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 70px;
	padding: clamp(38px, 6vw, 70px);
	border-radius: 28px 28px 28px 8px;
	background: var(--np-navy);
	color: #dce9f6;
}

.np-audience-panel h2 {
	color: var(--np-white);
}

.np-audience-list > div {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 25px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.np-audience-list strong {
	color: var(--np-white);
}

.np-audience-list span {
	font-size: 0.88rem;
	opacity: 0.75;
}

.np-about-cta {
	padding-top: 0;
}

.np-about-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
	padding: 45px 50px;
	border: 1px solid var(--np-border);
	border-radius: var(--np-radius);
	background: var(--np-white);
	box-shadow: var(--np-shadow-soft);
}

.np-about-cta__inner p {
	margin: 0;
	color: var(--np-muted);
}

.np-page-title {
	padding: 70px 0 55px;
	background: linear-gradient(135deg, #fff, var(--np-soft-blue));
	border-bottom: 1px solid var(--np-border);
}

.np-page-title h1 {
	font-size: clamp(2.4rem, 5vw, 4rem);
}

.np-page-editor-content {
	padding-top: 0;
}

.np-post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.np-post-card {
	overflow: hidden;
	border: 1px solid var(--np-border);
	border-radius: var(--np-radius);
	background: var(--np-white);
}

.np-post-card__image {
	display: block;
	aspect-ratio: 1.6 / 1;
	overflow: hidden;
}

.np-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.np-post-card__body {
	padding: 25px;
}

.np-post-card time {
	color: var(--np-muted);
	font-size: 0.74rem;
}

.np-post-card h2 {
	margin-top: 7px;
	font-size: 1.4rem;
}

.np-post-card h2 a {
	color: var(--np-navy);
}

.np-featured-image {
	margin-bottom: 35px;
}

.np-not-found {
	display: grid;
	min-height: 65vh;
	padding: 90px 0;
	place-items: center;
	background: linear-gradient(135deg, #fff, var(--np-soft-blue));
}

.np-empty-state {
	max-width: 680px;
	margin-inline: auto;
	text-align: center;
}

.np-not-found__code {
	display: block;
	margin-bottom: 8px;
	color: var(--np-blue-bright);
	font-size: clamp(5rem, 14vw, 9rem);
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 0.9;
}

.np-commerce-shell {
	padding: 38px 0 100px;
	background: var(--np-soft);
}

.np-shop-hero {
	padding: 58px 0;
	background:
		radial-gradient(circle at 82% 0, rgba(40, 114, 250, 0.38), transparent 30%),
		linear-gradient(135deg, var(--np-navy), var(--np-blue));
	color: #dce9f6;
}

.np-shop-hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
}

.np-shop-hero h1 {
	max-width: 760px;
	margin-bottom: 10px;
	color: var(--np-white);
	font-size: clamp(2.45rem, 5vw, 4rem);
}

.np-shop-hero__description,
.np-shop-hero__description p {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
}

.np-shop-categories {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding-bottom: 3px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.np-shop-categories a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 7px 13px;
	border: 1px solid var(--np-border);
	border-radius: 999px;
	background: var(--np-white);
	color: var(--np-ink);
	font-size: 0.78rem;
	font-weight: 750;
}

.np-shop-categories a:hover,
.np-shop-categories a.is-active {
	border-color: var(--np-blue);
	background: var(--np-blue);
	color: var(--np-white);
}

.np-shop-categories a span {
	display: grid;
	min-width: 20px;
	height: 20px;
	padding-inline: 4px;
	place-items: center;
	border-radius: 999px;
	background: var(--np-soft-blue);
	color: var(--np-blue);
	font-size: 0.65rem;
}

.np-shop-categories a.is-active span,
.np-shop-categories a:hover span {
	background: rgba(255, 255, 255, 0.17);
	color: var(--np-white);
}

.np-shop-filters {
	display: grid;
	grid-template-columns: minmax(220px, 1.6fr) minmax(175px, 0.9fr) minmax(175px, 0.85fr) minmax(175px, 1fr) auto;
	align-items: end;
	gap: 13px;
	margin-bottom: 24px;
	padding: 20px;
	border: 1px solid var(--np-border);
	border-radius: 16px;
	background: var(--np-white);
	box-shadow: 0 7px 24px rgba(11, 41, 73, 0.06);
}

.np-shop-filter label {
	display: block;
	margin-bottom: 7px;
	color: var(--np-navy);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.02em;
}

.np-shop-filter input,
.np-shop-filter select {
	width: 100%;
	height: 42px;
	padding: 8px 11px;
	border: 1px solid #cddbeb;
	border-radius: 8px;
	background: var(--np-white);
	color: var(--np-navy);
	font-size: 0.78rem;
	outline: 0;
}

.np-shop-filter input:focus,
.np-shop-filter select:focus {
	border-color: var(--np-blue-bright);
	box-shadow: 0 0 0 3px rgba(40, 114, 250, 0.1);
}

.np-shop-search-control {
	position: relative;
}

.np-shop-search-control svg {
	position: absolute;
	top: 50%;
	left: 11px;
	width: 17px;
	fill: none;
	stroke: var(--np-muted);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transform: translateY(-50%);
	pointer-events: none;
}

.np-shop-search-control input {
	padding-left: 36px;
}

.np-shop-filter--price > div {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 5px;
}

.np-shop-filter--price input {
	min-width: 0;
}

.np-shop-filter--price span {
	color: var(--np-muted);
}

.np-shop-filter-actions {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
}

.np-shop-filter-actions button {
	height: 42px;
	padding: 0 16px;
	border: 0;
	border-radius: 8px;
	background: var(--np-blue);
	color: var(--np-white);
	font-size: 0.76rem;
	font-weight: 850;
	white-space: nowrap;
	cursor: pointer;
}

.np-shop-filter-actions button:hover {
	background: var(--np-navy);
}

.np-shop-filter-actions a {
	color: var(--np-muted);
	font-size: 0.7rem;
	font-weight: 750;
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 17px;
	color: var(--np-muted);
	font-size: 0.76rem;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 25px;
	color: var(--np-muted);
	font-size: 0.78rem;
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--np-blue);
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 15px;
	overflow: hidden;
	border: 1px solid var(--np-border);
	border-radius: 13px;
	background: var(--np-white);
	box-shadow: 0 2px 0 rgba(11, 41, 73, 0.02);
	transition: transform var(--np-transition), box-shadow var(--np-transition), border-color var(--np-transition);
}

.woocommerce ul.products li.product:hover {
	z-index: 2;
	border-color: #bfd3e8;
	box-shadow: var(--np-shadow-soft);
	transform: translateY(-3px);
}

.woocommerce ul.products li.product img {
	margin-bottom: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
	margin-inline: 14px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.7em;
	padding-top: 13px;
	color: var(--np-navy);
	font-size: 0.84rem;
	line-height: 1.35;
}

.woocommerce ul.products li.product .price {
	margin-bottom: 10px;
	color: var(--np-blue);
	font-size: 0.88rem;
	font-weight: 850;
}

.woocommerce ul.products li.product .price del {
	font-size: 0.68rem;
}

.woocommerce ul.products li.product .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border-radius: 9px;
	background: var(--np-blue);
	color: var(--np-white);
	font-weight: 800;
}

.woocommerce ul.products li.product .button {
	display: block;
	padding: 9px 8px;
	font-size: 0.7rem;
	text-align: center;
}

.woocommerce div.product {
	padding-top: 10px;
}

.woocommerce div.product .product_title {
	font-size: clamp(2rem, 4vw, 3.1rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--np-blue);
	font-weight: 850;
}

.woocommerce div.product div.images img {
	border-radius: var(--np-radius);
}

.single-product .woocommerce-product-gallery {
	position: relative;
}

.single-product .woocommerce-product-gallery .flex-direction-nav {
	position: absolute;
	z-index: 8;
	top: clamp(125px, 40vw, 210px);
	right: 0;
	left: 0;
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	pointer-events: none;
}

.single-product .woocommerce-product-gallery .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.single-product .woocommerce-product-gallery .flex-direction-nav a {
	position: absolute;
	top: 0;
	display: grid !important;
	width: 44px;
	height: 44px;
	margin: 0;
	place-items: center;
	overflow: visible;
	border: 1px solid rgba(10, 48, 87, 0.12);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 22px rgba(10, 48, 87, 0.18);
	color: var(--np-navy);
	font-size: 0;
	line-height: 1;
	opacity: 1 !important;
	text-decoration: none;
	text-indent: 0;
	transform: translateY(-50%);
	pointer-events: auto;
}

.single-product .woocommerce-product-gallery .flex-direction-nav a:hover {
	border-color: var(--np-blue);
	background: var(--np-blue);
	color: #fff;
}

.single-product .woocommerce-product-gallery .flex-direction-nav a::before {
	display: block;
	color: currentColor;
	font-family: Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1;
	text-shadow: none;
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev {
	left: 12px;
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-next {
	right: 12px;
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev::before {
	content: "‹";
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-next::before {
	content: "›";
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-disabled {
	opacity: 0.32 !important;
	cursor: default;
	pointer-events: none;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex !important;
	gap: 10px;
	margin-top: 13px;
	padding: 2px 2px 9px;
	overflow-x: auto;
	scrollbar-color: #8faccc #e8f0f8;
	scrollbar-width: thin;
	scroll-snap-type: x proximity;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
	float: none !important;
	flex: 0 0 76px;
	width: 76px !important;
	margin: 0 !important;
	scroll-snap-align: start;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img {
	width: 100%;
	height: 66px;
	border: 2px solid transparent;
	border-radius: 10px;
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--np-border);
	object-fit: contain;
	opacity: 0.78;
	cursor: pointer;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover,
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
	border-color: var(--np-blue);
	opacity: 1;
}

@media (min-width: 901px) {
	.single-product .np-commerce-shell {
		padding-top: 26px;
	}

	.single-product .woocommerce div.product div.images {
		width: 34%;
		margin-bottom: 24px;
	}

	.single-product .woocommerce div.product div.summary {
		width: 61%;
		margin-bottom: 24px;
	}

	.single-product .woocommerce div.product .product_title {
		font-size: clamp(2rem, 3.2vw, 2.75rem);
		line-height: 1.08;
	}

	.single-product .woocommerce-product-gallery__image {
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		border: 1px solid var(--np-border);
		border-radius: var(--np-radius);
		background: #fff;
	}

	.single-product .woocommerce-product-gallery__image img {
		width: 100%;
		max-height: 310px;
		object-fit: contain;
	}

	.single-product .woocommerce-product-gallery .flex-direction-nav {
		top: 155px;
	}

	.single-product .np-product-expanded-details {
		padding-top: 8px;
	}
}

.woocommerce div.product .product_meta {
	margin-top: 20px;
	padding-top: 14px;
	border-top: 1px solid var(--np-border);
	color: #74879b;
	font-size: 0.68rem;
	line-height: 1.65;
}

.woocommerce div.product .product_meta > span {
	display: block;
	margin: 2px 0;
}

.woocommerce div.product .product_meta a,
.woocommerce div.product .product_meta .sku {
	color: #526b84;
	font-weight: 700;
}

.np-product-whatsapp-quote {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	margin-top: 13px;
	padding: 12px 20px;
	border: 1px solid #178451;
	border-radius: 10px;
	background: #1f9d61;
	box-shadow: 0 12px 24px rgba(31, 157, 97, 0.18);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 850;
	text-align: center;
}

.np-product-whatsapp-quote:hover {
	background: #178451;
	box-shadow: 0 15px 30px rgba(31, 157, 97, 0.25);
	color: #fff;
	transform: translateY(-2px);
}

.np-product-whatsapp-quote svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.np-product-expanded-details {
	clear: both;
	display: grid;
	gap: 22px;
	padding-top: 58px;
}

.np-product-detail-section {
	padding: clamp(25px, 4vw, 44px);
	border: 1px solid var(--np-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--np-shadow-soft);
}

.np-product-detail-section--additional {
	background: linear-gradient(145deg, #fff, #f7faff);
}

.np-product-detail-section__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--np-blue-bright);
	font-size: 0.67rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.np-product-detail-section h2 {
	margin: 0 0 18px;
	color: var(--np-navy);
	font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.np-product-detail-section__content {
	color: var(--np-muted);
	font-size: 0.98rem;
	line-height: 1.75;
}

.np-product-detail-section__content > :last-child {
	margin-bottom: 0;
}

.np-product-detail-section table.shop_attributes {
	margin: 0;
	border: 0;
}

.np-product-detail-section table.shop_attributes th,
.np-product-detail-section table.shop_attributes td {
	padding: 13px 15px;
	border-color: var(--np-border);
	background: transparent;
	font-size: 0.84rem;
	font-style: normal;
}

.np-product-detail-section table.shop_attributes th {
	width: 28%;
	color: var(--np-navy);
	font-weight: 800;
}

.np-product-detail-section table.shop_attributes td {
	color: var(--np-muted);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: var(--np-border);
	background: var(--np-soft);
}

.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-color: var(--np-border);
	border-radius: var(--np-radius-sm);
	background: var(--np-white);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
	min-height: 44px;
	padding: 9px 12px;
	border: 1px solid #cddbeb;
	border-radius: 8px;
	background: var(--np-white);
}

.np-prefooter {
	padding: 55px 0;
	background:
		radial-gradient(circle at 78% 10%, rgba(40, 114, 250, 0.35), transparent 30%),
		var(--np-blue);
	color: #dce9f6;
}

.np-prefooter__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 55px;
}

.np-prefooter h2 {
	margin-bottom: 8px;
	color: var(--np-white);
}

.np-prefooter p {
	margin: 0;
	opacity: 0.78;
}

.np-site-footer {
	background: #101d2c;
	color: #acbdd0;
}

.np-footer-grid {
	display: grid;
	grid-template-columns: 1.45fr 0.75fr 0.85fr 1fr;
	gap: 55px;
	padding-block: 72px;
}

.np-brand__fallback--footer {
	margin-bottom: 20px;
	color: var(--np-white);
}

.np-brand__fallback--footer small {
	color: #94a9bd;
}

.np-footer-brand p {
	max-width: 355px;
	font-size: 0.86rem;
}

.np-site-footer h3 {
	margin-bottom: 18px;
	color: var(--np-white);
	font-size: 0.88rem;
	letter-spacing: 0;
}

.np-site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.np-site-footer li {
	margin: 9px 0;
}

.np-site-footer a {
	color: #acbdd0;
	font-size: 0.83rem;
}

.np-site-footer a:hover {
	color: var(--np-white);
}

.np-footer-phone {
	display: block;
	margin-bottom: 12px;
	color: var(--np-white) !important;
	font-size: 1.05rem !important;
	font-weight: 800;
}

.np-footer-contact > p {
	margin: 0 0 12px;
	line-height: 1.55;
}

.np-footer-contact ul {
	margin-top: 13px;
}

.np-footer-facebook {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.np-footer-facebook span {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 6px;
	background: #1877f2;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
}

.np-site-footer div > p {
	font-size: 0.82rem;
}

.np-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.np-footer-bottom .np-container {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	padding-block: 18px;
}

.np-footer-bottom p {
	margin: 0;
	font-size: 0.7rem;
}

.np-whatsapp-float {
	position: fixed;
	z-index: 999;
	right: 22px;
	bottom: 22px;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 3px solid var(--np-white);
	border-radius: 50%;
	background: #1f9d61;
	box-shadow: 0 12px 30px rgba(17, 79, 49, 0.32);
	color: var(--np-white);
}

.np-whatsapp-float:hover {
	transform: translateY(-4px) scale(1.03);
	background: #178451;
}

.np-whatsapp-float svg {
	width: 32px;
	fill: currentColor;
}

@media (max-width: 1050px) {
	.np-header__inner {
		gap: 16px;
	}

	.np-menu {
		gap: 18px;
	}

	.np-menu a {
		font-size: 0.84rem;
	}

	.np-brand__fallback small {
		display: none;
	}

	.np-hero__grid {
		grid-template-columns: 1fr 0.82fr;
		gap: 45px;
	}

	.np-hero__visual {
		min-height: 430px;
	}

	.np-category-slider,
	.np-category-slider__viewport {
		min-height: 450px;
	}

	.np-category-slide__content {
		padding: 34px 34px 72px;
	}

	.np-category-slide__icon {
		width: 78px;
		height: 78px;
	}

	.np-category-slide__icon svg {
		width: 48px;
		height: 48px;
	}

	.np-brand-panel__inner {
		grid-template-columns: 180px 1fr;
	}

	.np-brand-badges {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.np-business-contact__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.np-paper-stack {
		inset: 70px 40px 50px 45px;
	}

	.np-category-grid,
	.np-product-grid,
	.np-values-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.np-footer-grid {
		grid-template-columns: 1.3fr repeat(3, 1fr);
		gap: 30px;
	}

	.np-shop-filters {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.np-shop-filter-actions {
		align-self: end;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.admin-bar .np-site-header {
		top: 46px;
	}

	.np-topbar__inner {
		justify-content: center;
		text-align: center;
	}

	.np-topbar p {
		display: none;
	}

	.np-header__inner {
		min-height: 72px;
	}

	.np-menu-toggle {
		display: block;
		margin-left: auto;
		order: 2;
	}

	.np-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.np-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
		opacity: 0;
	}

	.np-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.np-header-actions {
		order: 3;
	}

	.np-primary-navigation {
		position: absolute;
		z-index: 1001;
		top: 100%;
		right: 0;
		bottom: auto;
		left: 0;
		display: block;
		width: 100%;
		height: var(--np-mobile-menu-height, calc(100dvh - 72px));
		max-height: none;
		padding: 22px max(20px, calc((100vw - 760px) / 2));
		overflow: auto;
		background: var(--np-white);
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		transform: translateY(-14px);
		transition: opacity var(--np-transition), transform var(--np-transition), visibility var(--np-transition);
	}

	.admin-bar .np-primary-navigation {
		top: 100%;
	}

	.np-site-header.np-menu-is-open .np-primary-navigation {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transform: translateY(0);
	}

	.np-menu {
		display: block;
	}

	.np-menu a {
		padding: 15px 10px;
		border-bottom: 1px solid var(--np-border);
		font-size: 1rem;
	}

	.np-menu .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		padding: 0 0 0 15px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.np-hero__grid,
	.np-page-hero__grid,
	.np-about-preview__grid,
	.np-story-grid,
	.np-contact-guide,
	.np-audience-panel {
		grid-template-columns: 1fr;
	}

	.np-hero {
		padding-top: 75px;
	}

	.np-hero__content {
		text-align: center;
	}

	.np-hero h1,
	.np-lead {
		margin-inline: auto;
	}

	.np-button-row,
	.np-hero__checks {
		justify-content: center;
	}

	.np-hero__visual {
		max-width: 560px;
		width: 100%;
		margin-inline: auto;
	}

	.np-category-slider,
	.np-category-slider__viewport {
		min-height: 500px;
	}

	.np-brand-panel__inner {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.np-brand-panel__heading {
		text-align: center;
	}

	.np-trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.np-trust-grid > div:nth-child(2) {
		border-right: 0;
	}

	.np-trust-grid > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--np-border);
	}

	.np-collection-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 300px repeat(2, 210px);
	}

	.np-collection-card--large {
		grid-column: span 2;
		grid-row: auto;
	}

	.np-help-grid,
	.np-post-grid {
		grid-template-columns: 1fr;
	}

	.np-shop-hero__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.np-shop-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.np-shop-filter--search {
		grid-column: span 2;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.np-audience-panel {
		gap: 25px;
	}

	.np-prefooter__inner,
	.np-business-banner__inner,
	.np-about-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.np-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 560px) {
	.np-container {
		width: min(calc(100% - 28px), var(--np-container));
	}

	h1 {
		font-size: clamp(2.35rem, 12vw, 3.2rem);
	}

	h2 {
		font-size: 1.9rem;
	}

	.np-brand__fallback strong {
		font-size: 1rem;
	}

	.np-brand__mark {
		width: 40px;
		height: 40px;
	}

	.np-header-actions .np-icon-button:first-child {
		display: none;
	}

	.np-button-row .np-button,
	.np-business-banner .np-button,
	.np-prefooter .np-button {
		width: 100%;
	}

	.np-shop-hero {
		padding: 45px 0;
	}

	.np-shop-hero__inner .np-button {
		width: 100%;
	}

	.np-shop-filters {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.np-shop-filter--search {
		grid-column: auto;
	}

	.np-shop-filter-actions {
		justify-content: space-between;
	}

	.np-shop-filter-actions button {
		flex: 1 1 auto;
	}

	.np-hero__visual {
		min-height: 450px;
	}

	.np-category-slider,
	.np-category-slider__viewport {
		min-height: 450px;
	}

	.np-category-slider {
		border-radius: 23px 23px 23px 8px;
	}

	.np-category-slide__content {
		padding: 28px 24px 74px;
	}

	.np-category-slide__eyebrow {
		margin-bottom: 17px;
	}

	.np-category-slide__icon {
		width: 70px;
		height: 70px;
		margin-bottom: 17px;
		border-radius: 20px 20px 20px 7px;
	}

	.np-category-slide__icon svg {
		width: 43px;
		height: 43px;
	}

	.np-category-slide h2 {
		font-size: 2.15rem;
	}

	.np-category-slide p {
		margin-bottom: 13px;
		font-size: 0.86rem;
	}

	.np-category-slide ul {
		margin-bottom: 15px;
	}

	.np-category-slide__number {
		top: 19px;
		right: 18px;
		font-size: 4.2rem;
	}

	.np-category-slider__controls {
		right: 16px;
		bottom: 18px;
	}

	.np-brand-badges {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.np-business-contact__grid {
		grid-template-columns: 1fr;
	}

	.np-business-contact__grid > a {
		min-height: 145px;
	}

	.np-brand-badge {
		min-height: 54px;
	}

	.np-product-expanded-details {
		padding-top: 38px;
	}

	.np-product-detail-section {
		padding: 24px 20px;
		border-radius: 15px;
	}

	.np-product-detail-section table.shop_attributes th,
	.np-product-detail-section table.shop_attributes td {
		display: block;
		width: 100%;
		padding: 10px 12px;
	}

	.np-product-detail-section table.shop_attributes th {
		padding-bottom: 2px;
		border-bottom: 0;
	}

	.np-product-detail-section table.shop_attributes td {
		padding-top: 2px;
	}

	.np-paper-stack {
		inset: 65px 35px 45px 25px;
	}

	.np-paper--front {
		padding: 35px 28px;
	}

	.np-paper--front strong {
		font-size: 1.5rem;
	}

	.np-floating-note--top {
		right: 0;
	}

	.np-floating-note--bottom {
		left: 0;
	}

	.np-trust-grid,
	.np-category-grid,
	.np-product-grid,
	.np-values-grid {
		grid-template-columns: 1fr;
	}

	.np-trust-grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--np-border);
	}

	.np-trust-grid > div:last-child {
		border-bottom: 0;
	}

	.np-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.np-category-card {
		min-height: 205px;
	}

	.np-collection-grid {
		display: block;
	}

	.np-collection-card {
		min-height: 210px;
		margin-bottom: 14px;
	}

	.np-collection-card--large {
		min-height: 320px;
	}

	.np-about-preview__visual,
	.np-about-monogram {
		min-height: 330px;
	}

	.np-audience-list > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.np-safety-note {
		flex-direction: column;
	}

	.np-footer-grid {
		grid-template-columns: 1fr;
		padding-block: 55px;
	}

	.np-footer-bottom .np-container {
		flex-direction: column;
		text-align: center;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 3.9em;
		font-size: 0.78rem;
	}

	.woocommerce ul.products li.product .button {
		margin-inline: 9px;
		font-size: 0.65rem;
	}

	.np-whatsapp-float {
		right: 14px;
		bottom: 14px;
		width: 54px;
		height: 54px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.np-category-slider__progress span {
		animation: none !important;
	}
}
