@keyframes blink-bg {
  0%, 50% { background-color: #e4dae7; }
  50.1%, 100% { background-color: #000000; }
}


.__lp-wrapper .bold {
  font-weight: bold;
}

.__lp-wrapper {
  background-color: #FFFFFF;
  margin: 0 auto;
  width: 100%;
  max-width: 730px;
  font-family: 'Roboto', Arial, sans-serif;
  color: #000000;
  width: 100%;
  container-type: inline-size;
  container-name: lp-main;
}

.desktop-br, .desktop520 {
  display: block;
}

.mobile-br, .mobile520 {
  display: none;
}

.__lp-wrapper .yellow {
  color: #ffb600;
}

.__lp-wrapper .pink {
  color: #e84686;
}

.__lp-wrapper .blue {
  color: #00bbdc;
}

.__lp-wrapper .blue2 {
  color: #017abc;
}

.__lp-wrapper img:not(.__no-full) {
  width: 100%;
}

.__lp-wrapper,
.__lp-wrapper * {
  box-sizing: border-box;
}

.__section,
.__section-rev {
  display: flex;
  flex-direction: row;
}

.__lp-wrapper .__lp-content {
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
}

/* ===== S1 SECTION ===== */

.__lp-wrapper .__lp-content.s1 {
  justify-content: center;
  align-items: center;
}

.__lp-wrapper .__section.s1 {
  display: flex;
  justify-content: center;
  min-height: 95px;
}

.__lp-wrapper .__section.s1 .logo {
  width: 203px;
  height: 55px;
  margin: 0 auto;
}

/* ===== S2 SECTION ===== */

.__lp-wrapper .__section.s2 .__lp-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 178px 1fr;
  gap: 0;
  min-height: 349px;
}

.__lp-wrapper .__section.s2 .txt1::before {
  content: ''; /* Musi być, aby element się pojawił */
  position: absolute; /* Pozycjonowanie względem .txt1 */
  
  /* Ustawienie pozycji kreski */
  bottom: 100%; /* Ustawia kreskę DOKŁADNIE nad górną krawędzią tekstu */
  margin-bottom: 0; /* Tworzy odstęp między kreską a tekstem */
  left: 100%; /* Przesuwa kreskę na środek kontenera .txt1 */
  transform: translateX(-50%); /* Centruje kreskę idealnie w poziomie */

  /* Wygląd kreski */
  width: 1px;
  height: 165px; /* Możesz dostosować wysokość kreski */
  background-color: #000000; /* Kolor czarny */
}

.__lp-wrapper .__section.s2 .txt1 {
  font-size: 22.97px;
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-top: 222px;
  grid-column: 1;
  grid-row: 1;
  position: relative;
}

.__lp-wrapper .__section.s2 .txt1-mobile {
  display: none;
}

.__lp-wrapper .__section.s2 .txt-right {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  padding-left: 172px;
}

.__lp-wrapper .__section.s2 .txt2 {
  font-size: clamp(16px, 4vw, 22.97px);
  font-family: 'Lubalin-Demi', sans-serif;
  text-transform: uppercase;
  margin-top:80px;
  margin-left: -6px;
}
.__lp-wrapper .__section.s2 .txt2 span {
  background-color: #000000;
  color:#ffffff;
  padding:1px 6px;
  line-height:22.97px;
  margin:1px;
  display:inline-block;
}

.__lp-wrapper .__section.s2 .txt3 {
  font-size: clamp(26px, 5vw, 37px);
  font-family: 'Lubalin-Demi', sans-serif !important;
  margin-top:23px;
  line-height: 1.1;
}

.__lp-wrapper .__section.s2 .txt3 span {
  font-family: 'Lubalin-Book', sans-serif !important;
}

.__lp-wrapper .__section.s2 .txt4 {
  font-size: clamp(16px, 4vw, 23.15px);
  font-weight: bold;
  margin-top: 10px;
}

.__lp-wrapper .__section.s2 .txt4 sup {
  font-size: 12px;
  line-height: 0;
  white-space: nowrap;
}

.__lp-wrapper .__section.s2 .__lp-content,
.__lp-wrapper .__section.s4 .__lp-content {
    background: var(--bg-desktop) !important;
}

/* ===== S2b SECTION ===== */

.__lp-wrapper .s2b{
	background-color: #ffffff;
	position: relative;
  width: 100%;
  margin-top:10px;
}
.__lp-wrapper .__lp-content.s2b {
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 48px;
	width: 100%;
	padding: 0;
}

.__lp-wrapper .__section.s2b img {
	transition: transform 0.3s ease;
	cursor: pointer;
	max-width: 100%;
	height: auto;
  margin-bottom:20px;
}

.__lp-wrapper .__section.s2b img:hover {
	transform: rotate(30deg);
}

@container lp-main (max-width: 480px) {
	.__lp-wrapper .__lp-content.s2b {
		gap: 20px;
	}
}

/* ===== S2a SECTION ===== */

.__lp-wrapper .s2a{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.__lp-wrapper .__lp-content.s2a {
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 48px;
	min-height: 117px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.__lp-wrapper .s2a .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ===== S3 SECTION ===== */

.__lp-wrapper .__lp-content.s3 {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  padding: 20px;
}

.__lp-wrapper .__section.s3 {
  display: flex;
  justify-content: center;
  min-height: 150px;
}

.__lp-wrapper .__section.s3 img {
  transition: transform 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  height: auto;
}

.__lp-wrapper .__section.s3 img:hover {
  transform: rotate(30deg);
}

@container lp-main (max-width: 768px) {
	.__lp-wrapper .__lp-content.s3 {
		gap: 30px;
	}
}

@container lp-main (max-width: 480px) {
	.__lp-wrapper .__lp-content.s3 {
		gap: 20px;
		padding: 15px;
	}
}

@container lp-main (max-width: 300px) {
	.__lp-wrapper .__lp-content.s3 {
		flex-direction: column;
		gap: 15px;
	}
}

/* ===== S4a SECTION ===== */

.__lp-wrapper .__section.s4a {
  height: 27px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #e4dae7;
}

.__lp-wrapper .__lp-content.s4a {
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@container lp-main (max-width: 729px) {
  .desktop-br, .arrow-2  {
    display: none;
  }

  .mobile-br {
    display: block;
  }
  .__lp-wrapper .__section.s4a {
    height: 61px;
  }
}

@container lp-main (min-width: 730px) {
  .__lp-wrapper .__section.s4a div span br {
    display: none;
  }

  .__lp-wrapper .__section.s4a div span::after {
    content: ' ';
  }
}

.__lp-wrapper .__section.s4a div {
  animation: slideTextS4a 7s ease-in-out infinite;
  position: relative;
  left: 0;
}

.__lp-wrapper .__section.s4a div span {
  font-size: 22px;
  font-family: 'Roboto', Arial, sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  background: #ffffff;
  letter-spacing: 2px;
  white-space: nowrap;
}

@container lp-main (max-width: 729px) {
  .__lp-wrapper .__section.s4a div span {
    white-space: normal;
  }
}

@keyframes slideTextS4a {
  0% {
    left: 50%;
  }
  14.29% {
    left: 0;
  }
  85.71% {
    left: 0;
  }
  100% {
    left: -50%;
  }
}

/* ===== S4 SECTION ===== */

.__lp-wrapper .__section.s4 {
  min-height: 282px;
}

.__lp-wrapper .__section.s4 .__lp-content {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 27px;
  min-height: 282px;
  width: 100%;
}

.__lp-wrapper .__section.s4 .txt-bg {
  font-size: 22px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
  margin-left: -6px;
  letter-spacing: 3px;
}

.__lp-wrapper .__section.s4 .txt-bg span {
  background-color: #ffffff !important;
  padding: 2px 6px;
  margin: 1px 0;
  display: inline-block;
  font-weight: 500;
}

.__lp-wrapper .__section.s4 .txt-bg.blink b {
  font-weight:900;
}

.__lp-wrapper .__section.s4 .txt-bg.blink span {
  animation: blink-bg 1s infinite;
}

.__lp-wrapper .__section.s4 .s4-col-left,
.__lp-wrapper .__section.s4 .s4-col-right {
  display: flex;
  flex-direction: column;
}

.__lp-wrapper .__section.s4 .s4-col-left {
  width: 250px;
  margin-top: 18px;
  margin-left: 25px;
}

.__lp-wrapper .__section.s4 .s4-col-right {
  width: 283px;
  margin-top: 18px;
}

.__lp-wrapper .__section.s4 .s4-col-left > div:not(.txt-bg),
.__lp-wrapper .__section.s4 .s4-col-right > div:not(.txt-bg) {
  font-size: 19.15px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
}

.__lp-wrapper .__section.s4 .s4-col-left > div:not(.txt-bg),
.__lp-wrapper .__section.s4 .s4-col-left > div:not(.txt-bg):last-child,
.__lp-wrapper .__section.s4 .s4-col-right > div:not(.txt-bg):last-child {
  margin-bottom: 0;
}
.__lp-wrapper .__section.s4 .s4-col-left > div:not(.txt-bg):last-child{
  border:1px solid #000000;
  padding:4px 10px;
}

.__lp-wrapper .__section.s4 .s4-col-left > div:not(.txt-bg):last-child span{
  font-size:14.37px;
  font-style: italic;
}

.__lp-wrapper .__section.s4 .s4-pure-form b {
  font-size: 19.16px;
}

.__lp-wrapper .__section.s4 .s4-pure-form span {
  font-size: 14.37px !important;
  font-style: italic !important;
}

.__lp-wrapper .__section.s4 .s4-col-right img{
  margin-left:85px;
}

.__lp-wrapper .__section.s4 .transfer-text sup {
  font-size: 13px;
}

.__lp-wrapper .__section.s4 .s4-full-width {
  width: 390px;
  flex-basis: auto;
  order: 3;
  text-align: center;
  margin-top:22px;
  margin-bottom: 22px;
  position:relative;
}
.__lp-wrapper .__section.s4 .s3-arrow{
  position:absolute;
  top:0;
  left:400px;
}
.__lp-wrapper .__section.s4 .s4-arrow{
  position:absolute;
  display:none;
}
.__lp-wrapper .__section.s4 .s4-full-width span {
  font-size: 22px;
  font-weight:700;
  text-transform: uppercase;
  color:#ffffff;
  background: #9674a0;
  padding:0 3px;
  line-height: 22px;
  
}
.__lp-wrapper .__section.s4 .s4-full-width span sup {
  font-size: 11px;
  line-height: 0;
}

.__lp-wrapper .__section.s4 .s4-clarifying-header {
  font-size: 19.16px !important;
  text-align: center !important;
  text-transform: uppercase;
  margin-top:10px;
}

.__lp-wrapper .__section.s4 .s4-clarifying-header span {
  color:#ffffff;
  background-color: #000000;
  padding:0px 5px;
}

.__lp-wrapper .__section.s4 .s4-clarifying-columns {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 10px;
}

.__lp-wrapper .__section.s4 .s4-clarifying-columns > div {
  flex: 1;
  font-size: 19.15px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.__lp-wrapper .__section.s4 .s4-clarifying-columns > div span {
  font-size: 19.16px;
}

@container lp-main (max-width: 729px) {
  .__lp-wrapper .__section.s4 {
    min-height: auto;
  }

  .__lp-wrapper .__section.s4 .__lp-content {
    flex-direction: column;
    gap: 0;
    padding: 20px;
    width: 100%;
    background-attachment: scroll;
  }

  .__lp-wrapper .__section.s4 .s4-col-left,
  .__lp-wrapper .__section.s4 .s4-col-right {
    width: 100%;
    margin: 0;
  }

  .__lp-wrapper .__section.s4 .s4-col-left {
    margin: 0;
  }
}

/* ===== S5 SECTION ===== */

.__lp-wrapper .__section.s5 {
  display: flex;
  flex-direction: column;
}

.__lp-wrapper .__lp-content.s5 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.__lp-wrapper .__section.s5 .s5-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.__lp-wrapper .__section.s5 .s5-row1 {
  background-color: #e4dae7;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.__lp-wrapper .__section.s5 .s5-row2 {
  background-color: #ffffff;
}

.__lp-wrapper .__section.s5 .s5-row3 {
  background-color: #ffffff;
}

.__lp-wrapper .__section.s5 .s5-row4 {
  background-color: #e4dae7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.__lp-wrapper .__section.s5 .s5-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px 30px 40px;
}

.__lp-wrapper .__section.s5 .s5-stats-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px 30px 20px;
}

.__lp-wrapper .__section.s5 .s5-stat-item {
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}

.__lp-wrapper .__section.s5 .s5-stat-item:last-child {
  margin-bottom: 0;
}

.__lp-wrapper .__section.s5 .s5-stat-text-item {
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 1.3;
}

.__lp-wrapper .__section.s5 .s5-stat-text-item:last-child {
  margin-bottom: 0;
}

.__lp-wrapper .__section.s5 .s5-stat-percent {
  font-size: 19.06px;
  font-weight: 500;
  margin-bottom: 0;
}

.__lp-wrapper .__section.s5 .s5-stat-percent span {
  font-size: 38.12px;
  font-weight: 500;
}

.__lp-wrapper .__section.s5 .s5-stat-percent sup {
  font-size: 12px;
  top: -25px;
}

.__lp-wrapper .__section.s5 .s5-stat-text {
  font-size: 18px;
  line-height: 1.3;
}

.__lp-wrapper .__section.s5 .s5-col-left,
.__lp-wrapper .__section.s5 .s5-col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 50%;
}

.__lp-wrapper .__section.s5 .s5-col-middle {
  display: none;
}

.__lp-wrapper .__section.s5 .s5-stats-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 30px;
}

.__lp-wrapper .__section.s5 .s5-stat-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  gap: 20px;
  align-items: center;
}

.__lp-wrapper .__section.s5 .s5-stat-row:last-child {
  margin-bottom: 0;
}

.__lp-wrapper .__section.s5 .s5-stat-row .s5-stat-percent {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-right: 0;
  min-width:110px;
}

.__lp-wrapper .__section.s5 .s5-stat-row .s5-stat-text {
  flex: 1;
  font-size: 19.06px;
  line-height: 1.1;
  margin-bottom: 0;
  font-weight:500;
  letter-spacing: -.6px;
}


.__lp-wrapper .__section.s5 .s5-col-right {
  justify-content: center;
}

.__lp-wrapper .__section.s5 .s5-row2 .s5-col-right {
  padding: 0 0 0 20px;
  justify-content: center;
}

.__lp-wrapper .__section.s5 .s5-text-box {
  margin-bottom: 8px;
}

.__lp-wrapper .__section.s5 .s5-text-box:last-child {
  margin-bottom: 0;
}

.__lp-wrapper .__section.s5 .s5-label {
  margin-bottom: 2px;
}

.__lp-wrapper .__section.s5 .s5-label span {
  background-color: #e4dae7;
  padding: 3px 6px;
  margin: 1px;
  display: inline-block;
  font-size: 23.82px;
  line-height:20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.__lp-wrapper .__section.s5 .s5-text {
  font-size: 19.06px;
  line-height: 1.1;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  margin-left:6px;
}

.__lp-wrapper .__section.s5 .s5-recommendation {
  text-align: center;
}

.__lp-wrapper .__section.s5 .s5-recommendation-col {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
}

.__lp-wrapper .__section.s5 .s5-row3 {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.__lp-wrapper .__section.s5 .s5-bottom-text {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}

.__lp-wrapper .__section.s5 .s5-bottom-text > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}



.__lp-wrapper .__section.s5 .s5-percent {
  font-size: 23.83px;
  font-weight: 500;
}

.__lp-wrapper .__section.s5 .s5-percent span {
  font-size: 57.18px;
  font-weight: 500;
  line-height: 52px;
}

.__lp-wrapper .__section.s5 .s5-percent sup {
  font-size: 18px;
  top: -35px;
  position: relative;
  bottom: 6px;
}

.__lp-wrapper .__section.s5 .s5-description {
  font-size: 23.83px;
  line-height: 1.2;
  font-weight: 500;
}

/* ===== S6 SECTION ===== */

.__lp-wrapper .__lp-content.s6 {
  width: 100%;
  min-height: 608px;
}

.__lp-wrapper .s6-container {
  position: relative;
  width: 100%;
  max-width: 730px;
  height: 700px;
  margin: 0 auto;
}

/* PRODUKTY - wszystkie w środku */

/* PRODUKT 1 - lewy dolny */
.__lp-wrapper .s6-item.item-1 .s6-product {
  position: absolute;
  left: 187px;
  top: 123px;
  width: 162px;
  height: 533px;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 3;
}

/* PRODUKT 2 - środek górny (najwyższa warstwa) */
.__lp-wrapper .s6-item.item-2 .s6-product {
  position: absolute;
  left: 332px;
  top: 225px;
  width: 91px;
  height: 326px;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 5;
}

/* PRODUKT 3 - prawy dolny */
.__lp-wrapper .s6-item.item-3 .s6-product {
  position: absolute;
  left: 391px;
  top: 167px;
  width: 206px;
  height: 408px;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 4;
}

/* CONTENT - opisy */

/* CONTENT 1 - pod produktami z lewej */
.__lp-wrapper .s6-item.item-1 .s6-content {
  position: absolute;
  left: 25px;
  top: 236px;
  width: 230px;
  z-index: 10;
  text-align: center;
}

/* CONTENT 2 - na samej górze */
.__lp-wrapper .s6-item.item-2 .s6-content {
  position: absolute;
  left: 320px;
  top: 20px;
  width: 276px;
  text-align: center;
  z-index: 10;
}

/* CONTENT 3 - pod produktami z prawej */
.__lp-wrapper .s6-item.item-3 .s6-content {
  position: absolute;
  left: 470px;
  top: 440px;
  width: 266px;
  text-align: center;
  z-index: 10;
}

.__lp-wrapper .s6-arrow {
  width: 40px;
  display: block;
  margin-top: 10px;
  margin-left:30px;
}

.__lp-wrapper .s6-arrow img {
  width: 100%;
  height: auto;
}

.__lp-wrapper .s6-product img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.__lp-wrapper .s6-product:hover {
  transform: scale(1.08);
}

.__lp-wrapper .s6-product a {
  display: block;
  width: 100%;
  height: 100%;
}

.__lp-wrapper .s6-number {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin: 0 0 8px 0;
}

.__lp-wrapper .s6-label {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.__lp-wrapper .s6-label span {
  background-color: #c4b2d4;
  padding: 2px 10px;
  display: inline-block;
  margin: 1px;
}

.__lp-wrapper .s6-item.item-1 .s6-label span {
  background-color: #cfe6eb;
}

.__lp-wrapper .s6-item.item-1 .s6-title span {
  background-color: #cfe6eb;
  padding: 0px 6px;
  display: inline-block;
  margin: 1px;
}

.__lp-wrapper .s6-item.item-2 .s6-label span {
  background-color: #e4dae7;
}

.__lp-wrapper .s6-item.item-2 .s6-title span {
  background-color: #e4dae7;
  padding: 0px 6px;
  display: inline-block;
  margin: 1px;
}

.__lp-wrapper .s6-item.item-3 .s6-label span {
  background-color: #bfd7f2;
}

.__lp-wrapper .s6-item.item-3 .s6-title span {
  background-color: #bfd7f2;
  padding: 0px 6px;
  display: inline-block;
  margin: 1px;
}

.__lp-wrapper .s6-title {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 10px;
}

.__lp-wrapper .s6-cta {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
  margin-top: 5px;
  width: 141px;
  height: 41px;
}

.__lp-wrapper .s6-cta:hover {
  transform: scale(1.08);
  background-color: #333333;
}

/* Hover na button lub produkt powiększa oba */
.__lp-wrapper .s6-item.item-1:hover .s6-cta {
  transform: scale(1.08);
}

.__lp-wrapper .s6-item.item-1:hover .s6-product {
  transform: scale(1.08);
}

.__lp-wrapper .s6-item.item-2:hover .s6-cta {
  transform: scale(1.08);
}

.__lp-wrapper .s6-item.item-2:hover .s6-product {
  transform: scale(1.08);
}

.__lp-wrapper .s6-item.item-3:hover .s6-cta {
  transform: scale(1.08);
}

.__lp-wrapper .s6-item.item-3:hover .s6-product {
  transform: scale(1.08);
}

/* ===== S6M SECTION (MOBILE) ===== */

/* =========================================
   1. LOGIKA WIDOCZNOŚCI SEKCJI (S6 vs S6M)
   ========================================= */

/* Domyślnie (Desktop > 729px) sekcja s6m jest ukryta */
.__lp-wrapper .__section.s6m {
  display: none;
}

/* Tablet i Mobile (<= 729px) - Pokaż s6m, ukryj s6 */
@container lp-main (max-width: 729px) {
  .__lp-wrapper .__section.s6 {
    display: none;
  }
  .__lp-wrapper .__section.s6m {
    display: block;
  }
}

/* =========================================
   2. OGÓLNE STYLE S6M
   ========================================= */

.__lp-wrapper .__lp-content.s6m {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
  box-sizing: border-box;
  overflow: visible; 
}

/* Typografia */
.__lp-wrapper .s6m-number {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-bottom: 8px;
}

.__lp-wrapper .s6m-label {
  font-size: 22.7px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.__lp-wrapper .s6m-desc {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-style: italic;
  line-height: 1.3;
  margin-top: 5px;
}

/* Przyciski */
.__lp-wrapper .s6m-cta {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
  width: 170px;
  height: 50px;
  z-index: 20;
  position: relative;
}

.__lp-wrapper .s6m-cta:hover {
  transform: scale(1.05);
  background-color: #333;
}

/* Tła tekstów */
.__lp-wrapper .s6m-label span,
.__lp-wrapper .s6m-desc span {
  padding: 2px 8px;
  display: inline-block;
  margin: 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Obrazki */
.__lp-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* =========================================
   3. DESKTOP / TABLET ( > 640px )
   ========================================= */
@container lp-main (min-width: 641px) {
  .__lp-wrapper .s6m-mobile { display: none; }
  .__lp-wrapper .s6m-desktop { display: block; }

  .__lp-wrapper .s6m-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch; 
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    position: relative; 
    min-height: 665px;
  }

  /* Kolumna jako kontener relatywny */
  .__lp-wrapper .s6m-col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
  }

  /* --- POZYCJONOWANIE ABSOLUTE NAPISÓW --- */
  .__lp-wrapper .s6m-top-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    
    width: max-content; 
    max-width: 320px;
    text-align: center;
    z-index: 10;
  }

  /* Indywidualne pozycje od góry */
  
  /* Kolumna 1*/
  .__lp-wrapper .s6m-col:nth-child(1) .s6m-top-content {
    top: 10px;
    left:118px;
  }

  /* Kolumna 2*/
  .__lp-wrapper .s6m-col:nth-child(2) .s6m-top-content {
    top: 185px;
    z-index: 11;
  }

  /* Kolumna 3 */
  .__lp-wrapper .s6m-col:nth-child(3) .s6m-top-content {
    top: 10px;
    left: 60px;
  }

  /* --- DOLNA CZĘŚĆ (ZDJĘCIA I CTA) --- */
  
  .__lp-wrapper .s6m-img-wrapper {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 300px; 
  }

  .__lp-wrapper .s6m-img-wrapper img {
    max-height: 100%;
    width: auto;
    transition: transform 0.3s ease;
  }
  
  .__lp-wrapper .s6m-img-wrapper a:hover img {
    transform: scale(1.08);
  }

  .__lp-wrapper .s6m-col:nth-child(2) .s6m-img-wrapper {
    margin-left:-50px;
  }

  /* Kolory teł spanów */
  .__lp-wrapper .s6m-col:nth-child(1) .s6m-label span,
  .__lp-wrapper .s6m-col:nth-child(1) .s6m-desc span {
    background-color: #cfe6eb;
  }

  .__lp-wrapper .s6m-col:nth-child(2) .s6m-label span,
  .__lp-wrapper .s6m-col:nth-child(2) .s6m-desc span {
    background-color: #e4dae7;
  }

  .__lp-wrapper .s6m-col:nth-child(3) .s6m-label span,
  .__lp-wrapper .s6m-col:nth-child(3) .s6m-desc span {
    background-color: #bfd7f2;
  }
}

/* =========================================
   4. MOBILE ( <= 640px )
   ========================================= */
@container lp-main (max-width: 640px) {
  .__lp-wrapper .s6m-desktop { display: none; }
  .__lp-wrapper .s6m-mobile { display: block; }

  .__lp-wrapper .s6m-stack {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .__lp-wrapper .s6m-item-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .__lp-wrapper .s6m-product {
    margin: 15px 0;
  }

  /* Kolory mobile */
  .__lp-wrapper .s6m-item-stack:nth-child(1) span { background-color: #cfe6eb; }
  .__lp-wrapper .s6m-item-stack:nth-child(2) span { background-color: #e4dae7; }
  .__lp-wrapper .s6m-item-stack:nth-child(3) span { background-color: #bfd7f2; }
}

/* ===== S7 SECTION ===== */

.__lp-wrapper .__lp-content.s7 {
  width: 100%;
  min-height: 446px;
}

.__lp-wrapper .__section.s7 {
  display: flex;
  justify-content: center;
  min-height: auto;
}

.__lp-wrapper .__lp-content.s7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 20px;
  background-size: cover;
}

.__lp-wrapper .s7-header {
  margin-bottom: 10px;
}

.__lp-wrapper .s7-duet {
  height: auto;
}

.__lp-wrapper .s7-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color:#ffffff;
}

.__lp-wrapper .s7-subtitle {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
  color:#ffffff;
  text-transform: uppercase;
}

.__lp-wrapper .s7-subtitle strong {
  font-weight: 700;
}

.__lp-wrapper .s7-item {
  display: flex;
  align-items: flex-start;
  gap: 19px;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
  padding-left:20px;
  justify-content: flex-start;
}

.__lp-wrapper .s7-item:last-of-type {
  margin-bottom: 8px;
}

.__lp-wrapper .s7-icons {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}

.__lp-wrapper .s7-icon {
  width: 27px;
  height: 28px;
  flex-shrink: 0;
}

.__lp-wrapper .s7-item-content {
  display: flex;
  flex-direction: column;
}

.__lp-wrapper .s7-item-title {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  position: relative;
    left: -4px;
  letter-spacing: 0.5px;
  padding: 1px 4px;
  display: inline;
  background-color: #d2aed3;
}

.__lp-wrapper .s7-item:last-of-type .s7-item-title {
  background-color: #e4dae7;
}

.__lp-wrapper .s7-item-text {
  font-size: 18px;
  line-height: 1.3;
}

.__lp-wrapper .s7-cta {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
  width: 141px;
  height: 41px;
  align-self: flex-start;
  margin-left: 60px;
  transform-origin: center;
}

.__lp-wrapper .s7-cta:hover {
  background-color: #333;
  transform: scale(1.1);
} 



/* ===== S9 SECTION ===== */

.__lp-wrapper .__section.s9 {
  background-color: #FFFFFF;
  min-height: 107px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.__lp-wrapper .__section.s9 .s9-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  gap: 6px;
}

.__lp-wrapper .__section.s9 .s9-number {
  flex-shrink: 0;
  font-size: 8px;
  max-width: 5px;
}

.__lp-wrapper .__section.s9 p {
  font-size: 11.96px;
  font-style: italic;
  margin: 0;
  line-height: 1.2;
  color: #000000;
}

.__lp-wrapper .__section.s9 p sup {
  font-size: 8px;
  margin-right: 4px;
}

.splide {
  max-width: 660px;
  margin-left:20px !important;
}

/*
███╗   ███╗███████╗██████╗ ██╗ █████╗      ██████╗ ██╗   ██╗███████╗██████╗ ██╗   ██╗
████╗ ████║██╔════╝██╔══██╗██║██╔══██╗    ██╔═══██╗██║   ██║██╔════╝██╔══██╗╚██╗ ██╔╝
██╔████╔██║█████╗  ██║  ██║██║███████║    ██║   ██║██║   ██║█████╗  ██████╔╝ ╚████╔╝ 
██║╚██╔╝██║██╔══╝  ██║  ██║██║██╔══██║    ██║▄▄ ██║██║   ██║██╔══╝  ██╔══██╗  ╚██╔╝  
██║ ╚═╝ ██║███████╗██████╔╝██║██║  ██║    ╚██████╔╝╚██████╔╝███████╗██║  ██║   ██║   
╚═╝     ╚═╝╚══════╝╚═════╝ ╚═╝╚═╝  ╚═╝     ╚══▀▀═╝  ╚═════╝ ╚══════╝╚═╝  ╚═╝   ╚═╝   
*/                                             



@container lp-main (max-width: 729px) {
  .__lp-wrapper .__section.s2 .__lp-content {
        background: var(--bg-mobile) !important;
        background-size:contain !important;
        aspect-ratio: 640 / 556; 
        width: 100%;
        height: auto !important;
        min-height:370px;
    }
  
    .__lp-wrapper .__section.s4 .__lp-content {
        background: var(--bg-mobile) !important;
        width: 100%;
        height: auto !important;
    }
  .__lp-wrapper .__section.s4 .s4-clarifying-header,
  .__lp-wrapper .__section.s4 .s4-clarifying-columns {
    width:min(420px,100%) !important;
  }
  .__lp-wrapper .__section.s4 .s4-clarifying-columns {
    margin-bottom:20px !important;
  }

  .__lp-wrapper .__section.s8 {
    display: none;
  }

  .__lp-wrapper .__section.s8a {
    display: none;
  }

  .__lp-wrapper .__section.s8m {
    display: flex;
  }
}

@container lp-main (max-width: 729px) {
  .__lp-wrapper .__section.s5 .s5-row {
    flex-direction: column;
  }

  .__lp-wrapper .__section.s5 .s5-col-left,
  .__lp-wrapper .__section.s5 .s5-col-right {
    width: 100%;
    max-width: 100%;
  }

  /* s5-row1: image first, then stats */
  .__lp-wrapper .__section.s5 .s5-row1 .s5-col-right {
    order: 1;
    padding: 0;
  }

  .__lp-wrapper .__section.s5 .s5-row1 .s5-col-left {
    order: 2;
  }

  /* s5-row3: image first, then recommendation */
  .__lp-wrapper .__section.s5 .s5-row3 .s5-col-right {
    order: 1;
    padding: 0;
  }

  .__lp-wrapper .__section.s5 .s5-row3 .s5-col-left {
    order: 2;
  }

  /* s5-row2: padding around text column */
  .__lp-wrapper .__section.s5 .s5-row2 .s5-col-right {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .__lp-wrapper .__section.s5 .s5-row2 .s5-text-box {
    margin-bottom: 0;
  }

  .__lp-wrapper .__section.s5 .s5-stats-wrapper {
    padding: 20px 15px 20px 20px;
  }

  .__lp-wrapper .__section.s5 .s5-stat-row {
    margin-bottom: 15px;
    gap: 8px;
  }

  .__lp-wrapper .__section.s5 .s5-stat-row:last-child {
    margin-bottom: 0;
  }

  .__lp-wrapper .__section.s5 .s5-stat-row .s5-stat-percent {
    white-space: normal;
  }

  .__lp-wrapper .__section.s5 .s5-stats {
    padding: 20px 15px 20px 20px;
  }

  .__lp-wrapper .__section.s5 .s5-stats-text {
    padding: 20px 20px 20px 15px;
  }

  .__lp-wrapper .__section.s5 .s5-stat-item {
    margin-bottom: 15px;
  }

  .__lp-wrapper .__section.s5 .s5-stat-text-item {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .__lp-wrapper .__section.s5 .s5-stat-percent {
    font-size: 20px;
  }

  .__lp-wrapper .__section.s5 .s5-stat-percent span {
    font-size: 42px;
  }

  .__lp-wrapper .__section.s5 .s5-stat-text {
    font-size: 14px;
  }

  .__lp-wrapper .__section.s5 .s5-col-right {
    padding: 20px;
  }

  .__lp-wrapper .__section.s5 .s5-recommendation-col {
    padding: 20px;
  }

  .__lp-wrapper .__section.s5 .s5-text-box {
    margin-bottom: 8px;
  }


  .__lp-wrapper .__section.s5 .s5-row4 {
    padding: 30px 0;
  }

  .__lp-wrapper .__section.s5 .s5-bottom-text {
    flex-direction: column;
    gap: 20px;
  }

  .__lp-wrapper .__section.s5 .s5-bottom-text > div {
    width: 100%;
  }

  .__lp-wrapper .__section.s5 .s5-bottom-text > div:first-child::after {
    position: static;
    transform: none;
    width: 100px;
    height: 1px;
    margin: 20px auto 0 auto;
    display: block;
  }

  .__lp-wrapper .__section.s5 .s5-percent {
    font-size: 24px;
  }

  .__lp-wrapper .__section.s5 .s5-percent span {
    font-size: 60px;
  }

  .__lp-wrapper .__section.s5 .s5-description {
    font-size: 18px;
  }

  .__lp-wrapper .__section.s6 {
    padding: 30px 15px;
  }

  .__lp-wrapper .s6-container {
    height: auto;
    position: static;
  }
}
@container lp-main (max-width: 640px) {
  .__lp-wrapper .__section.s4 .s3-arrow{
    display:none;
  }
  .__lp-wrapper .__section.s4 .s4-arrow{
    top:-20px;
    left:400px;
    display:block;
  }
}
@container lp-main (max-width: 640px) {
  .__lp-wrapper .__section.s4 .s4-arrow{
    display:none;
  }
  .__lp-wrapper .__section.s4 .s4-full-width{
    width:100% !important;
  }
}
@container lp-main (max-width: 450px) {
  .__lp-wrapper .__section.s5 .s5-label span {
    font-size: 18px;
  }

  .__lp-wrapper .__section.s5 .s5-text {
    font-size: 16px;
  }
}
@container lp-main (max-width: 360px) {
  .__lp-wrapper .__section.s5 .s5-row2 .s5-col-right {
    grid-template-columns: 1fr;
  }

  .__lp-wrapper .__section.s5 .s5-row2 .s5-text-box {
    width: 100%;
  }

  .__lp-wrapper .s6-item {
    position: static !important;
    margin-bottom: 50px;
  }

  .__lp-wrapper .s6-item.item-1 .s6-product,
  .__lp-wrapper .s6-item.item-2 .s6-product,
  .__lp-wrapper .s6-item.item-3 .s6-product {
    position: static;
    width: 150px;
    margin: 0 auto 20px;
  }

  .__lp-wrapper .s6-item.item-1 .s6-content,
  .__lp-wrapper .s6-item.item-2 .s6-content,
  .__lp-wrapper .s6-item.item-3 .s6-content {
    position: static;
    width: 100%;
    margin: 0;
    text-align: center !important;
  }

  .__lp-wrapper .s6-number {
    font-size: 48px;
  }

  .__lp-wrapper .s6-label {
    font-size: 14px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .__lp-wrapper .s6-title {
    font-size: 16px;
  }

  .__lp-wrapper .s6-cta {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .__lp-wrapper .s6-arrow {
    display: none !important;
  }
}

.splide__arrow {
  background: transparent; 
  opacity: 1;

  font-family: 'Roboto', sans-serif;
  font-size: 33.35px;
  font-weight: 300;
  color: #000000;
}

.splide__arrow--next {
  right: 2em;
  padding-right: 0px;
}
.splide__arrow--prev,
.splide__arrow--next {
  background: none !important;
  top:25% !important
}
.splide__arrow--prev{
  left:-55px !important;
}
.splide__arrow--next{
  right:-25px !important;
}
@container lp-main (max-width: 700px) {
  .splide__arrow--prev{
    left:-30px !important;
  }
  .splide__arrow--next{
    right:0px !important;
  }
}
@container lp-main (max-width: 580px) {
  .splide__arrow--prev{
    left:-40px !important;
  }
  .splide__arrow--next{
    right:-10px !important;
  }
}

@container lp-main (max-width: 530px) {
  .splide__arrow--next {
    right: 2em;
    padding-right: 0px;
  }
}

.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}

.youtube-container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
}

.youtube-container iframe {
    /* Extend it beyond the viewport... */
    width: 300%;
    height: 100%;
    /* ...and bring it back again */
    margin-left: -100%;
}

/* ===== MOBILE S2 SECTION ===== */
@container lp-main (max-width: 729px) {
  .__lp-wrapper .__section.s2 .__lp-content {
    grid-template-columns: 1fr;
    position: relative;
  }
  
  .__lp-wrapper .__section.s2 .txt-right {
    grid-column: auto;
    grid-row: auto;
    position: relative;
    margin-left: 40%;
    margin-top: 10%;
    padding: 0 15px;
    text-align: left;
    width: auto;
  }
  
  .__lp-wrapper .__section.s2 .txt1 {
    display: none;
  }

  .__lp-wrapper .__section.s2 .txt2 {
    margin-top:0;
  }
  
  .__lp-wrapper .__section.s2 .txt1-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    color: #000000;
    font-size: clamp(16px, 10vw, 22px);
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
  }
  
  .__lp-wrapper .__section.s2 .txt1-mobile span {
    white-space: nowrap;
	text-align:center;
  }
  
  .__lp-wrapper .__section.s2 .txt1-mobile-divider {
    width: 2px;
    height: 45px;
    background-color: #000000;
  }
}
@container lp-main (max-width: 520px) {

  .__lp-wrapper .__section.s2 .txt1-mobile {
    font-size: clamp(14px, 5vw, 18px)!important;
    gap:15px;
  }
}

@container lp-main (max-width: 465px) {
  
  .__lp-wrapper .__section.s2 .txt1-mobile {
    font-size: clamp(16px, 5vw, 26px);
    gap: clamp(0px, 3vw, 25px);
  }
  
  .__lp-wrapper .__section.s2 .txt1-mobile-divider {
    height: clamp(30px, 7vw, 45px);
  }
  }

/* ===== S8M New Slider Styles ===== */

.__lp-wrapper .__section.s8m {
  background-color: #e4dae7;
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
}

.__lp-wrapper .__section.s8m .s8m-header {
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  max-width: 730px;
}

.__lp-wrapper .__section.s8m .s8m-title {
  font-size: 35px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 6px 0;
  line-height: 41px;
  letter-spacing: 1.2px;
  font-family: 'Roboto', sans-serif;
}

.__lp-wrapper .__section.s8m .s8m-subtitle {
  font-size: 21.48px;
  color: #000000;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1.8px;
}

.__lp-wrapper .__section.s8m .splide {
  width: 100%;
}

.__lp-wrapper .__section.s8m .splide__track {
  background-color: transparent;
  overflow: hidden;
}

.__lp-wrapper .__section.s8m .splide__list {
  display: flex;
}

.__lp-wrapper .__section.s8m .splide__slide {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.__lp-wrapper .__section.s8m .s8m-slide-content {
  display: flex;
  justify-content: center;
  height: 100%;
}

.__lp-wrapper .__section.s8m .s8m-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background-color: transparent;
  padding: 15px 0;
  width: 220px;
}

.__lp-wrapper .__section.s8m .s8m-item {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
}

.__lp-wrapper .__section.s8m .s8m-item img {
  width: 100%;
  height: auto;
  display: block;
}

.__lp-wrapper .__section.s8m .s8m-product-title {
  font-size: 19px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  min-height:45px;
  font-family: 'Roboto', sans-serif;
  color: #000;
}

.__lp-wrapper .__section.s8m .s8m-product-subtitle {
  font-size: 16px;
  margin: 0 0 0 0;
}

.__lp-wrapper .__section.s8m .s8m-product-feature {
  font-size: 16px;
  margin: 8px 0 16px 0;
}


.__lp-wrapper .__section.s8m .s8m-star {
  height: auto;
  margin: 8px 0;
}

.__lp-wrapper .__section.s8m .s8m-product-desc {
  font-size: 14px;
  margin: 4px 0 4px 0;
}

.__lp-wrapper .__section.s8m .s8m-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin: auto 0 0 0;
  transition: background-color 0.3s ease;
  width:140px;
  height:40px;
}

.__lp-wrapper .__section.s8m .s8m-cta:hover {
  background-color: #333333;
}

/* Desktop: 3 columns visible (perPage: 3) */
@container lp-main (min-width: 1200px) {
  .__lp-wrapper .__section.s8m {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .__lp-wrapper .__section.s8m .s8m-header {
    max-width: 1200px;
    margin: 0 auto 15px auto;
  }
  
  .__lp-wrapper .__section.s8m .splide {
    margin: 0 auto;
  }
  
  .__lp-wrapper .__section.s8m .s8m-col {
    max-width: 100%;
  }
}

/* Mobile: 1 column visible (perPage: 1) */
@container lp-main (max-width: 899px) {
  
  .__lp-wrapper .__section.s8m .s8m-slide-content {
    padding: 0;
  }
  
  .__lp-wrapper .__section.s8m .s8m-col {
    max-width: 100%;
  }
}

@container lp-main (min-width: 501px) {
  .__lp-wrapper .__section.s8m .s8m-item img {
    width: 187px;
    height: 199px;
    object-fit: contain;
  }
}

@container lp-main (max-width: 500px) {
  .__lp-wrapper .__section.s8m .s8m-item img {
    width: 255px;
    height: 273px;
    object-fit: contain;
  }
  
  .__lp-wrapper .__section.s8m .s8m-product-title {
    font-size: 26px;
  }

  .__lp-wrapper .__section.s8m .s8m-product-subtitle{
    font-size: 19.53px;
  }
  
  .__lp-wrapper .__section.s8m .s8m-product-feature {
    font-size: 24px;
    width: 250px;
    height: 50px;
  }

  .__lp-wrapper .__section.s8m .s8m-product-desc{
    font-size: 19.53px;
    margin-bottom:12px;
  }

  .__lp-wrapper .__section.s8m .s8m-cta{
    width:171px;
    height:50px;
    font-size:18px;
  }
}

@container lp-main (max-width: 360px) {
  .desktop-br,
  .mobile-br {
    display: none;
  }
}
/* --- Dodano automatycznie (Container Queries) --- */
.__lp-wrapper .img-mobile {
    display: none;
}
.__lp-wrapper .img-desktop {
    display: block;
    width: 100%;
}
@container lp-main (max-width: 729px) {
    .__lp-wrapper .img-desktop {
        display: none;
    }
    .__lp-wrapper .img-mobile {
        display: block;
        width: 100%;
    }

  .__lp-wrapper .__lp-content.s7 {
    min-height:740px;
    background-position: bottom right;
  }
}
@container lp-main (max-width: 360px) {
  .__lp-wrapper .__lp-content.s7 {
    min-height:850px;
    background-position: -370px bottom !important;
  }
    .__lp-wrapper .__section.s8m {
    padding: 30px 20px;
}
}
@container lp-main (max-width: 400px) {
  .__lp-wrapper .s7-title,
  .__lp-wrapper .s7-subtitle{
    font-size:20px;
  }
}
.splide__arrow {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}