@import url(https://fonts.googleapis.com/css2?family=Tajawal:wght@300&display=swap);
#app.v-application .text-h1[data-v-fae5bece],
#app.v-application .text-h2[data-v-fae5bece],
#app.v-application .text-h3[data-v-fae5bece],
#app.v-application .text-h4[data-v-fae5bece],
#app.v-application .text-h5[data-v-fae5bece],
#app.v-application .text-h6[data-v-fae5bece],
#app.v-application .subtitle-1[data-v-fae5bece],
#app.v-application .subtitle-2[data-v-fae5bece],
#app.v-application .title[data-v-fae5bece],
#app.v-application .body-1[data-v-fae5bece],
#app.v-application .body-2[data-v-fae5bece],
#app.v-application .button[data-v-fae5bece],
#app.v-application .caption[data-v-fae5bece],
#app.v-application .overline[data-v-fae5bece] {
  font-family: "Tajawal", sans-serif !important;
  letter-spacing: 0px !important;
}
@media (max-width: 768px) {
.home-content[data-v-fae5bece] {
    height: 85vh;
    text-align: center;
}
}
@media (max-width: 767px) {
.home-content[data-v-fae5bece] {
    text-align: center;
    height: auto;
}
}
.home-content img[data-v-fae5bece] {
  width: 100%;
}
.home-content .title[data-v-fae5bece] {
  line-height: 1.5em;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.home-content .search-panel[data-v-fae5bece] {
  background: transparent;
}
@media (min-width: 992px) {
.filters-container[data-v-fae5bece] {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
}
}
.search-card__cart[data-v-fae5bece] {
  background-color: #000000;
  border: none;
  color: #fff;
  width: 100%;
  min-height: 50px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
.search-card__cart[data-v-fae5bece] {
    margin-right: 30px;
}
}
@media screen and (max-width: 576px) {
.search-card__cart[data-v-fae5bece] {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
}
