@charset "UTF-8";
/*
// TODO: adding all archive pages styles to this file.
         such as blog archive card, product archive card and etc.
*/
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.blog {
  margin-bottom: 4rem !important;
}
@media (max-width: 1199px) {
  .blog {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .blog {
    margin-top: -15px;
  }
}
.blog__item {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.blog__item:after {
  content: "";
  position: absolute;
  display: block;
  width: 235px;
  height: 2px;
  background: #574a28;
  bottom: -1px;
}
@media (max-width: 991.98px) {
  .blog__item:after {
    width: 156px;
  }
}
.blog .blog-item {
  border-radius: 17px;
  background: #ffffff;
  width: 24%;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog .blog-item {
    width: 48%;
    margin-bottom: 22px;
  }
}
.blog .blog-item i {
  position: absolute;
  left: 0px;
  font-size: 22px;
  color: #231414;
  top: 148px;
}
@media (max-width: 1599.98px) {
  .blog .blog-item i {
    top: 115px;
  }
}
@media (max-width: 1399.98px) {
  .blog .blog-item i {
    top: 95px;
  }
}
@media (max-width: 991.98px) {
  .blog .blog-item i {
    top: 110px;
  }
}
@media (max-width: 767.98px) {
  .blog .blog-item i {
    top: 88px;
  }
}
@media (max-width: 490.98px) {
  .blog .blog-item i {
    top: 65px;
  }
}
@media (max-width: 400.98px) {
  .blog .blog-item i {
    top: 50px;
  }
}
.blog .blog-item .blog-item__title {
  padding: 6px;
  background: #f6b71e;
  bottom: 20px;
  border-radius: 9px;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
  position: absolute;
  width: 90%;
  right: 5%;
}
@media (max-width: 1199.98px) {
  .blog .blog-item .blog-item__title {
    width: 82%;
    padding: 1px;
  }
}
@media (max-width: 375.98px) {
  .blog .blog-item .blog-item__title {
    width: 78%;
  }
}
.blog .blog-item .blog-item__title h2 {
  font-size: 13px;
  margin-top: 7px;
  color: black;
  font-weight: 800;
}
@media (max-width: 1199.98px) {
  .blog .blog-item .blog-item__title h2 {
    font-size: 11px;
  }
}
.blog .blog-item::before {
  background-image: url(.././images/background/shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 161px;
  height: 160px;
  left: -61px;
  top: 80px;
  z-index: 0;
  transform: rotate(270deg);
}
@media (max-width: 1699.98px) {
  .blog .blog-item::before {
    top: 65px;
  }
}
@media (max-width: 1599.98px) {
  .blog .blog-item::before {
    top: 45px;
  }
}
@media (max-width: 1399.98px) {
  .blog .blog-item::before {
    top: 25px;
  }
}
@media (max-width: 991.98px) {
  .blog .blog-item::before {
    height: 42px;
    top: 100px;
  }
}
@media (max-width: 767.98px) {
  .blog .blog-item::before {
    top: 80px !important;
    left: -61px;
  }
}
@media (max-width: 490.98px) {
  .blog .blog-item::before {
    top: 55px !important;
    left: -61px;
  }
}
@media (max-width: 400.98px) {
  .blog .blog-item::before {
    top: 38px !important;
  }
}
.blog .blog-item img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 31/24;
  object-fit: cover;
}

.blog-card {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .blog-card {
    flex-wrap: wrap;
  }
}

.products {
  margin-bottom: 9rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .products {
    margin-bottom: 5.3rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .products {
    margin-bottom: 10rem;
  }
}
.products .productss {
  background-image: url(.././images/background/7.png);
  background-repeat: no-repeat;
  background-position: center right 72px;
  background-size: 91%;
}
@media only screen and (max-width: 1399.98px) {
  .products .productss {
    background-position: center right 95px;
    background-size: 85%;
  }
}
@media only screen and (max-width: 1299.98px) {
  .products .productss {
    background-position: center right 42px;
    background-size: 92%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .products .productss {
    background-position: center right -10px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .products .productss {
    background-position: right center;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .products .productss {
    background-image: unset;
  }
}
.products .productss .product-slider-wrapper {
  margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .products .productss .product-slider-wrapper {
    margin-top: 1rem !important;
  }
}
.products .productss::before {
  background-image: url(.././images/background/55.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 75px;
  height: 235px;
  opacity: 0.3;
  right: 0;
  top: 58px;
  z-index: 1;
  animation: rotateShape 12s linear infinite;
  transform-origin: center center;
}
@media only screen and (max-width: 575.98px) {
  .products .productss::before {
    z-index: -1;
  }
}
.products .productss::after {
  background-image: url(.././images/background/56.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 75px;
  height: 235px;
  opacity: 0.5;
  left: 0;
  top: 58px;
  z-index: 1;
  animation: rotateShape 12s linear infinite;
  transform-origin: center center;
}
@media only screen and (max-width: 767.98px) {
  .products .productss::after {
    z-index: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .products .productss::after {
    z-index: -1;
  }
}
@media only screen and (max-width: 1399.98px) {
  .products {
    background-size: 85%;
  }
}
.products .swiper-wrapper {
  z-index: 9 !important;
}
@keyframes rotateShape {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.products .text-product-title {
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  color: #f6b71e;
}
@media (max-width: 480.98px) {
  .products .text-product-title {
    margin-top: 0;
  }
}
.products .text-product-title .icon-arrow-left {
  color: #f6b71e;
}
.products .swiper-button-next, .products .swiper-button-prev {
  position: absolute;
  top: 35%;
}
@media only screen and (max-width: 991.98px) {
  .products__title {
    font-size: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products__title {
    gap: 7px !important;
  }
}
.products__title h2 {
  font-weight: 800;
  font-size: 23px;
  margin-bottom: unset;
}
@media only screen and (max-width: 1199.98px) {
  .products__title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products__title h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .products__title h2 {
    font-size: 13px;
  }
}
.products__title sapn {
  font-size: 23px;
  font-weight: 800;
  color: #f6b71e;
}
@media only screen and (max-width: 1199.98px) {
  .products__title sapn {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title sapn {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products__title sapn {
    font-size: 13px;
  }
}
.products .products-card__wrapper {
  padding: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 11px;
  background: #ffffff;
}
.products .products-card__wrapper img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.products .products-card__wrapper .products-card__title {
  padding: 3px;
  background: #f6b71e;
  bottom: 20px;
  right: 21px;
  border-radius: 9px;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  height: 40px;
}
.products .products-card__wrapper .products-card__title .icon-arrow-left {
  background: black;
  color: white;
  padding: 10px;
  border-radius: 30%;
}
.products .products-card__wrapper .products-card__title h3 {
  font-size: 10px;
  color: black;
  font-weight: 800;
  margin-top: 11px;
}
@media only screen and (max-width: 480.98px) {
  .products .products-card__wrapper .products-card__title h3 {
    font-size: 10px;
  }
}
.products .products-ships {
  width: 14%;
  position: absolute;
  right: -14px;
  top: 0px;
  opacity: 0.4;
}
@media only screen and (max-width: 575.98px) {
  .products .products-ships {
    right: -11px;
    top: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .products .products-ships {
    right: 0px;
  }
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
  color: #dcb34c;
  font-size: 27px;
  font-weight: bolder !important;
}
@media (max-width: 575.98px) {
  .products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
    font-size: 16px;
  }
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: #dcb34c;
  font-size: 27px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 16px;
  }
}

.mt-0-atuo {
  margin: 0 auto;
}

.discounts {
  position: relative;
}
.discounts .products {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 575.98px) {
  .discounts .products {
    margin-bottom: 4rem;
  }
}

.video {
  position: absolute;
  top: 40%;
  font-size: 28px;
  z-index: 999;
  color: white;
  background: #fdfdfd;
  border: 1px solid #f6b71e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  .video {
    top: 30%;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.video span {
  color: #8c8572;
}

.video-card {
  position: relative;
}
.video-card:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  border-radius: 10px;
}

.mobile-product-card {
  display: none !important;
}
@media screen and (max-width: 575.98px) {
  .mobile-product-card {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .mobile-product-card .swiper-slide {
    width: 32%;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 767.98px) {
  .mobile-product-card .swiper-slide {
    width: 49%;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 575.98px) {
  .mobile-product-card .swiper-slide {
    width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .mobile-product-card {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
  }
}

@media screen and (max-width: 575.98px) {
  .desktop-product-card {
    display: none !important;
  }
}

.show-more-wrapper {
  display: none; /* مخفی در حالت عادی */
}

.show-more-wrapper.active {
  display: block; /* وقتی فعال شد، دیده بشه */
}

.filter-accordion__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.filter-accordion__content.active {
  opacity: 1;
}

.filter-accordion__button {
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: right;
}

.filter-accordion__button .filter-accordion__icon {
  transition: transform 0.3s ease;
}

.filter-accordion__button.collapsed .filter-accordion__icon {
  transform: rotate(180deg);
}

/* وضعیت پیش‌فرض باکس (بسته) */
.show-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; /* انیمیشن نرم */
}

/* وضعیت فعال (باز) */
.show-box.active {
  /* maxHeight توسط JS مقداردهی می‌شود */
}

/* چرخش آیکون (اگر از font-awesome یا آیکون مشابه استفاده می‌کنید) */
.filter-accordion__button.collapsed .filter-accordion__icon {
  transform: rotate(0deg);
}

.filter-accordion__button:not(.collapsed) .filter-accordion__icon {
  transform: rotate(180deg);
}

.filter-box__wrapper {
  position: sticky;
  top: 10px;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 15px 20px;
}

.blog-item {
  width: unset !important;
}

@media (max-width: 400.98px) {
  .blog .blog-item .blog-item__title {
    width: 70%;
    padding: 1px;
  }
}
@media (max-width: 991.98px) {
  .blog .blog-item::before {
    top: 60px !important;
    z-index: 99;
  }
}
@media (max-width: 575.98px) {
  .blog .blog-item::before {
    top: 150px !important;
    z-index: 99;
  }
}
@media (max-width: 991.98px) {
  .blog .blog-item i {
    top: 69px;
    z-index: 999;
  }
}
@media (max-width: 1199.98px) {
  .blog .blog-item::before {
    top: -10px;
  }
}
@media (max-width: 1199.98px) {
  .blog .blog-item i {
    top: 60px;
  }
}
@media (max-width: 991.98px) {
  .blog .blog-item i {
    top: 75px;
  }
}
@media (max-width: 767.98px) {
  .blog .blog-item::before {
    top: 120px;
  }
}
@media (max-width: 767.98px) {
  .blog .blog-item i {
    top: 190px;
  }
}
@media (max-width: 480.98px) {
  .blog .blog-item::before {
    top: 80px;
  }
}
@media (max-width: 400.98px) {
  .blog .blog-item::before {
    top: 60px;
  }
}
@media (max-width: 767.98px) {
  .blog .blog-item i {
    top: 75px;
  }
}
@media (max-width: 575.98px) {
  .blog .blog-item i {
    top: 160px;
  }
}
#playButton {
  visibility: hidden;
}

iframe {
  width: 100%;
}

video {
  width: 100%;
}

.img-video {
  width: 100%;
  border-radius: 5px;
}

.play-vedeo {
  position: absolute;
  left: 42%;
  top: 42%;
  font-size: 23px;
  color: #8c8572;
  background: #f8f8f8;
  /* padding: 7px; */
  border-radius: 25px;
  border: 2px solid #dcb34c;
  width: 40px;
  display: flex;
  padding: 3px;
  align-items: center;
  justify-content: center;
  height: 40px;
}
@media screen and (max-width: 1399px) {
  .play-vedeo {
    top: 6rem;
    right: 11rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .play-vedeo {
    top: 7rem;
    right: 8rem;
  }
}
@media screen and (max-width: 999.98px) {
  .play-vedeo {
    top: 4rem;
    right: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .play-vedeo {
    top: 35px;
    right: 59px;
    font-size: 19px;
  }
}
@media screen and (max-width: 575.98px) {
  .play-vedeo {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
}

.title-video {
  position: absolute;
  bottom: 0;
  background: rgba(1, 1, 1, 0.6196078431);
  color: #fff;
  font-weight: 700;
  z-index: 0;
  width: 100%;
  padding: 7px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 58px;
  font-size: 14px;
  border-radius: 3px;
}

.discount {
  position: absolute;
  bottom: 25px;
  right: 30px;
}

.article-box {
  margin-bottom: 5rem;
}

/*# sourceMappingURL=archives-en.css.map */
