.khayal-store-header .khayal-main-nav-container .mobile-menu .main-menu li a {
    color: #183E77 !important;
    
}


/* Banners */
.s-block--fixed-banner:first-of-type .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}




/* 🎨 Product Card Styling */
custom-salla-product-card {
  display: block;
  background-color: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Hover effect for the entire card */
custom-salla-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* 🖼 Product Image */
.s-product-card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid #f0f0f0;
}

/* 🧾 Product Content */
.s-product-card-content {
  padding: 1rem;
}

/* Product Title */
.s-product-card-content-title a {
  color: #183E77;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.s-product-card-content-title a:hover {
  color: #0f2a52;
}

/* 💰 Price Section */
.s-product-card-sale-price h4 {
  color: #183E77;
  font-size: 1.1rem;
  font-weight: bold;
}

.s-product-card-sale-price span {
  text-decoration: line-through;
  color: #888;
  margin-right: 6px;
}

/* 🛒 Add to Cart Button */
salla-add-product-button button {
  background-color: #183E77 !important;
  color: #fff !important;
  border: 1px solid #183E77 !important;
  transition: all 0.3s ease;
}

salla-add-product-button button:hover {
  background-color: #fff !important;
  color: #183E77 !important;
}

/* 💗 Wishlist Button */
.s-product-card-wishlist-btn button,
salla-button.s-product-card-wishlist-btn button {
  background-color: transparent !important;
  color: #183E77 !important;
  border: none !important;
}

.s-product-card-wishlist-btn button:hover i {
  color: #E63946 !important;
}








/*footer*/

.khayal-store-footer .store-footer__inner {
    border-color: #fefefc !important;
    background-color: #ddf3fe !important;
}