header .nav-button-container {
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
}

.coming-soon-overlay {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-12deg);
	padding: 2px;
	padding-inline: 8px;
	border-radius: 16px;
	background: #ccc;
	white-space: nowrap;
	font-size: 0.7rem;
	opacity: 0.8;
}

.btn__item.signup__btn {
	position: static;
}

.signup__btn a {
	position: relative;
	min-width: 130px !important;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coming-soon {
	color: #8b7b62
}

.center {	
	left: calc(50% - 8px);
}

.last-third {
	left: calc(83% - 8px);
}

.disabled {
	color: #777 !important;
}

.alerts-container {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
	z-index: 9999999;
}

.custom-alert {
	position: relative;
	background-color: #fffef5;
	padding-block: 16px;
	padding-inline: 24px;
	padding-inline-start: 32px;
	display: flex;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 20px;
	min-width: min(400px, 100vw);
	max-width: 100vw;
	animation: custom-alert-enter 400ms ease-out;
	margin-bottom: 16px;
	z-index: 9999;
}

.custom-alert.exiting {
	animation-name: custom-alert-exit;
	animation-fill-mode: forwards;
}

.custom-alert-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 16px;
	flex: 1;
}

.custom-alert::before {
	/* content: " "; */
	position: absolute;
	left: 12px;
	height: calc(100% - 24px);
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	border-radius: 100px;
}

.custom-alert.error::before {
	background-color: #ff4444;
}

.custom-alert.success::before {
	background-color: #43a047;
}

.custom-alert-title {
	font-weight: bold;
	font-size: 1rem;
	margin: 0;
}

.custom-alert-message {
	color: #2d2d2d
}

.custom-alert .close-button {
	width: 40px;
	height: 40px;
	appearance: none;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	padding: 8px;
	border-radius: 10000px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 200ms ease-out;
}

.custom-alert .close-button svg {
	width: 100%;
	height: 100%;
}

.custom-alert .close-button:hover {
	background-color: rgba(0,0,0,0.15)
}

@keyframes custom-alert-enter {
	from {
		transform: translateX(calc(-50vw - 100%))
	}
	to {
		transform: translateX(0)
	}
}

@keyframes custom-alert-exit {
	from {
		transform: translateX(0)
	}
	to {
		transform: translateX(calc(50vw + 100%))
	}
}

.coming-soon-text {
	font-size: 0.625rem;
}

.section__item {
	position: relative !important;
}

.section__item > * {
	position: relative;
	z-index: 1;
}

.section__item::before {
	z-index: 1 !important;
}

.section__background-image picture > img, picture.section__background-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.section__mobile:first-of-type {
	padding-top: 0.5rem !important;
}

footer {
	background-color: #FFFEF5
}

footer ul li {
	color: #000;
}

footer ul li a, footer ul li span {
	color: #999999 !important;
	font-size: 17px;
	font-weight: normal;
}

footer ul li .disabled, footer ul li .disabled span {
	color: #b7b7b7 !important;
}

.menu__icon img {
	height: auto
}



.section__mobile .row .col figure picture img {
	height: auto;
	object-fit: cover;
	object-position: center;
	transform: scale(1.05);
}

.swiper-slide .box picture img {
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	width: auto;
	height: 120px;
}

.section__mobile--3 .swiper-slide ul {
	overflow: visible;
}

.section__item--1 .swiper-slide .row.text-center {
	height: 250px !important;
}

.section__item--1 .swiper-slide .row.text-center .box-text {
	margin-bottom: 0;
}

.section__mobile--1 .swiper {
	min-height: 35rem;

}

@media (min-width: 767px) and (max-width: 1300px), (max-height: 870px) {
	h1 {
		font-size: 2rem !important;
		line-height: 1.2em;
		margin-bottom: 0.5rem;
		margin-top: 0;
	}
	p {
		font-size: 0.9rem;
		line-height: 1.2em;
	}
	.swiper-wrapper
	.swiper-slide {
		padding: 32px;
		border-radius: 64px;
	}
	.swiper-slide .container .row .col-9 {
		width: 100%;
		max-width: 40rem;
	}

	.section__item--1 .swiper-slide .box picture img {
		height: 100px;
	}
	.section__item--1 .swiper-slide .row.text-center {
		height: 230px !important;
	}

	.btn__item a {
		padding: 10px 16px;
		font-size: 1.1rem;
	}

	.section__item--0 .one__slide--swiper {
		min-width: 30rem !important;
	}

	

	form .mb-4 {
		margin-bottom: 20px !important;
	}

	
	form .mb-5 {
		margin-bottom: 24px !important;
	}

	.stage-info {
		margin-bottom: 0.5rem !important;
		margin-top: 0 !important;
		font-size: 1.125rem !important;
	}

	.presale-info-container h1 {
		margin-bottom: 0.25rem !important;
	}

}

.presale-info-container h1 {
	margin-bottom: 0.5rem;
}


@media (min-width: 767px) and (max-width: 900px), (max-height: 700px) {
	h1 {
		font-size: 1.5rem;
		line-height: 1.2em;
		margin-bottom: 0.5rem;
		margin-top: 0;
	}
	p {
		font-size: 0.8rem;
		line-height: 1.2em;
	}
	.swiper-slide {
		padding: 24px;
		border-radius: 48px;
	}
	.swiper-slide .container .row .col-9 {
		width: 100%;
		max-width: 40rem;
	}

	.section__item--1 .swiper-slide .box picture img {
		height: 72px;
	}
	.section__item--1 .swiper-slide .row.text-center {
		height: 180px !important;
	}
	

	form .mb-4 {
		margin-bottom: 12px !important;
	}

	
	form .mb-5 {
		margin-bottom: 16px !important;
	}

	.signup-form-container {
		transform: translateY(-24px)
	}

	.presale-info-container .col-12.mt-3 {
		margin-top: 0 !important;
	}

	.presale-info-container p {
		margin-bottom: 0.75rem !important;
	}

	.presale-info-container p:last-of-type {
		margin-bottom: 0.25rem !important;
	}
}

.plain {
	background-color: #f3eeef
}

.cream {
	background-color: #EDF3E4
}


.social-icons.dark svg path {
	height: 100%;
	vertical-align: bottom;
}

.social-icons.dark svg path {
	fill: #000;
}

.col--slide > * {
	background: #F38590 !important;
	color: #fff !important;
	border: 5px solid #F9C7CC !important;
	font-weight: 600 !important;
}

h1 {
	line-height: 1.1em !important;
	margin-top: 0.25rem;
}

main.text-blocks {
	padding: 48px;
	padding-bottom: 120px;
}

.text-block h1 {
	font-size: 50px !important;
	color: #EE5867;
	margin-bottom: 40px;
}

.text-block + .text-block {
	padding-top: 32px;
}

.text-block h2 {
	font-size: 36px !important;
	margin-bottom: 32px;
}

.text-block p {
	line-height: 1.2rem !important;
}

main.text-blocks hr {
	background-color: #999999 !important;
	height: 2px;
	margin-block: 92px;
}

.text-block .bold {
	font-weight: bold;
}

.text-block h2.subtle {
	font-family: "Urbanist", sans-serif;
	text-transform: uppercase;
	color: #f17b87;
	font-size: 1.5rem !important;
}

.text-block h3.subtle {
	font-family: "Urbanist", sans-serif;
	color: #f17b87;
	font-size: 1.25rem !important;
}

.text-block h2.subtle-small {
	font-family: "Urbanist", sans-serif;
	color: #f17b87;
	font-size: 1.25rem !important;
}

@media (max-width: 500px) {
	.text-block h1 {
		font-size: 40px !important;
		margin-bottom: 30px;
	}
	.text-block h2 {
		font-size: 28px !important;
		margin-bottom: 25px;
	}
	main.text-blocks hr {
		margin-block: 48px;
	}

}

footer figure img {
	height: auto;
}

.signup-container.signup .signup-verify-container,
.signup-container.signup .signup-thanks-container {
	display: none;
}

.signup-container.verify .signup-form-container,
.signup-container.verify .signup-thanks-container {
	display: none;
}

.signup-container.thanks .signup-form-container,
.signup-container.thanks .signup-verify-container {
	display: none;
}

@media (max-width: 767px) {
	footer {
		padding-inline: 2rem;
	}
	footer .footer-logo {
		width: 220px !important;	
	}

	footer .footer-text-container, footer .footer-logo-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .footer-text-container {
		display: grid;
		grid-template-columns: auto auto;
	}

	
	footer .footer-text-container > * {
		width: 100% !important;
		height: 100% !important;
		margin-inline: 16px;
	}
	.btn__item a {
		padding-block: 0.5rem !important
	}
}

/* OVERLAY */

.overlay {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	z-index: 100;
	transition: opacity 800ms;
}


.overlay.hidden {
	opacity: 0;
	pointer-events: none;
}

.overlay .background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--body-color);
	transition: background-color var(--body-transition-time);
}

.overlay .background .bg-grad-1 {
	position: absolute;
	left: 200px;
	top: -650px;
	background-color: #FEC97D;
	filter: blur(437.104px);
	width: 500px;
	height: 700px;
}


.overlay .background .bg-grad-2 {
	position: absolute;
	right: 250px;
	bottom: -600px;
	background-color: #E99D90;
	width: 505px;
	height: 773px;
	transform: rotate(-121.71deg);
	filter: blur(437.104px);
}

.overlay .background .bg-grad-3 {
	position: absolute;
	left: -350px;
	bottom: -1150px;
	background-color: #FCDDEC;
	filter: blur(437.104px);
	width: 975.76px;
	height: 1369.49px;
	transform: rotate(-51.01deg);
}

.overlay-logo {
	position: relative;
	max-width: 280px;
	max-width: 654px;
	margin-top: auto;
	margin-bottom: auto;
	transform: translateX(64px);
	padding-top: 16px;
	padding-bottom: 16px;
	z-index: 1000;
	height: 25%;
}

.overlay-logo img {
	height: 100%;
	width: auto;
}

.overlay-cat {
	display: block;
	position: relative;
	flex: 1;
	width: auto;
	z-index: 1000;
	min-height: 0;
	max-height: 600px;
	margin-top: auto;
}

.overlay-cat img {
	height: 100%;
	width: auto;
}

.overlay-mobile-logo {
	display: none;
	padding-inline: 16px;
	width: 100%;
	max-width: 484px;
	height: auto;
	z-index: 1000;
}

@media (max-width: 767px) {
	.overlay-cat {
		display: none;
	}

	.overlay-logo {
		display: none;
	}

	.overlay-mobile-logo {
		display: block
	}
}


body:not(.loaded) .section__item--0 .section__background-image {
	position: relative;
	z-index: 10;
}

body:not(.loaded) .section__item .swiper-wrapper {
	visibility: hidden;
}

.scroll-blocked {
	overflow: hidden !important;
	height: 100% !important;
}

@media (min-height: 600px) {
	.scroll-blocked {
		padding-right: 17px;
	}
}

/* CUSTOM SCROLL FIXES */

.section__item {
	position: relative !important;
	transform: none !important;
	z-index: 100;
	height: auto !important;
	padding-bottom: 16px;
}

.section__item .one__slide--swiper, .section__item .swiper {
	transform: none !important;
	height: calc(90% - 100px);
	min-height: 85%;
	z-index: 100000;
}

.section__item .swiper .swiper-slide {
	min-height: 100% !important;
	height: auto;
}

.section__background-image {
	position: relative !important;
}


@media (min-width: 767px) {
	header {
		position: fixed !important;
		z-index: 1000;
		width: 100%;
		top: 0;
		background-color: var(--body-color);
		transition: background-color var(--body-transition-time), border var(--body-transition-time);
		z-index: 100000 !important;
		border-bottom: 2px solid var(--body-color);
	}

	header.footer-visible  {
		position: absolute !important;
		bottom: 100vh;
		transform: translateY(calc(100% + 8px));
		border-top: 24px var(--body-color);
		border-bottom-width: 16px;
		top: initial;
	}
}

.page__wrapper {
	position: relative;
	padding-top: 0px;
	overflow: initial !important;
}

@media (max-width: 767px) {
	.page__wrapper {
		overflow-x: hidden !important;
		width: 100%;
	}
}

.section__mask {
	border: 0;
	background: none;
	overflow: initial !important;
	max-width: 100%;
	position: static !important;
}

body {
	--frame-image-top: 170px;
	--frame-offset-top: 140px;
	--frame-offset-top-border: calc(var(--frame-offset-top) + 10px);
	--frame-offset-side: 90px;
	--frame-offset-bottom: 20px;

	--frame-width: calc(100vw - var(--frame-offset-side) * 2);
	--frame-height: calc(100vh - var(--frame-offset-top) - var(--frame-offset-bottom));

	--frame-border-width: calc(100vw - var(--frame-offset-side) * 2 - 20px);
	--frame-border-height: calc(100vh - var(--frame-offset-top) - var(--frame-offset-bottom) - 20px);


	--frame-inner-width: calc(100vw - (var(--frame-offset-side) * 2) - 20px);
	--frame-inner-height: calc(100vh - var(--frame-offset-top) - var(--frame-offset-bottom) - 60px);


	--body-color: #f8c0c6;
	--body-transition-time: 400ms;

	--inline-offset: 100px;
}


.svg-frame {
	pointer-events: none;
	position: fixed;
	top: var(--frame-offset-top);
	left: 50%;
	transform: translateX(-50%) !important;
	height: var(--frame-height);
	width: var(--frame-width);
	z-index: 1000;
}

.svg-frame-border {
	pointer-events: none;
	position: fixed;
	top: var(--frame-offset-top-border);
	left: 50%;
	transform: translateX(-50%) !important;
	height: var(--frame-border-height);
	width: var(--frame-border-width);
	z-index: 1000;
}

.frame {
	position: fixed;
	z-index: 1000;
	background-color: var(--body-color);
	transition: background-color var(--body-transition-time);
}

.top-frame {
	height: calc(var(--frame-offset-top) + 800px + 12px);
	width: 100%;
	left: 0;
	top: calc(-4px - 800px);
}

.bottom-frame {
	height: calc(var(--frame-offset-bottom) + 2px);
	width: 100%;
	left: 0;
	bottom: -1px;
}

.left-frame {
	height: calc(100% - var(--frame-offset-top));
	width: calc(var(--frame-offset-side) + 2px);
	left: 0;
	bottom: 0px;
}

.right-frame {
	height: calc(100% - var(--frame-offset-top));
	width: calc(var(--frame-offset-side) + 2px);
	right: 0;
	bottom: 0;
}

.footer-visible .top-frame,
.footer-visible .left-frame,
.footer-visible .right-frame,
.footer-visible .bottom-frame,
.footer-visible .top-frame,
.footer-visible .svg-frame-border,
.footer-visible .svg-frame {
	position: absolute;
	top: initial;
	bottom: 0;
}
.footer-visible .bottom-frame {
	bottom: -6px;
	height: calc(var(--frame-offset-bottom) + 7px);
}

.footer-visible .top-frame {
	top: initial;
	bottom: calc(100vh - var(--frame-offset-top))
}

.footer-visible .svg-frame-border {
	top: initial;
	bottom: 26px;
}

.footer-visible .svg-frame {
	bottom: 16px;
}

.section__content {
	height: auto;
	padding-inline: var(--inline-offset);
	background-color: #fff;
}

.section__wrapper {
	height: auto
}

.main {
	height: auto
}

.section__background-image {
	display: block;
	width: var(--frame-inner-width);
	height: var(--frame-inner-height);
	object-fit: cover;
	object-position: center;
	z-index: -1;
	position: sticky !important;
	top: var(--frame-image-top);
	overflow: hidden;
}

.section__background-image picture img {
	border-radius: 40px;
	width: 100%;
	height: 100%;
	scroll-snap-align: start;
}

.section__item {
	width: var(--frame-inner-width);
	overflow: initial !important;
}

.section__item-content {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--frame-inner-height) !important;
	transform: translateY(var(--frame-image-top));
	margin-bottom: var(--frame-image-top);
}

.section__blocker {
	height: 200px;
	pointer-events: none;
}

.section__background-image::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 40px;
	transition: background-color 50ms ease-out;
	background-color: rgba(0,0,0,var(--opacity, 0));
	opacity: 0.4;
}

.no-overlay::after {
	content: none !important;
}

nav.scroll-nav {
	position: fixed;
	top: calc(50% + 70px) !important;
	z-index: 1000000;
	transform: translateY(-50%) !important;
	left: 36px !important;
}

.footer-visible nav.scroll-nav {
	position: absolute;
	top: initial !important;
	bottom: calc(50vh - 400px);
}

.main {
	position: relative;
}

.section__item--2 .slide-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 220px;
}

.section__item--2 .slide-content-row > *{
	align-self: flex-start !important;
}


.slide-content-mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	height: 100%;
}

.slide-content-mobile ul {
	max-height: none !important;
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.swiper-slide-mobile > .container {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.swiper-slide-mobile h1 {
	margin-bottom: 1rem !important;
}

.btn__item.btn__buy a {
	width: 10rem;
}

.btn__item.btn__buy--secondary a {
	background-color: #f8bfc5
}

.btn__item.btn__buy--secondary a:hover {
	background-color: #f38590;
	border-color: #f38590;
	color: #fff;
}

.buttons-container {
	display: flex;
	justify-content: center;
}

.buttons-container > *:not(:last-child) {
	margin-right: 1rem
}

.shadow-card {
	box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
}

.section__item.no-content .section__background-image {
	margin-top: var(--frame-image-top) !important
}

.section__item.no-content .section__item-content{
	margin-bottom: 0 !important;
}

.section__item--fixed .section__background-image {
	position: absolute !important;
	top: 0;
}


.section__item--fixed .section__item-content {
	transform: none !important;
	box-sizing: content-box;
	position: sticky;
	top: var(--frame-image-top);
	width: 100%;
	margin-bottom: 0;
}

.section__item--left .section__item-content {
	justify-content: center;
	display: flex;
}

.section__item--left .section__item-content > .one__slide--swiper {
	margin: 0 !important;
	margin-left: 8rem !important;
	flex: 1;
	max-width: 38rem;
	margin-right: 2rem;
}

.section-right-blocker {
	flex: 0.5;
	flex-shrink: 0;
}

.section__item--0 .swiper-slide {
	padding-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section__item--0 .swiper-slide > .container {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.section__item--0 .swiper-slide .container .row:first-child img {
	height: 5rem;
	width: 10rem;
}


.section__item--0 .one__slide--swiper {
	min-width: 42rem;
}

.section__item--0 .swiper-slide {
	width: 100% !important;
}

@media (max-width: 380px) {
	.section__mobile {
		padding-inline: 0rem !important;
	}
	#level-0-mobile {
		padding-inline: 1rem !important;
	}
}

@media (min-width: 768px) {
	.section__mobile {
		display: none;
	}
}

@media (max-width: 1100px), (max-height: 900px) {
	.section__item h1 {
		font-size: 45px;
		line-height: 1.1em;
		margin-top: 0;
		margin-bottom: 0.75rem;
	}
	.section__item--0 .one__slide--swiper {
		width: calc(100% - 8rem);
		min-width: 0;
	}
	.section__item--0 .swiper-slide .container {
		max-width: 90%;
	}
	.section__item--0 .swiper-slide .col-9 {
		width: 90%;
	}
	.btn__item.btn__buy a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-block: 0.25rem;
		padding-inline: 0.125rem;
		height: 3rem !important;
		min-height: 0 !important;
		min-width: 6rem;
	}
}

.section__mobile .swiper-slide .container > *:first-child picture img {
	width: 10rem;
	height: 5rem;
}

@media (max-width: 1100px) {
	.section__item--0 .swiper-slide {
		margin: auto !important;
	}
}

@media (max-width: 800px) {
	.btn__item.btn__buy a {
		width: 9rem;
		min-width: 0 !important;
		height: 3rem;
		padding: 0.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 400px) {
	.buttons-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.buttons-container > *:not(:last-child) {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 1100px) {
	.section__item--left .section__item-content > .one__slide--swiper {
		margin: auto !important;
		flex: none;
	}
	.section-right-blocker {
		display: none;
	}
}

@media (max-width: 768px) {
	.one__slide--swiper {
		border-radius: 40px !important;
	}
	.swiper-wrapper .swiper-slide {
		border-radius: 40px !important;
	}
}

@media (min-width: 551px) {
	.wide-presale-img {
		display: block;
	}
	.thin-presale-img {
		display: none;
	}
}

@media (max-width: 550px) {
	.wide-presale-img {
		display: none;
	}
	.thin-presale-img {
		display: block
	}
}

@media (max-width: 767px) {
	.nav {
		padding-left: 1.5rem;
		padding-right: 0;
		padding-block: 1.5rem;
	}
	.nav img {
		width: 7rem !important;
	}
	.swiper-slide {
		padding-inline: 1.5rem;
	}
	footer .row > * {
		width: auto;
		align-items: flex-start;
	}
	h1 {
		font-size: 40px !important;
	}
}

.btn__item.signup__btn a {
	position: static;
	font-size: 1.1875rem !important;
	font-weight: 600 !important;
	min-width: 10.5rem !important;
	background-color: #fff;
}

.nav-button-container {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	position: absolute;
	top: -5px;
	right: 40px;
}

@media (max-width: 525px) {
	.nav-button-container {
		flex-direction: column-reverse;
		margin-top: 0;
		align-items: flex-end;
	}
	.nav-button-container .select-container {
		margin-right: 0 !important;
		width: 100%;
	}
	.nav-button-container .select-selected {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.nav-button-container .btn__item {
		margin-bottom: 0.5rem !important;
	}
}

.nav-button-container .select {
	margin-right: 2rem;
}

.goog-te-banner-frame {
	display: none;
}


body {
	top: 0 !important;
}

#google_translate_element2 {
	display: none !important;
}

.nav .select-container {
	margin-right: 1rem;
}

.select-container {
	position: relative;
	min-width: 6rem;
	border-radius: 1.5rem;
}

.select-container select {
	display: none;
}

.select-items > div,.select-selected {
	color: #000;
	padding-inline: 1.5rem;
	padding-block: 0.25rem;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

.select-selected {
	border-radius: 1.75rem;
	transition: background-color 200ms, border-radius 200ms;
	min-height: 2.5rem;
	display: flex;
	align-items: center;
	padding-right: 3rem;
	height: 3.5rem;
	border: 0.25rem solid #fff;
	color: #fff;
	font-weight: 600;
}

.select-selected:hover {
	background-color: #fff;
	color: #000;
}

.select-items {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: min(calc(100vh - 4rem), 20rem);
	width: fit-content;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.select-selected::after {
	position: absolute;
	content: "";
	top: calc(50% + 3px);
	transform: translateY(-50%);
	right: 1.25rem;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: calc(50% - 3px);
	transform: translateY(-50%);
}


.select-selected:hover::after {
	border-color: #000 transparent transparent transparent;;
}


.select-selected:hover.select-arrow-active:after {
	border-color: transparent transparent #000 transparent;
}

.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border-radius: 0 1rem;
}

.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
} 

.section__link {
	position: relative;
}

.bubbles {
	position: absolute;
	bottom: 4rem;
	right: 9rem;
	z-index: 10;
	width: 6rem !important;
	height: auto !important;
}

.stars {
	position: absolute;
	top: 7rem;
	left: 9rem;
	z-index: 10;
	width: 6rem !important;
	height: auto !important
}

@media (max-width: 1500px) {
	.stars {
		left: 6rem;
		top: 4rem;
		width: 5rem !important;
	}

	.bubbles {
		right: 6rem;
		bottom: 3rem;
		width: 5rem !important
	}
}



@media (max-width: 1250px) {
	.stars {
		display: none;
	}

	.bubbles {
		display: none;
	}
}

.img-slide-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.img-slide-container .img-container {
	margin-bottom: 1rem;
}

.img-slide-container .main-row {
	max-height: 300px;
	flex: 1;
}

.img-slide-container .btn__item a {
	padding-block: 0.5rem !important;
	margin-top: 1rem;
}

.img-slide-container .img-container img {
	max-height: 5rem !important;
	width: auto !important;
}

.img-slide-container .box > picture img {
	height: 6rem !important
}

.img-slide-container .main-row h2 {
	font-size: 1.5rem !important;
}

.img-slide-container .box {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	height: 100%
}

.img-slide-container .text-wrapper {
	max-width: 400px;
}

.img-slide-container .img-container a {
	text-decoration: none;
}

.bubblegum {
	font-family: Bubblegum, "Pouf V0.2", display;
}

.bold-font {
	font-family: "The Bold Font", display;
}

@media (max-width: 758px) {
	.img-slide-container .btn__item a {
		margin-top: 1.5rem;
		padding-block: 0.375rem !important;
		font-size: 1rem;
	}
	.img-slide-container .img-container {
		display: flex;
		width: 100%;
		max-width: 16rem;
		padding-inline: 1rem;
	}

	.img-slide-container .img-container  img{
		flex: 1;
		width: auto !important;
		height: auto !important;
		object-fit: contain;
		object-position: center;
	}

	.img-slide-container .box > picture img {
		height: 6.5rem !important;
		width: auto !important;
	}
}


@media (max-width: 500px) {
	.img-slide-container {
		padding-inline: 0;
	}
}

@media (max-width: 350px) {
	.hide-xs {
		display: none;
	}
}

@media (max-height: 650px) and (min-width: 750px) {
	.section__item .section__item-content h1 {
		line-height: 0.95em !important;
		font-size: 1.75rem !important;
		max-width: 24rem;
		margin-inline: auto;
		margin-bottom: 0.5rem;
	}
	.section__item--0 .section__item-content .container {
		padding-inline: 0 !important;
		max-width: 100% !important;
	}
	.section__item--0 .section__item-content .container .row picture img {
		height: 4rem !important;
		width: 8rem !important
	}
	.btn__item.btn__buy a {
		height: 2.5rem !important;
		width: 8rem !important;
	}
}

.label {
	color: #F38590;
	text-align: center;
}

@media (max-width: 450px) {
	.section__mobile .swiper-slide > .container {
		padding-inline: 0 !important;
	}

	h1 {
		font-size: 2.25rem !important;
	}
}

.swiper--full {
	overflow: hidden !important;
}

.swiper--full .swiper-pagination {
	bottom:25px;
	opacity: 1;
}

.swiper--full .swiper-pagination > .swiper-pagination-bullet {
	border-color: #fff;
	opacity: 1;
}

.swiper--full .swiper-pagination > .swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper--full .swiper-slide {
	/* margin-right: 0 !important; */
	padding: 0 !important;
	/* width: var(--frame-inner-width) !important; */
}

.swiper--full .swiper-slide {
	pointer-events: auto !important;
}

.card-buttons-container {
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translate(-50%, -50%);
	pointer-events: auto !important;
	z-index: 100;
}

.bg-card-btn {
	appearance: none;
	background-color: #fff;
	border: 0.125rem solid black;
	border-radius: 999rem;
	padding-block: 1rem;
	padding-inline: 1.75rem;
	color: black;
	text-decoration: none;
	font-size: 1.25rem;
	transition: color 200ms, background-color 200ms;
	white-space: nowrap;
	pointer-events: auto !important;
}

.bg-card-btn:hover {
	color: white;
	background-color: black;
}

@media (max-width: 780px), (max-height: 650px) {
	.bg-card-btn {
		padding-inline: 1rem;
		padding-block: 0.5rem;
		font-size: 1rem;
	}
}

.swiper--mobile {
	position: relative;
	margin-bottom: 1rem !important;
	overflow-y: visible !important;
}

.swiper--mobile .swiper-pagination {
	bottom: 10px;
}

.swiper--mobile .swiper-slide {
	height: auto !important
}

.swiper--mobile .swiper-slide .figure {
	height: 100% !important;
	margin: 0 !important;
}

.swiper--mobile .swiper-slide .figure img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 550px) {
	.swiper--mobile .card-buttons-container {
		top: 67%;
	}
}

.popup {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	display: inline-flex;
	flex-direction: column;
	position: absolute;
	width: auto !important;
	min-width: 60%;
	max-width: calc(100% - 10rem);
	left: 50%;
	background-color: #fff;
	border-radius: 80px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	padding: 2rem;
}

.popup h2 {
	text-align: center;
	font-size: 2rem;
}

.popup h1 {
	margin-bottom: 0 !important;
}

.popup img {
	object-fit: contain;
	object-position: center;
	height: 6rem;
}

.popup .popup-text {
	margin-block: 2rem;
}

.popup .bg-card-buttons {
	display: flex;
	justify-content: center;
}

.competition-popup .star {
	position: absolute;
	width: 4rem
}

.competition-popup .star-1 {
	top: 7rem;
	left: 2rem;
}

.competition-popup .star-2 {
	bottom: 2rem;
	right: 8rem;
}

.swiper-slide video {
	width: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 100%;
	border-radius: 40px;
	overflow: hidden;
	z-index: 1;
}

.full-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
}

.stars-live-3 {
	width: 86px;
	height: 79px;
	position: absolute;
}

.stars-live-2 {
	width: 56px;
	height: 70px;
	position: absolute;
}

.stars-live-top {
	top: 39px;
	left: 32px;
}


.stars-live-bottom {
	bottom: 28px;
	right: 39px;
}

.countdown-text {
	font-size: 4.5rem;
	font: 'Urbanist';
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 47.5%;
	transform: translate(-50%, -50%);
	color: #000;
	width: 80%;
	max-width: 40rem;
	min-width: 37rem;
	display: flex;
	justify-content: space-around;
}

.countdown-text.mobile-wide {
	font-size: 6vw;
	max-width: 20rem;
	width: 50%;
	min-width: 4rem;
	left: 46.5%;
}

.countdown-text.mobile-thin {
	font-size: max(8vw, 2rem);
	max-width: 20rem;
	width: 70%;
	top: 51%;
	min-width: 4rem;
	left: 46%;
}

.countdown-text.loading > * {
	color: transparent;
	background-color: #666;
	height: 2.5rem;
	border-radius: 0.25rem;
	opacity: 0.9;
	animation: skeleton infinite 1.3s ease-in-out;
}

@keyframes skeleton {
	0% {
		opacity: 0.9
	}

	50% {
		opacity: 0.8
	}

	100% {
		opacity: 0.9
	}
}

@media (max-width: 400px) {
	.stars-live {
		display: none;
	}
}

.slide-overlay {
	position: absolute;
	bottom: 3rem;
	left: 6rem;
	background-color: #fffef5;
	box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
	border-radius: 60px;
	padding-inline: 2rem;
	padding-block: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

.slide-overlay img {
	border-radius: 0px !important;
	height: 64px !important;
}

.slide-overlay h1 {
	font-size: 30px !important;
	margin-block: 1rem !important;
	line-height: 0.9em !important;
}

@media (max-width: 1300px) {
	.slide-overlay {
		left: 5rem;
		padding-inline: 2rem;
		max-height: 300px;
		border-radius: 70px;
	}
}

@media (max-height: 600px), (max-width: 900px) {
	.slide-overlay {
		left: 4rem;
		padding-inline: 2rem;
		padding-block: 1rem;
		border-radius: 60px;
	}

	.slide-overlay img {
		height: 56px !important;
	}

	.slide-overlay h1 {
		margin-block: 0.75rem !important;
		font-size: 24px !important;
	}
}

@media (max-height: 600px) {
	.slide-overlay {
		left: calc(2rem + 3%);
		bottom: 1rem;
	}
}


.section__background-image > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}