h1.title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  text-align: center;
}

/* hero title */
.index_hero .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.index_hero .hero .wp-block-button__link {
  padding: 1.5rem 4rem !important;
}

/* hero image */
.index_hero img {
  border-radius: 20px;
}
.index_hero .hero {
  align-items: normal;
}
.index_hero .hero p {
  line-height: normal;
}
.index_hero .hero .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 6rem 2rem;
  gap: 3rem;
}
.index_hero .hero .wp-block-button__link {
  background-color: #00A3B8 !important;
}
.index_hero .hero .wp-block-button__link:hover {
  background-color: #285778 !important;
}

/* hero categories */
.index_hero .categories {
  gap: 2.5rem;
  align-items: stretch;
}
.index_hero .categories .wp-block-button {
  flex: 1 1 150px;
}
.index_hero .categories .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* products styles */
.woocommerce .products {
  display: flex;
  flex-wrap: nowrap;
  overflow: scroll;
  scroll-behavior: smooth;
}
.woocommerce .products .product {
  min-width: 170px;
}
.index_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 10vh;
  margin-bottom: 2vh;
}
.index_title > div {
  margin: 0 !important;
}
.index_title h2 {
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.26px;
  font-size: 18px;
  text-transform: uppercase;
}
.products-arrows {
  display: flex;
  gap: 15px;
}
.products-arrows svg {
  height: 26px;
  cursor: pointer;
}

.offers-grid {
  display: flex;
  overflow: auto;
  gap: 4rem;
  scroll-behavior: smooth;
}
.offer-card {
  border: 1px solid #eaecf0;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  overflow: hidden;
  padding: 1.5rem;
  min-width: 260px;
}
.offer-card-body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-grow: 1;
}
.offer-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
}
.offer-card h2 {
  color: #282828;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.offer-card p {
  color: #5f6980;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.offer-card-body .wp-block-buttons {
  margin-top: auto;
}

#filter_sidebar, .ppcp-messages {
  display: none !important;
}

#offers_title {
  margin-top: 0 !important;
  padding-top: 5vh !important;
}