*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

.midea-promotion *,
.midea-promotion *::before,
.midea-promotion *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Source Sans 3", sans-serif;
}

body.midea-promotion {
  font-size: 13px;
  background-color: #fff;
  min-width: 360px;
}

.midea-promotion .container {
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;

  @media (max-width: 960px) {
    padding: 0 40px;
  }

  @media (max-width: 660px) {
    padding: 0 20px;
  }
}

/* ==================== HEADER ==================== */

.midea-promotion .header-section {
  background-color: #fff;
  height: 90px;
  position: relative;

  @media (max-width: 960px) {
    padding: 20px 0;
  }
  
  @media (max-width: 660px) {
    background-color: #fff;
    height: 50px;
    padding-top: 0px !important;
  }
}

.midea-promotion .header-section .logo {
  position: absolute;
  top: 0px;
  left: 60px;
  z-index: 100;	
  width: 200px;
  height: auto;

  @media (max-width: 960px) {
    width: 160px;
  }

  @media (max-width: 660px) {
    width: 120px;
  }
}

/* ==================== HERO ==================== */

.midea-promotion .hero-section {
  width: 100%;
  background-image: url("./images/hero-background.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

  @media (max-width: 660px) {
    overflow: visible;
    margin-bottom: 120px;
    background-image: url("./images/hero-background.jpg");
    background-position: right top;
    background-size: cover;
  }
}

.midea-promotion .hero-container {
  max-width: 1376px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 550px;

  @media (max-width: 960px) {
    min-height: 380px;
  }

  @media (max-width: 660px) {
    flex-direction: column;
    align-items: center;
    min-height: 422px;
    padding-bottom: 0;
    justify-content: flex-end;
  }
}

.midea-promotion .hero-content {
  padding: 40px 50px;
  max-width: 580px;
  margin-left: 60px;
  border-radius: 17px;

  @media (max-width: 1218px) {
    max-width: 500px;
    padding: 30px 40px;
    margin-left: 40px;
  }

  @media (max-width: 960px) {
    max-width: 460px;
    padding: 25px 30px;
    margin-left: 30px;
  }

  @media (max-width: 660px) {
    max-width: 90%;
    margin: 0 auto;
    padding: 25px 20px;
    margin-bottom: -296px;
  }
}

.midea-promotion .hero-heading {
  font-size: 36px;
  line-height: 40px;
  color: #0099da;
  font-weight: 700;
  margin-bottom: 20px;

  @media (max-width: 960px) {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  @media (max-width: 660px) {
    font-size: 24px;
    line-height: 28px;
	text-align: center;
  }
}

.midea-promotion .hero-description {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  max-width: 345px;

  @media (max-width: 960px) {
    font-size: 15px;
    line-height: 23px;
  }

  @media (max-width: 660px) {
    font-size: 15px;
    line-height: 23px;
	text-align: center;
  }
}

.midea-promotion .hero-description .bold-text {
  font-weight: 700;
}

.midea-promotion .hero-cta {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;

  @media (max-width: 960px) {
    font-size: 15px;
  }

  @media (max-width: 660px) {
    font-size: 14px;
	text-align: center;
  }
}

.midea-promotion .hero-disclaimer {
  font-size: 10px;
  line-height: 15px;
  color: #000;
  font-weight: 400;
  max-width: 454px;

  @media (max-width: 1218px) {
    max-width: 408px;
  }

  @media (max-width: 960px) {
    font-size: 10px;
    line-height: 15px;
  }

  @media (max-width: 660px) {
    width: 100%;
    font-size: 10px;
    line-height: 14px;
	text-align: center;
  }
}

.midea-promotion .hero-product {
  position: absolute;
  top: 23%;
  left: 50%;
  width: 253px;
  height: 255px;
  background: url(images/tabs.png) no-repeat 50% 50%;
  background-size: contain;

  @media (max-width: 960px) {
    width: 183px;
	height: 185px;
    top: 13%;
  }

  @media (max-width: 660px) {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 178px;
    height: 157px;
    background: url(images/tabs_mobile.png) no-repeat 50% 50%;
    background-size: contain;
  }
}

.midea-promotion .hero-product .finish-product {
  width: 200px;
  height: auto;

  @media (max-width: 960px) {
    width: 160px;
  }

  @media (max-width: 660px) {
    width: 140px;
  }
}

/* ==================== MENU NAV ==================== */

.midea-promotion .menu-nav {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;

  @media (max-width: 660px) {
    display: none;
  }
}

.midea-promotion .menu-nav-inner {
  max-width: 1376px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.midea-promotion .menu-nav-link {
  flex: 1;
  text-align: center;
  padding: 18px 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
  border-right: 1px solid #e0e0e0;

  @media (max-width: 960px) {
    font-size: 13px;
    padding: 15px 8px;
  }
}

.midea-promotion .menu-nav-link:first-child {
  border-left: 1px solid #e0e0e0;
}

.midea-promotion .menu-nav-link:hover {
  color: #0099da;
  background-color: #f5f9fc;
}

/* ==================== MOBILE BUTTONS ==================== */

.midea-promotion .buttons-section {
  padding: 20px 0;
  display: none;

  @media (max-width: 660px) {
    display: block;
        margin-top: 290px;
        margin-bottom: -300px;
  }
}

.midea-promotion .buttons-section .container {
  display: flex;
  gap: 10px;

  @media (max-width: 660px) {
    flex-direction: column;
  }
}

.midea-promotion .blue-btn {
  background-color: #0099da;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  flex: 1;
  height: 55px;
  border: 1px solid #0099da;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 660px) {
    width: 100%;
    font-size: 14px;
  }
}

.midea-promotion .blue-btn:hover {
  background: #0080b8;
  border-color: #0080b8;
}

/* ==================== PROMOTION RULES ==================== */

.midea-promotion .promotion-rules {
  background-color: #f6f6f6;
  padding: 60px 0;

  @media (max-width: 960px) {
    padding: 50px 0;
  }

  @media (max-width: 660px) {
    padding: 40px 0;
    background-color: #fff;
	margin: auto;
	margin-top: 290px;	
  }
}

.midea-promotion .promotion-rules .heading {
  font-size: 30px;
  line-height: 48px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  color: #0099da;

  @media (max-width: 960px) {
    font-size: 28px;
    line-height: 32px;
	margin: auto;
  }

  @media (max-width: 660px) {
    font-size: 22px;
    line-height: 28px;
	max-width: 310px;
  }
}

.midea-promotion .promotion-rules .subheading {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;

  @media (max-width: 960px) {
    font-size: 16px;
    margin-bottom: 40px;
  }

  @media (max-width: 660px) {
    font-size: 16px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
	max-width: 374px;
	line-height: 21px;
  }
}

.midea-promotion .promotion-rules .subheading .bold-text {
  font-weight: 700;
}

.midea-promotion .promotion-rules .rules-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;

  @media (max-width: 960px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  @media (max-width: 660px) {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.midea-promotion .promotion-rules .rule-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.midea-promotion .promotion-rules .step-indicator {
  width: 76px;
  height: 76px;
  font-size: 36px;
  border-radius: 50%;
  background-color: #0099da;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;

  @media (max-width: 660px) {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

.midea-promotion .promotion-rules .rule-description {
  font-size: 17px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  text-align: center;
  max-width: 250px;

  @media (max-width: 660px) {
    font-size: 16px;
    line-height: 21px;
    max-width: 310px;
  }
}

.midea-promotion .promotion-rules .rule-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.midea-promotion .promotion-rules .rule-description .bold-text {
  font-weight: 700;
}

.midea-promotion .promotion-rules .rule-list {
  font-size: 17px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  text-align: left;
  list-style: disc;
  padding-left: 20px;
  max-width: 240px;

  @media (max-width: 660px) {
    font-size: 16px;
  }
}

.midea-promotion .promotion-rules .buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;

  @media (max-width: 960px) {
    flex-direction: column;
    align-items: center;
  }
}

.midea-promotion .promotion-rules .buttons-wrapper .outlined-btn {
  background-color: #0099da;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  width: 380px;
  height: 55px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;

  @media (max-width: 660px) {
    width: 100%;
    max-width: 320px;
  }
}

.midea-promotion .promotion-rules .buttons-wrapper .outlined-btn:hover {
  background-color: #0080b8;
}

.midea-promotion .hide-mobile {
  @media (max-width: 660px) {
    display: none;
  }
}

/* ==================== HEALTH SECTION (Nowoczesne zmywarki) ==================== */

.midea-promotion .health-section {
  width: 100%;
  min-height: 555px;
  background-image: url("./images/health-section.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;

  @media (max-width: 960px) {
    min-height: 450px;
  }

  @media (max-width: 660px) {
    min-height: auto;
    flex-direction: column;
    background-image: url("./images/health-section-mobile.jpg");
    background-position: bottom center;
    padding-bottom: 300px;
  }
}

.midea-promotion .health-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;

  @media (max-width: 660px) {
    display: none;
  }
}

.midea-promotion .health-container {
  max-width: 710px;
  width: 100%;
  padding: 60px;
  position: relative;
  z-index: 2;
  margin: 0;
  margin: auto;
  text-align: center;

  @media (max-width: 1376px) {
    margin-right: 60px;
  }

  @media (max-width: 660px) {
    margin-right: 0;
    margin-left: 0;
    padding: 30px 20px;
    max-width: 100%;
    text-align: center;
	margin: auto;
    margin-top: 30%;
    margin-bottom: -30%;
  }
}

.midea-promotion .health-section .heading {
  font-size: 40px;
  line-height: 47px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;

  @media (max-width: 660px) {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.midea-promotion .health-section .description {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
  max-width: 500px;
  margin: auto;

  @media (max-width: 660px) {
    font-size: 16px;
    line-height: 24px;
    max-width: 339px;
  }
}

.midea-promotion .health-section .description .bold-text {
  font-weight: 700;
}

.midea-promotion .health-section .health-cta {
  font-size: 17px;
  color: #fff;

  @media (max-width: 960px) {
    font-size: 12px;
  }

  @media (max-width: 660px) {
    font-size: 14px;
  }
}

.midea-promotion .health-section .health-cta .bold-text {
  font-weight: 700;
}

/* ==================== PRODUCTS SECTION ==================== */

.midea-promotion .products-section {
  padding: 80px 0;

  @media (max-width: 960px) {
    padding: 50px 0;
  }

  @media (max-width: 660px) {
    padding: 40px 0;
  }
}

.midea-promotion .products-section .heading {
  font-size: 40px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #0099da;

  @media (max-width: 960px) {
    font-size: 28px;
    margin-bottom: 40px;
  }

  @media (max-width: 660px) {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.midea-promotion .products-slider {
  overflow: hidden;
}

.midea-promotion .products-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;

  @media (max-width: 1218px) {
    grid-template-columns: repeat(3, 1fr);
  }

  @media (max-width: 660px) {
    display: flex;
    gap: 0;
    transition: transform 0.3s ease;
  }
}

.midea-promotion .product-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  background-color: #e8e8e8;

  @media (max-width: 660px) {
    min-width: 100%;
    flex-shrink: 0;
  }
}

.midea-promotion .product-placeholder.hide-tablet {
  @media (max-width: 1218px) and (min-width: 661px) {
    display: none;
  }
}

.midea-promotion .products-dots {
  display: none;

  @media (max-width: 660px) {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
}

.midea-promotion .products-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.2s;
}

.midea-promotion .products-dots .dot.active {
  background-color: #0099da;
}

/* ==================== FEATURES SECTION ==================== */

.midea-promotion .features-section {
  padding: 0;
  padding-bottom: 70px;

  @media (max-width: 660px) {
    background-color: #fff;
    padding-bottom: 40px;
  }
}

.midea-promotion .features-section .container {
  max-width: 1376px;
  padding: 0;
}

.midea-promotion .feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;

  @media (max-width: 660px) {
    grid-template-columns: 1fr;
  }
}

.midea-promotion .feature-row .feature-image {
  overflow: hidden;
}

.midea-promotion .feature-row .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.midea-promotion .feature-row .feature-text {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;

  @media (max-width: 960px) {
    padding: 40px;
  }

  @media (max-width: 660px) {
    padding: 20px 25px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.midea-promotion .feature-row.reverse .feature-image {
  order: 2;

  @media (max-width: 660px) {
    order: 0;
  }
}

.midea-promotion .feature-row.reverse .feature-text {
  order: 1;

  @media (max-width: 660px) {
    order: 1;
  }
}

.midea-promotion .feature-title {
  font-size: 30px;
  line-height: 40px;
  color: #0099da;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  max-width: 338px;

  @media (max-width: 660px) {
    margin-bottom: 10px;
	text-align: left;
  }
}

.midea-promotion .feature-description {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  max-width: 420px;

  @media (max-width: 660px) {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
	text-align: left;
  }
}

/* ==================== FOOTER SECTION ==================== */

.midea-promotion .footer-section {
  width: 100%;
  min-height: 700px;
  background-image: url("./images/footer.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;

  @media (max-width: 960px) {
    min-height: 500px;
  }

  @media (max-width: 660px) {
    min-height: 300px;
    background-image: url("./images/footer-mobile.jpg");
  }
}

.midea-promotion .footer-container {
  max-width: 1376px;
  margin: 0 auto;
  width: 100%;
  padding: 60px;

  @media (max-width: 960px) {
    padding: 40px;
  }

  @media (max-width: 660px) {
    padding: 30px 20px;
	height: 600px;
  }
}

.midea-promotion .footer-heading {
  font-size: 40px;
  line-height: 55px;
  color: #0099da;
  font-weight: 700;
  margin-bottom: 60px;
  max-width: 420px;

  @media (max-width: 960px) {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  @media (max-width: 660px) {
    font-size: 30px;
    line-height: 38px;
    max-width: none;
    text-align: center;
    margin-top: 25px;
  }
}

.midea-promotion .footer-description {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  max-width: 370px;
  margin-bottom: 60px;

  @media (max-width: 960px) {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    max-width: 298px;
  }

  @media (max-width: 660px) {
    font-size: 16px;
    max-width: 330px;
    margin-bottom: 20px;
    text-align: center;
    margin: auto;
    line-height: 30px;
    margin-top: 35px;
  }
}

.midea-promotion .footer-btn {
  background-color: #0099da;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 10px 40px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 30px;

  @media (max-width: 660px) {
    width: 250px;
    max-width: none;
    font-size: 18px;
    margin: 40px calc(50% - 125px);
  }
}

.midea-promotion .footer-btn:hover {
  background: #0080b8;
}

.midea-promotion .bold-text {
  font-weight: 700;
}
