@font-face {
  font-family: "Ayandeh";
  src: url("../fonts/Ayandeh-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ayandeh";
  src: url("../fonts/Ayandeh-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ayandeh";
  src: url("../fonts/Ayandeh-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Ayandeh";
  src: url("../fonts/Ayandeh-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Num";
  src: url("../fonts/iranyekanwebboldfanum.woff") format("truetype");
  font-style: normal;
}
* {
  font-family: "Ayandeh", sans-serif;
}

body,
html {
  background-color: #f5eadc;
  position: fixed;
  max-width: 504px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.num {
  font-family: "Num";
}

.wb-header {
  flex: 0 0 auto;
  padding-inline: 7px;
}

.wb-content {
  flex: 1 1 auto;
  padding-inline: 7px;
  overflow-y: auto;
  overflow-x: hidden;
}

.header {
  background-image: url(../img/pattern.png);
  background-color: #fff;
  padding: 10px;
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(174, 121, 62, 0.2);
}
.header .logo {
  margin-right: 3px;
}

.primary-color {
  color: #be762e;
}

.watermark {
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  margin-block: 10px;
  position: relative;
}
.watermark:after {
  content: url(../img/horizontal-pattern.png);
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
}
.watermark:before {
  content: url(../img/horizontal-pattern.png);
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translateY(-50%);
}

.btn-primary {
  background: #be762e;
  color: #fff;
  padding: 9px 18px;
  border-radius: 7px;
  font-size: 14px;
}

.product-item {
  padding: 6px;
  border-radius: 14px;
}
.product-item__thumbnail img {
  border-radius: 8px;
}
.product-item__content h2 {
  font-weight: 700;
  color: #be762e;
  overflow: hidden;
  font-size: 0.8rem;
  margin-block: 5px;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-item__content--summary {
  font-size: 11px;
  color: #b6b6b6;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
}

.rtl {
  direction: rtl;
}

.price {
  font-size: 17px;
  font-weight: 900;
  color: #be762e;
  font-family: "Num";
}

.currency {
  font-size: 10px;
  color: #be762e;
}

.wb-filter-button {
  flex-shrink: 0;
  color: hsl(30, 53%, 57%);
  font-size: 0.9rem;
}
.wb-filter-button.active {
  border-bottom: 2px solid #be762e;
  color: #be762e;
}

.col-padding {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.row-margin {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.category-item div.wb-filter-button:not(:last-child) {
  margin-left: 25px !important;
}/*# sourceMappingURL=style.css.map */