/*
// 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-card__wrapper img {
  width: 100%;
  border-radius: 10px 10px 0 0 !important;
}
.products-card__title {
  padding: 13px 6px;
  color: #1b1818;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  font-weight: 900;
  right: 20px;
}
@media screen and (max-width: 1199.98px) {
  .products-card__title {
    right: 7px;
  }
}
@media screen and (max-width: 767.98px) {
  .products-card__title {
    right: 48px;
  }
}
.products-card__title span {
  display: block;
  background: #ffffff;
  border-radius: 50%;
  padding: 5px;
  height: 22px;
  font-size: 13px;
}
.products-card__title h3 {
  font-size: 15px;
  height: 1rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 900;
  background: rgba(145, 145, 145, 0.29);
}
@media screen and (max-width: 991.98px) {
  .products-card__title h3 {
    font-size: 12px;
  }
}
.products-card .price {
  color: #f5f3e7;
}
@media screen and (max-width: 991.98px) {
  .products-card .price {
    font-size: 12px;
    font-weight: 700;
  }
}
.products-card s {
  font-size: 12px;
  color: #8e8e8e;
}

.products-card__wrapper {
  border-radius: 10px;
  transition: all 0.3s ease;
}

.products-card__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  padding-top: 0;
}
.products-card__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.products-card__wrapper:hover {
  padding-top: 30px;
}
.products-card__wrapper:hover::after {
  height: 60%;
}
.products-card__wrapper:hover img {
  transform: scale(1.05);
}
.products-card__wrapper img {
  transition: all 0.5s ease;
}

.product {
  margin-top: 45px;
  margin-bottom: 5rem;
}
.product .swiper-button-next {
  right: 1rem !important;
}
.product__title {
  position: relative;
}
.product__title a {
  gap: 5px;
}
.product__title a span {
  gap: 5px;
  color: rgb(88, 89, 88);
  font-size: 16px;
  font-weight: 800;
}
@media only screen and (max-width: 1199.98px) {
  .product__title a span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product__title a span {
    font-size: 12px;
  }
}
.product__title a h2 {
  font-size: 21px;
  font-weight: 700;
  color: #4e4f4f;
}
@media only screen and (max-width: 1199.98px) {
  .product__title a h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product__title a h2 {
    font-size: 16px;
  }
}
.product__title:after {
  position: absolute;
  display: block;
  width: 51px;
  content: "";
  height: 38px;
  border-radius: 5px 50% 54% 5px;
  background: rgba(252, 197, 70, 0.58);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.4px);
  -webkit-backdrop-filter: blur(0.4px);
  border: 1px solid rgba(255, 255, 255, 0.29);
  top: -7px;
  right: 131px;
  z-index: -1;
}
@media only screen and (max-width: 1199.98px) {
  .product__title:after {
    width: 46px;
    height: 35px;
    top: -6px;
    right: 110px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product__title:after {
    top: -9px;
    right: 98px;
  }
}
.product .product-box img {
  width: 80%;
  border-radius: 45% 45% 5px 5px;
}

.product {
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .product {
    margin-top: -3rem;
  }
}
.product:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(.././images/content/3.webp);
  height: 15rem;
  right: 0px;
  top: 0%;
  width: 10rem;
  transform: rotate(174deg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991.98px) {
  .product:after {
    content: unset;
  }
}
.product .products__item {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .product .products__item {
    display: none;
  }
}
.product .products__item__img {
  padding: 12px;
  border-radius: 152px 152px 10px 10px;
  position: relative;
}
.product .products__item__img:after {
  width: 92%;
  height: 94%;
  position: absolute;
  background: rgba(7, 19, 18, 0.54);
  content: "";
  display: block;
  top: 12px;
  right: 13px;
  z-index: 9999999999999;
  border-radius: 150px 150px 10px 10px;
}
@media only screen and (max-width: 1399.98px) {
  .product .products__item__img:after {
    width: 91%;
    height: 93%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product .products__item__img:after {
    width: 89%;
    height: 91%;
  }
}
.product .products__item__img img {
  width: 100%;
  max-width: 100%;
  border-radius: 150px 150px 10px 10px;
}
.product .products__item__title {
  position: absolute;
  bottom: 41px;
  z-index: 9999999999;
  padding: 0px 50px;
}
.product .products__item__title h2 {
  font-size: 23px;
  color: #FFFFFF;
  font-weight: 800;
  text-align: center;
  line-height: 35px;
}
@media only screen and (max-width: 1199.98px) {
  .product .products__item__title h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product .products__item__title h2 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 553.98px) {
  .product .products__item__title h2 {
    font-size: 9px;
  }
}
.product .img-ship {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991.98px) {
  .product .img-ship {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.product .img-ship img {
  width: 100%;
}
.product .main-slider-sec .swiper-button-prev, .product .main-slider-sec .swiper-button-next {
  top: 50% !important;
}

.discount-product {
  margin-top: 2px;
  font-size: 12px;
  background: #d32f2f;
  border-radius: 7px;
  width: 32px;
  padding: 5px 3px;
  height: 25px;
  color: white;
}
@media only screen and (max-width: 991.98px) {
  .discount-product {
    font-size: 10px;
    width: 28px;
    padding: 4px 4px;
    height: 21px;
  }
}

.holographic-card h2 {
  color: #0ff;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}

.product-slider-wrapper {
  margin-top: 4rem !important;
}
@media only screen and (max-width: 767.98px) {
  .product-slider-wrapper {
    margin-top: 3rem !important;
  }
}

.products-card__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.products-card__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  pointer-events: none;
  border-radius: 10px;
}

.products {
  padding-bottom: 1px;
}

@media only screen and (max-width: 767.98px) {
  .product_item-box {
    display: none;
  }
}

.category__item {
  margin-top: 0 !important;
}

.blog {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1199.98px) {
  .blog {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog {
    margin-bottom: 10rem;
  }
}
.blog .collections {
  background-image: unset !important;
  margin-top: unset;
}
.blog .collections .benefit-img {
  /* width: 100%; */
  height: 233px !important;
}
.blog .collections .benefit-box {
  margin: 0px 0;
}
.blog .collections:after {
  background-image: unset;
}
.blog .blog-item {
  gap: 2rem;
}
.blog .blog-item__box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-repeat: no-repeat;
  position: relative;
}
.blog .blog-item__box:after {
  position: absolute;
  content: "";
  display: block;
  height: 18rem;
  top: 0%;
  width: 2.5rem;
  background-repeat: no-repeat;
  right: 0;
}
.blog .blog-item__box .product__title h2 {
  color: #fdf9f7;
}
.blog .blog-item__box .product__title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991.98px) {
  .blog .blog__item {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding-bottom: 15px;
  }
}

.blog-card {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-card__img {
  overflow: hidden;
  border-radius: 11px;
}
.blog-card__img img {
  width: 100%;
  height: 15.25rem;
  border-radius: 11px;
  transition: transform 0.6s ease;
  object-fit: cover;
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.08);
}
.blog-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 11px;
  width: 93%;
  left: 0;
  right: 11px;
}
.blog-card:hover .blog-card__img::after {
  opacity: 1;
}
.blog-card__title {
  position: absolute;
  bottom: 20px;
  right: 8%;
  left: 8%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 4px;
  border-radius: 25px;
  text-align: center;
  transition: all 0.4s ease;
  backdrop-filter: blur(4px);
}
.blog-card__title h2 {
  font-size: 15px;
  padding: 11px;
  font-weight: 700;
  color: #4f5050;
  transition: color 0.4s ease;
  height: 60px;
  line-height: 23px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 767.98px) {
  .blog-card__title h2 {
    font-size: 12px;
    padding: 6px;
    height: 48px;
  }
}
.blog-card:hover .blog-card__title {
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateY(-6px);
}
.blog-card__title .blog-card:hover h2 {
  color: #d63384;
}

.products-card {
  padding: 10px;
}

.products-card__title {
  right: unset;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.blog-card {
  margin-bottom: 25px;
}

footer {
  margin-top: 5rem;
}
@media only screen and (max-width: 991.98px) {
  footer {
    margin-top: 10rem;
  }
}

/*# sourceMappingURL=archives.css.map */
