.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.dark-mode .page-loading {
  background-color: #121519;
}
.page-loading.active {
  opacity: 1;
  visibility: visible;
}
.page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.page-loading.active > .page-loading-inner {
  opacity: 1;
}
.page-loading-inner > span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #6f788b;
}
.dark-mode .page-loading-inner > span {
  color: #fff;
  opacity: 0.6;
}
.page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  background-color: #d7dde2;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}
.dark-mode .page-spinner {
  background-color: rgba(255, 255, 255, 0.25);
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media (max-width: 575.98px) {
  .featured-floating-product {
    margin-top: -60px; 
  }
  .align-product-layer {
    top: 25%;
    left: 5%;
    max-width: 110px !important;
  }
}
@media (max-width: 767.98px) {
  .featured-floating-product {
    margin-top: -60px; 
  }
  .align-product-layer {
    top: 25%;
    left: 5%;
    max-width: 110px !important;
  }
  .slm8dl {
    min-height: 14rem;
  }
  .ml14cme {
    min-height: 34rem;
  }
  .cmld5c {
    margin-bottom: -4rem;
  }
  .swiper-pagination {
  	--ar-carousel-pagination-bullet-spacer: .3rem;
  }
}
@media (max-width: 991.98px) {
  .featured-floating-product {
    margin-top: -60px; 
  }
  .align-product-layer {
    top: 15%;
    left: 5%;
    max-width: 110px !important;
  }
  .slm8dl {
    min-height: 16rem;
  }
  .ml14cme {
    min-height: 24rem;
  }
}
@media (min-width: 1200px) {
  .iks9dm {
    margin-top: -15rem;
  }
  .featured-floating-product {
    margin-top: -200px;
    margin-left: -40px;
  }
  .align-product-layer {
    top: 20%;
    left: 5%;
    max-width: 210px !important;
  }
  .cmxd8c {
    margin-top: -8em;
  }
  .cmld5c {
    margin-bottom: -38em;
  }
  .slm8dl {
    min-height: 39rem;
  }
  .ml14cme {
    min-height: 24rem;
  }
}
.post.post--single ul li {
  margin-bottom: 15px
}

.page-item {
    font-weight: bold;
    background: #f2f2f2;
    border: 1px solid #1a3c3447;
    border-radius: 15px;
    margin: 0px 2px;
    padding: 11px;
}

.pagination {
 	margin-bottom: 25px 
}