body main .banners {
  border-radius: 0.5rem;
  overflow: hidden;
}
body main .banners img {
  width: 100%;
}
body main .categories .top, body main .latests .top, body main .offs .top, body main .most-sell .top, body main .latest-bags .top {
  width: 100%;
  border-bottom: 2px solid var(--color-gray);
  margin-bottom: 1rem;
}
body main .categories .top h2, body main .latests .top h2, body main .offs .top h2, body main .most-sell .top h2, body main .latest-bags .top h2 {
  display: inline;
  font-size: 1.7rem;
  font-family: "iranyekanBakhHeavy";
  color: var(--color-second);
  border-bottom: 4px solid var(--color-main);
}
body main .categories .top h2 span, body main .latests .top h2 span, body main .offs .top h2 span, body main .most-sell .top h2 span, body main .latest-bags .top h2 span {
  color: var(--color-main);
}
body main .categories .swiper-wrapper, body main .latests .swiper-wrapper, body main .offs .swiper-wrapper, body main .most-sell .swiper-wrapper, body main .latest-bags .swiper-wrapper {
  align-items: stretch;
}
body main .categories .swiper-wrapper .swiper-slide, body main .latests .swiper-wrapper .swiper-slide, body main .offs .swiper-wrapper .swiper-slide, body main .most-sell .swiper-wrapper .swiper-slide, body main .latest-bags .swiper-wrapper .swiper-slide {
  height: auto !important;
  display: flex;
}
body main .categories {
  margin-top: 3rem;
}
body main .categories .bottom {
  margin-top: 2rem;
  padding: 2rem 0;
  background-color: #AC9389;
  border-radius: 3rem;
}
body main .categories .bottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
body main .categories .bottom ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--color-white);
  font-size: 1.2rem;
}
body main .categories .bottom ul li a img {
  width: 5rem;
}
body main .categories .bottom ul li a {
  transition: all 0.2s;
}
body main .categories .bottom ul li a:hover {
  transform: translateY(-2rem);
}
body main .latests, body main .offs, body main .most-sell, body main .latest-bags {
  margin-top: 5rem;
}
body main .latests .bottom, body main .offs .bottom, body main .most-sell .bottom, body main .latest-bags .bottom {
  background-color: #F2EAE0;
  text-align: center;
}
body main .latests .bottom .products .product, body main .offs .bottom .products .product, body main .most-sell .bottom .products .product, body main .latest-bags .bottom .products .product {
  margin: 2rem 0 2rem;
  box-sizing: border-box;
  padding: 1rem;
  background-color: var(--color-white);
  border-radius: 1.25rem;
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.2901960784);
  transition: all 0.5s;
}
body main .latests .bottom .products .product .cover img, body main .offs .bottom .products .product .cover img, body main .most-sell .bottom .products .product .cover img, body main .latest-bags .bottom .products .product .cover img {
  width: 100%;
  border-radius: 0.75rem;
}
body main .latests .bottom .products .product .title, body main .offs .bottom .products .product .title, body main .most-sell .bottom .products .product .title, body main .latest-bags .bottom .products .product .title {
  text-align: center;
  font-family: "iranyekanBakhHeavy";
  font-size: 1.2rem;
}
body main .latests .bottom .products .product .title a, body main .offs .bottom .products .product .title a, body main .most-sell .bottom .products .product .title a, body main .latest-bags .bottom .products .product .title a {
  color: var(--color-second);
  text-decoration: none;
}
body main .latests .bottom .products .product .price, body main .offs .bottom .products .product .price, body main .most-sell .bottom .products .product .price, body main .latest-bags .bottom .products .product .price {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.8rem;
}
body main .latests .bottom .products .product:hover, body main .offs .bottom .products .product:hover, body main .most-sell .bottom .products .product:hover, body main .latest-bags .bottom .products .product:hover {
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.6901960784);
}
body main .latests .bottom .all-products, body main .offs .bottom .all-products, body main .most-sell .bottom .all-products, body main .latest-bags .bottom .all-products {
  margin: 0 0 2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  background-color: var(--color-second);
  color: var(--color-white);
  text-decoration: none;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
body main .latests .bottom .all-products span, body main .offs .bottom .all-products span, body main .most-sell .bottom .all-products span, body main .latest-bags .bottom .all-products span {
  position: relative;
  top: 0.15rem;
}
body main .latests .bottom .all-products svg, body main .offs .bottom .all-products svg, body main .most-sell .bottom .all-products svg, body main .latest-bags .bottom .all-products svg {
  width: 1.5rem;
  margin-left: 0.5rem;
}
body main .latests .bottom .all-products:hover, body main .offs .bottom .all-products:hover, body main .most-sell .bottom .all-products:hover, body main .latest-bags .bottom .all-products:hover {
  background-color: var(--color-main);
}
body main .offs .bottom {
  background-color: transparent;
}
body main .offs .product {
  position: relative;
  box-shadow: 0 0 21px -7px rgba(0, 0, 0, 0.4392156863) !important;
}
body main .offs .product .percent {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: var(--color-red);
  color: var(--color-white);
  padding: 0.5rem;
  border-radius: 0.25rem;
}
body main .offs .product .price .off {
  color: var(--color-main);
  margin-left: 0.5rem;
  font-size: 1.2rem;
}
body main .offs .product .price .toman {
  margin-right: 0.5rem;
}
body main .latest-banners {
  margin: 5rem 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
body main .latest-banners a {
  width: calc(50% - 0.5rem);
}
body main .latest-banners a img {
  width: 100%;
  border-radius: 1rem;
}
body main .whyUs {
  margin: 5rem 0;
  position: relative;
  background-color: #F2EAE0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  border-radius: 1rem;
}
body main .whyUs::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../../images/cover-background.png");
  background-size: 33% auto;
  content: "";
  z-index: 0;
  opacity: 0.1;
}
body main .whyUs .right, body main .whyUs .left {
  position: relative;
  z-index: 2000000000000000000000;
}
body main .whyUs .right {
  width: calc(50% - 0.5rem);
}
body main .whyUs .right h2 {
  font-family: "iranyekanBakhHeavy";
  font-size: 2rem;
  color: var(--color-second);
  margin-bottom: 1rem;
}
body main .whyUs .right .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2rem;
}
body main .whyUs .right .buttons .button {
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-white);
  color: var(--color-main);
  font-family: "iranyekanBakhBold";
  font-size: 0.9rem;
}
body main .whyUs .right .buttons .button img {
  width: 1rem;
  margin-left: 0.5rem;
}
body main .whyUs .right .buttons .active {
  background-color: var(--color-second);
  color: var(--color-white);
}
body main .whyUs .left {
  width: calc(50% - 0.5rem);
}
body main .whyUs .left img {
  width: 100%;
  border-radius: 1rem;
  border: 5px solid var(--color-white);
}
body main .most-sell .bottom, body main .latest-bags .bottom {
  margin-top: 2rem;
  padding: 1rem calc(3rem - 10px);
  background-color: #977661;
  border-radius: 1rem;
}
body main .most-sell .bottom .product, body main .latest-bags .bottom .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
body main .most-sell .bottom .product .show, body main .latest-bags .bottom .product .show {
  margin-top: 1rem;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-second);
  color: var(--color-white);
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
}
body main .most-sell .bottom .product .show svg, body main .latest-bags .bottom .product .show svg {
  width: 1.25rem;
  margin-left: 0.5rem;
}
body main .most-sell .bottom .product .show:hover, body main .latest-bags .bottom .product .show:hover {
  background-color: var(--color-main);
}
body main .most-sell .bottom .product:hover, body main .latest-bags .bottom .product:hover {
  transform: translateY(-1rem);
}
body main .latest-bags {
  margin-bottom: 7rem;
}
body main .latest-bags .bottom {
  background-color: transparent;
  padding: 0rem 0;
}
body main .latest-bags .bottom .product {
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.5607843137) !important;
}
body main .more-products-slider {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .more-products-slider svg {
  width: 2.5rem;
  border: 2px solid var(--color-black);
  padding: 0.5rem;
  border-radius: 50%;
  transition: 0.2s;
}
body main .more-products-slider svg:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
body main .more-products-slider h4 {
  margin-top: 1rem;
}/*# sourceMappingURL=style.css.map */