
/*97a716e6*/
.dots {
	display: flex;
	padding: 10px 0;
	justify-content: center;
}

.dot {
	border: none;
	width: 10px;
	height: 10px;
	background: #c5c5c5;
	border-radius: 50%;
	margin: 0 5px;
	padding: 5px;
	cursor: pointer;
}

.dot:focus {
	outline: none;
}

.dot.active {
	background: #000;
}

.arrow {
	width: 30px !important;
	height: 30px !important;
	background-color: #efefef;
	padding: 5px;
	border-radius: 100%;
	fill: gray;
}

html, body {
	overscroll-behavior-x: none;
}

.swiper-button-prev, .swiper-button-next {
	top: 45%;
	width: 30px !important;
	height: 30px !important;
	background: gray;
	border: 1px solid gray;
	border-radius: 50% !important;
	color: #fff !important;
	font-weight: 700;
	outline: 0;
	transition: background-color .2s ease, color .2s ease;
}

.swiper-button-prev:after {
	font-size: 16px !important;
}

.swiper-button-next:after {
	font-size: 16px !important;
}

.swiper-wrapper {
	padding-bottom: 15px;
}

@media (max-width: 600px) {
	.swiper-button-prev, .swiper-button-next {
		display: none;
		top: 45%;
		width: 20px;
		height: 20px;
		background: gray;
		border: 1px solid gray;
		border-radius: 50%;
		color: #fff;
		font-weight: 700;
		outline: 0;
		transition: background-color .2s ease, color .2s ease;
	}
	
	.swiper-button-prev:after {
		font-size: 8px;
	}
	
	.swiper-button-next:after {
		font-size: 8px;
	}
}

.swiper-container {
	position: relative;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-container-category {
	position: relative;
}

.swiper-container-category .swiper-button-prev, .swiper-container-category .swiper-button-next {
	top: 60%;
	width: 20px;
	height: 20px;
	background: gray;
	border: 1px solid gray;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	outline: 0;
	transition: background-color .2s ease, color .2s ease;
	margin-top: -30px;
}

.swiper-container-category .swiper-button-prev:after {
	font-size: 8px;
}

.swiper-container-category .swiper-button-next:after {
	font-size: 8px;
}

.slick-arrow:before {
	color: gray !important;
}

.slick-track {
	margin-left: 0;
}

.react-multiple-carousel__arrow--left {
	margin-left: -40px;
	z-index: 1;
}

.react-multiple-carousel__arrow--right {
	margin-right: -40px;
	z-index: 1;
}

@media (max-width: 992px) {
	.react-multiple-carousel__arrow--left {
		margin-left: -30px;
	}
	
	.react-multiple-carousel__arrow--right {
		margin-right: -30px;
	}
}

@media (max-width: 766px) {
	.react-multiple-carousel__arrow--left {
		margin-left: -20px;
	}
	
	.react-multiple-carousel__arrow--right {
		margin-right: -20px;
	}
}

@media (max-width: 536px) {
	.react-multiple-carousel__arrow--left {
		margin-left: -10px;
	}
	
	.react-multiple-carousel__arrow--right {
		margin-right: -10px;
	}
}

@keyframes headerslide {
	0% {
		height: 0px;
	}
	
	to {
		height: 80px;
	}
}

/*cdebeb44*/
*, :before, :after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

:before, :after {
	--tw-content: "";
}

html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
}

body {
	margin: 0;
	line-height: inherit;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp, pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button, select {
	text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

button.nitro-lazy, [type=button].nitro-lazy, [type=reset].nitro-lazy, [type=submit].nitro-lazy {
	background-image: none !important;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol, ul, menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

button, [role=button] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	vertical-align: middle;
}

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

[hidden] {
	display: none;
}

[type=text], [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
}

[type=text]:focus, [type=email]:focus, [type=url]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=week]:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}

input::placeholder, textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
	padding-top: 0;
	padding-bottom: 0;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 20 20\'%3e%3cpath stroke=\'%236b7280\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'1.5\' d=\'M6 8l4 4 4-4\'/%3e%3c/svg%3e");
	background-position: right .5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

select.nitro-lazy {
	background-image: none !important;
}

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: .75rem;
	-webkit-print-color-adjust: unset;
	print-color-adjust: unset;
}

[type=checkbox], [type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
}

[type=checkbox] {
	border-radius: 0;
}

[type=radio] {
	border-radius: 100%;
}

[type=checkbox]:focus, [type=radio]:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type=checkbox]:checked, [type=radio]:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type=checkbox]:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 16 16\' fill=\'white\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z\'/%3e%3c/svg%3e");
}

[type=checkbox]:checked.nitro-lazy {
	background-image: none !important;
}

[type=radio]:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 16 16\' fill=\'white\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3ccircle cx=\'8\' cy=\'8\' r=\'3\'/%3e%3c/svg%3e");
}

[type=radio]:checked.nitro-lazy {
	background-image: none !important;
}

[type=checkbox]:checked:hover, [type=checkbox]:checked:focus, [type=radio]:checked:hover, [type=radio]:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type=checkbox]:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 16 16\'%3e%3cpath stroke=\'white\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M4 8h8\'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type=checkbox]:indeterminate.nitro-lazy {
	background-image: none !important;
}

[type=checkbox]:indeterminate:hover, [type=checkbox]:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type=file] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type=file]:focus {
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}

:root {
	--primary-color: #727171;
	--secondary-color: #fff;
	--text-color: white;
	--text-color-alternate: black;
}

*, :before, :after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

.sp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.sp-absolute {
	position: absolute;
}

.sp-relative {
	position: relative;
}

.sp-inset-x-0 {
	left: 0;
	right: 0;
}

.sp-top-0 {
	top: 0;
}

.sp-z-10 {
	z-index: 10;
}

.sp-m-1 {
	margin: .25rem;
}

.sp-m-2 {
	margin: .5rem;
}

.sp-m-5 {
	margin: 1.25rem;
}

.sp-my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.sp--mt-2 {
	margin-top: -.5rem;
}

.sp-mb-0 {
	margin-bottom: 0;
}

.sp-mb-2 {
	margin-bottom: .5rem;
}

.sp-mb-5 {
	margin-bottom: 1.25rem;
}

.sp-ml-1 {
	margin-left: .25rem;
}

.sp-ml-5 {
	margin-left: 1.25rem;
}

.sp-mr-2 {
	margin-right: .5rem;
}

.sp-mr-5 {
	margin-right: 1.25rem;
}

.sp-mt-1 {
	margin-top: .25rem;
}

.sp-mt-3 {
	margin-top: .75rem;
}

.sp-mt-5 {
	margin-top: 1.25rem;
}

.sp-line-clamp-1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.sp-line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sp-inline-block {
	display: inline-block;
}

.sp-flex {
	display: flex;
}

.sp-inline-flex {
	display: inline-flex;
}

.sp-h-48 {
	height: 12rem;
}

.sp-h-8 {
	height: 2rem;
}

.sp-h-\[100px\] {
	height: 100px;
}

.sp-h-\[200px\] {
	height: 200px;
}

.sp-h-\[42px\] {
	height: 42px;
}

.sp-h-\[50px\] {
	height: 50px;
}

.sp-h-auto {
	height: auto;
}

.sp-min-h-\[100px\] {
	min-height: 100px;
}

.sp-min-h-\[410px\] {
	min-height: 410px;
}

.sp-min-h-\[70px\] {
	min-height: 70px;
}

.sp-w-\[115px\] {
	width: 115px;
}

.sp-w-\[50px\] {
	width: 50px;
}

.sp-w-auto {
	width: auto;
}

.sp-w-full {
	width: 100%;
}

.sp-min-w-\[200px\] {
	min-width: 200px;
}

.sp-min-w-\[300px\] {
	min-width: 300px;
}

.\!sp-max-w-\[200px\] {
	max-width: 200px !important;
}

.sp-max-w-\[1200px\] {
	max-width: 1200px;
}

.sp-max-w-\[200px\] {
	max-width: 200px;
}

.sp-cursor-pointer {
	cursor: pointer;
}

.sp-flex-col {
	flex-direction: column;
}

.sp-items-start {
	align-items: flex-start;
}

.sp-items-center {
	align-items: center;
}

.sp-justify-start {
	justify-content: flex-start;
}

.sp-justify-center {
	justify-content: center;
}

.sp-justify-between {
	justify-content: space-between;
}

.sp-overflow-hidden {
	overflow: hidden;
}

.sp-overflow-x-hidden {
	overflow-x: hidden;
}

.sp-rounded {
	border-radius: .25rem;
}

.sp-rounded-lg {
	border-radius: .5rem;
}

.sp-rounded-md {
	border-radius: .375rem;
}

.sp-rounded-bl {
	border-bottom-left-radius: .25rem;
}

.sp-border {
	border-width: 1px;
}

.sp-border-transparent {
	border-color: transparent;
}

.sp-bg-\[\#e9f0fe\] {
	--tw-bg-opacity: 1;
	background-color: rgb(233, 240, 254, var(--tw-bg-opacity));
}

.sp-bg-\[\#ebfee9\] {
	--tw-bg-opacity: 1;
	background-color: rgb(235, 254, 233, var(--tw-bg-opacity));
}

.sp-bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(243, 244, 246, var(--tw-bg-opacity));
}

.sp-bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(107, 114, 128, var(--tw-bg-opacity));
}

.sp-bg-green-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(74, 222, 128, var(--tw-bg-opacity));
}

.sp-bg-transparent {
	background-color: transparent;
}

.sp-bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}

.sp-object-scale-down {
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.sp-p-1 {
	padding: .25rem;
}

.sp-p-2 {
	padding: .5rem;
}

.sp-p-\[2px\] {
	padding: 2px;
}

.sp-px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.sp-py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

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

.sp-text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.sp-text-\[11px\] {
	font-size: 11px;
}

.sp-text-\[18px\] {
	font-size: 18px;
}

.sp-text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.sp-text-sm {
	font-size: .875rem;
	line-height: 1.25rem;
}

.sp-text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.sp-text-xs {
	font-size: .75rem;
	line-height: 1rem;
}

.sp-font-bold {
	font-weight: 700;
}

.sp-font-medium {
	font-weight: 500;
}

.sp-font-semibold {
	font-weight: 600;
}

.sp-capitalize {
	text-transform: capitalize;
}

.sp-text-\[\#3ea62b\] {
	--tw-text-opacity: 1;
	color: rgb(62, 166, 43, var(--tw-text-opacity));
}

.sp-text-\[\#5a87db\] {
	--tw-text-opacity: 1;
	color: rgb(90, 135, 219, var(--tw-text-opacity));
}

.sp-text-black {
	--tw-text-opacity: 1;
	color: rgb(0, 0, 0, var(--tw-text-opacity));
}

.sp-text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107, 114, 128, var(--tw-text-opacity));
}

.sp-text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17, 24, 39, var(--tw-text-opacity));
}

.sp-text-white {
	--tw-text-opacity: 1;
	color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.sp-underline {
	text-decoration-line: underline;
}

.sp-mix-blend-multiply {
	mix-blend-mode: multiply;
}

.sp-shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.sp-drop-shadow-\[0px_5px_5px_\#c0c0c0\] {
	--tw-drop-shadow: drop-shadow(0px 5px 5px #c0c0c0);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

* {
	scrollbar-width: thin;
	scrollbar-color: var(--scrollbar-background, #d8d8d8);
}

*::-webkit-scrollbar {
	width: 12px;
}

*::-webkit-scrollbar-track {
	background: var(--scrollbar-background, #e0e0e0);
	border-radius: 10px !important;
}

*::-webkit-scrollbar-thumb {
	background-color: var(--scrollbar-fill, #d8d8d8);
	border-radius: 20px;
	border: var(--scrollbar-border, 2px solid #bfbfbf);
}

a {
	color: var(--primary-color, var(--text-color));
}

body {
	background-color: var(--background-color) !important;
}

.spark-body {
	background-color: var(--background-color);
}

input[type=checkbox] {
	color: var(--filter-checkbox-color) !important;
}

.mantine-Slider-bar {
	background-color: var(--filter-checkbox-color) !important;
}

.mantine-Slider-thumb, .mantine-Slider-markFilled {
	border-color: var(--filter-checkbox-color) !important;
}

.spark-nav {
	background-color: var(--nav-background-color, var(--primary-color)) !important;
	color: #000 !important;
	font-family: var(--nav-font), Serif;
}

.spark-nav a, .nav-text-color {
	color: var(--nav-text-color, var(--text-color)) !important;
}

.spark-nav-cart-button {
	background-color: var(--nav-cart-button-background-color, var(--secondary-color));
	color: var(--nav-cart-button-text-color) !important;
}

.spark-nav-cart-button span {
	color: var(--nav-cart-button-text-color);
}

.spark-nav-subheader {
	background-color: var(--nav-subheader-background-color, var(--primary-color));
	color: var(--nav-subheader-text-color, var(--secondary-color));
}

.spark-banner {
	background-color: var(--nav-subheader-background-color, var(--primary-color));
	color: var(--banner-text-color, var(--text-color));
	font-family: var(--banner-font), Serif;
}

.spark-banner-button {
	background-color: var(--banner-button-background-color, var(--primary-color));
	color: var(--banner-button-text-color, var(--text-color));
	border-color: var(--banner-button-border-color);
	border-width: var(--banner-button-border-width, 0px);
}

.spark-banner h1 {
	font-weight: var(--banner-font-weight);
	font-family: var(--banner-font), Serif !important;
}

.spark-banner div, .spark-banner p {
	font-family: var(--banner-paragraph-font), Serif !important;
}

.spark-footer {
	background-color: var(--footer-background-color, var(--primary-color));
	color: var(--footer-text-color, var(--text-color));
}

.nav-header-links-text {
	font-size: var(--nav-header-links-text-size) !important;
	font-weight: var(--nav-header-links-text-weight) !important;
}

.spark-footer a {
	color: var(--footer-text-color, var(--text-color));
}

.spark-footer-cart-button {
	background-color: var(--footer-shop-button-background-color, var(--secondary-color));
	color: var(--footer-shop-button-text-color);
}

.spark-menus-footer-link {
	color: var(--spark-menus-footer-link);
}

.spark-hambuger-menu {
	color: var(--nav-hamburger-menu-color);
}

.spark-menus-footer-link a {
	color: var(--spark-menus-footer-link);
}

.spark-link {
	color: var(--link-text-color, var(--primary-color));
}

.spark-category-title {
	color: var(--category-text-color);
	font-weight: var(--category-weight, 100);
	font-size: var(--category-size, 30px);
	font-family: var(--category-font, var(--primary-font)), Serif;
}

.spark-category-title a {
	color: var(--shop-all-link-color);
}

.spark-category-addto-button {
	background-color: var(--category-add-to-cart-button-background, var(--primary-color));
	color: var(--category-add-to-cart-button-text, var(--text-color));
}

.spark-category-price-text {
	color: var(--category-price-text-color, var(--primary-color));
}

.spark-category-scroller a {
	font-family: var(--category-scroller-font), Serif;
	color: var(--category-scroller-text-color) !important;
}

.spark-category-icon-highlight {
	fill: var(--category-icon-highlight-color, #f1ab03);
}

.spark-category-icon-color {
	fill: none;
	stroke: var(--category-icon-color);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
}

.spark-verify-button-yes {
	background-color: var(--spark-verify-button-yes-bg, var(--primary-color));
	color: var(--spark-verify-button-yes-text, var(--text-color));
}

.spark-verify-button-no {
	background-color: var(--spark-verify-button-no-bg, var(--secondary-color));
	color: var(--spark-verify-button-no-text, var(--text-color));
}

.spark-tags .spark-indica {
	background-color: var(--tag-color-indica-bg);
	color: var(--tag-color-indica-text);
}

.spark-tags .spark-sativa {
	background-color: var(--tag-color-sativa-bg);
	color: var(--tag-color-sativa-text);
}

.spark-tags .spark-hybrid {
	background-color: var(--tag-color-hybrid-bg);
	color: var(--tag-color-hybrid-text);
}

.spark-tags .spark-highthc {
	background-color: var(--tag-color-highthc-bg);
	color: var(--tag-color-highthc-text);
}

.spark-tags .spark-highcbd {
	background-color: var(--tag-color-highcbd-bg);
	color: var(--tag-color-highcbd-text);
}

.spark-tags .spark-amount-thc {
	background-color: var(--tag-amount-background-color-thc);
	color: var(--tag-amount-text-color-thc);
}

.spark-tags .spark-amount-cbd {
	background-color: var(--tag-amount-background-color-cbd);
	color: var(--tag-amount-text-color-cbd);
}

.spark-category-scroller a {
	background-color: var(--category-scroller-button-background-color);
}

.spark-category-icons span {
	font-family: var(--category-scroller-font), Serif;
	color: var(--category-scroller-text-color);
	font-size: var(--category-scroller-text-size, medium) !important;
	font-weight: var(--category-scroller-text-weight, 700) !important;
}

.spark-page-category-items-section {
	background-color: var(--page-category-items-section-background-color);
}

.spark-page-product-background-color {
	background-color: var(--page-product-background-color);
}

.spark-page-product .spark-name {
	font-family: var(--product-name-font), Serif;
	color: var(--product-name-color);
}

.spark-page-product .spark-strain-type {
	font-family: var(--product-strain-type-font), Serif;
	color: var(--product-strain-type-color);
}

.spark-page-product .spark-brand {
	font-family: var(--product-brand-font), Serif;
	color: var(--product-brand-color);
}

.spark-page-product .spark-product-options-button .checked {
	background-color: var(--product-options-background-color);
	color: var(--product-options-text-color);
}

.spark-page-product .spark-product-options-button .unchecked {
	background-color: var(--product-options-not-selected-button-color);
	color: var(--product-options-not-selected-text-color);
}

.spark-page-product .spark-product-add-button {
	background-color: var(--product-add-button-background-color);
	color: var(--product-add-button-text-color);
}

.spark-page-product {
	color: var(--product-page-text, #374151);
}

.spark-specials-page h3 {
	color: var(--brand-name-text-color);
}

.spark-tags-staff {
	color: var(--product-tag-staff-text-color);
	border-color: var(--product-tag-staff-text-color);
}

.spark-specials-page a {
	background-color: var(--brand-button-color);
}

.spark-page-brand, .spark-page-brands {
	background-color: var(--brand-background-color);
}

.spark-page-brands a {
	background-color: var(--brand-button-color);
	color: var(--brand-name-text-color);
}

.spark-breadcrumbs a {
	color: var(--product-breadcrumbs-text-color);
}

.spark-product-thc-cdb {
	background-color: var(--product-thc-cbd-background-color);
	color: var(--product-thc-cbd-text-color);
}

.spark-image-blend {
	mix-blend-mode: var(--image-blend-mode, multiply);
}

.spark-hero-address-text {
	font-size: var(--hero-address-text-size);
	font-weight: var(--hero-address-text-weight);
	color: var(--hero-address-text-color);
}

.spark-hero-paragraph-text {
	font-size: var(--hero-paragraph-text-size, .875rem);
	font-weight: var(--hero-paragraph-text-weight);
}

.spark-details-and-specials-title {
	font-family: var(--spark-details-and-specials-title-font);
	color: var(--spark-details-and-specials-title-text-size);
	font-size: var(--spark-details-and-specials-title-size);
	font-weight: var(--spark-details-and-specials-title-weight);
}

.spark-details-and-specials-paragraph {
	font-family: var(--spark-details-and-specials-paragraph-font);
	color: var(--spark-details-and-specials-paragraph-text-size);
	font-size: var(--spark-details-and-specials-paragraph-size);
	font-weight: var(--spark-details-and-specials-paragraph-weight);
}

.chat_message {
	transform-origin: 0 100%;
	transform: scale(0);
	max-height: 0;
	overflow: hidden;
	animation: message .15s ease-out 0s forwards;
	animation-delay: var(--timeline);
}

@keyframes message {
	0% {
		max-height: 100vmax;
	}
	
	80% {
		transform: scale(1.1);
	}
	
	to {
		transform: scale(1);
		max-height: 100vmax;
		overflow: visible;
		padding-top: 1rem;
	}
}

.svg-size-75 svg {
	width: 75px;
	height: 75px;
	fill: none;
}

.svg-size-75 .spark-category-icon-highlight {
	fill: transparent !important;
	stroke: transparent !important;
}

.sp-line-clamp-2, .sp-line-clamp-1, .sp-line-clamp-3, .sp-line-clamp {
	padding-bottom: 0;
}

.hover\:sp-opacity-90:hover {
	opacity: .9;
}

.hover\:sp-shadow-lg:hover {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.focus\:sp-outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:sp-ring-0:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

@media (min-width: 768px) {
	.md\:sp-mr-9 {
		margin-right: 2.25rem;
	}
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper, swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
	transform: translateZ(0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide, swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none;
}

.swiper-centered>.swiper-wrapper:before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translateZ(0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translate(-50%);
	white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - ( var(--swiper-navigation-size) / 2 ));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

/*8e1a892c*/
.lazy-load-image-background.blur {
	filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
	filter: blur(0);
	transition: filter .3s;
}

.lazy-load-image-background.blur>img {
	opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded>img {
	opacity: 1;
	transition: opacity .3s;
}
