/*
// 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 ----------------------------------*/
.category-page {
  position: relative;
  margin-bottom: 1rem;
}
.category-page .whiteback {
  width: 100%;
  /* min-height: 250px; */
  min-width: 100%;
  /* max-width: 1920px; */
  height: 100px;
  bottom: 0;
  background-image: url(.././images/content/6.webp);
  background-position: center;
  /* background-size: 1920px 319px; */
  /* background-repeat: no-repeat; */
  background-color: #f7f6f3;
}
.category-page__title {
  color: #872341;
}
.category-page__title img {
  width: 2.5%;
}
@media only screen and (max-width: 991.98px) {
  .category-page__title img {
    width: 3.5%;
  }
}
.category-page__title h2 {
  font-weight: 800;
  font-size: 25px;
}
@media only screen and (max-width: 1124.98px) {
  .category-page__title h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .category-page__title h2 {
    font-size: 15px;
  }
}
.category-page .category-box__item {
  background: #fff;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  margin: 29px 18px 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  flex-direction: column;
}
.category-page .category-box__item .category-box__img {
  width: 80%;
}
.category-page .category-box__item .category-box__img img {
  width: 100%;
}
.category-page .category-box__title {
  color: #09122C;
}
.category-page .category-box__title h2 {
  font-size: 20px;
  font-weight: 800;
}
@media only screen and (max-width: 1124.98px) {
  .category-page .category-box__title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .category-page .category-box__title h2 {
    font-size: 12px;
  }
}
.category-page .category-box__title s {
  color: gray;
  font-size: 17px;
}
.category-page .category-box__title span {
  font-size: 17px;
  font-weight: 700;
  color: #872341;
}
@media only screen and (max-width: 1124.98px) {
  .category-page .category-box__title span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .category-page .category-box__title span {
    font-size: 11px;
  }
}
.category-page .color-gray {
  background-color: #efeded;
  padding: 20px 0;
}
.category-page .grayback:after {
  content: "";
  display: block;
  /* min-width: 100%; */
  /* max-width: 1920px; */
  height: 100px;
  bottom: 0;
  background-image: url(.././images/content/6.webp);
  background-position: center;
  /* background-size: 1920px 280px; */
  /* background-repeat: no-repeat; */
  transform: rotate(180deg);
}
@media only screen and (max-width: 991.98px) {
  .category-page .category-box__d-flex {
    display: none;
  }
}

.products {
  position: relative;
}
.products h2 {
  font-size: 16px;
  color: #872341;
  font-weight: 800;
}
.products .products__item {
  border-radius: 24px 24px 24px 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  display: grid;
  height: 450px;
  transition: 0.2s;
}
.products .products__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0 15px 15px;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0.6) 0, transparent 75%);
}
.products .products__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0.6) 0, transparent 40%);
  pointer-events: none;
  z-index: 1;
}
.products .products__item img {
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.products .products__item img:hover {
  transform: scale(1.05);
  border-radius: 15px;
}
.products .products__item h2 {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  padding: 0px 15px;
  line-height: 27px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 1rem;
  height: 74px;
  position: absolute;
  bottom: 0px;
  z-index: 999;
  color: white;
}
@media screen and (max-width: 767.98px) {
  .products .swiper-wrapper {
    scroll-snap-type: x mandatory;
    display: flex;
  }
}
@media screen and (max-width: 767.98px) {
  .products .swiper-slide {
    flex: 0 0 calc(48% - 10px);
  }
}
.products .item-box {
  position: relative;
}
.products .item-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.products .item-box .products-item {
  position: absolute;
  right: 2%;
  top: 70%;
  transform: translate(0%, 51%);
  left: 0;
  color: white;
  z-index: 999;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.7px);
  -webkit-backdrop-filter: blur(3.7px);
  border: 1px solid rgba(255, 255, 255, 0.41);
  border-radius: 7px;
  padding: 10px 10px;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .item-box .products-item h2 {
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 27px;
}
.products .benefit-box {
  color: #a6a6a6;
  position: relative;
  border-radius: 15px;
  transition: 0.3s all;
}
.products .benefit-box .benefit-box {
  box-shadow: 0 0px 2px inset #d9bf77, 0px 1px 3px 0px #fff inset, 0px 7px 2px inset #d9bf77;
  background: #d9bf77;
}
.products .benefit-box .benefit-box .dot {
  width: 12px;
  background: transparent;
  height: 12px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  transition: 0.2s all;
}
.products .category {
  position: relative;
  margin-bottom: 5rem;
}
.products .category__img {
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  flex-direction: column;
  position: relative;
}
.products .category__img:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 13px;
  width: 91%;
  height: 97%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, transparent 80%);
  pointer-events: none;
  z-index: 1;
  border-radius: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .products .category__img:after {
    left: 13px;
    width: 89%;
  }
}
@media only screen and (max-width: 1200.98px) {
  .products .category__img:after {
    width: 90%;
  }
}
@media only screen and (max-width: 991.98px) {
  .products .category__img:after {
    width: 88%;
  }
}
@media only screen and (max-width: 767.98px) {
  .products .category__img:after {
    display: none;
  }
}
.products .category__img .img {
  width: 100%;
  border-radius: 29px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 991.98px) {
  .products .category__img .img {
    height: 11.5rem;
  }
}
.products .category__img .category__text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 0;
  color: #f7f6f3;
  left: 0;
  width: 73%;
  margin: 0 auto;
  padding: 16px;
  background: rgba(9, 18, 44, 0.62);
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.4px);
  -webkit-backdrop-filter: blur(12.4px);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
@media only screen and (max-width: 991.98px) {
  .products .category__img .category__text {
    padding: 8px;
  }
}
.products .category__img .category__text h3 {
  font-size: 15px;
  color: white;
  font-weight: 800;
  margin: 0;
}
@media only screen and (max-width: 1199.98px) {
  .products .category__img .category__text h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .products .category__img .category__text h3 {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .productSlider {
    display: none;
  }
}

.mobile-blog-card {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .mobile-blog-card {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  .mobile-blog-card {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
  }
}

@media screen and (max-width: 767.98px) {
  .desktop-blog-card {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .product-slider {
    display: none;
  }
}

.category-box__item {
  margin: 0 !important;
}

/* margin: 29px 18px 5px;


 */

/*# sourceMappingURL=archives.css.map */
