/* 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: 999!important;
  
  }
  
  .custom-navbar-logo img {
    /* height: 40px; */
    /* height: 65px; */
     width: 75px;
     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;
  }
  
  /* Base style (unchanged) */
.custom-navbar-links a {
    margin-right: 20px;
    text-decoration: none;
    color: #03050e;
    font-size: 14px;
    font-weight: 400;
}

/* Hover effect ONLY for right-side links */
.navbar-hover a {
    position: relative;
    transition: color 0.3s ease;
}

.navbar-hover a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #915510;
    transition: width 0.3s ease;
}

.navbar-hover a:hover {
    color: #915510;
}

.navbar-hover a:hover::after {
    width: 100%;
}


  @media (max-width: 991px) {
    #feature-brands {
      display: none !important;
    }
  
    .ishop-footer-bottom {
      padding-left: 25px;
    }
  
    #top-selling {
      padding: -2px !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;
  }
  
  .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;
    }
  }

  /* new added */
  .mega-dropdown {
    position: relative;
    display: inline-block;
}

.mega-dropdown .mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 600px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    padding: 30px;
padding-left: 10px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(30px) scale(0.98);
}

.mega-dropdown:hover .mega-menu {
    display: block;
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Left side categories */
.mega-menu ul {
    padding: 0;
    list-style: none;
}
.mega-menu ul li {
    margin-bottom: 25px; /* gap between items */
    font-size: 25px;      /* font size increased */
    font-weight: 700;
}

.mega-menu a {
    font-size: 17px; 
    text-decoration: none;
    color: #787880;
    display: flex;
    align-items: center;
    gap: 20px;            /* space between icon and text */
    transition: all 0.3s;
    font-weight: 600;
}

.mega-menu a:hover {
    color: #3c3c46;
    transform: translateX(5px);
}


/* Right side image */
.mega-menu img {
    border-radius: 16px;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.15);
    transition: transform 0.4s ease;
}
.mega-menu img:hover {
    transform: scale(1.07) rotate(1deg);
}
.offcanvas-body {
    padding: 20px;
    background: linear-gradient(135deg, #f9fafb, #f1f3f5);
}

.accordion-item {
    margin-bottom: 15px;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.accordion-button {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 15px 18px;
    transition: all 0.3s ease;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%);
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #915510, #b06b1c);
    color: #fff !important;
}
.accordion-body {
    background: #fff;
    padding: 18px;
}

.accordion-body a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #444;
    transition: all 0.3s ease;
}

.accordion-body a:hover {
    color: #007bff;
    transform: translateX(5px);
}
ul.list-unstyled li {
    margin: 10px 0;
}

ul.list-unstyled li a {
    display: flex;               /* icon + text inline */
    align-items: left;         /* vertical center */
    gap: 8px;                    /* space between icon and text */
    font-size: 20px;
    color: #797981;
    text-decoration: none;
    transition: color 0.3s;
}

ul.list-unstyled li a:hover {
    color: #915510;              /* hover effect */
}
ul.list-unstyled li a i {
    width: 25px;        /* same space for all icons */
    min-width: 25px;    /* prevent shrinking */
    text-align: center; /* center inside that space */
    font-size: 25px;    /* control icon size */
    color: #5C4730;
}

/* pop up style */
/* Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup-box {
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  max-width: 700px;
  animation: popIn 0.5s ease-in-out;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff4d4d;
  color: #fff;
  border: none;
  font-size: 20px;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: background 0.3s;
}

.popup-close:hover {
  background: #e60000;
}

/* Left Image */
.popup-image img {
  width: 280px;
  height: 100%;
  object-fit: cover;
}

/* Right Content */
.popup-content {
  padding: 25px;
  flex: 1;
}

.popup-content h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.popup-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* Form */
.popup-form {
  display: flex;
  gap: 10px;
}

.popup-form input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* 3D Subscribe Button */
.subscribe-btn {
  padding: 10px 18px;
  background: linear-gradient(145deg, #ff6b6b, #ff3c3c);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px #c62828;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.subscribe-btn:active {
  transform: translateY(3px);
  box-shadow: 0 1px #c62828;
}

/* Animation */
@keyframes popIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.btn.try {
      color: #fff;
    --bs-btn-bg: #080808;
    --bs-btn-border-color: #5C4730;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4a3826;
    --bs-btn-hover-border-color: #4a3826;
}
/* product detailed page main image slider  */
/* Container for the thumbnail slider */
.thumbnail-slider-container {
    padding: 0 35px; /* Space for buttons */
}

/* Hide scrollbar but keep functionality */
.thumbnail-scroll-container {
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.thumbnail-scroll-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

/* Button Positioning for thumbnails */
.thumbnail-slider-container .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(92, 71, 48, 0.8);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-slider-container .left-btn { left: 0; }
.thumbnail-slider-container .right-btn { right: 0; }