:root {
  --primary:#7b5cff;
  --secondary:#ffb703;
  --bg:#fafafa;
  --text:#222;
}

body {
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
}

header {
  position:sticky; top:20; z-index:10;
  background:white; box-shadow:0 2px 5px rgba(0,0,0,.05);
  padding:12px 40px; display:flex; align-items:center; gap:30px;
}

.page-container {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding:8px 20px;
}

.csection { padding:10px; }

.section { padding:10px; }

.grid {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:20px;
}

.card {
  background:white; border-radius:16px; overflow:hidden;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
  transition:.2s;
}
.card:hover { transform:translateY(-4px); }

.card img { width:100%; height:220px; object-fit:cover; }

.card .info { padding:14px; }
.price { font-weight:700; color:var(--primary); }

button {
  background:var(--primary); color:white;
  border:none; border-radius:8px;
  padding:10px 14px; cursor:pointer;
}

footer { background:#111; color:#bbb; text-align:center; padding:30px; }

/* Header specific */
.topbar { display:flex; align-items:center; gap:10px; }
.menu-btn { font-size:24px; cursor:pointer; }
.brand { font-size:28px; font-weight:700; color:#7b5cff; }

.delivery-pill {
  background:#cbf0df;
  border:1px solid #00a859;
  padding:6px 12px;
  border-radius:10px;
  font-size:14px;
}

.searchbox { flex:1; display:flex; justify-content:center; }
.searchbox input {
  width:40%; padding:10px 22px;
  border-radius:30px; border:1px solid #ddd;
}

.icons { display:flex; gap:50px; font-size:24px; cursor:pointer; }

.category-strip {
  display:flex; justify-content:space-between;
  padding:16px 40px; border:1px solid #6a3fc7;
  border-radius:8px; margin:20px 40px; background:white;
}

.category-strip div { font-size:13px; color:#555; text-align:center; }

.category-strip a {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  font-size:14px;
  color:#555;
  text-decoration:none;
  padding:6px 10px;
}

.category-strip a span {
  font-size:20px;
}

.category-strip a:hover {
  color:#6a3fc7;
}

/* ===== HERO BANNER UPDATE ===== */
.hero-banner {
  width: calc(100% - 20px); /* Increased width by reducing margin on sides */
  height: 720px;
  background: url("https://shreechatbox.com/images/heroimage1.jpg") center/cover no-repeat;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* Changed from flex-start to center */
  margin: 20px auto 0; /* Center with auto margins */
  max-width: none; /* Remove max-width restriction */
}

.hero-btn {
  background: #6a3fc7;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 18px 36px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  margin: 0; /* Remove any previous margins */
  position: absolute; /* Position button absolutely within hero banner */
  bottom: 40px; /* Distance from bottom */
  right: 40px; /* Distance from right */
  text-decoration: none; /* Remove underline from anchor */
  display: inline-block; /* Make anchor behave like button */
  text-align: center;
  font-family: inherit; /* Use same font as button */
}

.hero-btn:hover {
  background: #5a2fb7;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
  color: white; /* Ensure text stays white on hover */
  text-decoration: none; /* Ensure no underline on hover */
}

.hero-banner img {
  width:100%;
  height:70vh;
  object-fit:cover;
  border-radius:28px;
}

.hero-content {
  background: rgba(255,255,255,0.85);
  padding: 40px 50px;
  border-radius: 24px;
  max-width: 500px;
}

.hero-content h1 {
  font-size: 40px;
  margin-bottom: 12px;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 20px;
}

.hero-content button {
  padding: 14px 0px;
  font-size: 18px;
}

/* --- Featured gallery style --- */

.featured-gallery h2 {
  font-size: 28px;
  margin-bottom: 4px;
}

.section-subtitle {
  color: #777;
  margin-bottom: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 24px;
}

.gallery-item {
  text-align: center;
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.2s ease;
}

.gallery-item img:hover {
  transform: scale(1.03);
}

.gallery-label {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

/* Remove underline from gallery labels */
.gallery-item,
.gallery-item:visited,
.gallery-item:hover,
.gallery-item:active {
  text-decoration: none;
  color: inherit;
}

.gallery-label {
  text-decoration: none;
}

.section-header h2 { font-size: 28px; margin-bottom: 4px; }
.section-header p { color: #777; margin-bottom: 16px; }

.slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.slider::-webkit-scrollbar { 
  display: none; 
}


.product-info {
  padding: 12px;
}

.product-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.product-price {
  font-size: 16px;
  font-weight: bold;
}

.product-old {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
  margin-left: 6px;
}

.product-rating {
  font-size: 13px;
  color: #f5a623;
  margin-top: 4px;
}

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00a859;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  z-index: 5;
}



.new-slider {
  padding: 40px 20px;
}

.slide-card img {
  width: 100%;
  border-radius: 12px;
}

.slide-info {
  padding: 8px;
}

.slide-btn {
  background: white;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px;
}

.nav-btn:hover {
  background: #f3f3f3;
}



/* ===============================
   NEW FLOWERS SLIDER (CLEAN)
================================ */

.new-flowers {
  margin-top: 40px;
}

.new-flowers h2 {
  font-size: 28px;
  margin-bottom: 4px;
}

.new-flowers p {
  color: #777;
  margin-bottom: 16px;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.slider-window {
  width: calc(420px * 4 + 20px * 3); /* 4 cards + 3 gaps */
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.product-card {
  min-width: 395px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.product-card img {
  width: 100%;
  height: 395px;
  object-fit: cover;
  border-radius: 12px;
}

.product-card .pname {
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}

.product-card .price {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary);
}

.product-card .rating {
  font-size: 13px;
  color: #f5a623;
}

.discount {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00a859;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
}

.slider-btn {
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 30px;
  color: #6a3fc7;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 5;
}

.slider-btn:hover {
  background: #f3f3f3;
}

.slider-btn.left {
  margin-right: 10px;
}

.slider-btn.right {
  margin-left: 10px;
}


.vase-section {
  margin: 8px 0 50px;
}

.vase-section h2 {
  margin-top: 4px;
}

.vase-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.vase-card {
  background: #f3eaff;
  padding: 14px;
  border-radius: 18px;
  text-decoration: none;
  color: #222;
  position: relative;
  transition: transform 0.2s ease;
}

.vase-card:hover {
  transform: translateY(-4px);
}

.vase-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 14px;
}

.vase-card .pname {
  font-weight: 600;
  margin-top: 10px;
}

.vase-card .price {
  color: #6c5ce7;
  font-weight: bold;
}

.vase-card .rating {
  font-size: 0.9rem;
  color: #777;
}

.vase-card .discount {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00a859;
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.vase-card .label {
  padding: 10px;
  font-weight: 500;
}

.breadcrumb {
  margin: 12px 40px 0px; /* top | sides | bottom */
  font-size: 14px;
  color: #666;
}

.breadcrumb a {
  text-decoration: none;
  color: #6c5ce7;
}

.product-detail {
  display: flex;
  gap: 40px;
  margin: 40px;
}

.product-detail img {
  width: 350px;
  border-radius: 20px;
}

.product-detail .info {
  max-width: 400px;
}

.add-cart {
  background: #6c5ce7;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
}

.whatsapp {
  background: #25d366;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 10px;
}

/* ===== CATEGORY PRODUCT GRID STYLE ===== */

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.category-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 12px;
  text-decoration: none !important;
  color: #222;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

.category-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.category-card .pname {
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #666;
}

.category-card .price {
  font-size: 16px;
  font-weight: 700;
  margin-top: 2px;
  color: #111;
}

.category-card .rating {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin-top: 4px;
}

.category-card .discount {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #00a859;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.category-strip {
  margin: 20px 40px;
}
.category-card .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #00a859;
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: auto;
  max-width: max-content;
}
.category-card .wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #d9dada;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  border: none;
  cursor: pointer;
}

.category-card .wishlist.active {
  color: #e63946;
}

.wishlist-link {
  position: relative;
  text-decoration: none;
  color: inherit;
}
.wishlist-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #e63946;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 999px;
  font-weight: 600;
}
/* ======== END OF CSS ======== */

/* ===== CUSTOMER REVIEWS SCROLLER ===== */

.reviews-section {
  padding: 10px 30px;
  background: #f7f3ff;
  text-align: center;
  overflow: hidden;
}

.reviews-section h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #6a3fc7;
}

.reviews-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}
  
.reviews-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollReviews 60s linear infinite;
}

.review-card {
  min-width: 320px;
  background: white;
  padding: 18px 22px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

@keyframes scrollReviews {
  from { transform: translateX(100%); }
  to   { transform: translateX(-100%); }
}
/* ===== END OF REVIEWS SCROLLER ===== */
/* ===== FOOTER ===== */

/* ===== STYLISH CENTERED FOOTER ===== */

.site-footer {
  background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
  padding: 10px 20px 10px; /* reduced top padding by ~70% */
  color: #ddd;
  margin-top: 60px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-brand h3 {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px 0; /* remove top margin */
  letter-spacing: 1px;
}

.footer-brand p {
  font-size: 15px;
  color: #bbb;
  margin-bottom: 26px;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 26px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.footer-social a:hover {
  transform: translateY(-4px) scale(1.1);
  background: rgba(255,255,255,0.18);
  box-shadow: 0 0 12px rgba(123,92,255,0.8);
}

.footer-social img {
  width: 30px;
  height: 30px;
  filter: brightness(1.2);
}

.footer-bottom {
  font-size: 13px;
  color: #aaa;
  margin-top: 10px;
}

/* ===== END OF FOOTER ===== */

.product-layout {
  display: grid;
  grid-template-columns: 520px 300px 1fr;
  gap: 40px;
  margin: 40px;
  align-items: start;
}

.product-images {
  width: 520px;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}

.main-img {
  width: 100%;
  display: block;
  transition: transform 0.35s ease;
  transform-origin: center center;
}

.img-clip:hover .main-img {
  transform: scale(1.12);
}

.product-images:hover .main-img {
  transform: scale(1.12);
}
.thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.thumbs img {
  width: 70px;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbs img:hover {
  border-color: #6c5ce7;
}

.product-info-panel {
  max-width: 500px;
  margin-top: 0;
}

.price-block {
  margin: 10px 0;
  font-size: 28px;
}

.old-price {
  text-decoration: line-through;
  color: #aaa;
  margin-left: 10px;
}

.tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  margin: 20px 0 10px;
}

.tab {
  background: none;
  border: none;
  padding: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  color: #aaa;
}

.tab.active {
  border-bottom: 3px solid #6c5ce7;
  color: #6c5ce7;
}

.tab-content {
  display: none;
  padding: 10px 0;
  color: #555;
  font-size: 18px;
}

.tab-content.active {
  display: block;
}
.product-info-panel h1 {
  font-size: 38px;
}
.product-tabs {
  padding-top: 0;
}

.product-tabs {
  max-width: 500px;
}
.img-clip {
  overflow: hidden;
  border-radius: 20px;
}


/* ===== COMPLETE MODERN MENU FIX ===== */

/* Reset header styles */
header {
  all: unset;
  display: block;
  position: relative;
  z-index: 1000;
  
}

/* Modern Top Bar */
.modern-top-bar {
  background: linear-gradient(135deg, #6a3fc7, #8c6bff);
  color: white;
  padding: 8px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  min-height: 36px;
  width: 100%;
  box-sizing: border-box;
}

.modern-contact-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.modern-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  padding: 2px 5px;
  border-radius: 4px;
}

.modern-contact-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.modern-contact-item i {
  font-size: 12px;
  color: #ffeb3b;
}

.modern-contact-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.modern-contact-text strong {
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}

.modern-contact-divider {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  margin: 0 2px;
}

.modern-social-mini {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-left: 10px;
}

.modern-social-icon {
  color: white;
  font-size: 13px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.modern-social-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  color: #ffeb3b;
}

/* Main Navigation */
.modern-main-nav {
  background: white;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
}

.modern-nav-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.modern-menu-toggle {
  display: none;
  font-size: 20px;
  color: #6a3fc7;
  cursor: pointer;
  padding: 10px;
  background: none;
  border: none;
}

.modern-brand-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.modern-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.modern-logo-main {
  font-size: 28px;
  font-weight: 800;
  color: #6a3fc7;
  letter-spacing: 1px;
}

.modern-logo-sub {
  font-size: 12px;
  font-weight: 500;
  color: #ff6b8b;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: -2px;
}

.modern-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}

.modern-nav-menu li {
  position: relative;
}

.modern-nav-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  border-radius: 8px;
  white-space: nowrap;
}

.modern-nav-menu li a i {
  font-size: 14px;
}

.modern-nav-menu li a:hover {
  background: linear-gradient(135deg, #f7f3ff, #e9e3ff);
  color: #6a3fc7;
  transform: translateY(-2px);
}

.modern-nav-menu li a.active {
  background: linear-gradient(135deg, #6a3fc7, #8c6bff);
  color: white;
  box-shadow: 0 4px 12px rgba(106, 63, 199, 0.3);
}

/* Dropdown Menu */
.modern-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 220px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 8px 0;
}

.modern-dropdown:hover .modern-dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.modern-dropdown-content a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.modern-dropdown-content a:hover {
  background: #f7f3ff;
  color: #6a3fc7;
  padding-left: 24px;
}

.modern-dropdown-content a i {
  width: 16px;
  text-align: center;
}

/* Search Container */
.modern-nav-center {
  flex: 1;
  max-width: 500px;
  margin: 0 30px;
}

.modern-search-container {
  position: relative;
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 8px 8px 8px 20px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.modern-search-container:focus-within {
  border-color: #6a3fc7;
  background: white;
  box-shadow: 0 4px 15px rgba(106, 63, 199, 0.15);
}

.modern-search-icon {
  color: #888;
  font-size: 16px;
}

.modern-search-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  outline: none;
  width: 100%;
}

.modern-search-btn {
  background: linear-gradient(135deg, #6a3fc7, #8c6bff);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.modern-search-btn:hover {
  background: linear-gradient(135deg, #5a2fb7, #7c5be8);
  transform: scale(1.05);
}

/* Right Navigation Icons */
.modern-nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.modern-nav-icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f3ff;
  border-radius: 50%;
  color: #6a3fc7;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.modern-nav-icon:hover {
  background: #6a3fc7;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(106, 63, 199, 0.3);
}

.modern-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4757;
  color: white;
  font-size: 11px;
  font-weight: 600;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-btn-order {
  background: linear-gradient(135deg, #ff6b8b, #ff8e53);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 139, 0.3);
  white-space: nowrap;
}

.modern-btn-order:hover {
  background: linear-gradient(135deg, #ff5a7a, #ff7d43);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 139, 0.4);
}

/* Mobile Menu */
.modern-mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 320px;
  height: 100vh;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  z-index: 2000;
  transition: left 0.4s ease;
  overflow-y: auto;
}

.modern-mobile-menu.active {
  left: 0;
}

.modern-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: linear-gradient(135deg, #6a3fc7, #8c6bff);
  color: white;
}

.modern-mobile-brand {
  font-size: 22px;
  font-weight: 700;
}

.modern-close-menu {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
}

.modern-mobile-search {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.modern-mobile-search input {
  flex: 1;
  padding: 12px 15px;
  border: 2px solid #eee;
  border-radius: 8px 0 0 8px;
  outline: none;
}

.modern-mobile-search button {
  background: #6a3fc7;
  color: white;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 0 20px;
  cursor: pointer;
}

.modern-mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-mobile-nav li a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 500;
  transition: all 0.3s ease;
}

.modern-mobile-nav li a:hover {
  background: #f7f3ff;
  color: #6a3fc7;
  padding-left: 30px;
}

.modern-mobile-nav li a i {
  width: 20px;
  text-align: center;
  color: #6a3fc7;
}

/* Overlay */
.modern-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
  display: none;
}

.modern-overlay.active {
  display: block;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .modern-contact-row {
    gap: 15px;
  }
  
  .modern-contact-divider {
    margin: 0 1px;
  }
}

@media (max-width: 1024px) {
  .modern-top-bar {
    padding: 8px 20px;
  }
  
  .modern-contact-row {
    gap: 12px;
  }
  
  .modern-nav-menu {
    display: none;
  }
  
  .modern-menu-toggle {
    display: block;
  }
  
  .modern-nav-center {
    display: none;
  }
  
  .modern-main-nav {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .modern-contact-row {
    justify-content: center;
    gap: 8px;
  }
  
  .modern-contact-item {
    padding: 2px 3px;
  }
  
  .modern-contact-text strong {
    font-size: 11px;
  }
  
  .modern-contact-divider {
    font-size: 12px;
  }
  
  .modern-social-mini {
    display: none;
  }
  
  .modern-nav-right {
    gap: 10px;
  }
  
  .modern-btn-order span {
    display: none;
  }
  
  .modern-btn-order {
    padding: 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .modern-top-bar {
    padding: 8px 15px;
    font-size: 11px;
  }
  
  .modern-contact-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 2px;
    justify-content: flex-start;
  }
  
  .modern-contact-row::-webkit-scrollbar {
    height: 2px;
  }
  
  .modern-contact-row::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }
  
  .modern-contact-row::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
  }
  
  .modern-contact-item {
    flex-shrink: 0;
  }
  
  .modern-brand-logo .modern-logo-text {
    flex-direction: row;
    align-items: baseline;
    gap: 5px;
  }
  
  .modern-logo-sub {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

/* Logo Image Styling */
.modern-logo-image {
  height: 50px; /* Adjust this based on your logo's aspect ratio */
  width: auto;
  object-fit: contain;
}

/* Remove the old logo text styles if they're not needed anymore */
.modern-logo-text,
.modern-logo-main,
.modern-logo-sub {
  display: none;
}

/* Optional: Add responsive adjustments for the logo */
@media (max-width: 768px) {
  .modern-logo-image {
    height: 40px; /* Smaller logo on mobile */
  }
}

@media (max-width: 480px) {
  .modern-logo-image {
    height: 35px; /* Even smaller logo on very small screens */
  }
}


/* Add styles for user dropdown */
  .user-dropdown {
    position: relative;
    display: inline-block;
  }
  
  .user-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border-radius: 8px;
    z-index: 1001;
    padding: 10px 0;
    margin-top: 10px;
    border: 1px solid #eee;
  }
  
  .user-dropdown:hover {
    display: block;
  }
  
  .user-dropdown-content a {
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: background 0.3s;
  }
  
  .user-dropdown-content a:hover {
    background-color: #f8f9fa;
    color: #6c5ce7;
  }
  
  .user-dropdown-content .logout-btn {
    color: #e74c3c;
    border-top: 1px solid #eee;
    margin-top: 5px;
  }
  
  .user-dropdown-content .logout-btn:hover {
    background-color: #ffeaea;
  }
  
  .user-greeting {
    display: none !important;
  }

  .empty-wishlist {
  text-align: center;
  padding: 40px;
  font-size: 1.2em;
  color: #666;
  grid-column: 1 / -1;
}

/* ❤️ Wishlist Heart Animation */
.wishlist {
  transition: transform 0.15s ease, background 0.15s ease;
}

.wishlist.active {
  color: #e63946;
  animation: heart-pop 0.35s ease;
}

@keyframes heart-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.35);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

/* Wishlist Loading State */

/* Wishlist page specific fixes */
#wishlist-grid {
  min-height: 300px;
  margin-top: 20px;
}

#wishlist-grid .category-card {
  position: relative;
}

.wishlist-loading {
  text-align: center;
  padding: 40px;
  font-size: 1.2em;
  color: #666;
  grid-column: 1 / -1;
  font-style: italic;
}

.wishlist-loading::after {
  content: "...";
  animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
  0%, 20% { content: ""; }
  40% { content: "."; }
  60% { content: ".."; }
  80%, 100% { content: "..."; }
}
.payment-toggle {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.pay-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.pay-option input {
  accent-color: #6c5ce7;
}

.upi-logos {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.upi-logos img {
  height: 32px;
}

.upi-text {
  font-size: 13px;
  color: #666;
}

.cod-btn {
  background: #27ae60;
}

