@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Karla:ital,wght@0,200..800;1,200..800&family=Meie+Script&display=swap");
section.offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 0;
  position: relative;
}
section.offers .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
  padding: 0 max(2vw, 10px) 30px;
}
section.offers .categories .category {
  text-align: center;
  color: #8E423A;
  cursor: pointer;
  font-size: calc(1.1208333333rem + 1.5037037037vw);
}
@media (min-width: 1800px) {
  section.offers .categories .category {
    font-size: 2.8125rem;
  }
}
section.offers .categories .category .text {
  color: #8E423A;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
section.offers .categories .category:hover .text {
  color: #DBB823;
}
section.offers .categories .category.active .text {
  color: #DBB823;
}
section.offers .offers_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: max(4vw, 20px);
     -moz-column-gap: max(4vw, 20px);
          column-gap: max(4vw, 20px);
  row-gap: 30px;
}
section.offers .offers_container .offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.offers .offers_container .offer .image_container {
  width: 100%;
  position: relative;
}
section.offers .offers_container .offer .image_container .promo {
  position: absolute;
  top: -2%;
  right: -1%;
  padding: 0.55em 1.1em 0.4em;
  border-radius: 9999px;
  background-color: #8E423A;
  color: #FCF9F7;
  z-index: 2;
  font-size: calc(1.0375rem + 0.4666666667vw);
}
@media (min-width: 1800px) {
  section.offers .offers_container .offer .image_container .promo {
    font-size: 1.5625rem;
  }
}
section.offers .offers_container .offer .image_container .promo::before {
  content: "";
  position: absolute;
  z-index: 3;
  border: 1.5px solid #FCF9F7;
  border-radius: 9999px;
  width: calc(100% - 0.5em - 2px);
  height: calc(100% - 0.5em - 2px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.offers .offers_container .offer .image_container .image {
  width: 100%;
  aspect-ratio: 5/3;
  min-height: 100%;
}
section.offers .offers_container .offer .text_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px max(3vw, 15px);
  -webkit-column-gap: max(3vw, 15px);
     -moz-column-gap: max(3vw, 15px);
          column-gap: max(3vw, 15px);
  row-gap: 10px;
}
section.offers .offers_container .offer .text_container .title_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
}
section.offers .offers_container .offer .text_container .title {
  font-size: calc(1.0791666667rem + 0.9851851852vw);
}
@media (min-width: 1800px) {
  section.offers .offers_container .offer .text_container .title {
    font-size: 2.1875rem;
  }
}
section.offers .offers_container .offer .text_container .date {
  font-size: calc(1.0791666667rem + 0.9851851852vw);
}
@media (min-width: 1800px) {
  section.offers .offers_container .offer .text_container .date {
    font-size: 2.1875rem;
  }
}
@media (max-width: 768px) {
  section.offers {
    padding: 30px 0;
  }
  section.offers .categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.offers .offers_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.offers .offers_container .offer .text_container {
    padding: 40px max(5vw, 25px);
  }
  section.offers .offers_container .offer .text_container .title_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=../../maps/offers-list/offers/offers.css.map */
