/*
*
*  Theme name: Gohatto
*  Version: 1.0
*  Author: Wrona.it 
*
*/
/* @font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	font-style: italic;
	font-weight: 700;
	src: url('./fonts/OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 800;
	src: url('./fonts/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	font-style: italic;
	font-weight: 800;
	src: url('./fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 300;
	src: url('./fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	font-style: italic;
	font-weight: 300;
	src: url('./fonts/OpenSans-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/OpenSans-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	font-style: italic;
	font-weight: 500;
	src: url('./fonts/OpenSans-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	font-style: italic;
	font-weight: 600;
	src: url('./fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	font-style: italic;
	font-weight: 400;
	src: url('./fonts/OpenSans-Italic.ttf') format('truetype');
} */
*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* #wpadminbar {
	display: none;
} */

:root {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}

body,
input,
input::placeholder,
textarea,
textarea::placeholder,
button {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1px;
}

@media (min-width: 1200px) {
	.single-screen-content {
		height: calc(100vh - 36px);
	}
}
@media (min-width: 1200px) {
	.products-list {
		height: 30%;
	}
}
@media (min-width: 1200px) {
	.products-list .global-products-list {
		height: 100%;
	}
}

.wrapper {
	padding: 0 10px;
	width: 100%;
}
@media (min-width: 1200px) {
	.wrapper {
		margin: 0 auto;
		padding: 0;
		max-width: 1200px;
	}
}

.mt-for-header {
	margin-top: 54px;
}
@media (min-width: 1200px) {
	.mt-for-header {
		margin-top: 0px;
	}
}

.pb-50 {
	padding-bottom: 50px;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

@media (min-width: 1200px) {
	.global-black-divider {
		position: relative;
		margin-top: 90px;
	}
}
@media (min-width: 1200px) {
	.global-black-divider::before {
		content: '';
		position: absolute;
		top: -30px;
		height: 30px;
		width: 100%;
		background-color: #000;
		opacity: 0.7;
	}
}
@media (min-width: 1200px) {
	.global-black-divider .single-screen-content {
		height: calc(100vh - 90px - 36px);
	}
}
@media (min-width: 1200px) {
	.global-black-divider .single-screen-content .products-list {
		height: 40%;
	}
	.single-produkty .single-screen-content .product-item-view {
		height: 70%;
	}
	.single-produkty .single-screen-content .products-list {
		height: 30%;
	}
}

.bg-shadow {
	position: relative;
}
.bg-shadow::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.35);
}

/* @media (min-width: 1200px) {
	.bg-shadow::before {
		background-color: rgba(0, 0, 0, 0.7);
	}
} */

.bg-shadow--light::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.35);
}

.global-categories-list {
	display: grid;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
	margin: 40px 0;
	padding: 0 10px;
}
@media (min-width: 1200px) {
	.global-categories-list {
		grid-template-columns: repeat(4, 1fr);
		-moz-column-gap: 15px;
		column-gap: 15px;
		row-gap: 0;
		padding: 0 30px;
		margin: 15px 0;
	}
}
@media (min-width: 1440px) {
	.global-categories-list {
		max-width: none;
	}
}
.global-categories-list-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000;
	text-decoration: none;
}
.global-categories-list-link__img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}
.global-categories-list-link__title {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.global-products-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	-moz-column-gap: 20px;
	column-gap: 20px;
	/* row-gap: 20px; */
	padding: 20px 10px;
	/* background-color: #ddd; */
}
@media (min-width: 768px) {
	.global-products-list {
		grid-template-columns: repeat(2, 1fr);
		-moz-column-gap: 30px;
		column-gap: 10px;
		row-gap: 20px;
	}
}
@media (min-width: 1200px) {
	.global-products-list {
		display: flex;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 0px;
		padding: 10px 20px;
	}
}
.global-products-list-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.global-products-list-link__title {
	margin-top: -3px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
@media (min-width: 768px) {
	.global-products-list-link {
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.global-products-list-link {
		max-height: 100%;
		width: 25%;
		font-size: 16px;
	}
}
.global-products-list-link__img {
	margin-bottom: 0px;
  	width: 100%;
	height: auto;
}

@media (min-width: 1200px) {
	.global-products-list-link__img {
		width: auto;
		height: calc(100% - 22px);
	}
}

.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.header-container {
	padding: 10px 0;
	background-color: #fff;
}
@media (min-width: 1200px) {
	.header-container {
		padding: 30px 0 0;
	}
}
.header-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (min-width: 1200px) {
	.header-box {
		bottom: -3px;
		align-items: flex-end;
	}
}
.header-box-logo__img {
	position: relative;
	bottom: -14px;
	height: 32px;
	width: auto;
}
@media (min-width: 1200px) {
	.header-box-logo__img {
		position: static;
		bottom: 0px;
	}
}
.header-box-nav {
	position: absolute;
	top: 40px;
	right: -200px;
	background-color: #fff;
	box-shadow: 0px 5px 10px #999;
	transition: right 0.3s;
}
@media (min-width: 1200px) {
	.header-box-nav {
		position: static;
		display: flex;
		background-color: transparent;
		box-shadow: none;
	}
}
.header-box-nav .menu {
	padding: 20px 0 0;
	list-style-type: none;
}
@media (min-width: 1200px) {
	.header-box-nav .menu {
		display: flex;
		align-items: center;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.header-box-nav .menu-item-has-children {
		position: relative;
	}
}
.header-box-nav .menu-item-has-children:hover .sub-menu {
	top: 24px;
	opacity: 1;
	z-index: 1;
}
.header-box-nav .menu__link {
	display: inline-block;
	margin: 10px 30px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0px;
}
@media (min-width: 1200px) {
	.header-box-nav .menu__link {
		margin: 10px 25px 0;
	}
}
.header-box-nav .menu .sub-menu {
	list-style-type: none;
}
@media (min-width: 1200px) {
	.header-box-nav .menu .sub-menu {
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		padding-top: 8px;
		padding-bottom: 10px;
		background-color: #fff;
		opacity: 0;
		z-index: -99;
		transition: opacity 0.3s, top 0.3s;
	}
}
@media (min-width: 1200px) {
	.header-box-nav .menu .sub-menu:hover {
		top: 24px;
		opacity: 1;
		z-index: 1;
	}
}
.header-box-nav .menu .sub-menu .menu-item {
/* 	padding-left: 20px; */
}
@media (min-width: 1200px) {
	.header-box-nav .menu .sub-menu .menu-item {
		padding-left: 0;
	}
}
.header-box-nav .menu .sub-menu .menu__link {
	margin: 10px 30px;
	font-size: 12px;
	font-weight: 300;
}
@media (min-width: 1200px) {
	.header-box-nav .menu .sub-menu .menu__link {
		margin: 10px 50px 10px 24px;
		font-weight: 500;
	}
}
.header-box-nav .menu .current-menu-item a {
	position: relative;
}
.header-box-nav .menu .current-menu-item a::before {
	content: '';
	position: absolute;
	bottom: -1px;
	height: 1px;
	width: 100%;
	background-color: #fff;
}
.header-box-nav-lang-btn {
	padding: 20px 0;
	width: 100%;
	background: none;
	border: none;
	border-radius: 0px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
@media (min-width: 1200px) {
	.header-box-nav-lang-btn {
		padding: 10px 0px 0px 35px;
		height: 100%;
	}
}
.header-box-nav.active {
	right: -10px;
}
.header-box-burger {
	position: relative;
	right: 5px;
	height: 20px;
	width: 25px;
}
@media (min-width: 1200px) {
	.header-box-burger {
		display: none;
	}
}
.header-box-burger::before,
.header-box-burger::after {
	content: '';
}
.header-box-burger::before,
.header-box-burger::after,
.header-box-burger-midbar {
	position: absolute;
	right: 0;
	left: 0;
	height: 3px;
	background-color: #000;
}
.header-box-burger::before {
	top: 0%;
	transition: top 0.3s, transform 0.3s;
}
.header-box-burger::after {
	bottom: 0%;
	opacity: 1;
	transition: bottom 0.3s, opacity 0.3s;
}
.header-box-burger-midbar {
	display: block;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s;
}
.header-box-burger.active::before {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
.header-box-burger.active::after {
	bottom: 50%;
	opacity: 0;
}
.header-box-burger.active .header-box-burger-midbar {
	transform: translateY(-50%) rotate(45deg);
}

.breadcrumbs {
	display: none;
}
@media (min-width: 1200px) {
	.breadcrumbs {
		position: absolute;
		display: block;
		bottom: 23px;
		left: calc((100vw - 1200px) / 2);
		z-index: 1;
	}
}
.breadcrumbs .bc-box--white .bc-box__link,
.breadcrumbs .bc-box--white .bc-box__devider {
	color: #fff;
}
.breadcrumbs .bc-box--black .bc-box__link,
.breadcrumbs .bc-box--black .bc-box__devider {
	color: #000;
}
.breadcrumbs .bc-box__link,
.breadcrumbs .bc-box__devider {
	font-size: 12px;
	font-weight: 400;
	text-transform: lowercase;
	text-decoration: none;
}
.breadcrumbs .bc-box__link--highlight {
	font-weight: 500;
}

@media (min-width: 1200px) {
	.global-black-divider .breadcrumbs {
		top: 6px;
		bottom: auto;
	}
}

.fp-section {
	height: 100vh;
	min-height: 500px;
}

.fp-box {
	position: relative;
	height: 100%;
}
.fp-box--second {
	height: 50%;
}
@media (min-width: 1440px) {
	.fp-box--second {
		height: 60%;
	}
}
.fp-box-content {
	height: 100vh;
	background-size: cover;
	background-position: center center;
}
.fp-box-content0 {
	background-image: url('/wp-content/uploads/2024/10/islandia_pion_428.jpeg');
}
@media (min-width: 1200px) {
	.fp-box-content0 {
		background-image: url('/wp-content/uploads/2024/05/fp-slider-bg-1-min.jpg');
	}
}
.fp-box-content1 {
	background-image: url('/wp-content/uploads/2024/10/vastint_pion_428.jpeg');
}
@media (min-width: 1200px) {
	.fp-box-content1 {
		background-image: url('/wp-content/uploads/2024/05/fp-slider-bg-2-min.jpg');
	}
}
.fp-box-content2 {
	background-image: url('/wp-content/uploads/2024/10/hornowek_pion_428.jpeg');
}
@media (min-width: 1200px) {
	.fp-box-content2 {
		background-image: url('/wp-content/uploads/2024/05/fp-slider-bg-3-min.jpg');
	}
}
.fp-box-content__fbox {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
/* .fp-box-content__fbox .wrapper {
	max-width: 430px;
} */

@media (max-width: 1199px) {
	.fp-custom-wrapper {
		position: relative;
		top: 35px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 300px;
	}
}
.fp-box-content__title {
	margin-bottom: 30px;
	color: #fff;
	font-size: 38px;
	font-weight: 300;
	text-transform: uppercase;
}
/* @media (max-width: 760px) {
	.fp-box-content__title--up {
		position: relative;
		top: -2px;
		margin-bottom: 70px;
	}
} */
@media (min-width: 1440px) {
	.fp-box-content__title {
		line-height: 1.2em;
	}
}
.fp-box-content__text {
	margin: 50px 0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6em;
	font-weight: 300;
}
@media (min-width: 768px) {
	.fp-box-content__text {
		max-width: 600px;
		margin: 16px 0 24px;
	}
}
@media (min-width: 1200px) {
	.fp-box-content__text {
		max-width: 693px;
	}
}
.fp-box-content-link {
	display: flex;
	align-items: center;
	max-width: 200px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
.fp-box-content-link__chevron {
	margin-left: 8px;
	height: 18px;
	width: auto;
}
.fp-box-nav {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	padding: 15px 40px 15px 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	list-style-type: none;
}
@media (min-width: 1200px) {
	.fp-box-nav {
		top: 50%;
		right: 0;
		bottom: auto;
		left: auto;
		transform: translateY(-50%);
		display: block;
	}
}
.fp-box-nav-item:nth-child(2) {
	margin: 0 20px;
}
@media (min-width: 1200px) {
	.fp-box-nav-item:nth-child(2) {
		margin: 10px 0;
	}
}
.fp-box-nav-item.tns-nav-active {
	position: relative;
}
.fp-box-nav-item.tns-nav-active::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	height: 5px;
	width: 5px;
	background-color: #fff;
	border-radius: 50%;
}
@media (min-width: 1200px) {
	.fp-box-nav-item.tns-nav-active::before {
		top: 50%;
		left: -20px;
		transform: translateY(-50%);
		height: 6px;
		width: 6px;
	}
}
@media (min-width: 1200px) {
	.fp-box-nav-item {
		cursor: pointer;
	}
}

.realizations-container {
	display: grid;
}
.realizations-container-img {
	width: 100%;
	height: auto;
}
@media (max-width: 1199px) {
	.realizations-container-img:not(:last-of-type) {
		margin-bottom: 3px;
	}
}
@media (min-width: 1200px) {
	.realizations-container-img:not(:last-of-type) {
		margin-right: 3px;
	}
}

.onorder {
	padding-top: 30px;
}
.onorder-header {
	margin-bottom: 20px;
	text-align: center;
}
.onorder-header__title {
	font-size: 40px;
	font-weight: 300;
}
.onorder-header__subtitle {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
}
@media (min-width: 1200px) {
	.onorder-body {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.onorder-body__rightcol {
		position: relative;
		top: -40px;
	}
}
.onorder-body-list {
	margin-bottom: 30px;
	padding: 0 20px;
	list-style-type: decimal;
}
.onorder-body-list__item {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
}
.onorder-body-form-box {
	display: grid;
	row-gap: 10px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.onorder-body-form-box {
		grid-template-columns: 1fr 2fr 1fr;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
}
.onorder-body-form-box__input {
	padding: 10px 20px;
	width: 100%;
	border: 2px solid #000;
}
.onorder-body-form-box__input::-moz-placeholder {
	font-size: 14px;
}
.onorder-body-form-box__input::placeholder {
	font-size: 14px;
}
.onorder-body-form__textarea {
	padding: 10px 20px;
	width: 100%;
	border: 2px solid #000;
}
.onorder-body-form__textarea::-moz-placeholder {
	font-size: 14px;
}
.onorder-body-form__textarea::placeholder {
	font-size: 14px;
}
.onorder-body-form-footer {
	margin-top: 10px;
}
.cf7-form-star-info {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
}
.onorder-body-form-footer__submit {
	padding: 10px 40px;
	color: #fff;
	background-color: #000;
	font-size: 16px;
	border: none;
}
@media (min-width: 1200px) {
	.onorder-body-form-footer__submit {
		cursor: pointer;
	}
}

.product-hero {
	position: relative;
	width: 100%;
	min-height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
@media (min-width: 1200px) {
	.product-hero {
		height: 70%;
		min-height: 400px;
	}
}
@media (min-width: 1600px) {
	.product-hero {
		min-height: 550px;
	}
}
.product-hero__bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 100%;
	object-position: 50% 100%;
	z-index: -2;
}
@media (min-width: 1200px) {
	.product-hero__bg {
		-o-object-position: 50% 85%;
		object-position: 50% 85%;
	}
}
.product-hero-content {
	position: absolute;
	bottom: 30px;
	margin-left: 30px;
	animation-name: title-form-left; /* Name of the animation */
    animation-duration: 1s;         /* Duration of the animation */
    animation-timing-function: ease-in-out; /* Timing function */
    animation-delay: 0s;            /* Delay before animation starts */
    animation-direction: normal;     /* Direction of the animation */
    animation-fill-mode: forwards;	
}
@media (min-width: 768px) {
	.product-hero-content {
		bottom: 50px;
	}
}
@media (min-width: 1200px) {
	.product-hero-content {
		left: calc((100vw - 1200px) / 2);
	}
	.content--blaty {
		margin-left: 170px;
	}
	.content--stoliki {
		margin-left: 140px;
	}
	.content--stoly {
		margin-left: 110px;
	}
	.content--wanny {
		margin-left: 80px;
	}
}
/* @media (min-width: 1440px) {
	.product-hero-content {
	}
} */
.product-hero-content__title,
.product-hero-content__subtitle {
	color: #fff;
	font-weight: 500;
}
.product-hero-content__title {
	font-size: 50px;
}
.product-hero-content__subtitle {
	font-size: 16px;
}
.product-list {
	display: grid;
	margin-top: 30px;
	padding: 0 20px;
}
.product-list-item__img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

@media (min-width: 768px) {
	.product-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
}
@media (min-width: 1200px) {
	.product-item-container {
		/* grid-template-columns: 2fr 3fr 2fr; */
		grid-template-columns: 350px 380px auto;
	}
}
@media (min-width: 1400px) {
	.product-item-container {
		/* grid-template-columns: 2fr 3fr 2fr; */
		grid-template-columns: 230px 500px auto;
	}
}
@media (min-width: 1900px) {
	.product-item-container {
		/* grid-template-columns: 2fr 3fr 2fr; */
		grid-template-columns: 130px 600px auto;
	}
}
.product-item-view {
	padding-top: 15px;
	margin-bottom: 50px;
}
@media (min-width: 1200px) {
	.product-item-view {
		margin-bottom: 0px;
	}
}
@media (min-width: 1200px) {
	.product-item-view-image {
		grid-column: 2/3;
	}
}
.product-item-view-image .pi-slider-item__img {
	min-height: 320px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}
@media (min-width: 768px) {
	.product-item-view-image .pi-slider-item__img {
		min-height: 400px;
	}
}
@media (min-width: 1200px) {
	.product-item-view-image .pi-slider-item__img {
		min-height: 300px;
	}
}
@media (min-width: 1440px) {
	.product-item-view-image .pi-slider-item__img {
		min-height: 420px;
	}
}
@media (min-width: 1800px) {
	.product-item-view-image .pi-slider-item__img {
		min-height: 510px;
	}
}
.product-item-view-image .tns-nav {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.product-item-view-image .tns-nav button {
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #000;
	border-radius: 50%;
	transition: background-color .3s, border .3s, transform .3s;
}
.product-item-view-image .tns-nav button:nth-last-child(1) {
	margin-right: 0;
}
.product-item-view-image .tns-nav .tns-nav-active {
	background-color: #000;
	border: none;
	transform: scale(1.4);
}
@media (min-width: 1200px) {
	.product-item-view-data {
		grid-column: 3/4;
	}
}
.product-item-view-data-header {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* @media (min-width: 768px) {
	.product-item-view-data-header {
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.product-item-view-data-header {
		margin-bottom: 10px;
	}
}
@media (min-width: 1440px) {
	.product-item-view-data-header {
		margin-bottom: 50px;
	}
} */
.product-item-view-data-header__title {
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 500;
}
@media (min-width: 1200px) {
	.product-item-view-data-header {
		margin-top: 0px;
	}
	.product-item-view-data-header__title {
		margin-bottom: 5px;
	}
}
@media (min-width: 1440px) {
	.product-item-view-data-header__title {
		margin-bottom: 20px;
	}
}
.product-item-view-data-header__desc {
	font-size: 14px;
}
@media (min-width: 768px) {
	.product-item-view-data-body {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
.product-item-view-data-body .pi-data-box {
	position: relative;
	margin-bottom: 30px;
}
/* @media (min-width: 1200px) {
	.product-item-view-data-body .pi-data-box {
		margin-bottom: 10px;
	}
}
@media (min-width: 1440px) {
	.product-item-view-data-body .pi-data-box {
		margin-bottom: 30px;
	}
} */
.product-item-view-data-body .pi-data-box::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	height: 2px;
	width: 20px;
	background-color: #999;
}
@media (min-width: 1200px) {
	.product-item-view-data-body .pi-data-box::before {
		bottom: -8px;
	}
}
@media (min-width: 1440px) {
	.product-item-view-data-body .pi-data-box::before {
		bottom: -15px;
	}
}
.product-item-view-data-body .pi-data-box__title {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.product-item-view-data-body .pi-data-box__title--highlight {
	font-weight: 600;
}
.product-item-view-data-body .pi-data-box__title--small {
	text-transform: lowercase;
}
.product-item-view-data-body .pi-data-box__text {
	font-size: 14px;
}

.product-item-view-data-footer {
	margin-top: 20px;
}

.product-item-view-data-footer .product-button {
	display: inline-block;
	padding: 10px 20px;
	color: white;
	background-color: black;
	border: 1px solid black;
  	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}
.product-item-view-data-footer a.product-button {
	margin-bottom: 10px;
}
@media (min-width: 1200px) {
	.product-item-view-data-footer a.product-button {
		display: none;
	}
}

.product-item-view-data-footer .product-button__icon {
	position: relative;
	top: 2px;
	margin-right: 5px;
	width: auto;
	height: 14px;
}

.products-list {
	position: relative;
}

.products-list__title {
	position: absolute;
	top: -26px;
	padding: 0 30px;
	font-size: 20px;
	font-weight: 500;
}

.contact-content {
	/* display: grid; */
	margin: 30px 0;
}

/* .contact-photo {
	order: 2;
} */

/* .contact-photo__img {
	max-width: 100%;
	object-fit: cover;
	object-position: center center;
} */

.contact-icons {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 50px;
	margin-bottom: 50px;
	margin-left: 30px;
	/* order: 1; */
}

.contact-icons-item {
/* 	margin: 0 auto; */
}

.contact-icons-item__img {
	width: 70px;
	height: auto;
}

.contact-icons-item__title {
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 500;
}

.contact-icons-item-desc {
	font-size: 16px;
	margin-top: 6px;
}

.contact-icons-item-desc__icon {
	margin-bottom: -3px;
	height: 18px;
	width: auto;
}

.contact-icon-item-desc__link {
	color: black;
	text-decoration: none;
}

.contact-icon-item-desc__link:hover {
	text-decoration: underline;
}

@media (min-width: 760px) {
	/* .contact-content {
		grid-template-columns: 1fr 1fr;
	} */
	/* .contact-photo {
		order: 1;
	} */
	/* .contact-photo__img {
		max-width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	} */
	.contact-icons {
		grid-template-columns: 1fr 1fr 1fr;
		margin-bottom: 0;
		/* order: 2; */
	}
}

.single-product-product-list .global-products-list-link {
	margin: 0 auto;
	width: 300px;
}

@media (min-width: 1200px) {
	.single-product-product-list {
		justify-content: space-evenly;
	}
	.single-product-product-list .global-products-list-link {
		width: 20%;
	}
}

.product-whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-decoration: none;
	z-index: 99;
}

.product-whatsapp__icon {
	width: 50px;
	height: auto;
}

@media (min-width: 1200px) {
	.product-whatsapp {
		display: none;
	}
}

.footer {
  	border-top: 1px solid #f2e8e8;
}

.footer-container {
	display: flex;
	justify-content: flex-end;
	padding: 10px 20px;
}
.footer-container p {
	font-size: 12px;
}

.footer-container a {
	color: black;
}

.category__bg--desktop,
.category__bg--tablet {
	display: none;
}

@media (min-width: 760px) {
	.category__bg--mobile {
		display: none;
	}
	.category__bg--tablet {
		display: block;
	}
}

@media (min-width: 1200px) {
	.category__bg--tablet {
		display: none;
	}
	.category__bg--desktop {
		display: block;
	}
}


/* realizations */

@media (min-width: 1200px) {
/* 	.realizations-container-img {
		transition: transform .3s;
	}
	.realizations-container-img:hover {
		transform: scale(1.1);
	} */
	
/* 	realizations1 */
	.realizations-container {
		display: flex;
		height: calc(100vh - 90px - 50px - 36px);
		width: 100%;
		overflow-x: scroll;
	}
	.realizations-container-img {
		height: 100%;
		width: auto;
	}
/* 	realizations2 */
/* 	.realizations2 .wrapper {
		max-width: 1000px;
	}
	.realizations2-container {
		margin-bottom: 20px;
		height: 500px;
	}
	.realizations2-container-thumbs {
		display: flex;
		width: 100%;
		height: 120px;
		overflow: scroll;
	}
	.realizations2-container-img {
		height: 100%;
		width: auto;    
		object-fit: cover;
    object-position: center center;
	}
	.realizations2-container-thumbs .realizations2-container-img:not(:last-child) {
		margin-right: 8px;		
	} */
}

/* popup */
.product-popup {
	display: none;
	position: fixed;
	top: -90px;
	right: 0;
	bottom: -35px;
	left: 0;
	z-index: 9999;
}
.product-popup.active {
	display: block;
}
.product-popup-shadow {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .7;
}
.product-popup-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
	padding: 20px;
	width: 100%;
	max-width: 800px;
	max-height: 100vh;
	background-color: white;
}
@media (max-width: 760px) {
	.product-popup-container {
		overflow: scroll;
	}
}
.popup-header {
	position: relative;
}
.popup-title {
	font-size: 20px;
}
.popup-text {
	margin: 10px 0px 15px;
	font-size: 16px;
}
.popup-close-button {
	position: absolute;
	top: 0;
	right: -10px;
	background: none;
	border: none;
	cursor: pointer;
}
.popup-close-button__icon {
	width: 16px;
	height: auto;
}

/*# sourceMappingURL=style.css.map */


@keyframes title-form-left {
    from {
        transform: translatex(-100%);
		opacity: 0;
    }
    to {
        transform: translatex(0%);
		opacity: 1;
    }
}