.tp-product-details-msg ul li:after {
    left: 5px !important;
    line-height: 16px;
    top: 17px !important;
    }




/* Responsive layout */
@media (max-width: 768px) {
    .tp-slider-title-3 {
        font-size: 32px !important;
        text-align: center;
    }

    .tp-slider-content-3 span {
        font-size: 18px;
        display: block;
        text-align: center;
    }

    .tp-slider-content-3 {
        text-align: center;
        padding: 0 15px;
    }

    .tp-slider-area .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .tp-slider-item-3 {
        height: 70vh; /* Adjust height for mobile */
    }

    .tp-slider-arrow-3 {
        display: none !important; /* Hide arrows on mobile */
    }

    .tp-swiper-dot {
        display: flex !important;
        justify-content: center;
        gap: 10px;
        padding-top: 20px;
    }
}







.enhanced-category-widget {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
  font-family: 'Segoe UI', Tahoma, sans-serif;
}
.bb-product-frontpage-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #111;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bb-product-frontpage-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bb-product-frontpage-item {
  margin-bottom: 18px;
}
.bb-product-frontpage-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #222;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: #f8f9fb;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}
.bb-product-frontpage-item a:hover {
  background-color: #e6f0ff;
  color: #0056d2;
  transform: translateX(6px);
  box-shadow: 0 4px 12px rgba(0, 86, 210, 0.15);
}
.bb-product-frontpage-item a .icon {
  flex-shrink: 0;
  stroke: #0056d2;
  width: 22px;
  height: 22px;
}
.ck-content ul {
 list-style:none; 
}
@media (max-width: 768px) {
  .bb-product-frontpage-title {
    font-size: 20px;
  }
  .bb-product-frontpage-item a {
    font-size: 16px;
    padding: 10px 14px;
  }
}