/* Loading Grid Container */
.loading-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 16px;
  width: 100%;
}
/* Skeleton Loader Item */
.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f4f4f4 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  height: 100px;
  border-radius: 8px;
}
/* Skeleton loader styles */
.skeleton-product {
  display: inline-block;
  width: 20%;
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 40px 10px;
}
.skeleton-product.swiper-slide {
  display: block;
  margin-right: 10px;
}
.skeleton-product .skeleton-image {
  background: linear-gradient(90deg, #e0e0e0 25%, #f4f4f4 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  height: 200px;
  margin-bottom: 1rem;
}
.skeleton-product .skeleton-title {
  background: linear-gradient(90deg, #e0e0e0 25%, #f4f4f4 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  height: 25px;
  margin-bottom: 1rem;
}
.skeleton-product .skeleton-price {
  background: linear-gradient(90deg, #e0e0e0 25%, #f4f4f4 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  height: 15px;
  width: 50%;
}
.skeleton-promotion-grid {
  padding: 0;
  border-radius: 0;
}
.skeleton-promotion-grid .image {
  height: 200px;
  margin-bottom: 10px;
  border-radius: 0;
}
.skeleton-promotion-grid .content-container {
  padding: 10px;
}
.skeleton-promotion-grid .content-container .title {
  height: 20px;
  margin-bottom: 10px;
}
.skeleton-promotion-grid .content-container .subtitle {
  height: 10px;
}
.product-cats-logo-wrappers .swiper-wrapper .swiper-slide {
  width: 10.5%;
}
.product-cats-logo-wrappers .swiper-wrapper .swiper-slide.skeleton {
  margin-right: 10px;
}
/* Skeleton Animation */
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media (max-width: 991px) {
  .skeleton-product {
    display: inline-block;
    width: 25%;
  }
  .product-cats-logo-wrappers .swiper-wrapper .swiper-slide {
    width: 19.5%;
  }
}
@media (max-width: 575px) {
  .skeleton-product .skeleton-image {
    background: linear-gradient(90deg, #e0e0e0 25%, #f4f4f4 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    height: 100px;
  }
  .product-cats-logo-wrappers .swiper-wrapper .swiper-slide {
    width: 22.22%;
  }
}
.post .entry-header .posted-on {
  margin-top: 0.5rem;
}
#primary.content-area {
  margin-bottom: 2em;
}
.blog {
  background: #fff;
}
.blog-header-wrapper {
  padding: 2rem 0;
}
.blog-page-header {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.blog-page-header h1 {
  margin-bottom: 5px;
}
.blog-page-header p {
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.blog-page-header .blog-search-wrapper {
  width: 60%;
  margin: 0 auto;
}
.blog-page-header .blog-search-wrapper .input-group {
  position: relative;
}
.blog-page-header .blog-search-wrapper .input-group i, .blog-page-header .blog-search-wrapper .input-group #clear-search {
  position: absolute;
  right: 15px;
  font-size: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.blog-page-header .blog-search-wrapper .input-group #clear-search {
  right: 10%;
  font-size: 1rem;
}
.herlan-blog-categories .herlan-blog-cat-item {
  color: #000;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 0.8rem;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-right: 5px;
  transition: all 0.2s ease-in;
}
.herlan-blog-categories .herlan-blog-cat-item:hover, .herlan-blog-categories .herlan-blog-cat-item.active {
  background-color: #222;
  color: #fff;
}
.grid.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
.herlan-blog-tags .herlan-blog-tag-item {
  color: #000;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 0.8rem;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-right: 5px;
  transition: all 0.2s ease-in;
}
.herlan-blog-tags .herlan-blog-tag-item:hover, .herlan-blog-tags .herlan-blog-tag-item.active {
  background-color: #222;
  color: #fff;
}
.grid.grid-2 {
  gap: 25px;
}
#herlan-ajax-posts .site-main.grid.grid-2 {
  gap: 25px;
}
#herlan-ajax-posts .site-main.grid.grid-2 article .blog-loop-content-wrapper .entry-title a {
  color: #000;
}
.blog-post-relevant-products-wrapper {
  margin-bottom: 4rem;
}
.wp-singular.single-post .shoptimizer-archive {
  background-color: #fff;
}
.wp-singular.single-post .shoptimizer-archive .post .wp-post-image {
  margin-top: 0;
}
.widget.most-popular-posts a {
  display: flex;
}
.widget.most-popular-posts a img {
  margin-right: 10px;
}
.blog-author-header-wrapper {
  padding: 1em 0 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
.blog-author-header-wrapper .author-bio {
  text-align: center;
}
.blog-author-header-wrapper .author-bio h3 {
  line-height: 1;
  margin-bottom: 0;
}
.blog-author-header-wrapper .author-bio p {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .bolg-page-header {
    width: 70%;
    margin: 0 auto;
  }
  .bolg-page-header p {
    font-size: 1rem;
  }
  .bolg-page-header .blog-search-wrapper {
    margin-bottom: 1.5rem;
  }
  #herlan-ajax-posts .site-main.grid.grid-2 article .blog-loop-content-wrapper .entry-header .posted-on {
    padding: 0.3rem 0;
    display: block;
  }
  .herlan-blog-categories .herlan-blog-cat-item {
    font-size: 1rem;
    padding: 7px 20px;
    margin-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .blog-header-wrapper {
    padding-top: 0;
  }
  .blog-page-header {
    width: 100%;
  }
  .blog-page-header .blog-search-wrapper {
    width: 90%;
  }
  #herlan-ajax-posts .site-main.grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    column-gap: 10;
  }
  #herlan-ajax-posts .site-main.grid.grid-2 article .blog-loop-content-wrapper .entry-header .posted-on {
    font-size: 0.8rem;
  }
  #herlan-ajax-posts .site-main.grid.grid-2 article .blog-loop-content-wrapper .entry-header h2 {
    font-size: 1rem;
    font-weight: 500;
  }
  .herlan-blog-categories .herlan-blog-cat-item, .herlan-blog-tags .herlan-blog-tag-item {
    padding: 1px 6px;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 0.7rem;
  }
}
/*Loader*/
.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f4f4f4 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  height: 100px;
}
.skeleton.thumbnail {
  height: 150px;
  margin-bottom: 10px;
}
.skeleton.title {
  height: 20px;
  width: 80%;
  margin-bottom: 10px;
}
.skeleton.excerpt {
  height: 14px;
  width: 100%;
}
.herlan-breadcrumb {
  font-size: 0.9rem;
  padding: 1em 0;
}
.herlan-breadcrumb a {
  color: #D50032;
  text-decoration: none;
}
.herlan-breadcrumb a:hover {
  text-decoration: underline;
}
.pagination .page-numbers a {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  transition: all 0.3s ease-in;
  display: inline-block;
  line-height: 2.5;
}
.pagination .page-numbers a::after {
  display: none;
}
.pagination .page-numbers a:hover {
  background-color: #A21D21;
  color: white;
}
.pagination .page-numbers a.next, .pagination .page-numbers a.prev {
  width: 100px;
}
.pagination .page-numbers li {
  padding: 0 !important;
}
.pagination .page-numbers li .current {
  background-color: #222;
  color: #fff;
  width: 35px;
  display: block;
  height: 35px;
  line-height: 2.5;
  border-radius: 3px;
}
.custom-category-widget {
  margin-left: 0 !important;
}
.custom-category-widget li a {
  text-transform: capitalize;
}
.custom-category-widget li.active a {
  font-weight: 700 !important;
}
.no-post-found-wrapper {
  text-align: center;
  padding: 5dvh 0;
}
.no-post-found-wrapper i {
  font-size: 5em;
  color: red;
}
.blog-share a {
  display: inline-block;
  margin-right: 10px;
  color: #222;
}
.blog-share a i {
  font-size: 2.5em;
  transition: all 0.3s ease-in;
}
.blog-share a i:hover {
  color: #A21D21;
  transform: scale(1.1);
}
