/*!
Theme Name: Hipnos
Theme URI: https://sixtudio.com
Author: Sixtudio
Author URI: https://sixtudio.com
Description: Theme for KHAMA.
Version: 10.1.6
Tested up to: 6.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hipnos
*/

:root {
	--hipnos-border-radius: 12px;
	--hipnos-border-radius-mini: 4px;

	--hipnos-font-primary: 'IBM_Plex_Sans', Verdana, sans-serif;
	--hipnos-font-secondary: 'Crimson_Pro', Verdana, sans-serif;

	--hipnos-font-weight-normal: normal;
	--hipnos-font-weight-bold: bold;

	/* 	--hipnos-color-primary-1: #E45326; */
	/* 	--hipnos-color-primary-2: #EC7734; */
	/* 	--hipnos-color-primary-3: #fff8f3; */

	/* 	--hipnos-color-secondary-1: #2c2764; */
	/* 	--hipnos-color-secondary-2: #7A6BAC; */
	/* 	--hipnos-color-secondary-3: #F2EDF4; */

	--hipnos-color-primary-1: #e45326;
	--hipnos-color-primary-2: #ec7734;
	--hipnos-color-primary-3: #fff8f3;

	--hipnos-color-secondary-1: #2c2764;
	--hipnos-color-secondary-2: #aba9c1;
	--hipnos-color-secondary-3: #eeeef3;

	--hipnos-color-neutral-1: #1a212d;
	--hipnos-color-neutral-2: #40424a;
	--hipnos-color-neutral-3: #c0c2c8;
	--hipnos-color-neutral-4: #f8f9fa;
	--hipnos-color-neutral-5: #ffffff;

	--hipnos-color-background-1: rgba(26, 33, 45, 0.6);

	--hipnos-color-background-input: #f7f9fc;

	--hipnos-color-state-success-1: #3c763d;
	--hipnos-color-state-success-2: #dff0d8;

	--hipnos-color-state-warning-1: #ff9a52;
	--hipnos-color-state-warning-2: #ffe1cb;

	--hipnos-color-state-error-1: #bf2a22;
	--hipnos-color-state-error-2: #ecbfbd;

	--hipnos-color-state-wip-1: #c1e4f9;
	--hipnos-color-state-wip-2: #c1e4f9;

	--hipnos-color-category-1: #f2bfb5;
	--hipnos-color-category-2: #f8e1cc;
	--hipnos-color-category-3: #daf7e6;
	--hipnos-color-category-4: #c1e4f9;
	--hipnos-color-category-5: #e0f2f6;
	--hipnos-color-category-6: #f1e0f6;

	--hipnos-box-shadow-style-1: 0px 2px 8px 0px rgb(0 0 0 / 20%);
	--hipnos-box-shadow-style-2: 0px 0px 4px 0px rgb(0 0 0 / 20%);
	--hipnos-box-shadow-style-3: 0px -2px 4px rgb(0 0 0 / 8%);
	--hipnos-box-shadow-style-4: 0px 2px 4px 0px rgb(0 0 0 / 8%);
	--hipnos-box-shadow-style-5: 4px 0px 12px 8px rgb(0 0 0 / 42%);
	--hipnos-box-shadow-style-6: 0px 6px 12px 8px rgb(0 0 0 / 42%);

	--hipnos-space-xxxxxl: 80px;
	--hipnos-space-xxxxl: 72px;
	--hipnos-space-xxxl: 64px;
	--hipnos-space-xxl: 56px;
	--hipnos-space-xl: 48px;
	--hipnos-space-l: 40px;
	--hipnos-space-m: 32px;
	--hipnos-space-s: 24px;
	--hipnos-space-xs: 16px;
	--hipnos-space-xxs: 8px;
	--hipnos-space-xxxs: 4px;

	--hipnos-page-padding-top: 64px;
	--hipnos-page-padding-bottom: 96px;

	--hipnos-transition-ease: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	--hipnos-transition-ease-01: 0.15s ease-in;
}

@font-face {
	font-family: 'IBM_Plex_Sans';
	src: url('assets/fonts/IBMPlexSans-Medium.eot');
	src:
		url('assets/fonts/IBMPlexSans-Medium.woff2') format('woff2'),
		url('assets/fonts/IBMPlexSans-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM_Plex_Sans';
	src: url('assets/fonts/IBMPlexSans-Bold.eot');
	src:
		url('assets/fonts/IBMPlexSans-Bold.woff2') format('woff2'),
		url('assets/fonts/IBMPlexSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/*
@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/SourceSerifPro-SemiBold.eot');
	src: url('assets/fonts/SourceSerifPro-SemiBold.woff2') format('woff2'),
		url('assets/fonts/SourceSerifPro-SemiBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
} */

@font-face {
	font-family: 'Crimson_Pro';
	src: url('assets/fonts/CrimsonPro-SemiBold.eot');
	src:
		url('assets/fonts/CrimsonPro-SemiBold.woff2') format('woff2'),
		url('assets/fonts/CrimsonPro-SemiBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* GTM Inspector */
#gtm-ecommerce-woo-event-inspector {
	z-index: 99999999999;
}

/* GTM Inspector */

html,
html.auto-hide-admin-bar,
html.sr,
html[dir='ltr'],
html body {
	margin-top: 0px !important;
}

html {
	background: var(--hipnos-color-neutral-5);
	min-height: 100%;
	height: -webkit-fill-available;
}

body {
	font-family: var(--hipnos-font-primary);
	color: var(--hipnos-color-neutral-2);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 22px;
	min-height: 100vh;
	min-height: 100svh;
}

.woocommerce-account #ns_footer {
	margin-top: auto;
}

ins {
	text-decoration: none;
}

i,
em {
	font-style: normal;
}

sub,
sup {
	font-size: 80%;
}

::-webkit-input-placeholder {
	color: var(--hipnos-color-neutral-3);
	opacity: 1;
}

::-moz-placeholder {
	color: var(--hipnos-color-neutral-3);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--hipnos-color-neutral-3);
	opacity: 1;
}

::-ms-input-placeholder {
	color: var(--hipnos-color-neutral-3);
	opacity: 1;
}

::placeholder {
	color: var(--hipnos-color-neutral-3);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--hipnos-color-neutral-3);
}

::-ms-input-placeholder {
	color: var(--hipnos-color-neutral-3);
}

span.ns_of-link {
	cursor: pointer;
}

a,
button,
span.ns_of-link {
	color: var(--hipnos-color-secondary-1);
	text-decoration: none;
	transition:
		opacity var(--hipnos-transition-ease),
		background-color var(--hipnos-transition-ease),
		color var(--hipnos-transition-ease),
		border-color var(--hipnos-transition-ease);
}

@media (hover: hover) and (pointer: fine) {
	a:hover,
	button:hover,
	.ns_button:hover,
	span.ns_of-link:hover {
		opacity: 0.6;
	}
}

span.ns_of-link.ns_link-text,
a.ns_link-text,
button.ns_link-text,
span.ns_of-link.ns_link-text[data-type='primary'],
a.ns_link-text[data-type='primary'],
button.ns_link-text[data-type='primary'] {
	color: var(--hipnos-color-primary-1);
}

span.ns_of-link.ns_link-text[data-type='secondary'],
a.ns_link-text[data-type='secondary'],
button.ns_link-text[data-type='secondary'] {
	color: var(--hipnos-color-secondary-1);
}

span.ns_of-link.ns_link-text[data-type='light'],
a.ns_link-text[data-type='light'],
button.ns_link-text[data-type='light'] {
	color: var(--hipnos-color-neutral-5);
}

span.ns_of-link.ns_link-line,
a.ns_link-line,
button.ns_link-line {
	text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
	span.ns_of-link.ns_link-line:hover,
	a.ns_link-line:hover,
	button.ns_link-line:hover {
		text-decoration: none;
	}
}

img {
	width: 100%;
	height: auto;
	display: block;
}

picture.has-transparency {
	--dominant-color: transparent !important;
}

main {
	position: relative;
	display: block;
}

mark {
	color: var(--hipnos-color-neutral-5);
	background: var(--hipnos-color-primary-1);
	border-radius: var(--hipnos-border-radius);
	padding: 8px 16px;
}

mark strong {
	color: var(--hipnos-color-neutral-5);
}

.ns_line-through,
.ns_line-through * {
	text-decoration: line-through !important;
}

/* White space */
.ns_ws-pretty {
	white-space: pretty;
}

.ns_ws-balance {
	white-space: balance;
}

/* Scroll reveal */
html.sr .ns_sr {
	visibility: hidden;
}

/* Visible */
.ns_visible-mobile {
	display: none;
}

.ns_visible-tablet {
	display: none;
}

.ns_visible-desktop {
	display: block;
}

@media only screen and (max-width: 1023px) {
	.ns_visible-tablet {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.ns_visible-mobile {
		display: block;
	}

	.ns_visible-desktop {
		display: none;
	}
}

/* Visible */
@media only screen and (max-width: 767px) {
	.ns_hidden-xs {
		display: none !important;
	}

	.ns_hero-image-hidden-mobile .ns_block-03-col-image {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.ns_hidden-sm {
		display: none !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
	.ns_hidden-md {
		display: none !important;
	}
}

@media only screen and (min-width: 1440px) {
	.ns_hidden-lg {
		display: none !important;
	}
}

/* Align */
.ns_align-right {
	text-align: right;
}

.ns_align-center {
	text-align: center;
}

/* Font - Secondary */
.ns_font-secondary {
	font-family: var(--hipnos-font-secondary) !important;
	font-weight: var(--hipnos-font-weight-bold) !important;
	font-synthesis: none;
	font-feature-settings:
		'pnum' on,
		'onum' on !important;
}

/* Font */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
.amount bdi,
.ns_h {
	color: var(--hipnos-color-secondary-1);
}

.amount + .tax_label {
	display: none !important;
}

.ns_h {
	display: block;
	font-weight: var(--hipnos-font-weight-bold);
}

.ns_font-s_xxxl {
	font-size: 48px;
	line-height: 1em;
}

h1,
.ns_font-s_xxl {
	font-size: 32px;
	line-height: 40px;
}

h2,
.ns_font-s_xl {
	font-size: 24px;
	line-height: 32px;
}

h3,
.ns_font-s_l {
	font-size: 20px;
	line-height: 28px;
}

h4,
.ns_font-s_m {
	font-size: 16px;
	line-height: 22px;
}

h5,
.ns_font-s_s {
	font-size: 14px;
	line-height: 20px;
}

h6,
.ns_font-s_xs {
	font-size: 12px;
	line-height: 18px;
}

.ns_font-w_normal {
	font-weight: var(--hipnos-font-weight-normal) !important;
}

.ns_font-w_bold {
	font-weight: var(--hipnos-font-weight-bold) !important;
}

.ns_font-dark {
	color: var(--hipnos-color-secondary-1);
}

.ns_font-light {
	color: var(--hipnos-color-neutral-5);
}

.ns_font-text-style {
	font-weight: var(--hipnos-font-weight-normal) !important;
	color: var(--hipnos-color-neutral-2);
}

.ns_uppercase {
	text-transform: uppercase;
}

/* Text */
article > p:not(:last-child),
.ns_text-paragraphs > p:not(:last-child),
.ns_text-paragraphs > ul.wp-block-list:not(:last-child),
.ns_text-paragraphs > ol.wp-block-list:not(:last-child) {
	margin-bottom: 1em;
}

.ns_text-paragraphs > p + ul.wp-block-list,
.ns_text-paragraphs > p + ol.wp-block-list {
	margin-top: -1em;
}

article > h1:not(:first-child),
article > h2:not(:first-child),
article > h3:not(:first-child),
article > h4:not(:first-child),
article > h5:not(:first-child),
.ns_text-paragraphs > h1:not(:first-child),
.ns_text-paragraphs > h2:not(:first-child),
.ns_text-paragraphs > h3:not(:first-child),
.ns_text-paragraphs > h4:not(:first-child),
.ns_text-paragraphs > h5:not(:first-child) {
	margin-top: 2em;
}

article > h1:not(:last-child),
article > h2:not(:last-child),
article > h3:not(:last-child),
article > h4:not(:last-child),
article > h5:not(:last-child),
.ns_text-paragraphs > h1:not(:last-child),
.ns_text-paragraphs > h2:not(:last-child),
.ns_text-paragraphs > h3:not(:last-child),
.ns_text-paragraphs > h4:not(:last-child),
.ns_text-paragraphs > h5:not(:last-child) {
	margin-bottom: 0.5em;
}

/* Font color */
.ns_font-c_primary {
	color: var(--hipnos-color-primary-1);
}

.ns_font-c_secondary {
	color: var(--hipnos-color-secondary-1);
}

/* Tags */
.ns_tag,
.ns_tag-big {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px 12px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
	font-weight: var(--hipnos-font-weight-bold);
	color: var(--hipnos-color-neutral-5);
	background: var(--hipnos-color-primary-1);
	border-radius: var(--hipnos-border-radius);
}

.ns_tag-big {
	/* font-size: 14px;
	line-height: 20px; */
	padding: 8px 16px;
	margin: auto;
	text-transform: none;
	width: 100%;
	/* font-weight: var(--hipnos-font-weight-normal); */
	color: var(--hipnos-color-neutral-1);
	background: var(--hipnos-color-neutral-3);
}

.ns_tag-auto {
	width: auto;
}

.ns_tag-inner {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.ns_tag a,
.ns_tag .amount bdi {
	color: var(--hipnos-color-neutral-5) !important;
	font-weight: var(--hipnos-font-weight-bold) !important;
}

.ns_tag del {
	font-size: 100% !important;
	display: inline-block !important;
	width: auto !important;
}

.ns_tag .ns_tag-name,
.ns_tag .ns_icon,
.ns_tag .ns_tag-img {
	margin-right: 4px;
}

.ns_tag .ns_tag-img.ns_tag-img-last {
	margin-right: 0px;
	margin-left: 4px;
}

.ns_tag .ns_tag-img {
	display: block;
	width: 16px;
	height: 16px;
}

.ns_tag .ns_tag-hidden {
	display: none;
}

.ns_tag .ns_tag-only-link {
	display: flex;
	align-items: center;
	font-size: 0px;
}

.ns_tag .ns_tag-only-link a {
	font-size: 12px;
	line-height: 14px;
}

.ns_tag[data-type='percentage'] .ns_tag-title,
.ns_tag[data-type='flat'] .ns_tag-title {
	display: none;
}

.ns_tag[data-type='neutral'],
.ns_tag-big[data-type='neutral'] {
	color: var(--hipnos-color-neutral-2);
	background: var(--hipnos-color-secondary-3);
}

.ns_tag[data-type='primary'],
.ns_tag-big[data-type='primary'] {
	color: var(--hipnos-color-neutral-5);
	background: var(--hipnos-color-primary-1);
}

.ns_tag[data-type='secondary'],
.ns_tag-big[data-type='secondary'] {
	color: var(--hipnos-color-neutral-5);
	background: var(--hipnos-color-secondary-1);
}

.ns_tag[data-type='success'],
.ns_tag-big[data-type='success'] {
	color: var(--hipnos-color-state-success-1);
	background: var(--hipnos-color-state-success-2);
}

.ns_tag[data-type='warning'],
.ns_tag-big[data-type='warning'] {
	color: var(--hipnos-color-state-warning-1);
	background: var(--hipnos-color-state-warning-2);
}

.ns_tag[data-type='error'],
.ns_tag-big[data-type='error'] {
	color: var(--hipnos-color-state-error-1);
	background: var(--hipnos-color-state-error-2);
}

/* Featured */
.ns_featured {
	color: var(--hipnos-color-primary-1);
	font-weight: var(--hipnos-font-weight-bold);
}

/* Discount */
.ns_number-positive,
.ns_discount,
.ns_discount * {
	color: var(--hipnos-color-state-success-1) !important;
}

.ns_number-negative {
	color: var(--hipnos-color-state-error-1) !important;
}

/* Separator */
.ns_separator {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	background: var(--hipnos-color-secondary-3);
}

/* Round corners */
.ns_round-corners {
	border-radius: var(--hipnos-border-radius);
	overflow: hidden;
}

/* Images */
.ns_image-placeholder,
.ns_video-placeholder {
	display: block;
	background: var(--hipnos-color-neutral-4);
	border-radius: var(--hipnos-border-radius);
	overflow: hidden;
}

.ns_video-placeholder[data-ratio='16:9'] {
	position: relative;
	height: 0px;
	padding-top: 56.25%;
}

.ns_video-placeholder[data-ratio='16:9'] > .ns_video-js {
	position: absolute;
	top: 0;
	left: 0;
}

/* Tables */
.shop_table {
	width: 100%;
}

/* Margins */
.ns_mg-xl {
	margin-top: 96px;
	margin-bottom: 96px;
}

.ns_mg_t-xl {
	margin-top: 96px;
}

.ns_mg_b-xl {
	margin-bottom: 96px;
}

.ns_mg_t-xl-i {
	margin-top: 96px !important;
}

.ns_mg_b-xl-i {
	margin-bottom: 96px !important;
}

.ns_mg-l {
	margin-top: 64px;
	margin-bottom: 64px;
}

.ns_mg_t-l {
	margin-top: 64px;
}

.ns_mg_b-l {
	margin-bottom: 64px;
}

.ns_mg-m {
	margin-top: 48px;
	margin-bottom: 48px;
}

.ns_mg_t-m {
	margin-top: 48px;
}

.ns_mg_b-m {
	margin-bottom: 48px;
}

.ns_mg-s {
	margin-top: 32px;
	margin-bottom: 32px;
}

.ns_mg_t-s {
	margin-top: 32px;
}

.ns_mg_b-s {
	margin-bottom: 32px;
}

.ns_mg-xs {
	margin-top: 16px;
	margin-bottom: 16px;
}

.ns_mg_t-xs {
	margin-top: 16px;
}

.ns_mg_b-xs {
	margin-bottom: 16px;
}

.ns_mg-zero {
	margin-top: 0px;
	margin-bottom: 0px;
}

.ns_mg_t-zero {
	margin-top: 0px;
}

.ns_mg_b-zero {
	margin-bottom: 0px;
}

/* Paddings */
.ns_pd-xl {
	padding-top: 96px;
	padding-bottom: 96px;
}

.ns_pd_t-xl {
	padding-top: 96px;
}

.ns_pd_b-xl {
	padding-bottom: 96px;
}

.ns_pd-l {
	padding-top: 64px;
	padding-bottom: 64px;
}

.ns_pd_t-l {
	padding-top: 64px;
}

.ns_pd_b-l {
	padding-bottom: 64px;
}

.ns_pd-m {
	padding-top: 48px;
	padding-bottom: 48px;
}

.ns_pd_t-m {
	padding-top: 48px;
}

.ns_pd_b-m {
	padding-bottom: 48px;
}

.ns_pd-s {
	padding-top: 32px;
	padding-bottom: 32px;
}

.ns_pd_t-s {
	padding-top: 32px;
}

.ns_pd_b-s {
	padding-bottom: 32px;
}

.ns_pd-xs {
	padding-top: 16px;
	padding-bottom: 16px;
}

.ns_pd_t-xs {
	padding-top: 16px;
}

.ns_pd_b-xs {
	padding-bottom: 16px;
}

.ns_pd-zero {
	padding-top: 0px;
	padding-bottom: 0px;
}

.ns_pd_t-zero {
	padding-top: 0px;
}

.ns_pd_b-zero {
	padding-bottom: 0px;
}

/* Paddings - Horizontal */
.ns_pd-h-xl {
	padding-left: 96px;
	padding-right: 96px;
}

.ns_pd-h-l {
	padding-left: 64px;
	padding-right: 64px;
}

.ns_pd-h-m {
	padding-left: 48px;
	padding-right: 48px;
}

.ns_pd-h-s {
	padding-left: 32px;
	padding-right: 32px;
}

.ns_pd-h-xs {
	padding-left: 16px;
	padding-right: 16px;
}

/* Wide */
.ns_wide {
	position: relative;
	width: 100vw !important;
	margin-left: -50vw !important;
	left: 50% !important;
}

#ns_page.ns_page-mini #ns_container-page .ns_wide > .main-container {
	max-width: 1024px;
}

/* Content */
.ns_content-normal > div:first-child {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.ns_content-mini > div:first-child {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.ns_content-super-mini > div:first-child {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

/* Section */
.ns_section + .ns_section {
	margin-top: 32px;
}

.ns_section-separator {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Boxed */
.ns_boxed,
.ns_boxed-background,
.ns_boxed-background-button {
	border-width: 1px;
	border-style: solid;
	border-color: var(--hipnos-color-neutral-3);
	border-radius: var(--hipnos-border-radius);

	padding: 24px;

	height: 100%;
}

.ns_boxed[data-height='auto'],
.ns_boxed-background[data-height='auto'],
.ns_boxed-background-button[data-height='auto'] {
	height: auto;
}

.ns_boxed-background,
.ns_boxed-background-button {
	border-color: var(--hipnos-color-neutral-4);
	background: var(--hipnos-color-neutral-4);
}

.ns_boxed-background[data-type='secondary'] {
	border-color: var(--hipnos-color-secondary-3);
	background: var(--hipnos-color-secondary-3);
}

.ns_boxed + .ns_boxed,
.ns_boxed-background + .ns_boxed-background {
	margin-top: 32px;
}

.ns_boxed-row:not(:last-child) {
	margin-bottom: 16px;
}

.ns_boxed-row + .ns_boxed-row {
	margin-top: 16px;
}

.ns_boxed-item:not(:last-child) {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 2px solid var(--hipnos-color-secondary-3);
}

.ns_boxed-title {
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	margin-bottom: 12px;
}

.ns_boxed-row > div[class^='col-xs'] + div[class^='col-xs'] {
	text-align: right;
}

.ns_boxed-item .ns_boxed-row > div[class^='col-xs'] + div[class^='col-xs'] {
	text-align: left;
}

.ns_boxed-background-button {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	align-content: center;
	justify-content: flex-start;
	text-align: center;
	padding: 16px;
	font-size: 12px;
	line-height: 18px;
	transition: box-shadow var(--hipnos-transition-ease);
}

@media (hover: hover) and (pointer: fine) {
	.ns_boxed-background-button:hover {
		box-shadow: var(--hipnos-box-shadow-style-1);
		opacity: 1;
	}
}

.ns_boxed-background-button .ns_boxed-background-button-title,
.ns_boxed-background-button .ns_boxed-background-button-subtitle {
	white-space: nowrap;
}

.ns_boxed-background-button .ns_boxed-background-button-subtitle del {
	display: none;
}

.ns_boxed-background-button .ns_boxed-background-button-title {
	font-size: 14px;
	line-height: 20px;
}

@media only screen and (max-width: 767px) {
	.ns_boxed-row > div[class^='col-xs-12'] + div[class^='col-xs-12'] {
		margin-top: 4px;
	}

	.ns_boxed-row > div[class^='col-xs-12'] + div[class^='col-xs-12'] {
		text-align: left;
	}
}

/* Boxed whatsapp */
.ns_boxed-whatsapp {
	background: #25d366;
	border-color: #25d366;
	color: var(--hipnos-color-neutral-5);
}

@media only screen and (max-width: 767px) {
	.ns_boxed-whatsapp .ns_button {
		margin-top: 16px;
	}
}

/* Shadow */
.ns_shadow {
	box-shadow: var(--hipnos-box-shadow-style-4);
}

.ns_shadow-inset {
	box-shadow: inset var(--hipnos-box-shadow-style-1);
}

.ns_animation-shadow {
	opacity: 1 !important;
	transition: box-shadow var(--hipnos-transition-ease);
}

@media (hover: hover) and (pointer: fine) {
	.ns_animation-shadow:hover {
		box-shadow: var(--hipnos-box-shadow-style-1);
	}
}

/* Markers */
.ns_marker {
	position: absolute;
	right: 0px;
	bottom: 50%;
	transform: translateY(50%);
	width: 32px;
	height: 32px;
	background-color: var(--hipnos-color-neutral-5);
	border: 2px solid var(--hipnos-color-secondary-1);
	border-radius: 50%;
	box-shadow: rgba(44, 39, 100, 0.4) 0px 0px 0px 0px;
	opacity: 1;
	transition: all var(--hipnos-transition-ease);
	z-index: 10;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

@media (hover: hover) and (pointer: fine) {
	.ns_marker:hover {
		background-color: var(--hipnos-color-secondary-1);
		border: 2px solid var(--hipnos-color-neutral-5);
	}

	.ns_marker:hover > button {
		color: var(--hipnos-color-neutral-5) !important;
	}
}

.ns_marker > button {
	position: absolute;
	width: 32px;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	font-weight: var(--hipnos-font-weight-bold);
	color: var(--hipnos-color-secondary-1) !important;
	transition: all var(--hipnos-transition-ease);
	opacity: 1 !important;
}

.ns_marker > button:before {
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	width: 300%;
	height: 300%;
	top: -32px;
	left: -32px;
	border-radius: 100%;
	box-shadow: var(--hipnos-color-secondary-1) 0px 0px 1px 1px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-name: ns_marker-animation_01;
	animation-name: ns_marker-animation_01;
	pointer-events: none;
}

.ns_marker > button:after {
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	width: 300%;
	height: 300%;
	top: -2rem;
	left: -2rem;
	border-radius: 100%;
	box-shadow: var(--hipnos-color-secondary-1) 0px 0px 0.1875rem 0.1875rem;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-name: ns_marker-animation_02;
	animation-name: ns_marker-animation_02;
	pointer-events: none;
}

@-webkit-keyframes ns_marker-animation_01 {
	0% {
		transform: scale(0.3);
		opacity: 0;
	}

	2.5% {
		opacity: 0.6;
	}

	50% {
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		transform: scale(0.8);
		opacity: 0;
	}
}

@keyframes ns_marker-animation_01 {
	0% {
		transform: scale(0.3);
		opacity: 0;
	}

	2.5% {
		opacity: 0.6;
	}

	50% {
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		transform: scale(0.8);
		opacity: 0;
	}
}

@-webkit-keyframes ns_marker-animation_02 {
	0% {
		transform: scale(0.3);
		opacity: 0;
	}

	6% {
		transform: scale(0.3);
		opacity: 0.6;
	}

	100% {
		transform: scale(0.8);
		opacity: 0;
	}
}

@keyframes ns_marker-animation_02 {
	0% {
		transform: scale(0.3);
		opacity: 0;
	}

	6% {
		transform: scale(0.3);
		opacity: 0.6;
	}

	100% {
		transform: scale(0.8);
		opacity: 0;
	}
}

/* Page overlay */
#ns_page-overlay {
	position: fixed;
	top: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 1px;
	content: ' ';
	z-index: 1002;

	background: var(--hipnos-color-background-1);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);

	visibility: hidden;
	opacity: 0;
	transition: opacity var(--hipnos-transition-ease);
}

#ns_page-overlay.show {
	visibility: visible;
	top: 0;
	width: 100%;
	height: 100vh;
	opacity: 1;
}

#ns_page-overlay.fade-out {
	opacity: 0;
}

/* Site */
#ns_site {
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	flex-direction: column;
	overflow: hidden;

	background: var(--hipnos-color-neutral-5);
}

.woocommerce-account #ns_site {
	min-height: 100vh;
	min-height: 100svh;
}

/* Content */
#ns_page {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding-top: 88px;
}

.woocommerce-account #ns_page {
	flex: 1 0 auto;
}

#ns_container-page {
	padding-top: var(--hipnos-page-padding-top);
	padding-bottom: var(--hipnos-page-padding-bottom);
}

#ns_page.ns_page-without-padding-top #ns_container-page {
	padding-top: 0px !important;
}

#ns_page.ns_page-without-padding-bottom #ns_container-page {
	padding-bottom: 0px !important;
}

#ns_page.ns_page-with-padding-bottom-extra #ns_container-page {
	padding-bottom: 192px;
}

@media only screen and (max-width: 767px) {
	#ns_page {
		padding-top: 52px !important;
	}
}

/* Title */
#ns_page-title {
	position: relative;
	text-align: center;
	padding-top: 56px;
	padding-bottom: 56px;
	background: var(--hipnos-color-neutral-4);
}

#ns_page-title.ns_page-title-left {
	text-align: left;
}

#ns_page-title h1 {
	font-size: 24px;
	line-height: 32px;
}

@media only screen and (max-width: 767px) {
	#ns_page-title {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	#ns_page-title h1 {
		font-size: 20px;
		line-height: 20px;
	}
}

/* Page mini */
#ns_page.ns_page-mini #ns_container-page,
#ns_page.ns_page-mini #ns_page-title > .container,
#ns_page.ns_page-mini #ns_page-title > .main-container,
.mini-container {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/* Swiper */
.swiper:not(.swiper-individual):not(.swiper-initialized) * {
	opacity: 0;
}

.swiper-pagination[data-type='light'] .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	border: 2px solid var(--hipnos-color-neutral-5);
	opacity: 1;
}

.swiper-pagination[data-type='light'] .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet-active {
	background: var(--hipnos-color-neutral-5);
	border: 2px solid var(--hipnos-color-neutral-5);
}

.swiper-pagination[data-type='primary'] .swiper-pagination-bullet {
	background: transparent;
	border: 2px solid var(--hipnos-color-secondary-1);
	opacity: 1;
}

.swiper-pagination[data-type='primary'] .swiper-pagination-bullet-active {
	background: var(--hipnos-color-primary-1);
	border: 2px solid var(--hipnos-color-primary-1);
}

.swiper-pagination[data-type='secondary'] .swiper-pagination-bullet {
	background: transparent;
	border: 2px solid var(--hipnos-color-secondary-1);
	opacity: 1;
}

.swiper-pagination[data-type='secondary'] .swiper-pagination-bullet-active {
	background: var(--hipnos-color-secondary-1);
	border: 2px solid var(--hipnos-color-secondary-1);
}

.swiper-button-next,
.swiper-button-prev {
	width: 56px;
	height: 56px;
	opacity: 0;
	transition:
		opacity var(--hipnos-transition-ease),
		margin-left var(--hipnos-transition-ease),
		margin-right var(--hipnos-transition-ease);
	transform: translateY(-50%);
	margin-top: 0px;
}

.swiper-button-next {
	margin-right: -5%;
}

.swiper-button-prev {
	margin-left: -5%;
}

@media (hover: hover) and (pointer: fine) {
	.swiper:hover .swiper-button-next,
	.swiper:hover .swiper-button-prev {
		opacity: 1;
		margin: 0px;
	}
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-next > .ns_icon,
.swiper-button-prev > .ns_icon {
	z-index: 2;
}

.swiper-button-next:before,
.swiper-button-prev:before {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: var(--hipnos-border-radius);
	background: var(--hipnos-color-secondary-1);
	z-index: 1;
}

/* Block 22 - BUG */
.ns_acf-gt-block-22 > div > .row > .col-xs-12 {
	text-align: center;
}

/* Block 27 - BUG */
.ns_acf-gt-block-27 > div > .row > .col-xs-12 > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ns_acf-gt-block-27 > div > .row > .col-xs-12 .ns_icon {
	display: inline-block;
	margin-left: 0.3em;
}

/* Block 07 - BUG */
.ns_block-09 + .ns_acf-gt-block-07-filter {
	margin-top: 32px;
	margin-bottom: 32px;
}

.ns_acf-gt-block-07-filter .ns_acf-gt-block-07-filter-nav {
	position: relative;
	padding-top: 24px;
	padding-bottom: 24px;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: var(--hipnos-font-weight-bold);
	color: var(--hipnos-color-neutral-3);
}

.ns_acf-gt-block-07-filter .ns_acf-gt-block-07-filter-nav > li > .ns_acf-gt-block-07-filter-tag {
	cursor: pointer;
	text-transform: uppercase;
	color: var(--hipnos-color-neutral-3);
	transition: color var(--hipnos-transition-ease);
}

.ns_acf-gt-block-07-filter .ns_acf-gt-block-07-filter-nav .ns_acf-gt-block-07-filter-tag.active {
	color: var(--hipnos-color-secondary-1);
	opacity: 1;
}

.ns_acf-gt-block-07-filter .embla {
	position: relative;
	overflow: hidden;
	/* padding-right: 16px;
	padding-left: 16px; */
}

.ns_acf-gt-block-07-filter .embla::before,
.ns_acf-gt-block-07-filter .embla::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 16px;
	right: 16px;
	widgth: 100%;
	height: 2px;
	background: var(--hipnos-color-neutral-4);
}

.ns_acf-gt-block-07-filter .embla::after {
	top: unset;
	bottom: 0;
}

.ns_acf-gt-block-07-filter .embla__container {
	display: flex;
	gap: 16px;
}

.ns_acf-gt-block-07-filter .embla__slide {
	flex: 0 0 auto;
	min-width: 0;
	white-space: nowrap;
}

.ns_acf-gt-block-07-filter .embla__slide:first-child {
	margin-left: 16px;
}

.ns_acf-gt-block-07-filter .embla__slide:last-child {
	margin-right: 16px;
}

.ns_acf-gt-block-07-filter .col-xs-12 {
	position: relative;
	padding: 0;
	display: flex;
	justify-content: center;
}

.ns_acf-gt-block-07-filter .col-xs-12::before,
.ns_acf-gt-block-07-filter .col-xs-12::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 16px;
	z-index: 1;
	display: none;
}

.ns_acf-gt-block-07-filter .col-xs-12::before {
	left: 0;
	background: linear-gradient(to right, var(--hipnos-color-neutral-5), transparent);
}

.ns_acf-gt-block-07-filter .col-xs-12::after {
	right: 0;
	background: linear-gradient(to left, var(--hipnos-color-neutral-5), transparent);
}

@media (hover: hover) and (pointer: fine) {
	.ns_acf-gt-block-07-filter .ns_acf-gt-block-07-filter-nav .ns_acf-gt-block-07-filter-tag:hover {
		color: var(--hipnos-color-secondary-1);
		opacity: 1;
	}
}

@media only screen and (max-width: 479px) {
	.ns_acf-gt-block-07-filter .ns_acf-gt-block-07-filter-nav {
		font-size: 10px;
	}
}

/* Header - Menu / Temp */
#menu-item-135365 .ns_menu-item-with-image {
	padding-left: 0 !important;
}

#menu-item-135365 .ns_menu-item-with-image img {
	display: none !important;
}
