/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles */

*, *::before, *::after {
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

html, body {
  font-family: 'Lato', sans-serif;
  color: #000000;
  width: 100%;
}

body {
  margin: 0;
  font-weight: 400;
  color: #181818;
  text-align: left;
  background-color: #fff;
}

button {
  cursor: pointer;
}

.bold{
  font-weight: bold;
}
/* Mobile */

html {
  font-size: 16px;
}

.br-desktop {
  display: none;
}

section {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.section_row {
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 100% auto;
  /* min-height: 2000px; */
}
.section-1 {
  background-image: url(../images/common/backgroud1.jpg);
}
.section-2 {
  background-image: url(../images/common/backgroud2.jpg);
}
.section-3 {
  background-image: url(../images/common/backgroud3.jpg);
}
.section-4 {
  background-image: url(../images/common/backgroud4.jpg);
}

.section-5 {
  background-image: url(../images/common/backgroud5.jpg);
}

/* HERO */
  
.hero {
  position: relative;
}

.hero__img {
  width: 100%;
  height: auto;
  position: relative;
}
.hero__h1--left img{
  width: 50%;
  margin-top: -25px;
}
.hero__img--desktop {
  display: none;
}
.main__carousel {
  display: none;
}
.hero__text {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.hero__h1 {
  width: 100%;
  margin: 0rem 1rem;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #000;
  font-style: italic;
}

.hero__h1--shadow {
  text-shadow: 0px 0px 30px #0139a0, 0px 0px 20px #0139a0, 0px 0px 20px #0139a0;
}

.hero__title {
  font-size: 0.9rem;
  /* text-transform: uppercase; */
  /* font-weight: 600; */
}
.hero__title span {
  font-weight: 700;
}

.hero__title--sup{
  font-size: 1.3rem;
  font-weight: 600;
}
/* Main text */

.main-desc {
  padding: 0 10%;
  text-align: center;
}

.main-desc__h2 {
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0.6rem;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 700;
}

.main-desc__h3 {
  margin-bottom: 0.4rem;
  font-size: 1rem;
  font-weight: 800;
}

.main-desc__text {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
}

.main-desc__text2 {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3;
}

.main-desc__logo {
  width: 35vw;
  margin: 2rem auto 0 auto;
}
/* Sekcje produktowe */
.product_sections {
  position: relative;
  background-color: #EEE9E9;
  color: #000;
  margin: 1rem;
  padding: 1rem;
}
.product_sections_badge {
  position: absolute;
  /* top: 75rem; */
  bottom: 13rem;
  z-index: 1;
  right: 0;
  width: 6.4rem;
}
.product_sections_badge-info {
  padding: 0.938rem 0.525rem;
  background-color: #B51742;
  color: #fff;
}
.product_sections_badge-txt {
  font-size: 0.8rem;
  line-height: 1;
}
.product_sections_badge-span {
  font-size: 1.2rem;
}
.product_sections_badge-span sup {
  font-size: 0.8rem;
  vertical-align: super;
}
.product_sections_badge-img {
  width: 6.4rem;
}
.product_section_header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.2rem;
  margin-bottom: 1rem;
}
.product_section_header-img {
  /* width: 7%; */
  width: 5rem;
}
.product_section_header-info {
  line-height: 1.1;  
}
.product_section_header-h1 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.product_section_header-txt {
  font-size: 1rem;
  font-weight: 500;
  word-spacing: 2px;
  width: 75%;
}
.product_mobile-carousel {
  display: block;
}
.product_section_pictures {
  display: block;
  gap: 1.25rem;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}
.product_section_picture {  
  display: none;
  transition: opacity 0.5s ease-in-out;
}
.product_section_picture.active {
  display: block;
  opacity: 1;
}
.carousel_buttons {
  display: block;
}
.product_section_picture-img {
  width: 100%;
}
.product_section_picture_caption {
  color: #fff;
  height: 7.5rem;
  padding: 0.938rem 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}
.product_section_picture_caption-h1 {
  font-size: 1.3rem;
}
.product_section_picture_caption-txt {
  font-size: 0.75rem;
  width: 85%;
}
.caption_orange {
  background-color: #F58A54;
}
.caption_red {
  background-color: #B13657;
}
.caption_purple {
  background-color: #BA60C2;
}
.product_section_features-two {
  display: flex;
  flex-direction: column;
}
.product_section_features {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  font-weight: 500;
}
.product_section_features .feature {
  width: 100%;
  text-align: center;
}
.product_section_features .feature img {
  width: 5.5rem;
}
.product_section_features-two .product_section_features {
  width: 100%;
  gap: 1rem;
}
.product_section_features-two .product_section_features .feature {
  width: 100%;
}
.products__prod_shades-badge {
  position: absolute;
  width: 45%!important;
  top: 5%;
  z-index: 2;
  left: 0%;
}
/* Baner */
/* Wersja z ustawianiem pozycji */
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}

/* Wersja z ustawianiem dedykowanego zdjecia na mobile*/
/* .banner {
  background-image: url('../images/common/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
} */

.banner__content {
  width: 100%;
  /* height: 100%; */
  min-height: 110vw;
  text-align: center;
  padding: 15% 7% 15% 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner__club--mobile .banner__copy--mobile {
  position: absolute;
  top: 63%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
}
.banner__text {
  display: contents;
  margin-bottom: unset;
}

.banner__h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1.4rem;
  text-align: center;
}

.newsletter {
  background-image: url(../images/desktop/newsletter.jpg);
}
.newsletter--img {
  width: 100%;
  display: block;
}

.newsletter .banner__h2, .banner__club .banner__h2{
  color: #000;
  font-weight: 800;
}

.banner__p {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 1.4rem;
}

.banner__club{
  position: relative;
  display: none;
}
.banner__club--mobile {
  position: relative;
  display: block;
}

.banner__club .banner__h2{ 
  text-transform: uppercase;
  font-weight: 400;
}

.banner__club--mobile .banner__copy--mobile .banner__h2 {
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.3rem;
}

.banner__club .banner__content{
  position: absolute;
  top: 0;
  right: 5rem;
  width: 55%;    
}

.banner__btn {
  display: inline-block;
  font-weight: 600;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid transparent;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
.banner__club .banner__btn, .banner__club--mobile .banner__btn {
  color: #fff;
  background-color: #212529;
}
/* VIDEO */

.video__container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

.video__container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__carousel{
  position: relative;
  width: 100%;
}

.video__carousel .video, .video__carousel .prod {
  display: none;
}
.video__carousel--nav{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  column-gap: 2rem;
  padding: 0.4rem;
  width: 15%;
}

.video__carousel--nav .arrow-left{
  transform: rotate(180deg);
}

.dot, .dot2 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot:hover {
  background-color: #000;
  scale: 1.4;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.mySlider{
  display: flex;
}
/* PRODUCTS */

.products {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section-3 .products {
  gap: 20rem;
  
}
.section-1 .products img, .main__carousel img {
  width: 20%;
  height: auto;
}
.section-3 .products img {
  width: 30%;
  height: auto;
}
.products img, .main__carousel img {
  width: 60%;
  height: auto;
}

.products p {
  margin: 0;
}

.products .products__slider {
  min-width: 100%;
  display: flex;
  flex-shrink: 0;
  transition: transform 0.5s;
}

.products .arrow-container, .main__carousel .arrow-container{
  position: absolute;
  width: 9vw;
  height: 9vw;
  left: 5vw;
  bottom: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #E4EDED;
  border-radius: 50%;
}
.main__carousel .arrow-container{
  left: 1vw;
  width: 4vw;
  height: 4vw;
  top: 40%;
}
.products--other--list .arrow-container {
  left: 1vw;
}

.products .arrow-left, .main__carousel .arrow-left {
  transform: rotate(180deg);
}

.products .arrow-right, .main__carousel .arrow-right {
  left: auto;
  right: 1vw;
}

.products.products--other--list .arrow-right {
  left: auto;
  right: 1vw;
}
.products .products__prod {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.products__prod__image {
  position: relative;
}
.products__prod__image--badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  background-color: #D28D99;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.1;
  border-radius: 14px;
  padding: 0.6rem 0;
}
.products__prod__image--badge.badge-right {
  top: 0;
  left: 60%;
}
.products__prod__image--badge .badge--big{
  font-size: 0.9rem;
}
.products__prod__image--badge .badge--percent{
  font-weight: 900;
  font-size: 1.4rem;
}
.main__carousel .products .products__prod, .main__carousel--mobile .products .products__prod {
  background-color: rgba(248, 230, 225, 0.61);
}
.products .products__prod .products__desc {
  position: absolute;
  top: 30%;
  left: 45%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* text-transform: uppercase; */
}
.products .products__prod .products_desc2{
  text-align: center;
  top: 50%;
}
.products_desc2 .products__desc--info {
  width: 70%;
  margin: 1rem 0;
  margin-left: 22%;
}
.products_desc2 .products__desc--txt {
  font-size: 0.75rem;
  padding: 0.15rem;
}
.products_desc2 .products__desc--info hr {
  border: 2px solid #A27E49;
  width: 50%;
  margin: 0.5rem auto;
}
.products .products__prod .products__desc--cta {  
  display: flex;
  width: 65%;
  margin-left: 25%;
  align-items: center;
  justify-content: center;
}

.products .products__prod .products__desc .products__desc--text{
  text-align: center;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 800;
  margin: auto;
  margin-left: 3rem;
  margin-bottom: 0.75rem;
  width: 80%;  
}

.products .products__prod .products__desc .products__desc--h2 {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
  margin-left: 4rem;
}

.products .products__prod .products__desc .h2--only{
  margin-bottom: 2rem;
  line-height: 1.5;
  font-size: 1.2rem;
}

.products .products__prod .products__desc .products__desc--list {
  font-size: 0.75rem;
  list-style-type: none;
  font-weight: 500;
  margin-bottom: 0.6rem;
  text-align: left;
  margin-left: 4rem;
}

.products .products__prod .products__desc .products__desc--list li {
  margin: 0.4rem 0;
  counter-increment: li;
}

.products .products__prod .products__desc .products__desc--list li::before {
  content: counter(li);
  color:#A27E49;
  font-weight: 900;
  display: inline-block;
  width: 1rem;
}

.products .products__prod .products__desc .products__desc--prize {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 0rem;
}

.products .products__prod .products__desc .products__desc--prize sup{
  vertical-align: super;
  font-size: 1rem;
}

.products .products__prod .products__desc .products__desc--disclaimer{
  text-align: center;
  font-size: 0.7rem;
  margin-top: 0.75rem;
  margin-left: 3rem;
}

.products .products__prod .products__details {
  position: absolute;
  padding: 0.75rem 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0,0,0,0.6);
}

.products .products__prod .products__badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges img {
  width: 25%;
  margin-bottom: 0.5rem;
}

.products .products__prod .products__badges p {
  width: 92%;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.4;
  text-align: center;
}

.products .products__prod .products__details .products__header{
  padding: 1.6% 0;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
}

.products .products__prod .products__details .products__txt {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  line-height: 1.2;
  font-size: 1.1rem;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
}

.products .products__prod .products__details .products__link, .products .products__prod .products__desc .products__link {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  /* padding: 0.5rem 3.6rem; */
  padding: 0.5rem 1.4rem;
  font-size: 0.8rem;  
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.products .products__prod .products__details .products__link:hover {
  color: #181818;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.4s ease 0s;
}

.products .products__slider--white-bg .products__prod .products__details {
 background: rgba(256,256,256,0.6);
}

.products .products__prod .products__details--white-bg {
  background: rgba(256,256,256,0.6);
}

.products .products__slider--white-bg .products__prod .products__details .products__txt {
 color: #181818;
}

.products .products__prod .products__details--white-bg .products__txt {
  color: #181818;
}

.products .products__slider--white-btn .products__prod .products__details .products__link {
  color: #181818;
  background-color: #ffffff;
}

.products .products__prod .products__details--white-btn .products__link {
  color: #181818;
  background-color: #ffffff;
}

.products .products__slider--white-btn .products__prod .products__details .products__link:hover {
  color: #ffffff;
  background: #181818;
  border-color: #181818;
}

.products .products__prod .products__details--white-btn .products__link:hover {
  color: #ffffff;
  background: #181818;
  border-color: #181818;
}

.products .products__slider--no-bg .products__prod .products__details {
  background: none;
}

.products .products__slider--no-bg .products__prod .products__details .products__txt {
  text-shadow: 0px 0px 30px #181818, 0px 0px 20px #181818, 0px 0px 20px #181818;
}

.products .products__prod .products__details--no-bg {
  background: none;
}

.products .products__prod .products__details--no-bg .products__txt {
  text-shadow: 0px 0px 30px #181818, 0px 0px 20px #181818, 0px 0px 20px #181818;
}

/* Wersja z ikonami i tytułem */

.products .products__prod .products__title {
  margin: 1rem;
  /* margin: 4rem; */
  /* font-size: 1.5rem; */
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}

.products .products__prod .products__title_header {
  font-size: 1.4rem;
  /* font-size: 1.8rem; */
  line-height: 1.8rem;
  text-transform: uppercase;
}

.products .products__prod .products__title_gradient {
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #cd3822 5.12%, #bbbf5f 95.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.products .products__prod .products__icons {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}

.products .products__prod .products__icons > div {
  display: inline-grid;
  width: 20%;
  text-align: center;
}

.products .products__prod .products__icons > div > img {
  width: 50%;
  margin: auto 25%;
}

.products .products__prod .products__icons > div > p {
  /* font-size: 0.7rem; */
  font-size: 0.6rem;
}

.products .products__prod .products__banner {
  display: block;
  width: 100%;
}

.products .products__prod .products__link2 {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: all 0.4s ease 0s;
}

.products .products__prod .products__link2:hover {
  color: #181818;
  background: #ffffff;
  border-color: #181818;
}


/* PRODUCTS WITH PRICES */
.products--other .products__prod{
  padding: 0 1rem;
}

.products--other .products__prod .products--other__details{
  text-align: center;
}

.products--other .products__prod .products--other__txt{
  font-size: 1rem;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.products--other .products__prod .products--other__txt2{
  font-size: 0.75rem;
  margin-bottom: 1rem;
  text-align: center;
}
.products--other .products__prod .products--other__prices{
  text-align: center;
}

.products--other .products__prod .products--other__prices .products--other__promotion-price{
  font-size: 2rem;
  color: #181818;
  font-weight:700;
}

.products--other .products__prod .products--other__prices .products--other__promotion-price sup {
  position: relative;
  top: -0.7rem;
  font-size: 1.1rem;
}
.products--other .products__prod .products--other__prices .products--other__regular-price {
  margin-left: 0.5rem;
  color: #636363;
  font-size: 0.9rem;
  text-decoration: line-through;
}

.products--other .products__prod .products__link {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: none;
  border-radius: 0.2rem;
  width: fit-content;
  /* width: 100%; */
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

.products--other .products__prod .prod-hr {
  text-align: center;
  width: 3rem;
  border-top: 3px solid;
  margin: 1rem auto;
}

.products--other .products__prod--gradient img {
  background: linear-gradient(131.14deg, #7F28C4 4.53%, #E2197C 70.61%, #E5231B 102.64%);
  padding: 1%;
}

.p1roducts--other .products__prod .products--other__badge {
  display: none;
  position: absolute;
  background: linear-gradient(131.14deg, #7F28C4 4.53%, #E2197C 70.61%, #E5231B 102.64%);
  left: 5%;
  top: 5%;
  width: 12rem;
  height: 3rem;
  font-weight: 700;
  font-size: 1rem;

  position: absolute;
  border-radius: 20px 0;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.products--other .products__prod .products--other__badge {
  display: flex;
}

.products--other .products__prod--gradient .products__link {
  background: linear-gradient(131.14deg, #7F28C4 4.53%, #E2197C 70.61%, #E5231B 102.64%);
}

/* PRODUCTS EXPAND */

.products-expand {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  width: 100%;

  padding: 0 5%;
  text-align: center;
}

.products-expand .products-expand__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5rem;
  margin-bottom: 3rem;
}

.products-expand .products__prod {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
}

.products-expand .products__prod img {
  width: 100%;
}

.products-expand .products-expand__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.products-expand .products-expand__image {
  flex-basis: 100%;
}

.products-expand .products-expand__hide {
  display: none;
}

.products-expand .products-expand__btn-more button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #181818;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* TITLE */
.title .title__h2 {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
}

.title .title__hr {
  border-bottom: 3px solid;
  width: 35vw;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.title .title__hr--right {
  margin-left: auto;
}

/* FOOTER */
.footer p {
  width: 90%;
  margin: 0.6rem auto ;
  color: #8A8A8A;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 300px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 500px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 700px) {
  html {
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 8px;
  }

  /* HERO */
  .hero__img {
    display: none;
  }
  
  .hero__img--desktop {
    display: block;
  }
  .main__carousel--mobile {
    display: none;
  }
  .main__carousel {
    display: block;
  }

  .hero__text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero__h1 {    
    font-size: 2rem;
    line-height: 1;
  }
  
  .hero__h1--left {
    text-align: left;
    padding-top: 2rem;
    margin-left: 50%;
    width: 50%;
  }
  .hero__h1--left img {
    margin-top: -10%;
    margin-left: -5%;
    width: 100%;
  }
  
  .hero__h1--right {
    text-align: right;
    margin-right: 5%;
  }

  .hero__title {
    font-size: 2.4rem;
    line-height: 1.2;    
  }
  .hero__title span {
    font-size: 2.6rem;
    font-weight: 700;
  }
  .hero__title--sup{
    margin-top: 0.8rem;
    font-size: 1.5rem;
  }

  /* Main text */
  .main-desc {
    padding: 0% 10%;
    text-align: center;
  }

  .main-desc__h2{
    font-size: 2.2rem;
  }

  .main-desc__h3{
    font-size: 1.4rem;
  }

  .main-desc__text {
    font-size: 2rem;
  }

  .main-desc__text2 {
    font-size: 1.3rem;
  }

  .main-desc__logo {
    width: 10vw;
  }
  /* Sekcje produktowe */
  .product_sections {
    margin: 1rem 7rem;
    padding: 3.75rem;
  }
  .product_sections_badge {
    top: 0;
    width: auto;
  }
  .product_sections_badge-info {
    padding: 1.825rem 0.938rem;
    background-color: #B51742;
    color: #fff;
  }
  .product_sections_badge-txt {
    font-size: 1.3rem;
  }
  .product_sections_badge-span {
    font-size: 2.4rem;
  }
  .product_sections_badge-span sup {
    font-size: 1.6rem;
  }
  .product_sections_badge-img {
    width: 12rem;
  }

  .product_section_header {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .product_section_header-img {
    /* width: 7%; */
    width: 7rem;
  }
  .product_section_header-h1 {
    font-size: 1.8rem;
  }
  .product_section_header-txt {
    font-size: 1.2rem;
  }
  .product_mobile-carousel {
    display: flex;
    overflow: hidden;
  }
  .product_section_pictures {
    display: flex;
    flex-direction: row;
    align-items: flex-start;    
    gap: 1.25rem;    
    margin-bottom: 1rem;    
  }
  .product_section_picture {
    display: block;
    flex: 0 0 auto;
    width: calc(100%/3);
  }
  .carousel-item:not(.active) {
    visibility: hidden;
  }
  .carousel_buttons {
    display: none;
  }
  .product_section_picture_caption {
    height: 7.5rem;
    padding: 0.938rem 1.875rem;
  }
  .product_section_picture_caption-h1 {
    font-size: 1.65rem;
  }
  .product_section_picture_caption-txt {
    font-size: 0.813rem;
    width: 85%;
  }
  .product_section_features-two {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .product_section_features {
    background-image: url(../images/common/time_line.png);
    background-repeat: no-repeat;
    /* background-position-y: center; */
    background-position-y: 20%;
    background-size: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
    margin-bottom: 1rem;
  }
  .product_section_features .feature {
    width: calc(100%/6);
    text-align: center;
  }
  .product_section_features-two {
    flex-direction: row;
    gap: 2rem;
  }
  .product_section_features-two .product_section_features {
    width: 50%;
    gap: 1rem;
  }
  .product_section_features-two .product_section_features .feature {
    width: calc(100%/3);
  }
  .products__prod_shades-badge {
    position: absolute;
    width: 85%!important;
    top: 15%;
    z-index: 2;
    left: -70%;
  }






  /* Baner */
  .banner {
    background-image: url('../images/common/banner.jpg');
    background-position-x: 0;
    width: calc(0.9 * 100vw);
    height: calc(0.9 * 28.7vw);
  }
  .newsletter {
    background-image: url('../images/desktop/newsletter.jpg');
  }
  .newsletter--img {
    display: none;
  }
  .banner__content {
    height: 100%;
    min-height: unset;
    padding: 5%;
    justify-content: center;
  }
  .newsletter .banner__content {
    margin-left: 30vw;
    width: 70%;
  }
  .banner__h2 {
    font-size: 2.6rem;
    margin-top: 4rem;
    line-height: 1.2;
  }
  .banner__club{
    display: block;
  }
  .banner__club--mobile {
    display: none;
  }
  .banner__club .banner__h2{
    font-size: 2.6rem;
  }
  .banner__p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .banner__btn {
    font-size: 1rem;
    padding: 0.5rem 2rem;
    border-radius: 0.2rem;
  }

  .banner__btn:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
  }

  /* VIDEO */
  .video {
    width: calc(0.75 * 100vw);
  }

  /* PRODUCTS */
  .products .arrow-container {
    display: none;
  }

  .products .arrow-container {
    width: 5vw;
    height: 5vw;
    bottom: 3%;
  }
 .products.products--other--list .arrow-container {
    width: 3vw;
    height: 3vw;
    bottom: 45%;
  }
  .products .products__slider {
    justify-content: space-evenly;
    flex-wrap: wrap;
    min-width: 90%;
  }
  
  .products .products__prod {
    width: 50%;
    height: auto;
    /* margin-left: 0.5%;
    margin-right: 0.5%; */
  }
  .products__prod__image--badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    background-color: #D28D99;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.2;
    border-radius: 14px;
    padding: 0.8rem 0;
  }
  .products__prod__image--badge.badge-right {
    top: 0;
    left: 60%;
  }
  .products__prod__image--badge .badge--big{
    font-size: 1.15rem;
  }
  .products__prod__image--badge .badge--percent{
    font-weight: 900;
    font-size: 2rem;
  }
  .products .products__prod .products_desc2 {
    text-align: left;
    top: 50%;
    width: 90%;
    left: 50%;
  }
  .products_desc2 .products__desc--info {
    width: 70%;
    margin: 2rem 0;
    margin-left: 15%;
    text-align: center;
  }
  .products_desc2 .products__desc--txt {
    font-size: 1.4rem;
    padding: 0.4rem;
  }
  .products_desc2 .products__desc--info hr {
    border: 2px solid #A27E49;
    width: 65%;
    margin: 1.5rem auto;
  }
  .products .products__prod .products__desc--cta {    
    width: 90%;
    margin-left: 10%;
    column-gap: 2rem;
  }

  .products .products__prod .products__details {
    padding: 1.6rem 0;
  }
  .products .products__prod .products__details .products__header{
    padding: 1.6% 0;
    font-size: 2.5rem;
  }
  
  .products .products__prod .products__details .products__txt {
    line-height: 1.3;
    font-size: 1.8rem;
  }
  .products .products__prod .products__desc .products__link {
    padding: 0.7rem 5rem;
    font-size: 1.8rem;
  }

  .products .products__prod .products__badges {
    padding: 0.5rem 1rem;
  }
  
  .products .products__prod .products__badges > div {
    flex-direction: row;
    width: 32%;
  }
  
  .products .products__prod .products__badges img {
    width: 15%;
  }
  
  .products .products__prod .products__badges p {
    width: 80%;
    font-size: 0.8rem;
    text-align: left;
  }
  
  .products .products__slider--3prod .products__prod {
    width: 32%;
    margin-left: 0.66%;
    margin-right: 0.66%;
  }
  /* Dwie kolumny produktów z opisem i zdj */

  .products .products__prod .products__desc .products__desc--text{
    line-height: 1.3;
    font-size: 1.45rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  
  .products .products__prod .products__desc .products__desc--h2 {
    font-size: 1.85rem;
    margin-bottom: 2rem;
  }

  .products .products__prod .products__desc .h2--only {
    font-size: 1.8rem;
    margin-bottom: 7rem;
  }

  .products .products__prod .products__desc .products__desc--list {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }
  .products .products__prod .products__desc .products__desc--list li {   
    margin: 0.75rem 0;
  }
  .products .products__prod .products__desc .products__desc--list li::before {   
    width: 2rem;
  }

  .products .products__prod .products__desc .products__desc--prize {
    font-size: 5rem;
  }
  
  .products .products__prod .products__desc .products__desc--prize sup{
    vertical-align: super;
    font-size: 2.6rem;
  }  

  .products .products__prod .products__desc .products__desc--disclaimer{    
    font-size: 1.2rem;
  }

  /* Wersja z ikonami i tytułem */
  
  .products .products__prod .products__title {
    margin: 4rem;
    font-size: 1.5rem;
  }
  
  .products .products__prod .products__title_header {
    font-size: 1.8rem;
  }
  
  .products .products__prod .products__icons > div > p {
    font-size: 0.7rem;
  }

  /* PRODUCTS OTHER */
  .products--other .products__prod {
    width: 25%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding: 0;
  }
  .section-5  .products--other .products__prod {
    width: 98%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding: 0;
  }
  .products--other .products__prod .products--other__txt2{
    font-size: 0.9rem;
  }
  .products--other2 .products__slider, .products--other--list .products__slider{
    flex-wrap: nowrap;
    overflow: hidden;
  }

  /* PRODUCTS EXPAND */
  .products-expand {
    padding: 0 5%;
  }

  .products-expand .products__prod {
    flex-basis: 32%;
  }

  .products-expand .products__prod img {
    width: 50%;
    margin-right: 2rem;
  }

  .products-expand .products-expand__image img {
    width: 100%;
  }

}

@media screen and (min-width: 1000px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1800px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }

  .wrapper {
    /* width: 1920px; */
    margin: auto;
  }

  .main-desc__logo {
    width: calc(0.1 * 1920px);
    margin: 2rem auto;
  }

  .title .title__hr {
    width: calc(0.35 * 1920px);
  }
  
  .banner {
    width: calc(0.9 * 1920px);
    height: calc(0.9 * 0.287 * 1920px);
  }
}
/* NEWSLETER FORM */
/* DESKTOP */
  /* Formularz */
  #newsletter-page form {
    width: 100%;
    height: auto;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; */
}

/* INPUTS */
#newsletter-page .exe-input {
    width: 40%;
    margin: 0 auto;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    font-family: 'Lato', sans-serif;
    padding: 1.168vw 0.4745vw 0 0.4745vw; /* 16px 6.5px 0 6.5px */
}
#newsletter-page .exe-input input,
#newsletter-page .exe-input label,
#newsletter-page .exe-input span {
    transition: 0.3s ease-out;
}
#newsletter-page .exe-input input {
   border: none;
   border-bottom: 2px solid #000;
    margin: 0 -0.4745vw; /* 0 -6.5*/
    padding:  0.438vw 0.4745vw 0.438vw 0.4745vw; /* 0 6.5 6 6.5 */
    line-height: 1.314vw; /* 18px */
    font-size: 1.022vw; /* 14px */
    background: transparent;
}

#newsletter-page .exe-input label {
    position: absolute;
    top: 1.752vw;  /* 24px */
    color: #000;
    line-height: 0.949vw; /* 13px */
    font-size: 1.022vw; /* 14px */
}

#newsletter-page .exe-input span {
    color: #000;
    line-height: 0.949vw; /* 13px */
    font-size: 0.73vw;  /* 10px */
    opacity: 0;
}

#newsletter-page .exe-input input.filled + label,
#newsletter-page .exe-input input:focus + label {
    top: 0;
    text-transform: uppercase;
    font-size: 0.73vw;  /* 10px */
}

#newsletter-page .exe-input input:focus {
    border-color: #000;
}

#newsletter-page .exe-input input:focus + label {
    color: #000;
}

#newsletter-page .exe-input input.invalid {
    border-color: #000;
    background: transparent;
}

#newsletter-page .exe-input input.invalid ~ span {
    opacity: 1;
}

#newsletter-page .exe-input input.invalid + label {
    color: #000;
}


/* CHECKBOX */
#newsletter-page .exe-agreement {
    position: relative;
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;

    background-color: transparent;
    opacity: 1;

    margin-top: 0.2vw; /* 20px */
    margin-bottom: 0.4vw; /* 20px */
}

#newsletter-page .exe-agreement input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#newsletter-page .exe-agreement label.exe-checkbox-label {
    width: calc(100% - 2vw);
    text-align: left;
    color: #000;
    font: normal normal normal 0.624vw/0.832vw Lato; /* 12px/16px */
    opacity: 1;
}

#newsletter-page .exe-agreement label.exe-checkbox-label .exe-a-link {
    text-decoration: underline;
    color: #000;
}

#newsletter-page .exe-agreement span {
    width: calc(100% - 2vw);
    margin-left: 2vw;
    line-height: 1.04vw;
    font-size: 0.624vw;
    color: #000;
    opacity: 0;
    transition: 0.3s ease-out;
}

#newsletter-page .exe-agreement input.invalid ~ span {
    opacity: 1;
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap {
    position: relative;
    width: 1.314vw; /* 18px */
    height: 1.314vw /* 18px */
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked,
#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-unchecked {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.314vw; /* 18px */
    height: 1.314vw /* 18px */
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked {
    opacity: 0;
    transition: 0.3s ease-out;
    z-index: 2;
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked.visible {
    opacity: 1;
}

/* SUBMIT BUTTON */
#newsletter-page .exe-btn-form-send {
    /* margin:0 auto;
    padding: 1.04vw 2.08vw; /* 20px 40px */
    background: #000;
    border-radius: 3px; /* 4px */
    opacity: 1;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    display: inline-flex;
    /* margin-top: 1.5rem; */
}

#newsletter-page .exe-btn-form-send:hover {
    background: transparent;
    color: #000;
    border-color: transparent;
}
/* MOBILE */
@media only screen and (max-width: 767px) {
.newsletter .banner__h2, .newsletter .main-desc__text {
  color: #000;
}
/* Formularz */
#newsletter-page form {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* INPUTS */
#newsletter-page .exe-input {
    position: relative;
    width:100%;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    padding: 4.072vw 1.65425vw 0 1.65425vw; /* 16px 6.5px 0 6.5px */
}

#newsletter-page .exe-input input,
#newsletter-page .exe-input label,
#newsletter-page .exe-input span {
    transition: 0.3s ease-out;
}

#newsletter-page .exe-input input {
  border: none;
  border-bottom: 2px solid #000;
    margin: 0 -1.65425vw; /* 0 -6.5*/
    padding:  1.2725vw 1.65425vw; /* 5 6.5 */
    line-height: 4.8355vw; /* 19px */
    font-size: 4.072vw; /* 16px */
    background: transparent;
}

#newsletter-page .exe-input label {
    position: absolute;
    top: 5.599vw;  /* 22px */
    color: #000;
    line-height: 4.8355vw; /* 19px */
    font-size: 3.7vw; /* 4.072vw;  16px */
}

#newsletter-page .exe-input span {
    color: #000;
    line-height: 3.3085vw; /* 13px */
    font-size: 2.545vw;  /* 10px */
    opacity: 0;
}

#newsletter-page .exe-input input.filled + label,
#newsletter-page .exe-input input:focus + label {
    top: 0;
    text-transform: uppercase;
    font-size: 2.545vw;  /* 10px */
}

#newsletter-page .exe-input input:focus {
    border-color: #000;
}

#newsletter-page .exe-input input:focus + label {
    color: #000;
}

#newsletter-page .exe-input input.invalid {
    border-color: #000;
    background: transparent;
}

#newsletter-page .exe-input input.invalid ~ span {
    opacity: 1;
}

#newsletter-page .exe-input input.invalid + label {
    color: #000;
}

/* CHECKBOX */
#newsletter-page .exe-agreement {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: transparent;
    opacity: 1;
    margin-top: 5.54vw; /* 20px */
    margin-bottom: 0; /* 20px */
}

#newsletter-page .exe-agreement input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#newsletter-page .exe-agreement label.exe-checkbox-label {
    width: calc(100% - 8vw);
    text-align: left;
    color: #000;
    font: normal normal normal 3.324vw/4.432vw Montserrat; /* 12px/16px */
    opacity: 1;
}

#newsletter-page .exe-agreement label.exe-checkbox-label .exe-a-link {
    text-decoration: underline;
    color: #000;
}

#newsletter-page .exe-agreement span {
    width: calc(100% - 8vw);
    margin-left: 8vw;
    line-height: 4.432vw;
    font-size: 3.324vw;
    color: #000;
    opacity: 0;
    transition: 0.3s ease-out;
}

#newsletter-page .exe-agreement input.invalid ~ span {
    opacity: 1;
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap {
    position: relative;
    width: 5.54vw; /* 20px */
    height: 5.54vw /* 20px */
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked,
#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-unchecked {
    position: absolute;
    top: 0;
    left: 0;
    width: 5.54vw; /* 20px */
    height: 5.54vw /* 20px */
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked {
    opacity: 0;
    transition: 0.3s ease-out;
    z-index: 2;
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked.visible {
    opacity: 1;
}


/* SUBMIT BUTTON */
#newsletter-page .exe-btn-form-send {
    margin:0 auto;
    padding: 0.5rem 1.5rem; /* 20px 40px */

    background: #000;
    border-radius: 1.108vw; /* 4px */
    opacity: 1;

    text-align: center;
    color: #fff;
    font: normal normal bold 3.878vw/5.54vw Lato; /* 14px/20px */

    cursor: pointer;
    margin-top: 1.5rem;
}

#newsletter-page .exe-btn-form-send:hover {
    background: #000;
}
}