@import url("../lojas/lojas.css");

.komprao-offers-page {
  background: #fff;
}

.komprao-offers-hero {
  padding: 1.75rem 0 0;
}

.komprao-offers-hero .container {
  width: min(1280px, calc(100% - 3rem));
}

.komprao-offers-hero h1 {
  margin: 0 0 1.2rem;
  color: #ee1c1f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.komprao-offers-hero-banner {
  display: block;
  width: min(1280px, calc(100% - 3rem));
  aspect-ratio: 1280 / 150;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

.komprao-offers-hero-banner picture {
  display: block;
  height: 100%;
}

.komprao-offers-hero-banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.komprao-offers-cities {
  padding: 2.2rem 0 4rem;
  background: #fff;
}

.komprao-offers-cities .container {
  width: min(1280px, calc(100% - 3rem));
}

.komprao-offers-cities h2 {
  margin: 0 0 2rem;
  color: #f50109;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
}

.komprao-offers-list {
  margin: 0 6%;
}

.komprao-offers-row {
  border-bottom: 1px solid #f50109;
}

.komprao-offers-city {
  display: block;
  padding: 1rem 0;
  color: #f50109;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  transition: color 160ms ease;
}

.komprao-offers-city:hover,
.komprao-offers-city:focus {
  color: #ee1c1f;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .komprao-offers-cities h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .komprao-offers-list {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .komprao-offers-hero {
    padding-top: 1.35rem;
  }

  .komprao-offers-hero .container,
  .komprao-offers-hero-banner,
  .komprao-offers-cities .container {
    width: min(100%, calc(100% - 1.5rem));
  }

  .komprao-offers-hero h1 {
    margin-bottom: 1rem;
    font-size: 24px;
  }

  .komprao-offers-cities {
    padding: 1.6rem 0 3rem;
  }

  .komprao-offers-cities h2 {
    margin-bottom: 1.35rem;
    font-size: 28px;
    line-height: 34px;
  }

  .komprao-offers-city {
    padding: 0.9rem 0;
    font-size: 15px;
    line-height: 22px;
  }
}
