@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 ----------------------------------*/
.products {
  margin-top: 5rem;
  margin-bottom: 7rem;
  background-image: url(.././images/background/Vector-2.webp);
}
@media only screen and (max-width: 1400.98px) {
  .products {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .products {
    margin-bottom: 2rem;
    margin-top: 0rem;
  }
}
.products .swiper-button-next, .products .swiper-rtl .swiper-button-prev {
  z-index: 9 !important;
  background-image: url(.././images/content/5.png);
  background-repeat: no-repeat;
  background-size: 45px;
  width: 49px;
  transform: rotate(179deg);
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 0px !important;
  color: #c7070a;
}
.products .swiper-button-next:after, .products .swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 0px !important;
  color: #c7070a;
}
.products .swiper-button-prev {
  z-index: 9 !important;
  background-image: url(.././images/content/5.png);
  background-repeat: no-repeat;
  background-size: 45px;
  width: 49px;
}
.products .title-box {
  position: relative;
}
.products .title-box a {
  position: absolute;
  bottom: 34px;
  z-index: 999;
  left: 37%;
}
@media only screen and (max-width: 1599.98px) {
  .products .title-box a {
    left: 30%;
  }
}
@media only screen and (max-width: 1400.98px) {
  .products .title-box a {
    left: 38%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box a {
    left: 33%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .products .title-box a {
    left: 22%;
  }
}
.products .title-box .text-product {
  bottom: 40%;
  right: 25%;
  z-index: 999999;
}
@media only screen and (max-width: 1599.98px) {
  .products .title-box .text-product {
    right: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box .text-product {
    right: 15%;
  }
}
.products .title-box .text-product h2 {
  color: white;
  font-size: 24px;
  word-spacing: -5px;
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box .text-product h2 {
    font-size: 20px;
  }
}
.products .title-box .text-product p {
  color: white;
  text-align: center;
}
.products .title-box img {
  width: 81%;
  height: 100%;
  border-radius: 15px;
  display: block;
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box img {
    width: 96%;
  }
}
.products .title-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(23, 21, 21, 0.78);
  border-radius: 15px;
  pointer-events: none;
  width: 81%;
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box::after {
    width: 96%;
  }
}
.products {
  /* From Uiverse.io by reshades */
}
.products .button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 10.5em;
  height: 2.9em;
  border: #c7070a 0.2em solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400.98px) {
  .products .button {
    font-size: 12px;
    width: 11em;
    height: 4em;
  }
}
.products .button:hover {
  background-color: #474040;
  cursor: pointer;
}

.btn-view .button {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* فاصله متن و آیکن */
  transition: all 0.3s ease;
  justify-content: center;
}

.btn-view .icon-arrow-left {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* انیمیشن هاور */
.btn-view:hover .icon-arrow-left {
  transform: translateX(-5px); /* آیکن کمی به چپ میره */
}

.new .title-box a {
  left: 22% !important;
}
@media only screen and (max-width: 1599.98px) {
  .new .title-box a {
    left: 15% !important;
  }
}
.new .title-box::after {
  right: 19%;
}
@media only screen and (max-width: 1399.98px) {
  .new .title-box::after {
    right: 4%;
  }
}
.new .text-product {
  right: 40% !important;
}
@media only screen and (max-width: 1399.98px) {
  .new .text-product {
    right: 30% !important;
  }
}
@media only screen and (max-width: 1400.98px) {
  .new .text {
    font-size: 12px;
  }
}
.new .btn-view {
  display: inline-block;
  overflow: hidden;
}
.new .btn-view .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: #c7070a 0.2em solid;
}
.new .btn-view .button .icon-arrow-right {
  display: inline-block;
  transition: transform 0.3s ease;
}
.new .btn-view:hover .button {
  background-color: #474040;
}
.new .btn-view:hover .icon-arrow-right {
  transform: translateX(5px);
}

.product-card {
  padding: 18px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.88);
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .product-card {
    padding: 0 !important;
  }
}
.product-card--img {
  position: relative;
}
.product-card--img img {
  width: 100%;
  border-radius: 6px;
  display: block;
}
.product-card--img {
  /* اورلی مشکی */
}
.product-card--img .overlay {
  position: absolute;
  inset: 0;
  background: rgba(57, 55, 55, 0.29);
  border-radius: 6px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.product-card--img {
  /* رنگ‌ها */
}
.product-card--img .color-product {
  position: absolute;
  top: 38px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.3s ease;
  z-index: 999999999;
}
.product-card--img .color-product .dots {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.product-card--img .color-product .dots-1 {
  background: #fff8ed;
}
.product-card--img .color-product .dots-2 {
  background: #e2a02b;
}
.product-card--img .color-product .dots-3 {
  background: #6d2424;
}
.product-card {
  /* هاور */
}
.product-card:hover .overlay {
  opacity: 0;
}
.product-card:hover .color-product {
  opacity: 0;
}
.product-card {
  /* عنوان */
}
.product-card--title {
  height: 85px;
}
.product-card--title .price {
  font-size: 18px;
  color: #474040;
  font-weight: 700;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title .price {
    font-size: 14px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .price {
    font-size: 12px;
  }
}
.product-card--title h2 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title h2 {
    padding-right: 9px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
.product-card--title s {
  color: gray;
  font-size: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title s {
    font-size: 13px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title s {
    font-size: 11px;
  }
}
.product-card--title .toman {
  color: #706868;
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .toman {
    font-size: 12px;
  }
}
.product-card {
  /* ایکون شاپ */
}
.product-card .img-ship {
  bottom: 0px;
  position: absolute;
  right: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1599.98px) {
  .product-card .img-ship {
    right: 9%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    bottom: 0px;
    right: -4px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .img-ship {
    bottom: -7px;
    right: -15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship {
    right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card .img-ship {
    right: -20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-card .img-ship {
    right: 40px;
  }
}
@media only screen and (max-width: 499.98px) {
  .product-card .img-ship {
    right: 10px;
  }
}
@media only screen and (max-width: 411.98px) {
  .product-card .img-ship {
    right: -10px;
  }
}
.product-card .img-ship img {
  transform: rotate(180deg);
}
.product-card .img-ship span {
  position: absolute;
  right: 48%;
  left: 46%;
  z-index: 999;
  top: 13px;
  color: brown;
  transform: rotate(122deg);
  font-size: 19px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship span {
    font-size: 15px;
  }
}
.product-card {
  /* تخفیف */
}
.product-card .discount {
  background: #c7070a;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
  color: white;
}
@media only screen and (max-width: 1399.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 11px;
    border-radius: 5px;
    color: white;
    margin-bottom: 12px;
    margin-left: 13px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .discount {
    font-size: 10px;
  }
}
.product-card {
  /* خطوط پایین */
}
.product-card .line-1 {
  width: 50%;
  height: 4px;
  background: #ed394d;
  margin-bottom: 1.5rem;
  border-radius: 64px;
  margin-top: 10px;
}
.product-card .line-2 {
  width: 50%;
  height: 4px;
  background: #bebbbb;
  margin-bottom: 1.5rem;
  border-radius: 0px 65px 65px 0px;
  margin-top: 10px;
}

.blog {
  margin-bottom: 2rem;
}
.blog__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 1199.98px) {
  .blog__title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__title h2 {
    font-size: 17px;
  }
}
.blog__title--text {
  font-size: 15px;
  color: gray;
  font-weight: 700;
}
@media only screen and (max-width: 1199.98px) {
  .blog__title--text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__title--text {
    font-size: 10px;
  }
}

.mobile-category-card {
  display: none !important;
}
@media screen and (max-width: 991.98px) {
  .mobile-category-card {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  .mobile-category-card .swiper-slide {
    width: 32%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .mobile-category-card .swiper-slide {
    width: 49%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 480.98px) {
  .mobile-category-card .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 380.98px) {
  .mobile-category-card .swiper-slide {
    width: 75%;
  }
}
@media screen and (max-width: 767.98px) {
  .mobile-category-card {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
  }
}

@media screen and (max-width: 992.98px) {
  .desktop-category-card {
    display: none !important;
  }
}

.blogCard {
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  padding: 0;
}
.blogCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.blogCard:hover .blogCard__time--btn .icon-arrow-left {
  transform: translateX(-4px); /* حرکت به چپ */
  color: #c8a2a2; /* تغییر رنگ با هگز */
}
.blogCard:hover .blogCard__time--btn {
  background: #2f2b2b; /* هاور جذاب‌تر */
}
.blogCard__img img {
  width: 100%;
  border-radius: 10px;
}
.blogCard__ship {
  margin-top: -25px;
}
@media only screen and (max-width: 1399.98px) {
  .blogCard__ship {
    margin-top: -24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blogCard__ship {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blogCard__ship {
    margin-top: -22px;
  }
}
@media only screen and (max-width: 483.98px) {
  .blogCard__ship {
    margin-top: -18px;
  }
}
.blogCard__ship img {
  width: 100%;
}
.blogCard__time {
  padding-left: 13px;
  padding-bottom: 16px;
}
.blogCard__time--btn {
  background: #474040;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 6px;
  transition: all 0.3s ease;
}
.blogCard__time--btn .blogCard__text {
  display: none;
}
.blogCard__time--btn span {
  color: white;
  font-size: 12px;
  padding: 1px;
}
@media only screen and (max-width: 1199.98px) {
  .blogCard__time--btn span {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blogCard__time--btn span {
    font-size: 8px;
  }
}
.blogCard__time--btn .icon-arrow-left {
  color: wheat;
  font-size: 12px;
  transition: all 0.3s ease;
}
.blogCard__text {
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 4px;
}
.blogCard__text span {
  font-size: 15px;
}
@media only screen and (max-width: 430.98px) {
  .blogCard__text span {
    font-size: 10px;
  }
}
.blogCard__text h2 {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px !important;
  color: #251f1f !important;
  line-height: 23px !important;
  margin: 0 !important;
  display: flex !important;
  transition: all 300ms linear !important;
}
@media only screen and (max-width: 991.98px) {
  .blogCard__text h2 {
    font-size: 12px !important;
  }
}

.blog__items {
  padding: 35px;
  gap: 17px;
}

a {
  color: #1a1a1a;
}
a:hover {
  color: unset;
  box-shadow: unset;
}

.blog__items {
  padding: 0;
}

@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    right: 5%;
  }
}
@media only screen and (max-width: 1499.98px) {
  .product-card .img-ship {
    right: 20%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    right: 9%;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship {
    right: 5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card .img-ship {
    right: 10%;
    bottom: 0;
  }
}
@media only screen and (max-width: 480.98px) {
  .product-card .img-ship {
    right: 10%;
  }
}
@media only screen and (max-width: 390.98px) {
  .product-card .img-ship {
    right: -6%;
  }
}
@media only screen and (max-width: 375.98px) {
  .product-card .img-ship {
    right: -15%;
  }
}

/*# sourceMappingURL=archives.css.map */
