@charset "UTF-8";
/*
// TODO: adding all archive pages styles to this file.
         such as blog archive card, product archive card and etc.
*/
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- 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: -10px;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 1199.98px) {
  .products {
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .products {
    margin-top: -2rem;
  }
}
.products .swiper-button-next {
  padding: 5px;
  background: #997d5a;
  font-size: 15px;
  border-radius: 5px;
  width: 37px;
  height: 33px;
}
.products .swiper {
  width: 85%;
}
.products .swiper-button-prev {
  padding: 5px;
  background: #997d5a;
  font-size: 15px;
  border-radius: 5px;
  width: 37px;
  height: 33px;
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
  font-size: 13px;
  color: white;
}
.products .swiper-button-next:after, .products .swiper-rtl .swiper-button-prev:after {
  font-size: 13px;
  color: white;
}
.products__title {
  position: relative;
  top: 74px;
  margin: 0 auto;
}
.products__title:after {
  content: "";
  position: absolute;
  display: block;
  width: 2%;
  height: 149%;
  top: -14px;
  right: 0;
  background-image: url(.././images/product/yellow-leaf.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 27px;
}
@media only screen and (max-width: 1700.98px) {
  .products__title:after {
    width: 3%;
    height: 149%;
    top: -14px;
    right: -7px;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title:after {
    width: 5%;
    height: 137%;
    top: -22px;
    right: -17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products__title:after {
    width: 10%;
    height: 130%;
    top: -11px;
    right: 0;
    background-size: 15px;
  }
}
.products__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #4c4c4c;
}
@media only screen and (max-width: 1399.98px) {
  .products__title h2 {
    font-size: 19px;
    font-weight: 700;
    color: #474040;
    margin: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title h2 {
    font-size: 16px;
  }
}
.products__title--title {
  font-size: 14px;
}
@media only screen and (max-width: 1599.98px) {
  .products__title--title {
    font-size: 12px;
  }
}
.products__title .icon-arrow-left {
  font-size: 14px;
}
.products {
  /* From Uiverse.io by reshades */
}
.products .button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 10.5em;
  height: 2.9em;
  border: #4c4c4c 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: #997d5a;
  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: #4c4c4c 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: #997d5a;
}
.new .btn-view:hover .icon-arrow-right {
  transform: translateX(5px);
}

.product-card-m {
  margin: 95px auto;
}
@media only screen and (max-width: 1899.98px) {
  .product-card-m {
    margin: 75px auto;
  }
}
@media only screen and (max-width: 1499.98px) {
  .product-card-m {
    margin: 67px auto;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card-m {
    margin: 95px auto;
  }
}

.product-bg {
  background-image: url(.././images/product/25.png);
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: contain;
}
.product-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 384px;
  top: 38px;
  right: 0;
  background-image: url(.././images/services/landing-bag-right.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .product-bg {
    background-position: center 50px;
  }
}

.new-bg {
  position: relative;
}
.new-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 38px;
  right: 0;
  background-image: url(.././images/product/55.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.new-bg .products__title {
  position: relative;
  top: 68px;
}
.new-bg .product-card-m {
  margin: 61px auto;
  position: absolute;
  top: 25px;
}

.product-color {
  color: #4c4c4c;
}

.product-card {
  padding: 18px;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  position: relative;
  background-image: url(.././images/services/landing-bag-right.png);
}
@media only screen and (max-width: 1399.98px) {
  .product-card {
    padding: 13px;
  }
}
.product-card--img {
  position: relative;
}
.product-card--img img {
  width: 100%;
  border-radius: 6px;
  display: block;
  aspect-ratio: 2/3;
}
.product-card--img .category--img-item-box {
  border-radius: 7px;
  margin-top: 14px;
  padding: 0;
}
.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: 100px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title {
    height: 95px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title {
    height: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card--title {
    height: 90px;
  }
}
@media only screen and (max-width: 380.98px) {
  .product-card--title {
    height: 105px;
  }
}
.product-card--title .price {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 700;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 380.98px) {
  .product-card--title .price {
    font-size: 11px;
  }
}
.product-card--title h2 {
  font-size: 15px;
  margin-top: 6px;
  color: #474040;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 800;
  line-height: 27px;
}
@media only screen and (max-width: 1400.98px) {
  .product-card--title h2 {
    line-height: 24px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
.product-card--title s {
  color: #728292;
  font-size: 14px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title s {
    font-size: 13px;
  }
}
@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: #d20000;
  padding: 3px;
  font-size: 11px;
  border-radius: 5px;
  color: white;
}
@media only screen and (max-width: 1399.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 9px;
    border-radius: 5px;
    color: white;
    margin-bottom: 12px;
  }
}
@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;
}

.title-link-product {
  background-image: url(.././images/product/85.png);
  text-align: center;
  border-radius: 17px;
  padding: 2px;
  height: 2.5rem;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.title-link-product a {
  color: #0e4546;
  font-size: 13px;
  font-weight: 700;
}

.title-link-product-color {
  background-image: url(.././images/product/56.png);
  text-align: center;
  border-radius: 17px;
  padding: 2px;
  height: 2.5rem;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.title-link-product-color a {
  color: white;
  font-size: 13px;
}

.product-card-m {
  display: none !important;
}

.product-card-m.active-slider {
  display: flex !important;
}

.span-searvce {
  position: absolute;
  left: 40px;
  bottom: -3px;
  font-size: 12px;
  color: #312c2c;
  direction: ltr;
  letter-spacing: 1px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .span-searvce {
    bottom: 0px;
    font-size: 10px;
  }
}

.span-number {
  font-size: 11px;
  margin-right: 6px;
  color: #911412;
}

#third-select-field-car {
  margin-bottom: 5px !important;
}

.color-sapan {
  color: #4c4c4c;
}

.title-product {
  justify-content: end;
}

.border-right {
  border-bottom: 1px solid #911412;
}

.captch__img {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 40% !important;
  z-index: 2;
}
@media only screen and (max-width: 1366.98px) {
  .captch__img {
    bottom: -4px;
  }
}

.out-of-stock-label {
  display: none;
}

.currency {
  font-size: 12px;
  color: slategray;
}

.blog {
  margin-bottom: 5rem;
}
.blog--text {
  font-size: 15px;
  color: #0a1111;
  font-weight: 700;
}
@media only screen and (max-width: 1199.98px) {
  .blog--text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog--text {
    font-size: 10px;
  }
}
.blog__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 1399.98px) {
  .blog__title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__title h2 {
    font-size: 17px;
  }
}

.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;
  }
}

.blog__card {
  display: flex;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 24px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 22% !important;
  background-color: rgb(255, 255, 255);
  background-image: url(.././images/services/landing-bag-right.png);
}
.blog__card:before {
  content: "";
  position: absolute;
  display: block;
  width: 96%;
  height: 37%;
  top: 1px;
  right: 0px;
  background-image: url(.././images/blog/group-flowers2-blog.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 105px;
  opacity: 0.1;
}
@media only screen and (max-width: 991.98px) {
  .blog__card {
    flex: 0 0 47%;
    max-width: 84%;
    padding: 9px;
  }
}
.blog__card .btn-link {
  width: 86px;
  padding: 2px;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card .btn-link {
    width: 77px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__card .btn-link {
    width: 67px;
  }
}
.blog__card .btn-link .titles-btn {
  font-size: 12px;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card .btn-link .titles-btn {
    padding-left: 8px;
    padding-right: 7px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__card .btn-link .titles-btn {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9px;
  }
}
.blog__card--img {
  position: relative;
}
.blog__card--img:after {
  left: 36%;
  position: absolute;
  display: block;
  width: 28%;
  height: 18%;
  top: -15px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 87%;
  background-image: url(.././images/blog/blog-post-top-icon.png);
  right: 35%;
  content: "";
}
@media only screen and (max-width: 1599.98px) {
  .blog__card--img:after {
    left: 30%;
    width: 42%;
    height: 27%;
    top: -16px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 92%;
    right: 26%;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__card--img:after {
    background-size: 70%;
    right: 23%;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog__card--img:after {
    background-size: 78%;
    right: 22%;
  }
}
.blog__card--img img {
  width: 100%;
  border-radius: 35px;
  border-bottom: 5px solid #c49d85;
  border-right: 5px solid #c9b5a8;
  border-left: 5px solid #c9b5a8;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .blog__card--item {
    gap: 15px;
    justify-content: center !important;
  }
}
.blog__card--title h2 {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 700;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 700;
  line-height: 22px;
}
@media only screen and (max-width: 991.98px) {
  .blog__card--title h2 {
    font-size: 12px !important;
  }
}
.blog__card--title p {
  line-height: 150%;
  min-height: 51px;
  color: #a1a1a1;
  font-size: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 700;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card--title p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480.98px) {
  .blog__card--title p {
    min-height: 45px;
  }
}
.blog__card__time {
  padding-left: 13px;
  padding-bottom: 16px;
}
.blog__card__time--btn {
  background: #474040;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 6px;
  transition: all 0.3s ease;
}
.blog__card__time--btn .blogCard__text {
  display: none;
}
.blog__card__time--btn span {
  color: white;
  font-size: 12px;
  padding: 1px;
}
@media only screen and (max-width: 1199.98px) {
  .blog__card__time--btn span {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog__card__time--btn span {
    font-size: 8px;
  }
}
.blog__card__time--btn .icon-arrow-left {
  color: wheat;
  font-size: 12px;
  transition: all 0.3s ease;
}
.blog__card .date {
  font-size: 15px;
  color: #4c4c4c;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  align-items: stretch;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card .date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog__card .date {
    font-size: 10px;
  }
}

@media only screen and (max-width: 991.98px) {
  .blog__card--item {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
    gap: 20px !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog__card--item {
    gap: 18px !important;
  }
}
.blog__card--item .col-3 {
  width: 24%;
}

.blog-card-right {
  height: 167px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 32% !important;
  padding-right: 6px;
  padding-left: 14px;
}
.blog-card-right .date {
  font-size: 15px;
  color: #4c4c4c;
}
.blog-card-right .blog__card--img:after {
  top: -9px;
}
.blog-card-right .btn-link {
  width: 86px;
  padding: 2px;
}
.blog-card-right .btn-link .titles-btn {
  font-size: 12px;
}

.link-btn-icon:hover {
  color: unset;
}

.about-us {
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 4rem;
  margin-top: -2rem;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .about-us {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 480.98px) {
  .about-us {
    margin-bottom: 3rem;
  }
}
.about-us:after {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 282%;
  top: 0;
  left: 0;
  background-image: url(.././images/about-us/1.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767.98px) {
  .about-us:after {
    content: unset;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us .icon-btn {
    width: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us .question-gap {
    gap: 4px !important;
  }
}
.about-us p {
  color: #7f8285;
  font-size: 16px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* font-weight: 800; */
  line-height: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .about-us p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us p {
    line-height: 31px;
    font-size: 12px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-us p {
    -webkit-line-clamp: 3;
    font-size: 13px;
  }
}
.about-us__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #4e4f4f;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399.98px) {
  .about-us__title h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us__title h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480.98px) {
  .about-us__title h2 {
    font-size: 16px;
  }
}
.about-us__img {
  display: flex;
  align-items: center;
}
.about-us__img img {
  width: 54%;
  max-width: 100%;
  margin-right: 31px;
}
@media only screen and (max-width: 991.98px) {
  .about-us__img img {
    width: 79%;
    max-width: 100%;
    margin-right: 37px;
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us__img img--item {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.about-us__img img .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  color: #474040;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: #ed394d 0.2em solid;
  /* background: unset; */
  border-radius: 12px;
}
@media only screen and (max-width: 991.98px) {
  .about-us__img img .button {
    font-size: 10px;
  }
}
.about-us__img--img {
  right: 22%;
  top: 22px;
}
.about-us__img--img img {
  width: 100%;
  height: 19rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
@media only screen and (max-width: 480.98px) {
  .about-us__img--img img {
    display: none;
  }
}
.about-us__img--row {
  position: absolute;
  /* height: 78px; */
  right: 46px;
  z-index: -1;
}
@media only screen and (max-width: 1400.98px) {
  .about-us__img--row {
    right: 0px;
  }
}
.about-us__img--row img {
  width: 100%;
  height: 15rem;
}
.about-us__title-question {
  background: antiquewhite;
  padding: 9px;
  align-items: center;
  display: flex;
  height: 43px;
  border-radius: 10px;
}
.about-us__title-question h2 {
  font-weight: 700;
  color: #4e4f4f;
  font-size: 15px;
  margin: 0 !important;
}
.about-us__title-question .text {
  left: -16px;
  background: #997d5a;
  padding: 10px;
  border-radius: 18px;
  border: 8px solid #faf7f2;
  color: #f0f0f0;
  display: flex;
}
.about-us__title-question .text .icon-angle-left {
  color: white;
}
.about-us .answer {
  background: #56585a;
  padding: 11px;
  border-radius: 13px;
}
.about-us .answer span {
  color: white;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* font-weight: 800; */
  line-height: 22px;
  font-size: 14px;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.answer.open {
  max-height: 200px; /* یا هر مقداری متناسب با متن */
}

.answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #f8f8f8; /* پس‌زمینه پاسخ */
  transition: all 0.4s ease;
  padding: 0 1rem;
  border-radius: 8px;
}

.answer.open {
  max-height: 500px; /* هر مقدار که متن جا شود */
  opacity: 1;
  padding: 1rem;
}

.about-us__title-question {
  cursor: pointer;
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.about-us__title-question:hover {
  background-color: #f2f2f2;
}

.d-flex.answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 0 15px;
  transition: max-height 0.6s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.5s ease;
}

.d-flex.answer.open {
  opacity: 1;
  max-height: 300px; /* بسته به ارتفاع متن می‌توانی تنظیم کنی */
  padding: 15px;
}

.about-us__title-question.open .icon-angle-left {
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}

.d-flex.answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #5b5a5a;
  border-radius: 8px;
  padding: 0 15px;
  transition: max-height 0.6s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.5s ease, padding 0.4s ease;
}

.d-flex.answer.open {
  opacity: 1;
  max-height: 300px; /* بسته به ارتفاع متن، قابل کم و زیاد کردن هست */
  padding: 15px;
}

/* افکت چرخش آیکون */
.about-us__title-question .icon-angle-left {
  transition: transform 0.4s ease;
}

.about-us__title-question.open .icon-angle-left {
  transform: rotate(-90deg);
}

.btn-link {
  background: #615031;
  width: 149px;
  justify-content: space-between;
  display: flex;
  padding: 3px;
  border-radius: 33px;
  color: white !important;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .btn-link {
    width: 124px;
  }
}
.btn-link .titles-btn {
  border-radius: 140px;
  background: #b08060;
  padding: 5px;
  font-size: 15px;
  padding-left: 8px;
  padding-right: 9px;
}
@media only screen and (max-width: 991.98px) {
  .btn-link .titles-btn {
    font-size: 12px;
  }
}

.icon-angle-left, .icon-arrow-left, .icon-angle-right, .icon-arrow-right {
  transform: scaleX(-1) !important;
}

.shop__header-more::after {
  transform: scaleX(-1);
}

.my-pagination .page-nav-link span {
  transform: scaleX(-1);
}

.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%;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__card--img:after {
    background-size: 48% !important;
    right: 17% !important;
    top: -11px !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog__card--img:after {
    background-size: 61% !important;
    right: 22% !important;
    top: -10px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title {
    height: 82px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card--title {
    height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card--title {
    height: 80px;
  }
}

/*# sourceMappingURL=archives-en.css.map */
