/* Unique and responsive styles */
a{
  text-decoration: none;
  color: black;
}
.custom-navbar-top {
    font-size: 14px;
    background-color: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
  }
  
  
  .custom-navbar-top a {
    color: #000;
    text-decoration: none;
  }
  
  .custom-navbar-main {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0px;
    z-index: 9999;
  
  }
  
  .custom-navbar-logo img {
    /* height: 40px; */
    height: 57px;
     width: 100px;
     max-width: 100px;
  }
  
  .custom-navbar-search {
    background-color: #f5f6f8;
    border-radius: 10px 0 0 10px;
    border: none;
    padding: 10px 15px;
    width: 100%;
  }
  
  .custom-navbar-search-btn {
    background-color: #c4bba3;
    color: #fff;
    border-radius: 0 10px 10px 0;
    padding: 10px 15px;
    border: none;
  }
  
  .custom-navbar-cart-icon {
    position: relative;
  }
  
  .custom-navbar-cart-icon .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ccc2a3;
    color: #000;
    font-size: 12px;
  }
  
  .custom-navbar-links a {
    margin-right: 20px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }
  
  
  @media (max-width: 991px) {
    #feature-brands {
      display: none !important;
    }
  
    .ishop-footer-bottom {
      padding-left: 25px;
    }
  
    #top-selling {
      padding: 10px !important;
    }
  
    #info-section .col .shadow-sm {
      min-height: 165px;
    }
  
    .custom-navbar-desktop {
      display: none !important;
    }
  
    .custom-navbar-top {
      display: none;
    }
  
    .myaccount {
      display: none;
    }
  
    .mx-5 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
  
    .px-5 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
  
  }
  
  /* Unique carousel section styles */
  #styleCarousel .carousel-inner {
    border-radius: 15px;
    max-height: 550px !important;
  }
  
  .style-carousel-section {
    background-color: #f8f9fa;
  }
  
  .style-carousel .carousel-caption {
    bottom: 20%;
    left: 5%;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  
  .style-carousel .carousel-caption h1 {
    font-size: 3rem;
    color: white;
  }
  
  .style-carousel .carousel-caption p {
    font-size: 1.25rem;
    color: #f0f0f0;
  }
  
  .banner-card {
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
  }
  
  .banner-card img {
    object-fit: cover;
    height: 100%;
  }
  
  .banner-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    color: white;
  }
  
  .info-icons {
    background-color: #f8f9fa;
  }
  
  .info-icons i {
    display: inline-block;
    transition: transform 0.3s;
  }
  
  .info-icons i:hover {
    transform: scale(1.2);
  }
  
  .promo-banners img {
    object-fit: cover;
    height: 220px;
    transition: transform 0.3s ease;
  }
  
  .promo-banners img:hover {
    transform: scale(1.03);
  }
  
  .featured-carousel {
    scroll-behavior: smooth;
    padding-bottom: 10px;
  }
  
  .product-card {
    width: 200px;
  }
  
  .discount-badge {
    font-size: 0.75rem;
    background-color: #e0f0e0;
    color: #4caf50;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
  }
  
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .left-btn {
    left: -15px;
  }
  
  .right-btn {
    right: -15px;
  }
  
  #feature a {
    color: black;
  }
  
  #feature .div1,
  #trending .div1 {
    border-radius: 10px;
    background-color: rgb(249, 248, 244);
    padding: 30px;
  }
  
  .featured-carousel::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }
  
  @media (max-width: 768px) {
    .product-card {
      width: 140px;
  
    }
  
    #promoBanner {
      display: none !important;
    }
  
    .carousel-btn {
      width: 26px;
      height: 26px;
      font-size: 0.8rem;
    }
  }
  
  
  .category-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
    width: 150px;
    flex: 0 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  
  .nav-btn {
    background-color: #f1f2f4;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    color: #333;
    cursor: pointer;
  }
  
  
  .brand-card {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    min-height: 180px;
    max-width: 150px;
    margin-bottom: 30px;
  }
  
  #categoryWrapper {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
  }
  
  #categoryWrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
  }
  
  .brand-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 5px;
  }
  
  .brand-nav-btn {
    background-color: #f1f2f4;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    color: #333;
    cursor: pointer;
  
  }
  
  
  .card-title {
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .card img {
    object-fit: cover;
    height: 180px;
  }
  
  .show-more-btn {
    background: #f2f3f5;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 12px 24px;
    width: 100%;
    font-weight: 500;
    color: #111;
    box-shadow: inset 0 1px 0 #fff;
    transition: background 0.2s ease;
  }
  
  .show-more-btn:hover {
    background: #e9eaec;
  }
  
  
  .nav-link {
    color: #111;
  }
  
  .bg-light-purple {
    background-color: #e2ddbe;
  }
  
  .btn-custom {
    background-color: #c2baa2;
    color: white;
  }
  
  .ishop-footer-heading,
  .ishop-footer-title {
    font-weight: 500;
    margin-bottom: 0.5rem;
  }
  
  .list-unstyled li {
    font-size: 15px;
  }
  
  .ishop-pay-icon {
    width: 25px;
    height: 15px;
    background-color: #ccc;
    display: inline-block;
  }
  
  .sticky-sidebar {
    position: sticky;
    top: 20px;
  }
  
  .star-rating {
    color: orange;
    font-size: 1.2rem;
  }
  
  .product-card img {
    height: 200px;
    object-fit: cover;
  }
  
  .filter-panel {
    padding: 1rem;
    background-color: #fff;
    border-right: 1px solid #dee2e6;
     /* Scrollbar settings */
     overflow-y: auto;
     max-height: 100vh; /* Or any fixed height like 500px */
     
  }
  
  .card-title {
    font-size: 1rem;
    font-weight: 600;
  }
  
  .card-price del {
    color: #888;
  }
  
  
  
  .form-check-label {
    margin-left: 0.3rem;
  }
  
  .form-check {
    margin-bottom: 0.5rem;
  }
  
  .star-rating span {
    font-size: 14px;
    font-weight: 600;
  }
  
  .card-price .badge {
    background-color: #f2f3f5;
    ;
  
  }
  
  .filter-panel ul li {
    margin-bottom: 8px;
  }
  
  .filter-panel ul li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
  }
  
  .filter-panel ul li a:hover {
    background-color: #f0f0f0;
    color: black;
    font-weight: 400;
  }
  
  .filter-panel ul li a.active {
    background-color: #007bff;
    color: #fff;
    font-weight: 500;
  }
  
  .form-check-input {
    border: var(--bs-border-width) solid #c59215;
  }
  
  .form-check-input:checked {
    background-color: #c59215;
    border-color: #c59215;
  }
  
  @media (max-width:700px) {
    #showing {
      display: none;
    }
  }