.landing-summer-ad {
  width: 100vw;
  height: 540px;
  min-height: 405px;
  background-size: cover;
  background-position: 20% 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  text-align: center;
}

.landing-summer-ad::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  pointer-events: none;
  transition: background 1s ease-in-out;
}

.landing-summer-ad.show-overlay::before {
  background: rgba(0, 0, 0, 0.7);
}

.summer-ad-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.summer-ad-content.show-content {
  opacity: 1;
}

.summer-ad-text {
  color: #fff;
  font-size: 1.1rem;
  font-family: "Roboto", Arial, sans-serif;
  margin-bottom: 0.7rem;
  max-width: 20ch;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.carousel-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 1.2rem;
}

.carousel-indicators {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
}

.carousel-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-main {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline;
}

.info-detail {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  font-weight: 100;
  display: inline;
}

.carousel-popout {
  position: relative;
  margin-top: -120px !important;
  z-index: 2;
  box-shadow:
    0 8px 32px 0 rgba(0, 0, 0, 0.18),
    0 1.5px 8px 0 rgba(0, 0, 0, 0.1);
}

.landing-carousel-section {
  background: #fff;
  border-radius: 1.5rem;
  margin: -120px auto 2.5rem auto;
  padding: 2.5rem 0.5rem 1.2rem 0.5rem;
  box-shadow:
    0 8px 32px 0 rgba(0, 0, 0, 0.18),
    0 1.5px 8px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  max-width: 1070px;
  max-height: 660px;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  border: 1.5px solid rgba(0, 0, 0, 0.04);
}

.carousel-heading {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 3rem;
  margin-bottom: 0.7rem;
  color: #000;
  align-self: flex-start;
  padding-left: 50px;
}

.carousel-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 0.7rem;
}

.carousel-arrow {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 2rem;
  color: #1976d2;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.carousel-arrow:active {
  opacity: 1;
}

.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.7rem;
}

.carousel-indicators > span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bbb;
}

.carousel-indicators > .active {
  background: #1976d2;
}

.carousel-view-all {
  margin-top: 0.5rem;
  width: 100%;
}

.product-title {
  color: #000;
  font-family: "Bebas Neue", Arial, sans-serif;
}

.landing-info-section {
  background: #0d47a1;
  color: #fff;
  padding: 5rem 0.5rem 2.5rem 0.5rem;
  margin: 0 0 1.5rem 0;
  text-align: center;
}
.info-list {
  list-style: none;
  padding-left: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  text-align: left;
}

.category-heading {
  padding-left: 20%;
}

.bestseller-heading {
  padding-left: 20%;
}

.landing-bestseller-section {
  background: #1976d2;
  color: #fff;
  padding: 25px;
}

.bestseller-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  width: 100%;
  max-width: 770px;
  margin: 20px auto 2rem auto;
  justify-items: center;
  align-items: stretch;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  gap: 2rem;
}

.bestseller-footer {
  text-align: center;
  color: #fff;
  margin-bottom: 0.5rem;
}

.bestseller-footer span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.landing-bestseller-section h2 {
  background-color: #fff;
  color: #000;
}

.landing-newsletter-section {
  width: 100vw;
  min-height: 500px;
  background-size: 150%;
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.landing-newsletter-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1;
  pointer-events: none;
}

.newsletter-content h2 {
  display: block;
}

.newsletter-content p {
  font-size: 1rem;
  margin: 0 0 1.2rem 0;
}

.newsletter-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin-top: 0.5rem;
}

.newsletter-form input[type="email"] {
  min-width: 180px;
  flex: 1 1 180px;
}

.newsletter-form input[type="email"] {
  padding: 0.7rem 1.2rem;
  border-radius: 25px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: "Roboto", Arial, sans-serif;
  outline: none;
  min-width: 0;
  flex: 1 1 180px;
}

.newsletter-content {
  padding: 9rem 0.2rem 0 2rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 2;
}

.cleaning-ad {
  display: none;
}

.cleaning-ad-left,
.cleaning-ad-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cleaning-ad-left img {
  max-width: 545px;
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: cover;
  border-radius: 1rem;
}

.cleaning-ad-right {
  padding: 0 2rem;
}

.cleaning-ad-right h2 {
  font-family: "Comme", sans-serif;
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 200;
}

.cleaning-ad-right .sale-text {
  font-weight: 700;
  color: #d32f2f;
}

.cleaning-ad-right p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.product-description {
  font-size: x-large;
}
