/* 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: 800;
}
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: 2rem auto;
}
.section-margin {
  margin: 2rem auto;
  width: 100%;
}

.wrapper {
  background-color: #250000;
  color: #ffffff;
}
/* ### Loteria ### */
.hero {
  margin: 0;
  position: relative;
}
.hero img {
  /* margin-top: -5vh; */
  width: 100%;
}
.hero .hero__text{
  position: absolute;
  top: 3%;
}
.hero .hero__text .hero__text-p1 {
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: clamp(1rem, 1.1rem, 2.6rem);
}
.hero .hero__text .hero__text-p1.text-p1-big {
  font-weight: 700;
  color: #CCA556;
  font-size: clamp(1.16rem, 1.3rem, 2.6rem);
  letter-spacing: normal;
}
/* Rules */
.rules-section {
  /* margin-top: -15vh; */
}
.rules__header {
  text-transform: uppercase;
  color: #CCA556;
  font-weight: 700;
  font-size: clamp(1.6rem, 2rem, 2.8rem);
}
.rules {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-top: 3rem;
  justify-content: center;
}
.rules__rule {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  gap: 1rem;
}
.rules__rule--number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #CCA556;
  font-weight: 800;
  border-radius: 50%;
  padding: 1rem 1.4rem;
  font-size: clamp(1.6rem, 1.8rem, 2.8rem);
}
.rules__rule--info {
  font-size: clamp(0.85rem, 0.85rem, 1.8rem);
  line-height: 1.1;
}
.rules__scroll {
  position: absolute;
  right: 5%;
  bottom: 37%;
  display: none;
}
.rules__scroll::after {
  content: " ";
  width: 40px;
  border: 3px solid white;
  background: white;
  position: absolute;
  bottom: -1.8rem;
  right: 36%;
  transform: rotate(-35deg);
  opacity: 0.9;
  border-radius: 10px;
}
.rules__scroll::before {
  content: " ";
  width: 40px;
  border: 3px solid white;
  background: white;
  position: absolute;
  bottom: -1.8rem;
  left: 36%;
  transform: rotate(35deg);
  opacity: 0.9;
  border-radius: 10px;
}
.rules__scroll a{
  color: #CCA556;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  /* font-size: clamp(1rem, 1.4rem, 3.8rem); */
}
.buttons-section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 5vw;
  padding: 2rem 0;
  margin-top: -10%;
  position: relative;
  z-index: 1;
}
.buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
}
.buttons__p {
  text-transform: uppercase;
  font-weight: 700;
}

.buttons .buttons__cta {
  background-color: #ffffff;
  color: #181818;
  padding: 0.4rem 1.6rem;
  font-size: clamp(1rem, 1.1rem, 1.8rem);
}
.statute-info {
  width: 80%;
  margin: auto;
  line-height: 1.2;
}
.statute-section .statute__cta {
  margin-top: 1rem;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-size: clamp(1rem, 1.2rem, 1.8rem);
}
.statute-info {
  font-size: clamp(0.75rem, 0.95rem, 1.8rem);
}
/* HERO */


.hero__img-m {
  display: block;
}
.hero__img-d {
  display: none;
}
.hero .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  padding: 0.45rem 0.75rem;
  font-size: clamp(0.5rem, 0.75rem, 1rem);
}
.link__btn {
  display: inline-block;
  font-weight: 600;
  font-size: clamp(0.85rem, 1.3rem, 1.4rem);
  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.4rem 1.6rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  cursor: pointer;
}

.main-desc .main-desc__h2{
  text-transform: uppercase;
  color: #CCA556;
  font-size: clamp(1.6rem, 2rem, 2.8rem);
}
/* main-dsc */
.main-dsc {

}

.main-dsc .main-dsc__header1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(1rem, 1.75rem, 2rem);
}
.main-dsc__txt {
  line-height: 1.2;
  font-size: clamp(1rem, 1.4rem, 2rem);
  width: 80%;
  
  margin: auto;
}
.header1-color{
  color: #FDBC2E;
  text-shadow: 0.13rem 0.13rem 0px #000000;
  margin-top: 1rem;
}

/* Section with produtcs */
.step {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 22% 78%;
  row-gap: 1rem;
  padding: 8vw 4vw;
}
.step__img {
  display: none;
}
.step__img img {
  width: 70%;
}
.step__header {
  text-align: center;
}
.step__header .step__header-h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  text-shadow: 0.183rem 0.183rem 0px #000000;
  font-size: clamp(1rem, 2.15rem, 4rem);
}
.step__header div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 1rem;
  gap: 0.45vw;
}
.step__header div img {
  margin-top: 0;
  width: 17%;
}
.step__header-info {
  font-size: clamp(1rem, 1rem, 4rem);
  line-height: 1.2;
}
.step__header-info span {
  font-weight: 800;
  text-transform: uppercase;
}
.step__products {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.step__products-carousel {
  margin-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 300%;
  transition: transform 1s ease-in-out;
}
.step__products .step__product-img { 
  width: 75%;
}
.step__products--disclaimer {
  color: #68686d;
  font-weight: 600;
  text-align: center;
  margin-top: 4vw;
  font-size: clamp(0.6rem, 0.75rem, 1rem);
}
.step__product {
  width: 100%;
  flex: 0 0 calc(100%/3);
  padding-top: 1rem;
}

.footer p {
  text-align: left;
  margin-left: 2vw;
  color: #68686d;
  font-size: clamp(0.75rem, 0.85rem, 1.2rem);
}
.arrow-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 30%;
}
.arrow-container img {
  width: 80%;
}
.arrow-left{
  transform: rotate(-180deg);
  left: -3vw;
}
.arrow-right {
  right: -3vw;
}
/* OLD */

.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%;
  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-end;
  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: #ffffff;
  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.1rem, 1.4rem);
  color: #1b1b1b;
  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: #ffffff;
  border: none;
  border-radius: 0.2rem;
  width: fit-content;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4rem 1.6rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  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;
}
/* 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%;
}


@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 {
  margin-top: -2vh;
}
.hero__img-m {
  display: none;
}
.hero__img-d {
  display: block;
}
.hero .hero__text{
  left: 50%;
  top: 5%;
  transform: translatex(-50%);
}
.hero .hero__text .hero__text-p1 {
  font-size: clamp(1rem, 1.7rem, 2.4rem);
}
.hero .hero__text .hero__text-p1.text-p1-big {
  font-size: clamp(2.6rem, 4.5rem, 4.8rem);
}
.main-desc .main-desc__h2{
  font-size: clamp(2rem, 2.6rem, 2.8rem);
}
/* Rules */
.rules__header {
  font-size: clamp(2rem, 2.6rem, 2.8rem);
}
.rules {
  flex-direction: row;
}
.rules__rule {
  align-items: center;
  justify-content: center;
  width: 20%;
  gap: 1rem;
}
.rules__rule--number {
  font-size: clamp(2rem, 3.2rem, 3.8rem);
  padding: 1.6rem 2.2rem;
}
.rules__rule--info {
  font-size: clamp(1rem, 1.4rem, 3.8rem);
}
.rules__scroll {
  display: block;
}
.rules__scroll a{
  font-size: clamp(1rem, 1.6rem, 3.8rem);
}

/* Buttons cta */
.buttons-section {
  flex-direction: row;
  gap: 18vw;
  margin-top: -13%;
}
.buttons {
  gap: 2vh;
}
.buttons .buttons__cta {
  font-size: clamp(1rem, 1.4rem, 1.8rem);
  padding: 0.6rem 1.8rem;
}
.buttons__p {
  font-size: clamp(1rem, 2.2rem, 2.8rem);
}
.statute-info {
  font-size: clamp(1rem, 1.3rem, 1.8rem);
}


/* main-dsc */
.main-dsc .main-dsc__header1 {
  font-size: clamp(1rem, 1.85rem, 2rem);
}
.main-dsc__txt {
  font-size: clamp(1rem, 1.6rem, 3rem);
  width: 100%;
}
.header1-color{
  color: #FDBC2E;
  text-shadow: 0.13rem 0.13rem 0px #000000;
  margin: 2rem 0;
}

.products__prices .cross-price::before {
  width: 100%;
  height: 2.6px;
}
.footer p {
  font-size: clamp(0.85rem, 0.9rem, 2.8rem);
}
.arrow-container {
  display: none;
}
/* OLD */
.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;
}
.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__prices .cross-price {
    margin-right: 0.5rem;
    font-size: clamp(1.8rem, 2rem, 3rem);
}
  .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;
  }
}
/* VARIANT STYLES */

/* Base variant selector */
.variant-selector {
  position: relative;
  display: inline-block;
  z-index: 100;
}

/* Create invisible hover bridge between trigger and dropdown */
.variant-selector::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
  z-index: 102;
}

/* Base dropdown styles - NO TRANSITIONS */
.variants-dropdown {
  position: absolute;
  background: white;
  border: 2px solid #e0e0e0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 9999;
  pointer-events: none;
  width: 100%;
}

.variants-dropdown.top {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  margin-bottom: 8px;
}

.variants-dropdown.bottom {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  margin-top: 8px;
}

/* ==============================================
   NON-SLIDER DROPDOWNS: Hover on variant-selector
   ============================================== */

/* Show variants on selector hover (non-slider context) */
.variant-selector:hover .variants-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.variant-selector:hover .variants-dropdown.top {
  transform: translateX(-50%) translateY(0);
}

.variant-selector:hover .variants-dropdown.bottom {
  transform: translateX(-50%) translateY(0);
}

/* Keep dropdown visible when hovering over it */
.variants-dropdown:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ==============================================
   SLIDER DROPDOWNS: Hover on products__prod
   ============================================== */

/* Override for slider context - disable selector hover */
.products__slider .variant-selector:hover .variants-dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Enable product hover for slider dropdowns */
.products__slider .products__details:hover .variants-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.products__slider .products__details:hover .variants-dropdown.top {
  transform: translateX(-50%) translateY(0) !important;
}

.products__slider .products__details:hover .variants-dropdown.bottom {
  transform: translateX(-50%) translateY(0) !important;
}

/* Keep slider dropdown visible when hovering dropdown itself */
.products__slider .products__details .variants-dropdown:hover {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* ==============================================
   COMMON DROPDOWN CONTENT STYLES
   ============================================== */

/* Variants list */
.variants-list {
  padding: 1em 0.5em;
}

/* Individual variant item - MINIMAL TRANSITIONS ONLY */
.variant-item {
  display: flex;
  align-items: center;
  padding: 1em 0.6em;
  cursor: pointer;
  border-radius: 4px;
  gap: 0.5em;
  justify-content: space-between;
}

.variant-item:hover {
  background-color: #f5f5f5;
}

.variant-item:active {
  background-color: #e0e0e0;
}

.variant-item .variant-name-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.variant-item .variant-name-container .variant-icon {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
}

.variant-item.selected {
  background-color: #e90d30;
  color: white;
}

/* Variant name */
.variant-name {
  font-size: 1em;
  font-weight: 500;
  white-space: nowrap;
}

/* Variant image */
.variant-item .variant-image {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.5em;
  background-size: cover;
  background-position: center;
}

/* ==============================================
   BUTTON STATES AND INDICATORS
   ============================================== */

.variant-trigger {
  position: relative;
}

.variant-trigger.cart-mode {
  background-color: #e90d30 !important;
  color: white !important;
}

.variant-trigger.cart-mode:hover {
  background-color: #c23038 !important;
}

/* Arrow indicator - NO TRANSITIONS */
.variant-trigger::after {
  content: "▼";
  margin-left: 8px;
  font-size: 0.6em;
}

/* Rotate arrow on hover - different contexts */
.variant-selector:hover .variant-trigger::after {
  transform: rotate(180deg);
}

.products__slider .products__prod:hover .variant-trigger::after {
  transform: rotate(180deg);
}

.variant-trigger.cart-mode::after {
  display: none;
}

/* ==============================================
   SLIDER PROTECTION
   ============================================== */

/* Prevent slider interference when dropdown is active */
.products__slider .products__prod:hover .variant-selector,
.products__slider .products__prod:hover .variants-dropdown {
  pointer-events: auto !important;
}

/* ==============================================
   MOBILE RESPONSIVENESS
   ============================================== */

@media (max-width: 768px) {
  .variants-dropdown {
    left: 0;
    right: 0;
    transform: none;
    min-width: fit-content;
    width: 100%;
  }

  .variant-selector:hover .variants-dropdown,
  .products__slider .products__prod:hover .variants-dropdown {
    transform: translateX(-50%) !important;
  }

  .variant-item {
    padding: 0.5em;
    font-size: 16px;
  }

  .variant-item .variant-image {
    width: 1em;
    height: 1em;
  }
  .variant-item .variant-name {
    font-size: 1em;
  }
}

/* ==============================================
   FORCE OVERRIDE ANY CONFLICTING TRANSITIONS
   ============================================== */

/* Ensure no transitions interfere with slider */
.variants-dropdown,
.variant-selector,
.variant-trigger,
.variant-item {
  transition: none !important;
  transition-delay: none !important;
}

/* Allow only safe background color changes */
.variant-item {
  transition: background-color 0.1s ease !important;
}

/* Prevent any transform transitions that could conflict */
.variants-dropdown * {
  transition: none !important;
}

.variant-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}