@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: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1399.98px) {
  .products {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .products {
    margin-top: 3rem;
  }
}
.products .swiper-button-next {
  padding: 5px;
  background: #413d37;
  font-size: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.products .swiper-button-prev {
  padding: 5px;
  background: #413d37;
  font-size: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.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: 57px;
  margin: 0 auto;
}
@media only screen and (max-width: 1599.98px) {
  .products__title {
    top: 37px;
  }
}
@media only screen and (max-width: 1366.98px) {
  .products__title {
    top: 28px;
  }
}
.products__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #faf7f2;
}
@media only screen and (max-width: 1399.98px) {
  .products__title h2 {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title h2 {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products__title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480.98px) {
  .products__title h2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 375.98px) {
  .products__title h2 {
    font-size: 16px;
  }
}
.products__title .product-title {
  background: #dcdcdc;
  padding: 10px;
  border-radius: 11px;
  gap: 7px;
}
@media only screen and (max-width: 1399.98px) {
  .products__title .product-title {
    padding: 8px;
  }
}
.products__title--title {
  font-size: 14px;
  color: #0C1B43;
  font-weight: 700;
}
@media only screen and (max-width: 1599.98px) {
  .products__title--title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480.98px) {
  .products__title--title {
    font-size: 9px;
  }
}
.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); /* آیکن کمی به چپ میره */
}

@media only screen and (max-width: 991.98px) {
  .new .products__title h2 {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 480.98px) {
  .new .products__title h2 {
    margin-top: -40px;
  }
}
.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-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: 991.98px) {
  .product-card-m {
    margin: 45px auto;
    z-index: 0;
  }
}

.product-bg {
  background-image: url(.././images/product/10.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .product-bg {
    background-image: unset;
  }
}
.product-bg:after {
  content: "";
  background-image: url(.././images/product/28.png);
  display: inline-block;
  position: absolute;
  top: -11px;
  width: 11%;
  height: 15%;
  background-repeat: no-repeat;
  /* bottom: 45px; */
  background-size: contain;
  transform: rotate(181deg);
  right: 18%;
  z-index: 9;
}
@media only screen and (max-width: 1199.98px) {
  .product-bg:after {
    top: -20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-bg:after {
    top: -55px;
  }
}
@media only screen and (max-width: 400.98px) {
  .product-bg:after {
    right: 42%;
    top: -39px;
  }
}
.product-bg:before {
  content: "";
  background-image: url(.././images/product/bg-2.png);
  display: inline-block;
  position: absolute;
  top: -11px;
  width: 100%;
  height: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  right: -94%;
}
@media only screen and (max-width: 991.98px) {
  .product-bg:before {
    content: unset;
    background-image: unset;
    opacity: unset;
  }
}

@media only screen and (max-width: 991.98px) {
  .product-after:before {
    content: "";
    background-color: #c7070a;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    /* bottom: 45px; */
    background-size: contain;
    /* transform: rotate(181deg); */
    right: 0;
    z-index: -1;
    border-radius: 8% 8% 50% 50%;
  }
}

.new-bg {
  background-image: url(.././images/product/special-offers-bg.svg);
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: cover;
  border-radius: 5%;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .new-bg {
    background-size: contain;
  }
}
.new-bg .swiper-button-next:after, .new-bg .products .swiper-rtl .swiper-button-prev:after {
  font-size: 19px;
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-next:after, .new-bg .products .swiper-rtl .swiper-button-prev:after {
    font-size: 10px;
  }
}
.new-bg .swiper-button-prev:after, .new-bg .products .swiper-rtl .swiper-button-next:after {
  font-size: 19px;
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-prev:after, .new-bg .products .swiper-rtl .swiper-button-next:after {
    font-size: 12px;
  }
}
.new-bg .swiper-button-prev {
  padding: 5px;
  font-size: 15px;
  width: 49px;
  height: 50px;
  top: -60px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
.new-bg .swiper-button-next {
  padding: 5px;
  font-size: 15px;
  width: 50px;
  height: 50px;
  top: -60px;
  left: 70px !important;
  right: unset;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-next {
    width: 25px !important;
    height: 26px !important;
    left: 25px !important;
  }
}
.new-bg .products__title h2 {
  color: #413d37;
}
.new-bg:before {
  content: "";
  background-image: url(.././images/product/Gold-Sale-Back.svg);
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.new-bg .product-card-m {
  margin: 95px auto;
  position: absolute;
  top: 25px;
}
@media only screen and (max-width: 480.98px) {
  .new-bg .product-card-m {
    top: 6px;
  }
}

.new .swiper {
  margin-top: -1rem;
}

@media only screen and (max-width: 480.98px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -6px !important;
    right: auto;
  }
}

.product-card {
  position: relative;
  border-radius: 29px;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  .product-card {
    padding: 0 !important;
    border-radius: 16px;
  }
}
.product-card--img {
  position: relative;
}
.product-card--img img {
  width: 100%;
  display: block;
  aspect-ratio: 3/4;
  border-radius: 6px 6px 0 0px;
}
.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: 140px;
  width: 100%;
  right: 0;
  /* From https://css.glass */
  background: rgba(179, 174, 174, 0.51);
  border-radius: 0px 0 6px 6px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.9px);
  -webkit-backdrop-filter: blur(8.9px);
  padding: 21px;
}
@media only screen and (max-width: 1499.98px) {
  .product-card--title {
    height: 123px;
    padding: 8px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title {
    bottom: -20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card--title {
    height: 105px;
  }
}
.product-card--title .price {
  font-size: 16px;
  color: #9e0101;
  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;
  color: #3e3636;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 800;
  line-height: 30px;
}
@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 {
    padding-right: 9px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480.98px) {
  .product-card--title h2 {
    -webkit-line-clamp: 1;
  }
}
.product-card--title s {
  color: #704848;
  font-size: 14px;
}
@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: #2e2c2c;
  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;
}
.product-card .icon-products {
  /* background: darkcyan; */
  top: 22px;
  right: 17px;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  z-index: 1;
}
.product-card .icon-products .icon-arrow-left {
  transform: rotate(139deg);
  font-size: 18px;
  color: white;
}

.blog {
  margin-bottom: 5rem;
  position: relative;
}
@media only screen and (max-width: 480.98px) {
  .blog {
    margin-bottom: 3rem;
  }
}
.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;
  }
}

.img-blog img {
  width: 100%;
  border-radius: 20px;
}

.img-blog {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  z-index: 0;
}

.img-blog img {
  width: 100%;
  display: block;
}

.img-blog-text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  color: #fff;
}

.img-blog::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.1), transparent);
  z-index: 1;
}

.img-blog-text h2 {
  line-height: 1.6;
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 700;
}

.date-icon {
  border-radius: 50%;
  /* background: firebrick; */
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  transform: rotate(33deg);
  z-index: 99999999;
  top: 22px;
  right: 17px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
}
@media screen and (max-width: 1399.98px) {
  .date-icon {
    width: 40px;
    height: 40px;
  }
}

.blog__card {
  background: white;
  border-radius: 20px;
  display: flex;
  transition: all 0.3s ease;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.blog__card:after {
  content: "";
  background-image: url(.././images/about-us/Group-2.webp);
  position: absolute;
  top: 30px;
  left: 0;
  width: 9%;
  height: 59%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card:after {
    left: 9px;
    height: 52px;
    border-radius: 16px;
    top: 20px;
  }
}
.blog__card--img img {
  width: 100%;
  border-radius: 10px;
}
.blog__card--title h2 {
  font-size: 18px;
  margin-top: 10px;
  color: #474040;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card--title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__card--title h2 {
    font-size: 12px !important;
  }
}
.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: 13px;
  color: #9e0101;
}

.blog__card--item .col-3 {
  width: 24%;
}

.blog__card {
  width: 49% !important;
}
@media only screen and (max-width: 991.98px) {
  .blog__card {
    width: 48% !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog__card {
    width: 100% !important;
  }
}

.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%;
  }
}
.blog__card--title h2 {
  font-size: 16px;
  margin-top: 10px;
  color: #474040;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 700;
  line-height: 30px;
}

#playButton {
  visibility: hidden;
}

iframe {
  width: 100%;
}

video {
  width: 100%;
}

img {
  width: 100%;
  border-radius: 5px;
}

.play-vedeo {
  position: absolute;
  top: 8rem;
  left: 13rem;
  width: 35px;
  height: 35px;
  background: #d8d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 1399px) {
  .play-vedeo {
    top: 6rem;
    left: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .play-vedeo {
    top: 6rem;
    left: 11rem;
  }
}

.title-video {
  position: absolute;
  bottom: 12px;
  right: 21px;
  color: white;
  font-weight: 700;
  font-size: 12px;
}

/*# sourceMappingURL=archives.css.map */
