/*
Theme Name: Durol Lubricant
Author: Saroj
Description: Minimal WordPress skeleton theme
Version: 1.0.0
Text Domain: custom-durol
*/
.sdp p{
	display:none;
}

.banner-wrapper {
      max-width: 1520px;
      margin: auto;
      aspect-ratio: 1520 / 542;
    }

    .bannerSwiper {
      width: 100%;
      height: 100%;
      position: relative;
    }

    .swiper-slide {
      position: relative;
    }

    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Overlay */
    .swiper-slide::before {
      content: "";
      position: absolute;
      inset: 0;
      /*background: rgba(0, 0, 0, 0.3);*/
      z-index: 1;
    }

    /* Navigation arrows */
    .swiper-button-next,
    .swiper-button-prev {
      color: #fff;
      display: none;
    }

    /* Left aligned pagination */
    .bannerSwiper .swiper-pagination {
      text-align: left;
      left: 100px;
      bottom: 50px;
      width: auto;
    }

    /* Bigger dots */
    .bannerSwiper .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      background: #fff;
      opacity: 0.6;
      margin: 0 8px !important;
    }

    /* Active dot */
    .bannerSwiper .swiper-pagination-bullet-active {
      opacity: 1;
      background: #ea702b;
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
      .bannerSwiper .swiper-pagination {
        left: 20px;
        bottom: 20px;
      }

      .banner-wrapper {
        aspect-ratio: 1520 / 542;
      }
    }
    
    /* MODERN CATEGORY SIDEBAR */
.modern-sidebar {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  position: sticky;
  top: 90px;
}

.modern-sidebar h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* CATEGORY LIST */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list > li {
  margin-bottom: 10px;
}

/* CATEGORY LINKS */
.category-list a {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #f7f7f7;
}

.category-list a:hover {
  background: #007bff;
  color: #fff;
  transform: translateX(4px);
}

/* ACTIVE CATEGORY */
.category-list a.active {
 
  color: #0d6efd;
  font-weight: 600;
}

/* SUBCATEGORY */
.subcategory-list {
  list-style: none;
  padding-left: 15px;
  margin-top: 6px;
}

.subcategory-list li {
  margin-bottom: 6px;
}

.subcategory-list a {
  background: transparent;
  font-size: 14px;
  padding: 6px 10px;
  color: #555;
}

.subcategory-list a:hover {
  background: #eef4ff;
  color: #007bff;
  transform: none;
}

/* ACTIVE SUBCATEGORY */
.subcategory-list a.active {
  color: #007bff;
  font-weight: 600;
}

/* MOBILE FRIENDLY */
@media (max-width: 768px) {
  .modern-sidebar {
    position: static;
    margin-bottom: 20px;
  }
}


span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ea702b;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -4px !important;
}
.productSwiper .item {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  text-align: center;
}

.productSwiper .product-img img {
  border-radius: 10px;
}

.productSwiper h4 {
  font-size: 16px;
  margin: 15px 0;
}

.productSwiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}
.productSwiper .swiper-slide {
  pointer-events: auto;
}

.productSwiper a {
  pointer-events: auto;
  position: relative;
  z-index: 20;
}


