/* 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;
  width: 100%;
}
body {
  margin: 0;
  font-weight: 400;
  text-align: center;
}
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; */
  margin: 2rem auto;
}
.section-margin {
  margin: 2rem auto;
  width: 100%;
}
.badge {
  text-transform: uppercase;
  font-weight: 800;
  background-color: #000;
  color: #fff;
  padding: 0.6rem;
  letter-spacing: 1px;
}
/* HERO */
.hero {
  margin: 0;
  position: relative;
}
.hero img {
  width: 100%;
}
.hero__img-m {
  display: block;
}
.hero__img-d {
  display: none;
}
.hero .badge {
  position: absolute;
  top: 0;
  left: 0;
}
.hero .hero__text{
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 5%;
}
.hero .hero__text .hero__text-p1 {
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  width: 60%;
  font-size: clamp(0.65rem, 1.15rem, 1.25rem);
}
.hero .hero__text .hero__text-p1.text-p1-big {
  font-weight: 800;
  font-size: clamp(1rem, 1.3rem, 1.6rem);
}

/* Section 1 */
.product-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-card img {
  width: 100%;
}
.product-card__first {

}
.product-card__second {
  position: relative;
}
.product-card__info {
  position: absolute;
  top: 8%;
  /* width: 100%; */
  right: 16vw;
  text-align: right;
}
.product-card__info .product-card__info--txt {
  text-transform: uppercase;
  line-height: 1.15;
  padding: 0 0.6rem;
  margin-bottom: 1rem;
  font-size: clamp(0.85rem, 1rem, 1.4rem);
}
.product-card__info .product-card__info--special {
  text-transform: uppercase;
  font-size: clamp(0.5rem, 0.85rem, 2.4rem);
}
.product-card__info .product-card__info--special span{
  background-color: #E90D30;
  color: #fff;  
  padding: 0.4rem 0.6rem;
}
.product-card__info--prizes {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.3rem;
  margin: 1rem 1rem 0 0;
}
.product-card__info--prizes p {
  display: block;
}
.product-card__info .product-card__info--prize {
  font-size: clamp(0.5rem, 1.6rem, 1.8rem);
  font-weight: 800;
  /* margin: 2rem 0 1.5rem 0; */
}
.product-card__info--prize--cross {
  position: relative;
  font-size: clamp(0.85rem, 0.95rem, 1.4rem);
  font-weight: 700;  
}
.product-card__info--prize--cross::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.2rem;
  height: 1px;
  background-color: #000;
  transform: rotate(-25deg);
}
.product-card__info .product-card__info--prizes sup{
  vertical-align: super;
}
.product-card__info--prizes .product-card__info--prize .prize-sup{
  font-size: clamp(0.75rem, 1rem, 1.2rem);
}
.product-card__info .products__link {
  font-size: clamp(0.65rem, 0.8rem, 1.2rem);
  padding: 0.5rem 1rem;
  margin-right: 0.6rem;
}
.product-card__info .product-card__info--disclimer {
  font-size: clamp(0.5rem, 0.6rem, 1rem);
  margin: 1rem 0.6rem 0 1.2rem;
}
/* Product Details */
.product-details {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.product-details img {
  width: 100%;
}
.product-details__info {
  position: relative;
  /* width: 49%; */
}
.product-details__info img {
  /* width: 100%; */
}
.product-details__txt {
  position: absolute;
  top: 10%;
  width: 40%;
  color: #fff;
  text-align: left;
  padding-left: 0.8rem;
  line-height: 1.2;
  font-size: clamp(0.75rem, 0.9rem, 1.2rem);
}
.product-details__txt span {
  text-transform: uppercase;
  font-weight: 700;
}
/* PRODUCTS */

.products {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 90%;
}

.products img, .main__carousel img {
  width: 100%;
  height: auto;
}

.products p {
  margin: 0;
}

.products .products__slider {
  min-width: 100%;
  display: flex;
  flex-shrink: 0;
  transition: transform 0.5s;
}

.products .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%;
}

.products .arrow-container {
  left: 1vw;
}

.products .arrow-left {
  transform: rotate(180deg);
}
.products .arrow-right {
  left: auto;
  right: 1vw;
}

.products .products__prod {
  position: relative;
  width: 50%;
  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: 20%;
  width: 25%;
  background-color: #c23038;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.1;
  padding: 0.4rem 0;
  font-weight: 600;
}
.products__details {
  text-align: center;
    line-height: 1.2;
}
.products__details .products__title {
  font-size: clamp(0.75rem, 1.2rem, 2rem);
  font-weight: 600;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.products__details .products__txt {
  font-size: clamp(0.8rem, 1rem, 2rem);
}
.products__prices {
  text-align: center;
}
.products__prices .products__promotion-price {
  font-size: clamp(1.4rem, 2.5rem, 2.8rem);
  color: #181818;
  font-weight: 700;
}
.products__prices .products__promotion-price sup {
  position: relative;
  top: -0.7rem;
  font-size: clamp(1.2rem, 1.5rem, 2.6rem);
}
.products__link {
  display: inline-block;
  font-weight: 600;
  font-size: clamp(0.85rem, 1.2rem, 1.6rem);
  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;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 2rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  cursor: pointer;
}
.banner {
  background-color: #E51C2F;
  color: #fff;
  padding: 4rem 2rem 2rem 2rem;
}
.banner__content .banner__text {
  display: contents;
  margin-bottom: unset;
}

.banner__text .banner__h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1.4rem;
  text-align: center;
}
.banner__text .main-desc__text {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
}
.newsletter img {
  display: none;
}



@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) {

/* ALL */
html {
  font-size: 8px;
}
h1, h2 {
  font-size: clamp(1rem, 1.8rem, 2.2rem);
}
.section-margin {
  width: 90%;
}
.hero__img-m {
  display: none;
}
.hero__img-d {
  display: block;
}
.hero .badge {
  font-size: clamp(0.85rem, 1.15rem, 1.4rem);
  left: 17%;
}
.hero .hero__text{
  left: 17%;
}
.hero .hero__text .hero__text-p1 {
  font-size: clamp(1.85rem, 2.25rem, 3rem);
  width: 100%;
}
.hero .hero__text .hero__text-p1.text-p1-big {
  font-size: clamp(2rem, 3.25rem, 4rem);
}

.product-card {
  flex-direction: row;
  justify-content: space-between;
  background-color: #F3F3F3;
}
.product-card__info {
  top: 12%;
  right: 7.1vw;
  width: 110%;
}
.product-card__info .product-card__info--txt {
  font-size: clamp(1.85rem, 2.25rem, 2.8rem);
  margin-bottom: 2.4rem;
}
.product-card__info .product-card__info--special {
  font-size: clamp(1.5rem, 1.75rem, 2.4rem);
  padding: 0;
}
.product-card__info--prizes {
  margin: 2rem 0 0.4rem 0;
  gap: 0.75rem;
}
.product-card__info .product-card__info--prize {
  font-size: clamp(2.85rem, 4.5rem, 5.4rem);
  margin-right: 1rem;
}
.product-card__info--prize--cross {
  font-size: clamp(0.85rem, 2.75rem, 3.4rem);
  margin-top: 10px;
}
.product-card__info--prize--cross::before {
  top: 50%;
  width: 5.4rem;
  height: 2.6px;
}
.product-card__info--prizes .product-card__info--prize .prize-sup{
  font-size: clamp(1.85rem, 2.5rem, 3rem);
}
.product-card__info--prizes .product-card__info--prize--cross .prize--cross-sup{
  font-size: clamp(1rem, 1.5rem, 2rem);
}
.product-card__info .products__link {
  font-size: clamp(0.85rem, 1.4rem, 2.4rem);
  padding: 0.7rem 2rem;
}
.product-card__info .product-card__info--disclimer {
  font-size: clamp(0.65rem, 0.85rem, 1.2rem);
}
.product-details {
  flex-direction: row;
  gap: 0;
}
.product-details__txt {
  top: 17%;
  width: 40%;
  font-size: clamp(0.85rem, 1.75rem, 3.4rem);
  padding: 0 1.8rem;
}

.products .arrow-container {
  width: 2.5vw;
  height: 2.5vw;
  bottom: 45%;
  display: none!important;
}
.products .products__slider {
    /* justify-content: flex-start;
    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 {
    font-size: clamp(0.85rem, 1rem, 1.4rem);
    line-height: 1.2;
  }
  .products__details {

  }
  .products__details .products__title {
    font-size: clamp(1rem, 1.25rem, 2rem);
  }
  .products__details .products__txt {
    font-size: clamp(0.75rem, 0.95rem, 1.2rem);
  }
  .products__prices .products__promotion-price {
    font-size: clamp(1.85rem, 2.5rem, 2.8rem);
  }
  .products__prices .products__promotion-price sup {
    font-size: clamp(0.75rem, 1.25rem, 1.2rem);
    top: -0.9rem;
  }
  .products .products__prod .products__link {
    font-size: clamp(0.75rem, 0.95rem, 1.2rem);
  }
.newsletter {
  position: relative;
  color: #fff;
}
.newsletter img {
  width: 100%;
  display: block;
}
.newsletter .banner__content{
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.banner {
  background-color: transparent;
}
.banner__text .banner__h2 {
  display: block;
  font-size: clamp(1.8rem, 2.75rem, 3rem);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1.4rem;
  text-align: center;
}
.banner__text .main-desc__text {
  font-size: clamp(1.4rem, 1.75rem, 2rem);
}
}

@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;
  }
}

/* >>>>>   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: 35%;
      margin: 0 auto;
      display: inline-flex;
      flex-direction: column;
      position: relative;
      font-family: 'Montserrat', sans-serif;
      padding: 1rem; /* 16px 6.5px 0 6.5px */
      align-items: flex-start;
  }
  #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 #fff;
    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.5vw; /* 14px */
    background: transparent;
    width: 98%
  }
  
  #newsletter-page .exe-input label {
      position: absolute;
      top: 1.752vw;  /* 24px */
      /* color: #7b8283; */
      line-height: 0.949vw; /* 13px */
      font-size: 1.022vw; /* 14px */
  }
  
  #newsletter-page .exe-input span {
      /* color: #851168; */
      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: #fff;
  }
  
  #newsletter-page .exe-input input:focus + label {
      color: #fff;
  }
  
  #newsletter-page .exe-input input.invalid {
      /* border-color: #851168; */
      background: transparent;
  }
  
  #newsletter-page .exe-input input.invalid ~ span {
      opacity: 1;
  }
  
  #newsletter-page .exe-input input.invalid + label {
      /* color: #851168; */
  }
  
  /* CHECKBOX */

  #newsletter-page .exe-agreement {
    position: relative;
    width: fit-content;
    height: auto;  
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;  
    background-color: transparent;
    opacity: 1;  
    margin: 0;;
    margin-left: 2.8vw;
  } 
  #newsletter-page .exe-agreement #consent {
    align-items: center;
  }
  
  #newsletter-page .exe-agreement input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-label {
      width: calc(100% - 2vw);
  
      /* white-space: pre-wrap; */
  
      text-align: left;
      /* color: #747A7B; */
      font: normal normal normal 0.624vw/0.832vw Montserrat; /* 12px/16px */
      opacity: 1;
      line-height: 2;
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-label .exe-a-link {
      text-decoration: underline;
      color: #fff;
  }
  
  #newsletter-page .exe-agreement span {
      width: calc(100% - 2vw);
      margin-left: 2vw;
  
      line-height: 1.04vw;
      font-size: 0.624vw;
      /* color: #851168; */
      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: #fff;
      opacity: 1;
      text-align: center;
      color: #000;
      border: none;
      border-radius: 0.2rem;
      font-family: 'Lato', sans-serif;
      font-size: clamp(1rem, 1.25rem, 2rem);
      /* margin: 1rem 1.75rem; */
      /* font: normal normal bold 0.728vw/1.04vw Montserrat; 14px/20px */
      cursor: pointer;
      display: inline-flex;
      margin-top: 1.5rem;
      font-weight: 600;
  }
  
  #newsletter-page .exe-btn-form-send:hover {
      background: #212529;
  }
  
  
/* MOBILE */

@media only screen and (max-width: 479px) {
  
  /* 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: 'Lato', sans-serif;
    padding: 4.072vw 1.65425vw 0 1.65425vw; /* 16px 6.5px 0 6.5px */
    align-items: center;
  }

  #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 #fff;
      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: #7b8283; */
      line-height: 4.8355vw; /* 19px */
      font-size: 3.7vw; /* 4.072vw;  16px */
  }
  
  #newsletter-page .exe-input span {
      /* color: #851168; */
      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: #fff;
  }
  
  #newsletter-page .exe-input input:focus + label {
      color: #fff;
  }

  #newsletter-page .exe-input input.invalid {
      /* border-color: #851168; */
      background: transparent;
  }

  #newsletter-page .exe-input input.invalid ~ span {
      opacity: 1;
  }

  #newsletter-page .exe-input input.invalid + label {
      /* color: #851168; */
  }

  /* 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: 5.54vw; /* 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);
      /* white-space: pre-wrap; */
      text-align: left;
      /* color: #747A7B; */
      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: #747A7B; */
  }

  #newsletter-page .exe-agreement span {
      width: calc(100% - 8vw);
      margin-left: 8vw;

      line-height: 4.432vw;
      font-size: 3.324vw;
      /* color: #851168; */
      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: 5.54vw 11.08vw; 20px 40px */
      background: #fff;
      border-radius: 0.3rem; /* 4px */
      opacity: 1;
      text-align: center;
      color: #000;
      font: normal normal bold 3.878vw/5.54vw Montserrat; /* 14px/20px */
      cursor: pointer;
      margin-top: 1.5rem;
      font-size: 0.8rem;
      padding: 0.75rem 1rem;
  }

  #newsletter-page .exe-btn-form-send:hover {
      background: #fff;
  }
}