.front-header-search{
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.slick-slider:hover{
    border: none !important;
}

.bg-white {
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .bg-white:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .aiz-card-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    margin: 1rem auto;
  }

  .h-auto {
    height: auto;
  }

  .hov-scale-img:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }

.category-title {
    font-size: 22px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: #333;
}



/* Responsive Adjustments */
@media (max-width: 768px) {
    .category-title {
        font-size: 18px;
    }

}

@media (max-width: 576px) {
    .category-title {
        font-size: 16px;
    }
}

.carousel-box .aiz-card-box{
    margin-bottom: 10px;
}

.css-xnsa8s-Popup-Popup-Box{
    width: 100% !important;
}
