/* Keshvi Creations Fashion E-commerce Styles */
.offer-bar {
  background: #000000;
  width: 100vw;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
  padding: 0 40px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-bar .container-fluid {
  padding-left: 0;
  padding-right: 0;
  justify-content: center !important;
  gap: 24px;
}
.offer-bar .text-white {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 2px;
}
.offer-bar .btn {
  font-weight: 600;
  border-radius: 6px;
  margin-left: 8px;
  padding: 2px 18px;
  font-size: 0.95rem;
}
.main-header {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100vw;
  z-index: 1799;
  background: #000000 !important;
  border-bottom: 1px solid #FFD700;
  min-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.main-header .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 48px;
  align-items: center;
}
.main-header .navbar-brand span {
  font-family: 'Montserrat', sans-serif;
  color: white !important;
}
.main-header .nav-link {
  color: white !important;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}
.main-header .nav-link.active, .main-header .nav-link:hover {
  color: #000000 !important;
  background: rgba(255, 215, 0, 0.9);
  text-decoration: underline;
}
.main-header .navbar-nav {
  align-items: center;
}
.main-header .fs-4 {
  font-size: 1.5rem !important;
}
body {
  padding-top: 110px !important;
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
}
@media (max-width: 991px) {
  .main-header, .offer-bar { position: static; }
  body { padding-top: 0 !important; }
}
.slider-outer, .container, .container-fluid {
  overflow: visible !important;
}
.container, .container-fluid {
  margin-top: 4px;
  margin-bottom: 24px;
}
h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #000000;
} 
.marquee-banner {
  background: #000000 !important;
  color: #FFD700 !important;
  width: 100%;
  padding: 6px 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* Fashion Product Cards */
.product-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(233, 30, 99, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(233, 30, 99, 0.2);
  border-color: #e91e63;
}

.product-card .card-img-top {
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .card-img-top {
  transform: scale(1.05);
}

.product-card .card-body {
  padding: 1.5rem;
}

.product-card .card-title {
  color: #2c3e50;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.product-card .card-text {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.product-card .price {
  color: #e91e63;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.product-card .btn-primary {
  background: linear-gradient(135deg, #e91e63 0%, #ff4081 100%);
  border: none;
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.product-card .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(233, 30, 99, 0.4);
}

/* Fashion Buttons */
.btn-fashion {
  background: linear-gradient(135deg, #e91e63 0%, #ff4081 100%);
  border: none;
  color: white;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-fashion:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(233, 30, 99, 0.4);
  color: white;
}

/* Fashion Form Styles */
.form-control:focus {
  border-color: #e91e63;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}

.form-select:focus {
  border-color: #e91e63;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}

/* Fashion Alert Styles */
.alert-fashion {
  background: linear-gradient(135deg, #e91e63 0%, #ff4081 100%);
  color: white;
  border: none;
  border-radius: 10px;
}

/* Fashion Badge Styles */
.badge-fashion {
  background: #e91e63;
  color: white;
  border-radius: 15px;
  padding: 5px 12px;
  font-size: 0.8rem;
}

/* Fashion Navigation */
.nav-pills .nav-link.active {
  background: #e91e63;
  color: white;
}

.nav-pills .nav-link:hover {
  background: rgba(233, 30, 99, 0.1);
  color: #e91e63;
}

/* Fashion Footer */
.footer {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  padding: 40px 0 20px;
}

.footer h5 {
  color: #e91e63;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #e91e63;
}

/* Fashion Sidebar */
.sidebar {
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.sidebar h5 {
  color: #e91e63;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 2px solid #e91e63;
  padding-bottom: 0.5rem;
}

/* Fashion Pagination */
.pagination .page-link {
  color: #e91e63;
  border-color: #e91e63;
}

.pagination .page-item.active .page-link {
  background: #e91e63;
  border-color: #e91e63;
  color: white;
}

.pagination .page-link:hover {
  background: rgba(233, 30, 99, 0.1);
  color: #e91e63;
}

/* Fashion Modal */
.modal-header {
  background: linear-gradient(135deg, #e91e63 0%, #ff4081 100%);
  color: white;
  border-bottom: none;
}

.modal-header .btn-close {
  filter: invert(1);
}

/* Fashion Loading Spinner */
.spinner-border-fashion {
  color: #e91e63;
}

/* Fashion Responsive Design */
@media (max-width: 768px) {
  .product-card .card-img-top {
    height: 200px;
  }
  
  .product-card .card-body {
    padding: 1rem;
  }
  
  .btn-fashion {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}

/* Fashion Color Swatches */
.color-swatch {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 2px;
  border: 2px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.color-swatch.selected {
  border-color: #e91e63;
  transform: scale(1.2);
}

/* Fashion Size Buttons */
.size-btn {
  display: inline-block;
  padding: 8px 12px;
  margin: 2px;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  color: #333;
  font-weight: 500;
}

.size-btn.selected {
  border-color: #e91e63;
  background: #e91e63;
  color: white;
}

.size-btn:hover {
  border-color: #e91e63;
  background: rgba(233, 30, 99, 0.1);
}

/* Fashion Search Bar */
.search-bar {
  background: white;
  border-radius: 25px;
  border: 2px solid #e91e63;
  padding: 10px 20px;
  box-shadow: 0 4px 15px rgba(233, 30, 99, 0.1);
}

.search-bar:focus {
  outline: none;
  box-shadow: 0 4px 20px rgba(233, 30, 99, 0.2);
}

/* Fashion Category Cards */
.category-card {
  background: white;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(233, 30, 99, 0.2);
  border-color: #e91e63;
}

.category-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.category-card h5 {
  color: #e91e63;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Fashion Hero Section */
.hero-section {
  background: linear-gradient(135deg, #e91e63 0%, #ff4081 100%);
  color: white;
  padding: 60px 0;
  text-align: center;
}

.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* Fashion Newsletter */
.newsletter-section {
  background: linear-gradient(135deg, #fce4ec 0%, #f8bbd9 100%);
  padding: 40px 0;
  text-align: center;
}

.newsletter-section h3 {
  color: #e91e63;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Fashion Social Media */
.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #e91e63;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: #ff4081;
  transform: translateY(-2px);
} 
