* {
	font-family: 'Instrument Sans', sans-serif !important;
}

.h1 {
	font-size: 10vw;
	margin: 20px 0;
}
@media (min-width: 768px) {
	.h1 {
		font-size: 55px;
	}
}
h2,
.h2 {
	font-size: 32px;
}
@media (min-width: 768px) {
	h2,
	.h2 {
		font-size: 36px;
	}
}
h3,
.h3 {
	font-size: 28px;
}
@media (min-width: 768px) {
	h3,
	.h3 {
		font-size: 30px;
	}
}
h4,
.h4 {
	font-size: 22px;
}
@media (min-width: 768px) {
	h4,
	.h4 {
		font-size: 24px;
	}
}
.h1,
.h2,
.h3,
.h4 {
	margin: 1em 0 0.5em;
}
sup {
	font-size: 50%;
}
p {
	margin: 0.25em 0 1em;
}
.lead {
	font-size: 20px;
}
@media (min-width: 768px) {
	.lead {
		font-size: 30px;
	}
}
.text-blue {
	color: #024791;
}
.text-uppercase {
	text-transform: uppercase;
}
.small {
	font-size: 13px;
}
.font-black {
	font-weight: 900;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-center-limit-1 h1,
.text-center-limit-1 h2,
.text-center-limit-1 h3,
.text-center-limit-1 h4 {
	padding-left: 18px;
	padding-right: 18px;
}
.text-center-limit-1 p {
	max-width: 1160px;
	padding-left: 18px;
	padding-right: 18px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}
.text-center-limit-2 p {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.ut-mt-none {
	margin-top: 0;
}
.ut-mb-none {
	margin-bottom: 0;
}
.ut-mt-large {
	margin-top: 40px;
}
.ut-mt-xlarge {
	margin-top: 60px;
}
.ut-mt-xxlarge {
	margin-top: 50px;
}
@media (min-width: 768px) {
	.ut-mt-xxlarge {
		margin-top: 100px;
	}
}
.ut-mb-large {
	margin-bottom: 40px;
}
.ut-mb-xlarge {
	margin-bottom: 60px;
}
.ut-mb-xxlarge {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.ut-mb-xxlarge {
		margin-bottom: 100px;
	}
}
.ut-p-large {
	padding-left: 9vw;
	padding-right: 9vw;
}
.ut-p {
	padding-left: 4vw;
	padding-right: 4vw;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
video {
	max-width: 100%;
	cursor: pointer;
	outline: 0;
	vertical-align: bottom;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 100%;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
button {
	font-family: 'CeraPro', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial,
		sans-serif;
}
.btn,
.add-to-cart {
	display: inline-flex;
	height: 44px;
	align-items: center;
	background-color: #f47d20;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 16px center;
	background-clip: padding-box;
	padding: 0 16px 0 16px;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	border-radius: 999px;
	border: none;
	outline: none !important;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
@media (min-width: 1024px) {
	.btn,
	.add-to-cart {
		font-size: 14px;
	}
}
@media (max-width: 599px) {
	.btn,
	.add-to-cart {
		font-size: 3vw;
	}
}
.btn:hover,
.add-to-cart:hover {
	background-color: #d66c19;
}
.btn-large {
	font-size: 20px;
	height: 56px;
	padding: 0 24px 0 24px;
}
.add-to-cart {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7v3h8V7c0-2.188-1.813-4-4-4-2.25 0-4 1.813-4 4Zm-3 6H9v21c0 1.688 1.313 3 3 3h16a3 3 0 0 0 3-3V13h-4v3.5c0 .875-.688 1.5-1.5 1.5-.875 0-1.5-.625-1.5-1.5V13h-8v3.5c0 .875-.688 1.5-1.5 1.5-.875 0-1.5-.625-1.5-1.5V13Zm0-3V7c0-3.813 3.125-7 7-7 3.813 0 7 3.188 7 7v3h4c1.625 0 3 1.375 3 3v21c0 3.313-2.688 6-6 6H12c-3.313 0-6-2.688-6-6V13a3 3 0 0 1 3-3h4Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 16px center;
	background-clip: padding-box;
	padding: 0 16px 0 44px;
}
@media (max-width: 599px) {
	.add-to-cart {
		padding: 0 2vw 0 9vw;
	}
}
.btn-accent {
	background-color: #e83684;
	border-color: #e83684;
}
html {
	font-family: sans-serif;
	box-sizing: border-box;
	min-height: 100%;
	overflow-y: initial;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #000;
	color: #fff;
	font-family: 'CeraPro', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial,
		sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 1.25;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
@media (min-width: 768px) {
	.nfcs-row {
		display: flex;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.nfcs-column {
		flex: 1;
		display: flex;
	}
}
.nfcs-inner {
	margin: auto;
	align-self: center;
	padding: 7vw;
}
@media (min-width: 768px) {
	.nfcs-inner {
		padding: 15px 44px;
	}
}
@media (min-width: 768px) {
	.nfcs-row.reversed {
		flex-direction: row-reverse;
	}
}
.header {
	position: relative;
}
.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.hero-text {
	position: absolute;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 56px;
	line-height: 1.025;
}
@media (min-width: 768px) {
	.hero-text {
		font-size: 4.5vw;
	}
}
@media (min-width: 1400px) {
	.hero-text {
		font-size: 60px;
	}
}
@media (max-width: 599px) {
	.hero-text {
		font-size: 9vw;
		max-width: 300px;
	}
}
.hero-text > * {
	font-weight: 300;
	font-size: inherit;
}
.hero-text span {
	display: block;
}
.hero-text strong {
	font-weight: 900;
}
.header-logo {
	display: flex;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 28px;
	text-align: center;
	gap: 20px;
}
@media (min-width: 768px) {
	.header-logo {
		padding: 16px;
		top: 35px;
		left: 50px;
		right: auto;
	}
}

@media (min-width: 768px) {
	.header-logo img {
		max-width: 24vw;
	}
}
@media (min-width: 1400px) {
	.header-logo img {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.header-logo img {
		max-width: 50%;
	}
}
.footer {
	position: relative;
	margin-top: 20px;
	padding: 20px 0 20px;
	text-align: center;
}
.copyright {
	font-size: 13px;
	letter-spacing: 0;
	margin-top: 28px;
}
.layout-wrap {
	padding: 0;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.layout-wrap {
		letter-spacing: -0.04em;
	}
}
.bg-ellipse {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1400px auto;
	padding: 170px 0 30px;
	margin-top: -30px;
}
@media (min-width: 1024px) {
	.bg-ellipse {
		padding: 200px 0 100px;
	}
}
@media (max-width: 767px) {
	.bg-ellipse {
		margin-top: -100px;
	}
}
.layout-wrap__inner-box {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.bg-white {
	background-color: #fff;
}
.image-fit img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.nfcs-header {
	position: relative;
}
.nfcs-floating-header {
	position: absolute;
	left: 15%;
	right: 15%;
	top: 10px;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 5vw;
	margin: 0;
}
@media (min-width: 768px) {
	.nfcs-floating-header {
		font-size: 3vw;
		left: 10%;
		right: 10%;
	}
}
@media (min-width: 1400px) {
	.nfcs-floating-header {
		font-size: 42px;
	}
}
.nfcs-floating-header span {
	display: block;
	margin: auto;
	max-width: 420px;
}
@media (min-width: 1024px) {
	.nfcs-floating-header span {
		max-width: 540px;
	}
}
@media (max-width: 767px) {
	.nfcs-floating-header span {
		max-width: 70%;
	}
}
@media (max-width: 599px) {
	.nfcs-floating-header span {
		max-width: 80%;
	}
}
.box-carousel {
	position: relative;
	background-color: #fff;
	padding: 40px;
}
.swiper-products .swiper-slide,
.products-col {
	text-align: center;
	color: #000;
	font-size: 22px;
}
.swiper-products .swiper-slide .set-number,
.products-col .set-number {
	margin: 4px 0 0;
	font-weight: bold;
}
.swiper-products .swiper-slide .title,
.products-col .title {
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 17px;
	line-height: 1.125;
}
@media (min-width: 768px) {
	.swiper-products .swiper-slide .title,
	.products-col .title {
		min-height: 46px;
	}
}
@media (max-width: 767px) {
	.swiper-products .swiper-slide .title,
	.products-col .title {
		margin-bottom: 20px;
	}
}
.swiper-products .swiper-slide .button,
.products-col .button {
	margin: 20px 0 0;
}
.swiper-products .swiper-slide .price,
.products-col .price {
	font-weight: bold;
	margin: 5px 0 0;
}
.swiper-products .swiper-slide .image,
.products-col .image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	max-height: 184px;
}
@media (min-width: 1024px) {
	.swiper-products .swiper-slide .image,
	.products-col .image {
		max-height: 220px;
	}
}
@media (min-width: 1200px) {
	.swiper-products .swiper-slide .image,
	.products-col .image {
		max-height: 240px;
	}
}
.swiper-products .swiper-slide .image img,
.products-col .image img {
	max-height: 100%;
}
@media (min-width: 1200px) {
	.swiper-products .swiper-slide .image img,
	.products-col .image img {
		max-height: 98%;
	}
}
.products-row {
	display: flex;
	gap: 40px;
	justify-content: center;
}
@media (min-width: 1024px) {
	.products-row {
		gap: 80px;
	}
}
.products-col {
	flex: 1;
}
@media (min-width: 1200px) {
	.products-col .image {
		max-height: 280px;
	}
}
.bestsellers-swiper {
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1024px) {
	.bestsellers-swiper .swiper-slide {
		display: flex;
		align-items: center;
	}
}
.bestsellers-swiper .spec {
	font-size: 18px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
@media (min-width: 1024px) {
	.bestsellers-swiper .spec {
		flex-basis: 28%;
		width: 100%;
		order: 1;
		padding-left: 50px;
	}
}
.bestsellers-swiper .spec .age,
.bestsellers-swiper .spec .parts,
.bestsellers-swiper .spec .number {
	background-repeat: no-repeat;
	background-size: 36px auto;
	background-position: center top;
	padding-top: 46px;
	max-width: 102px;
	width: 100%;
	text-align: center;
	position: relative;
}
.bestsellers-swiper .spec .age::before,
.bestsellers-swiper .spec .parts::before,
.bestsellers-swiper .spec .number::before {
	content: '';
	border-left: 2px solid #fff;
	position: absolute;
	top: -8px;
	bottom: -8px;
	left: -1px;
}
.bestsellers-swiper .spec .age {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.375 4.375C11.5 4.187 11.75 4 12 4s.438.188.563.375L14.124 7c.25.438.375.875.375 1.375V8.5c0 1.438-1.125 2.5-2.5 2.5-1.438 0-2.5-1.063-2.5-2.5v-.125c0-.5.125-.938.313-1.375l1.562-2.625Zm8 0C19.5 4.187 19.75 4 20 4s.438.188.563.375L22.125 7c.25.438.375.875.375 1.375V8.5c0 1.438-1.125 2.5-2.5 2.5-1.438 0-2.5-1.063-2.5-2.5v-.125c0-.5.125-.938.313-1.375l1.562-2.625ZM25.813 7l1.562-2.625C27.5 4.187 27.75 4 28 4s.438.188.563.375L30.125 7c.25.438.375.875.375 1.375V8.5c0 1.438-1.125 2.5-2.5 2.5-1.438 0-2.5-1.063-2.5-2.5v-.125c0-.5.125-.938.313-1.375ZM13.5 14.5V18h5v-3.5c0-.813.625-1.5 1.5-1.5.813 0 1.5.688 1.5 1.5V18h5v-3.5c0-.813.625-1.5 1.5-1.5.813 0 1.5.688 1.5 1.5V18h.5c2.188 0 4 1.813 4 4v12c0 1.125-.938 2-2 2H8c-1.125 0-2-.875-2-2V22c0-2.188 1.75-4 4-4h.5v-3.5c0-.813.625-1.5 1.5-1.5.813 0 1.5.688 1.5 1.5ZM9.937 21c-.5 0-1 .5-1 1v3.813c.376-.125.688-.313 1-.5.188-.125.376-.313.563-.5.438-.375.875-.813 1.5-.813.563 0 1 .438 1.438.813.187.187.374.375.562.5.563.375 1.313.687 2 .687.688 0 1.375-.313 1.938-.688.187-.125.375-.312.562-.5.438-.375.875-.812 1.438-.812.625 0 1.062.438 1.5.813.187.187.375.375.562.5.563.375 1.313.687 2 .687.688 0 1.375-.313 1.938-.688.187-.125.375-.312.562-.5.438-.375.875-.812 1.438-.812.625 0 1.062.438 1.5.813.187.187.375.375.562.5.313.187.625.375 1 .5V22c0-.5-.5-1-1-1H9.937ZM31 28.938c-1.125-.188-2.125-.75-3-1.375-1.188.875-2.563 1.437-4 1.437-1.5 0-2.875-.563-4-1.438-1.188.875-2.563 1.438-4 1.438-1.5 0-2.875-.563-4-1.438-.938.625-1.938 1.188-3 1.375V33h22v-4.063Z'/%3E%3C/svg%3E");
}
.bestsellers-swiper .spec .age::before {
	content: normal;
}
.bestsellers-swiper .spec .parts {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.95 12.303s-.03-.07-.04-.1c-.03-.07-.06-.14-.1-.2l-.07-.1a.673.673 0 0 0-.14-.15.392.392 0 0 0-.1-.08c-.02-.01-.03-.03-.06-.05-.04-.03-.09-.05-.14-.07-.02-.01-.04-.03-.07-.04l-4.15-1.7V5.86c0-.12-.02-.2-.05-.26-.25-1.28-1.43-2.15-2.53-2.65-1.35-.61-3.13-.961-5.02-.961-1.89 0-3.67.35-5.02.96-1.11.5-2.29 1.37-2.53 2.651-.03.06-.05.14-.05.26v3.541l-5.12 2.11s-.02 0-.03.01c-.44.19-.73.63-.73 1.1v19.336c0 .49.3.93.75 1.12l11.77 4.832h.03c.05.02.1.03.15.04.05.01.09.03.14.03h.3c.05 0 .09-.02.14-.03.05-.01.1-.02.15-.04h.03l11.77-4.831c.46-.19.75-.63.75-1.12V12.632c0-.11-.02-.22-.05-.33h.02ZM16.5 5.15c.96-.44 2.37-.74 4-.74s3.04.3 4 .74c1.06.48 1.16.91 1.16.95 0 .04-.09.47-1.16.95-.96.44-2.37.74-4 .74s-3.04-.3-4-.74c-1.06-.48-1.16-.91-1.16-.95 0-.04.09-.47 1.16-.95Zm-1.16 4.041s.09.04.13.06c1.35.61 3.13.96 5.02.96 1.89 0 3.67-.35 5.02-.96.04-.02.08-.04.13-.06v.54s-.09.47-1.16.95c-.96.44-2.37.74-4 .74s-3.04-.3-4-.74c-1.06-.48-1.16-.91-1.16-.95v-.54h.02Zm-1.62 2.5c.49.52 1.13.91 1.75 1.191 1.35.61 3.13.96 5.02.96 1.89 0 3.67-.35 5.02-.96.5-.23 1.02-.53 1.45-.91l1.62.66-8.58 3.52-8.58-3.52 2.3-.95v.01Zm-4.27 2.751 9.32 3.832v16.714l-9.32-3.83V14.442Zm21.1 16.715-9.32 3.831V18.275s5.33-2.191 8.58-3.521l.74-.3v16.714-.01Z'/%3E%3C/svg%3E");
}
.bestsellers-swiper .spec .number {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27px' height='33px'%3E %3Cpath fill-rule='evenodd' fill='%23fff' d='M26.511,11.150 L26.511,8.990 L22.091,8.990 L23.319,0.150 L21.060,0.150 L19.882,8.990 L9.521,8.990 L10.748,0.150 L8.489,0.150 L7.311,8.990 L2.057,8.990 L2.057,11.150 L7.016,11.150 L5.592,21.561 L0.927,21.561 L0.927,23.721 L5.297,23.721 L4.119,32.560 L6.329,32.560 L7.556,23.721 L17.917,23.721 L16.739,32.560 L18.899,32.560 L20.127,23.721 L25.430,23.721 L25.430,21.561 L20.422,21.561 L21.797,11.150 L26.511,11.150 ZM7.851,21.561 L9.226,11.150 L19.587,11.150 L18.212,21.561 L7.851,21.561 Z'/%3E %3C/svg%3E");
	background-size: auto 32px;
}
.bestsellers-swiper .image {
	text-align: center;
}
@media (min-width: 1024px) {
	.bestsellers-swiper .image {
		flex-basis: 44%;
		width: 100%;
		order: 2;
	}
}
.bestsellers-swiper .info {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
@media (min-width: 1024px) {
	.bestsellers-swiper .info {
		flex-basis: 28%;
		width: 100%;
		order: 3;
		padding-left: 20px;
		padding-right: 50px;
		text-align: left;
	}
}
.bestsellers-swiper .info > * {
	margin: 28px 0;
}
.bestsellers-swiper .info .name {
	font-size: 25px;
	font-weight: bold;
}
.bestsellers-swiper .info .tag {
	font-size: 20px;
	font-weight: 900;
	color: #f19000;
}
@media (min-width: 1024px) {
	.bestsellers-swiper .info .tag {
		min-height: 25px;
	}
}
.bestsellers-swiper .info .price {
	font-size: 24px;
}
.bestsellers-swiper .info .button {
	margin-top: 20px;
}
.button-next,
.button-prev {
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.button-next:not(.swiper-button-disabled):active,
.button-prev:not(.swiper-button-disabled):active {
	margin-top: -34px;
}
.button-next:before,
.button-prev:before {
	content: '';
	width: 39px;
	height: 70px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}
.inspirations-swiper .button-next,
.inspirations-swiper .button-prev {
	background-color: rgba(0, 0, 0, 0.2);
	width: 25px;
	height: 75px;
	margin-top: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 1024px) {
	.inspirations-swiper .button-next,
	.inspirations-swiper .button-prev {
		width: 75px;
		height: 75px;
	}
}
.inspirations-swiper .button-next:before,
.inspirations-swiper .button-prev:before {
	width: 45px;
	height: 30px;
}
.inspirations-swiper .button-next:not(.swiper-button-disabled):active,
.inspirations-swiper .button-prev:not(.swiper-button-disabled):active {
	margin-top: -14px;
}
.button-prev {
	left: 0;
}
.button-prev::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='46px'%3E %3Cpath fill-rule='evenodd' fill='%239b9797' d='M23.906,44.952 L22.888,45.969 L1.012,24.093 L1.012,24.093 L-0.005,23.076 L22.888,0.182 L23.906,1.200 L2.030,23.076 L23.906,44.952 Z'/%3E %3C/svg%3E");
}
.inspirations-swiper .button-prev:before {
	margin-right: -17px;
}
.button-prev-white {
	left: 0;
}
.button-prev-white::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39px' height='75px'%3E %3Cpath fill-rule='evenodd' stroke='rgb(18, 24, 32)' stroke-width='0px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M38.914,73.562 L37.500,74.976 L0.023,37.500 L37.500,0.023 L38.914,1.437 L2.852,37.500 L38.914,73.562 Z'/%3E %3C/svg%3E");
}
.inspirations .button-prev-white::after {
	content: '';
	width: 75px;
	height: 75px;
	background-color: #000;
}
.button-next {
	right: 0;
}
.button-next::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='46px'%3E %3Cpath fill-rule='evenodd' fill='%239b9797' d='M24.005,23.075 L1.112,45.968 L0.094,44.951 L21.970,23.075 L0.094,1.199 L1.112,0.181 L22.988,22.057 L22.988,22.057 L24.005,23.075 Z'/%3E %3C/svg%3E");
}
.inspirations-swiper .button-next:before {
	margin-left: -17px;
}
.button-next-white {
	right: 0;
}
.button-next-white::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39px' height='75px'%3E %3Cpath fill-rule='evenodd' stroke='rgb(18, 24, 32)' stroke-width='0px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M1.437,74.976 L0.023,73.562 L36.086,37.500 L0.023,1.437 L1.437,0.023 L38.914,37.500 L1.437,74.976 Z'/%3E %3C/svg%3E");
}
.swiper-button-disabled {
	opacity: 0.3;
	cursor: default;
}
.inspirations-swiper {
	position: relative;
}
.inspirations-swiper .title {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.inspirations-swiper .swiper-slide {
	position: relative;
}
.map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.map .plus {
	background-color: #fff;
	border-radius: 50%;
	border: 3px solid #000;
	width: 52px;
	height: 52px;
	position: absolute;
	box-sizing: content-box;
	z-index: 3;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.map .plus:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='13px'%3E %3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M5.237,12.387 L7.304,12.387 L7.304,7.137 L12.281,7.137 L12.281,5.288 L7.304,5.288 L7.304,0.120 L5.237,0.120 L5.237,5.288 L0.123,5.288 L0.123,7.137 L5.237,7.137 L5.237,12.387 Z'/%3E %3C/svg%3E");
	background-position: center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	position: absolute;
	width: 16px;
	height: 16px;
}
.map .plus.close {
	background-color: #e88b00;
	border: 3px solid #000;
}
.map .plus.close::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='13px'%3E %3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M5.237,12.387 L7.304,12.387 L7.304,7.137 L12.281,7.137 L12.281,5.288 L7.304,5.288 L7.304,0.120 L5.237,0.120 L5.237,5.288 L0.123,5.288 L0.123,7.137 L5.237,7.137 L5.237,12.387 Z'/%3E %3C/svg%3E");
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	.map .x {
		width: 40px;
		height: 40px;
		position: absolute;
		z-index: 1;
		right: 10px;
		top: 10px;
	}
	.map .x::after {
		content: '';
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='13px'%3E %3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M5.237,12.387 L7.304,12.387 L7.304,7.137 L12.281,7.137 L12.281,5.288 L7.304,5.288 L7.304,0.120 L5.237,0.120 L5.237,5.288 L0.123,5.288 L0.123,7.137 L5.237,7.137 L5.237,12.387 Z'/%3E %3C/svg%3E");
		transform: rotate(45deg);
		background-position: center;
		background-size: 24px 24px;
		background-repeat: no-repeat;
		width: 40px;
		height: 40px;
		position: absolute;
	}
}
.map .plus:hover {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.map .plus:hover + .plus-content {
	display: block;
	z-index: 10;
	box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.5);
}
.map .popover {
	position: absolute;
	z-index: 11;
	background-color: #fff;
	color: #000;
	border-radius: 16px;
	transform: translateX(-50%) translateY(-100%);
	margin-top: -10px;
	margin-left: 21px;
	min-width: 250px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
	.map .popover {
		min-width: 500px;
	}
}
@media (max-width: 767px) {
	.map .popover {
		top: 10px !important;
		bottom: 10px !important;
		left: 10vw !important;
		right: 10vw !important;
		transform: none;
		margin: 0;
	}
}
@media (max-width: 599px) {
	.map .popover {
		left: 15px !important;
		right: 15px !important;
	}
}
.map .popover .inner {
	padding: 30px 25px;
	display: flex;
	gap: 50px;
	position: relative;
}
@media (max-width: 1023px) {
	.map .popover .inner {
		gap: 30px;
		padding: 12px 15px;
	}
}
@media (max-width: 767px) {
	.map .popover .inner {
		padding: 7vw;
	}
}
@media (max-width: 599px) {
	.map .popover .inner {
		padding: 3vw;
	}
}
.map .popover .inner-col {
	text-align: center;
	flex: 1;
}
.map .popover .sign-plus {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -18px;
	margin-top: -20px;
}
@media (max-width: 599px) {
	.map .popover .sign-plus {
		margin-left: -10px;
		margin-top: -10px;
	}
}
.map .popover .number,
.map .popover .number2 {
	font-weight: bold;
	font-size: 25px;
}
@media (max-width: 599px) {
	.map .popover .number,
	.map .popover .number2 {
		font-size: 4vw;
	}
}
.map .popover .name,
.map .popover .name2 {
	font-weight: normal;
	font-size: 19px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
}
@media (min-width: 768px) {
	.map .popover .name,
	.map .popover .name2 {
		max-width: 80%;
		height: 40px;
	}
}
@media (min-width: 1024px) {
	.map .popover .name,
	.map .popover .name2 {
		height: 50px;
	}
}
@media (max-width: 599px) {
	.map .popover .name,
	.map .popover .name2 {
		font-size: 3.5vw;
		height: 10vw;
	}
}
.map .popover .price,
.map .popover .price2 {
	font-weight: bold;
	margin-top: 22px;
}
.map .popover .button {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.map .popover p {
		margin: 2vw auto !important;
		font-size: 3vw;
	}
}
.map .popover p:first-child {
	margin-top: 0 !important;
}
.map .popover p:last-child {
	margin-bottom: 0 !important;
}
.plus {
	animation: pulse-animation 2s infinite;
}
.plus.close {
	animation: none;
}
@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}
.sign-plus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='36px'%3E %3Cpath fill-rule='evenodd' fill='rgb(170, 170, 170)' d='M14.971,35.515 L20.934,35.515 L20.934,20.372 L35.292,20.372 L35.292,15.037 L20.934,15.037 L20.934,0.130 L14.971,0.130 L14.971,15.037 L0.221,15.037 L0.221,20.372 L14.971,20.372 L14.971,35.515 Z'/%3E %3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 35px;
	height: 35px;
	display: inline-block;
}
@media (max-width: 599px) {
	.sign-plus {
		width: 20px;
		height: 20px;
	}
}

.header-logo img {
	max-height: 38px;
	max-width: initial;
}

.hero-text h4 {
	font-size: 22px;
	margin-top: 0 !important;
	margin-bottom: 16px !important;
}

.hero-text h2 {
	font-size: 31px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.hero-text h1 {
	font-size: 37px;
	font-weight: 600;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	.hero-text h4 {
		font-size: 18px;
		margin-top: 0 !important;
		margin-bottom: 16px !important;
	}

	.hero-text h2 {
		font-size: 26px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.hero-text h1 {
		font-size: 31px;
		font-weight: 600;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.bestsellers-swiper .info .button {
		display: flex;
		justify-content: center;
	}

	.products-row {
		flex-direction: column;
	}
}

.swiper-products .swiper-slide .button,
.products-col .button {
	display: flex;
	justify-content: center;
}

@media (max-width: 576px) {
	.inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.swiper-slide > img {
		height: 450px;
		object-fit: cover;
	}

	.swiper-slide a button {
		margin: 0 auto;
	}
}

.cta {
	border-radius: 8px;
	border: none;
	width: -moz-fit-content;
	width: fit-content;
	height: 42px;
	line-height: 42px;
	padding: 0 32px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-out;
	background: #0082fa;
	color: #fff;
	margin-top: 10px;
	z-index: 1;
	white-space: nowrap;
	flex-shrink: 0;
}

.cta--white {
	background: #fff;
	color: #000;
	text-decoration: none !important;
}
.cta--white:hover {
	background: #ccc;
	color: #000;
}

.cta--black {
	background: #222;
	color: #fff;
}
.cta--black:hover {
	background: #444;
	color: #fff;
}

a,
button {
	text-decoration: none !important;
}

.nfcs-column.bg-white {
	overflow: hidden;
}
.swiper-zestawy {
	margin: 0 auto;
	max-width: 550px;
	box-sizing: border-box;
}

.swiper-zestawy .swiper-wrapper,
.swiper-zestawy .swiper-slide {
	margin: 0;
	padding: 0;
}

.swiper-zestawy .swiper-slide {
	min-height: 300px; /* dostosuj tę wartość według potrzeb */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.swiper-zestawy .swiper-slide {
		min-height: 300px; /* dostosuj w razie potrzeby */
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		max-width: 300px !important;
	}
}

.swiper-zestawy .swiper-slide {
	flex-shrink: 0;
	width: auto;
}

.nfcs-inner-zestawy {
	padding-left: 20px;
}

@media (max-width: 1200px) {
	.swiper-zestawy {
		margin: 0 auto;
		max-width: 450px;
		box-sizing: border-box;
	}
}

@media (max-width: 992px) {
	.swiper-zestawy {
		margin: 0 auto;
		max-width: 450px;
		box-sizing: border-box;
	}
}

@media (min-width: 1200px) {
	.swiper-zestawy .products-col .image {
		max-height: 180px;
	}
}

@media (max-width: 1200px) {
	.swiper-zestawy .products-col .image {
		max-height: 150px;
	}
}

@media (max-width: 992px) {
	.swiper-zestawy .products-col .image {
		max-height: 120px;
	}
}

@media (max-width: 768px) {
	.swiper-zestawy .products-col .image {
		max-height: 150px;
	}
}
