/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* === GLOBAL UTILITIES === */

.hover-text-white {
	transition: .3s;
}

.hover-text-white:hover {
	color: #fff !important;
}

.btn-header {
	transition: .3s;
}

.btn-header:hover {
	opacity: .6;
}

.doted-subtitle span::before {
	content: '';
	background: #195FF7;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin-right: 8px;
	filter:
		drop-shadow(0 1px 2px rgba(32, 31, 31, 0.10)) drop-shadow(0 3px 3px rgba(32, 31, 31, 0.09)) drop-shadow(0 6px 4px rgba(32, 31, 31, 0.05)) drop-shadow(0 11px 4px rgba(32, 31, 31, 0.01)) drop-shadow(0 17px 5px rgba(32, 31, 31, 0.00));
}

.full-width-btn,
.full-width-btn .ac-btn,
.full-width-btn .ac-btn .ac-btn__label {
	width: 100%;
	text-align: center;
}

.flex-menu {
	display: flex;
	align-items: center;
}

.mobile-full-btns .elementor-shortcode {
	display: flex;
	flex-direction: column;
	max-width: 300px !important;
	margin: auto;
}

.mobile-full-btns .elementor-shortcode .ac-btn__label {
	flex: 1 !important;
}

.dark-more .elementor-element a {
	width: 100%;
}


/* === FOOTER === */

.footer-social img {
	transition: .3s;
}

.footer-social img:hover {
	filter: brightness(0) invert(1);
}


/* === AC BUTTON === */

.ac-btn {
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
	border: 1px solid transparent;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition:
		background-color 0.22s ease,
		border-color 0.22s ease,
		color 0.22s ease;
	overflow: hidden;
}

.ac-btn__label {
	padding: 17px 24px;
	display: block;
}

.ac-btn__arrow {
	padding: 15px;
	border-left: 1px dashed #9AA4B2;
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	transition: all 0.22s ease;
}

.ac-btn:focus-visible {
	outline: 2px solid #132358;
	outline-offset: 3px;
}

/* Dark variant */

.ac-btn--dark {
	background-color: #0D121C;
	border-color: #0D121C;
	color: #ffffff;
}

.ac-btn--dark .ac-btn__arrow {
	border-color: #E3E8EF;
	color: #ffffff;
}

.ac-btn--dark:hover {
	color: #fff !important;
}

.ac-btn--dark:hover .ac-btn__arrow {
	background: #4891e1;
}

/* Light variant */

.ac-btn--light {
	background-color: #ffffff;
	border-color: #9AA4B2;
	color: #0D121C;
}

.ac-btn--light .ac-btn__arrow {
	color: #0D121C;
}

.ac-btn--light:hover .ac-btn__arrow {
	background: #eff2f6;
}

/* Responsive */

@media (max-width: 1024px) {
	.ac-btn {
		font-size: 14px;
	}

	.ac-btn__label {
		padding: 14px;
	}

	.ac-btn__arrow {
		padding: 10px;
	}

	.ac-btn__arrow svg {
		width: 20px;
	}
}


/* === HEADER === */

@media (min-width: 1024px) {
	.header-nav {
		position: fixed;
		right: calc((100vw - 1440px) / 2 + 12px);
		z-index: 99;
		top: 12px;
		background: rgba(255, 255, 255, 0.60);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
		backdrop-filter: blur(10px);
	}

	.logo-theme-custom {
		z-index: 99;
		position: fixed;
		top: 8px;
		left: max(50px, calc((100vw - 1440px) / 2 + 50px));
	}

	.logo-theme-custom img {
		max-height: 64px;
		width: auto;
		transform: scale(1.5625);
		transform-origin: left top;
	}

	.admin-bar .logo-theme-custom {
		top: 40px;
	}

	.admin-bar .header-nav {
		top: 44px;
	}
}

@media (max-width: 1024px) {
	.elementor-location-header {
		position: fixed;
		left: 12px;
		top: 16px;
		width: calc(100% - 24px);
		z-index: 9999;
		background: #fff;
		border-radius: 12px;
		border: 1px solid var(--Border-border-primary, #E3E8EF);
		background: var(--Background-bg-primary, #FFF);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
		backdrop-filter: blur(10px);
	}
}


/* === NAVIGATION === */

/* Desktop */

.desktop-menu .sub-menu {
	padding: 0 !important;
	min-width: auto !important;
	transform: translatey(24px)
}

.desktop-menu .sub-menu li {
	margin: 0 !important;
	padding: 0 !important
}

.desktop-menu .sub-menu li a {
	padding: 8px 16px !important;
	margin: 0 !important;
	border: none;
}

.desktop-menu .sub-arrow i {
	display: none !important;
}

.desktop-menu .sub-arrow {
	width: 16px;
	height: 16px;
	background-image: url(https://sapor-textile.dev.premiumdigital.pl/wp-content/themes/hello-theme-child/assets/images/chevron.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 6px;
	transition: .3s;
}

.desktop-menu li:hover .sub-arrow {
	transform: rotate(180deg);
}

/* Mobile */

body:not(.elementor-editor-active) .moble-menu-slide {
	position: fixed;
	left: 12px;
	bottom: 10px;
	width: calc(100% - 24px);
	height: calc(100% - 27px);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out !important;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
	border-radius: 16px;
}

@media(max-width: 1024px) {
	body:not(.elementor-editor-active) .moble-menu-slide.active {
		visibility: visible;
		opacity: 1;
	}
}

.mobile-menu-wrapper {
	overflow: auto;
}

.mobile-menu-wrapper .elementor-nav-menu--dropdown {
	margin: 0;
	background: transparent;
}

.mobile-menu-wrapper .sub-menu {
	padding: 12px 0;
	font-size: 12px;
}

.mobile-menu-wrapper .sub-menu a {
	padding: 4px 0 !important;
}

.mobile-menu-wrapper .elementor-nav-menu .sub-arrow {
	position: absolute;
	right: -32px;
	width: 16px;
	height: 14px;
	background-image: url(https://sapor-textile.dev.premiumdigital.pl/wp-content/themes/hello-theme-child/assets/images/chevron.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.mobile-menu-wrapper .highlighted .sub-arrow {
	transform: rotate(180deg);
}

.mobile-menu-wrapper .menu-item-has-children {
	padding-right: 32px;
}

.menu-mobile-open .elementor-location-header {
	border-color: transparent !important;
	box-shadow: none !important;
}

.menu-mobile-open {
	overflow: hidden;
}

.mobile-menu-toggler {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none !important;
	background: none !important;
}

.--mobile-menu-toggler .line {
	transform-origin: center;
	transform-box: fill-box;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.--mobile-menu-toggler.active .line--top {
	transform: translateY(6px) rotate(45deg);
}

.--mobile-menu-toggler.active .line--mid {
	opacity: 0;
}

.--mobile-menu-toggler.active .line--bottom {
	transform: translateY(-6px) rotate(-45deg);
}


/* === HERO === */

@media (min-width: 1024px) {
	.absolute-desktop-boxes {
		position: absolute;
		left: 0;
		top: -162px;
		z-index: 1;
	}

	.box-hero {
		background: rgba(248, 249, 255, 0.43);
		backdrop-filter: blur(5px);
	}
}

@media (max-width: 1024px) {
	.bg-blur-hero {
		background: rgba(255, 255, 255, 0.70) !important;
		backdrop-filter: blur(7.6px);
	}

	.box-hero {
		border-radius: 12px;
		background: rgba(248, 249, 255, 0.43);
		backdrop-filter: blur(5.55px);
	}

	.absolute-img {
		position: absolute;
		right: 16px;
		top: 80px;
	}
}


/* === INFINITY GALLERY === */

.og-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.og-wrapper::before,
.og-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 150px;
	z-index: 2;
	pointer-events: none;
}

.og-wrapper::before {
	left: 0;
	background: linear-gradient(to right, #000 0%, transparent 100%);
}

.og-wrapper::after {
	right: 0;
	background: linear-gradient(to left, #000 0%, transparent 100%);
}

.og-wrapper:hover .og-track {
	animation-play-state: paused;
}

.og-track {
	display: flex;
	width: max-content;
	animation: og-marquee 100s linear infinite;
	gap: 89px;
}

.og-slide {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

.og-slide img {
	width: 100%;
	max-width: 200px;
	max-height: 110px;
	display: block;
	transition: .2s;
}

.og-slide img:hover {
	filter: brightness(0.5) invert(0);
}

@keyframes og-marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 1024px) {
	.og-track {
		gap: 24px;
	}
}


/* === SWIPER === */

.custom-progress .swiper-pagination-progressbar {
	top: auto;
	bottom: -60px;
	background: rgba(255, 255, 255, 0.40);
	border-radius: 100px;
}

.custom-progress .swiper-pagination-progressbar-fill {
	background: #fff !important;
}

.custom-progress.dark .swiper-pagination-progressbar {
	background: #F2F4F7 !important;
}

.custom-progress.dark.dark-more .swiper-pagination-progressbar {
	background: #E3E8EF !important;
}

.custom-progress.dark .swiper-pagination-progressbar-fill {
	background: #000 !important;
}


/* === FAQ === */

.custom-faq .e-n-accordion-item-title-icon svg {
	fill: none !important;
}

.custom-faq .e-n-accordion-item {
	padding: 12px 0;
	border-bottom: 1px dashed #E3E8EF;
}


/* === PRODUCT === */

.loop-image-product img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 16px 0 0 16px;
}

.loop-image-product {
	position: relative;
	height: 100%;
}

.loop-product-labels {
	position: absolute;
	z-index: 9;
	top: 10px;
	left: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.loop-product-labels-item {
	display: flex;
	gap: 10px;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 700;
	align-items: center;
	border-radius: 3px;
}

.loop-product-labels-item.has-image {
	padding-left: 8px;
}

.loop-product-labels-item img {
	width: 16px !important;
}

.advantages-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.advantages-list__item {
	display: flex;
	align-items: center;
	font-size: 14px;
	gap: 8px;
}

.advantages-list__item img {
	width: 20px !important;
	height: 20px !important;
	flex-shrink: 0 !important;
}

.advantages-list__item:not(:last-child) {
	padding-bottom: 12px;
	border-bottom: 1px dashed #9AA4B2;
}

.advantages-list__item-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px 6px;
}

.advantages-list__item-label {
	font-size: 12px;
	color: #808080;
	font-weight: 700;
	background: #E5E5E5;
	padding: 2px 4px;
	border-radius: 4px;
}

.advantages-list__title {
	margin: 16px 0 24px !important;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}

.product-breadcrums .woocommerce-breadcrumb {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0;
	background: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-family: "Playfair Display", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #000000;
	gap: 4px;
}

.product-breadcrums .woocommerce-breadcrumb a {
	font-family: "DM Sans", Sans-serif;
	font-style: normal;
	text-decoration: underline;
	color: rgba(50, 51, 52, 0.50);
}

.product-breadcrums .woocommerce-breadcrumb span {
	font-family: "DM Sans", Sans-serif;
	font-style: normal;
}

.product-tabs .e-n-tabs-heading>button {
	flex: auto;
}

@media(max-width: 1024px) {
	.loop-product-labels-item {
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 10px;
	}

	.product-breadcrums .woocommerce-breadcrumb {
		font-size: 12px;
		gap: 2px;
	}

	.advantages-list__title {
		font-size: 14px !important;
	}

	.add-to-cart-wrapper-btn .ac-btn {
		width: 100%;
	}

	.add-to-cart-wrapper-btn .ac-btn__label {
		flex: 1;
	}
}


/* === PRODUCT GALLERY === */

.pgsc-wrap {
	--pgsc-gap: 8px;
	--pgsc-radius: 6px;
	width: 100%;
}

.pgsc-main {
	overflow: hidden;
}

.pgsc-main .splide__track {
	position: relative;
	width: 100%;
	padding-bottom: 100% !important;
	height: 0 !important;
}

.pgsc-main .splide__list {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pgsc-main .splide__slide {
	height: 100% !important;
}

.pgsc-main .splide__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.pgsc-main .splide__arrows {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.pgsc-main .splide__arrow,
.pgsc-thumbs-outer .splide__arrow {
	pointer-events: all;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #fff;
	opacity: 1;
	transition: box-shadow .2s;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #9AA4B2 !important;
}

.pgsc-main .splide__arrow:hover {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .22), 0 0 0 1px rgba(0, 0, 0, .08);
}

.pgsc-main .splide__arrow svg,
.pgsc-thumbs-outer .splide__arrow svg {
	display: none;
}

.pgsc-main .splide__arrow::after,
.pgsc-thumbs-outer .splide__arrow::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.pgsc-main .splide__arrow--prev::after {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 12L5 12M12 5L5 12L12 19' stroke='%23292A2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pgsc-main .splide__arrow--next::after,
.pgsc-thumbs-outer .splide__arrow--next::after {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M12 19L19 12L12 5' stroke='%23292A2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pgsc-main .splide__arrow--prev {
	left: 12px;
}

.pgsc-main .splide__arrow--next {
	right: 12px;
}

.pgsc-main .splide__arrow:disabled {
	opacity: .25;
	pointer-events: none;
}

.pgsc-main .splide__pagination {
	display: none;
}

.pgsc-thumbs-outer {
	position: relative;
	margin-top: var(--pgsc-gap);
	overflow: hidden;
}

.pgsc-thumbs .splide__slide {
	border-radius: var(--pgsc-radius);
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	background: #f0f0f0;
	box-sizing: border-box;
	opacity: .55;
	transition: opacity .2s, border-color .2s;
}

.pgsc-thumbs .splide__slide img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.pgsc-thumbs .splide__slide.is-active {
	border-color: #111;
	opacity: 1;
}

.pgsc-thumbs .splide__slide:hover {
	opacity: .85;
}

.pgsc-thumbs .splide__arrow--prev {
	display: none;
}

.pgsc-thumbs .splide__arrow--next {
	right: 0;
	z-index: 10;
}

.pgsc-thumbs .splide__arrow--next:hover {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .22), 0 0 0 1px rgba(0, 0, 0, .08);
}

.pgsc-thumbs .splide__arrow--next svg {
	fill: #111;
	width: 12px;
	height: 12px;
}

.pgsc-thumbs .splide__arrow--next:disabled {
	opacity: 0;
	pointer-events: none;
}

.pgsc-thumbs .splide__pagination {
	display: none;
}

.pgsc-thumbs-fade {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 100%;
	background: linear-gradient(to right, transparent, #fff 75%);
	pointer-events: none;
	z-index: 5;
}

@media(max-width: 1024px) {
	.pgsc-main .splide__slide img {
		border-radius: 0;
	}

	.pgsc-thumbs-outer {
		padding-left: 16px;
		padding-right: 16px;
	}
}


/* === TABLE === */

.fabric-table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.fabric-table {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	font-size: 14px;
	table-layout: fixed;
	border: none;
}

.fabric-table colgroup col:nth-child(1) {
	width: 22%;
}

.fabric-table colgroup col:nth-child(2) {
	width: 12%;
}

.fabric-table colgroup col:nth-child(3) {
	width: 15%;
}

.fabric-table colgroup col:nth-child(4) {
	width: 14%;
}

.fabric-table colgroup col:nth-child(5) {
	width: 15%;
}

.fabric-table colgroup col:nth-child(6) {
	width: 22%;
}

.fabric-table th {
	padding: 16px;
	text-align: left;
	font-weight: 500;
	font-size: 13px;
	color: #000;
	border: none !important;
	background: #EEF2F6;
	border-radius: 12px;
}

.fabric-table td {
	padding: 14px 16px;
	color: #1a1a1a;
	line-height: 1.4;
	border: none !important;
	background: none !important;
	border-bottom: 1px dashed #e0e0eb !important;
	border-right: 1px dashed #e0e0eb !important;
	font-weight: 400;
}

.fabric-table td:last-child {
	border-right: 0 !important;
}

.fabric-table__name {
	font-weight: 700 !important;
}


/* === SELECT === */

.custom-select-wrapper {
	position: relative;
	display: inline-block;
	min-width: 280px;
	user-select: none;
}

.custom-select-wrapper select {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}

.custom-select-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px;
	border: 1px solid #9AA4B2;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	transition: border-color 0.15s;
}

.custom-select-trigger:hover {
	border-color: #000;
}

.custom-select-trigger.open {
	border-color: #000;
	border-radius: 8px 8px 0 0;
}

.custom-select-trigger .select-arrow {
	transition: transform 0.2s;
	color: #666;
	flex-shrink: 0;
}

.custom-select-trigger.open .select-arrow {
	transform: rotate(180deg);
}

.custom-select-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1.5px solid #999;
	border-top: none;
	border-radius: 0 0 12px 12px;
	z-index: 10;
	overflow: hidden;
}

.custom-select-dropdown.open {
	display: block;
}

.custom-select-option {
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	cursor: pointer;
	color: #111;
	transition: background 0.1s;
}

.custom-select-option:hover {
	background: #f5f5f5;
}

.custom-select-option.selected {
	color: #888;
}

.select-carousel {
	display: none;
}

.select-carousel.active {
	display: flex;
}


/* === CONTACT === */

.map-button {
	display: flex;
	gap: 16px;
	align-items: center;
}

.map-button p {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 12px;
	font-weight: 400;
}

.map-button .ac-btn__label {
	padding-top: 8px;
	padding-bottom: 8px;
}

.tel-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	transition: .3s;
}

.tel-link>span {
	display: flex;
	gap: 8px;
	align-items: center;
}

.tel-link>span span {
	color: #4B5565;
	text-decoration: underline;
	font-weight: 600;
}

.tel-link:hover {
	opacity: .5;
}

.contact-row {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
}

.contact-row a {
	display: flex;
	gap: 8px;
	transition: .3s;
}

.contact-row a span {
	color: #4B5565;
	text-decoration: underline;
	font-weight: 600;
}

.contact-row a:hover {
	opacity: .5;
}

.contact-row__icon {
	flex-shrink: 0;
	color: #9AA4B2;
	display: flex;
	align-items: center;
}

.contact-row__link {
	font-size: 15px;
	font-weight: 600;
	color: #1a1a2e;
	text-decoration: underline;
	text-underline-offset: 2px;
	white-space: nowrap;
}

.contact-row__link:hover {
	color: #4a4a8a;
}

.copy-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: #EEF2F6 !important;
	border: 1px solid #CDD5DF;
	border-radius: 4px;
	cursor: pointer;
	flex-shrink: 0;
	position: relative;
	transition: opacity 0.15s;
	padding: 0;
}

.copy-btn:hover {
	opacity: .7;
}

.copy-btn:active {
	background: #cdd5e0;
}

.toast {
	position: fixed;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%) translateY(16px);
	background: #1a1a2e;
	color: #fff;
	font-size: 13px;
	padding: 8px 18px;
	border-radius: 6px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s, transform 0.2s;
	z-index: 9999;
}

.toast.show {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.custom-map {
	height: 300px;
	overflow: hidden;
}

.custom-map iframe {
	transform: translatey(-90px);
	border-radius: 30px !important;
}

@media(max-width: 1024px) {
	.custom-map {
		height: 400px !important;
	}

	.custom-map iframe {
		height: 800px !important;
	}
}


/* === FORM === */

.custom-form .elementor-field-type-acceptance .elementor-field-label {
	display: none;
}

.custom-form .elementor-field-type-acceptance input {
	display: none !important;
}

.custom-label {
	position: relative;
	padding-left: 28px;
}

.custom-label::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	border: 1px solid #D0D5DD;
	border-radius: 6px;
}

.custom-form .elementor-field-type-acceptance input:checked~label span:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: center;
}

.privacy-text h2 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0;
}

.privacy-text h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0;
}

.switch-languages {
	position: relative;
	text-transform: uppercase;
	color: #4B5565;
	line-height: 1;
	font-size: 16px;
	display: flex;
}

.switch-languages__icon {
	width: 16px;
    height: 16px;
    background-image: url(https://sapor-textile.dev.premiumdigital.pl/wp-content/themes/hello-theme-child/assets/images/chevron.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 6px;
    transition: .3s;
}

.switch-languages:hover .switch-languages__icon {
	transform: rotate(180deg);
}

@media(max-width: 1330px) {
	.switch-languages {
		font-size: 14px;
	}
}

.switch-languages ul:before {
	content: '';
	width: 100%;
	height: 28px;
	top: -28px;
	position: absolute;
}

.switch-languages ul {
	position: relative;
	display: none;
	list-style: none;
	margin: 0;
	position: absolute;
	top: calc(100% + 28px);
	padding: 0;
	background-color: #fff;
	border: 1px solid #DDDDDD;
	min-width: 40px;
}

.switch-languages:hover ul {
	display: block;
}

.switch-languages ul a {
	display: block;
	color: #4B5565;
	padding: 6px 12px;
}

.switch-languages__active {
	display: flex;
	align-items: center;
	transition: .2s;
}

@media(max-width: 1024px) {
.switch-languages ul:before {
	height: 22px;
	top: -22px;
}

.switch-languages ul {
	top: calc(100% + 22px);
}
}