/* Desktop-only styles - Apply when width > 768px */
@media screen and (min-width: 768px) {
  /* Main Layout */
  body {
    padding-bottom: 0;
  }

  .bottom-nav {
    display: none; /* Hide mobile navigation */
  }

  /* Footer Styles */
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    color: #fff;
  }

  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-branding h3 {
    color: #fff;
  }

  .footer-branding p {
    color: #ddd;
    max-width: 520px;
  }

  .footer-links a {
    color: #fff;
    margin-left: 16px;
  }

  .cookie-banner-button {
    margin-top: 8px;
  }

  /* Header Layout */
  .top-compact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 80px;
    padding: 0 40px;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
.product-bg-carousel .carousel-img {
  object-fit: contain !important;
  width: 100%;
  height: 120px;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.live-buyer-ticker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #fafbfc;
  color: #222;
}

.jumia-header {
  background: #fff;
  border-bottom: 2px solid #ff9900;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.jumia-topbar {
  display: flex;
  align-items: center;
  padding: 16px 32px;
  background: #fff7e6;
  border-bottom: 1px solid #ffe0b2;
}
.jumia-logo {
  font-size: 2rem;
  font-weight: bold;
  color: #ff9900;
  margin-right: 32px;
  letter-spacing: 1px;
}
.jumia-logo .star {
  color: #222;
  font-size: 1.2em;
}
.jumia-search {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid #ff9900;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
  outline: none;
}
.jumia-search-btn {
  padding: 10px 24px;
  background: #ff9900;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 1rem;
  cursor: pointer;
  margin-left: -4px;
  transition: background 0.2s;
}
.jumia-search-btn:hover {
  background: #e67c00;
}
.jumia-header-actions {
  display: flex;
  gap: 24px;
  margin-left: 32px;
  font-size: 1rem;
  color: #222;
}
.jumia-header-actions span {
  cursor: pointer;
  transition: color 0.2s;
}
.jumia-header-actions span:hover {
  color: #ff9900;
}

  /* Main Content Layout */
  .account-page {
    max-width: 1200px;
    margin: 100px auto 40px;
    padding: 0 40px;
  }

  /* Grid Layouts */
  .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 40px 0;
  }

  /* Responsive Navigation */
  .desktop-nav {
    display: none; /* Hidden by default on mobile */
  }

  /* Mobile styles - under 768px */
  @media screen and (max-width: 767px) {
    .top-compact-header {
      padding: 0.5rem 1rem;
    }
    
    .header-search {
      display: none; /* Hide search on mobile */
    }
    
    .desktop-nav {
      display: none; /* Ensure desktop nav is hidden */
    }
    
    .bottom-nav {
      display: flex; /* Show mobile navigation */
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
      z-index: 1000;
    }
  }

  /* Desktop styles - 768px and above */
  @media screen and (min-width: 768px) {
    .desktop-nav {
      display: flex; /* Show desktop navigation */
    display: flex !important; /* Override any mobile hiding */
    align-items: center;
    gap: 30px;
    margin-left: 40px;
  }

  .desktop-nav a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.2s;
  }

  /* Header layout: centered search, logo left, actions right */
  .top-compact-header .left { display: flex; align-items: center; gap: 24px; }
  .top-compact-header .logo-link .brand-text { font-size: 1.6rem; font-weight: 700; color: #e64a19; }

  /* Centered search bar in header */
  .header-search {
    flex: 1;
    max-width: 600px;
    margin: 0 2rem;
    flex: 1 1 520px;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-search input[type="search"] {
    width: 100%;
    padding: 14px 18px;
    border-radius: 28px;
    border: 1px solid #eee;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    font-size: 1rem;
  }

  /* Category sidebar / dropdown on left (sticky) */
  .categories-panel {
    position: sticky;
    top: 100px;
    width: 220px;
    background: white;
    border-radius: 8px;
    padding: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }

  /* Large hero carousel styling */
  .hero-carousel {
    width: calc(100% - 320px); /* leave room for left categories */
    margin-left: 280px; /* align with grid content */
    border-radius: 12px;
    overflow: hidden;
  }
  .hero-carousel img { width: 100%; height: 420px; object-fit: cover; display: block; }
  .hero-cta {
    position: absolute; left: 40px; bottom: 40px;
    background: rgba(0,0,0,0.6); color: white; padding: 14px 20px; border-radius: 30px;
    font-weight: 700;
  }

  /* Floating circular action buttons on the left (matches screenshots) */
  .floating-actions {
    position: fixed; left: 24px; top: 200px; display: flex; flex-direction: column; gap: 18px; z-index: 1200;
  }
  .floating-actions .action-btn {
    width: 52px; height: 52px; border-radius: 50%; background: #e64a19; color: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(0,0,0,0.15); cursor: pointer;
  }

  /* Product card framing like screenshots */
  .products-grid .product-card { border: 1px solid #eee; padding: 12px; background: white; }
  .product-card .product-title { font-size: 0.95rem; margin-top: 12px; color: #333; }
  .product-card .product-price { color: #e64a19; font-weight: 700; margin-top: 10px; }

  /* Cookie banner bottom-left */
  .cookie-banner {
    position: fixed; left: 24px; bottom: 24px; background: white; padding: 18px 20px; border-radius: 8px; box-shadow: 0 6px 18px rgba(0,0,0,0.12); z-index: 1400; max-width: 360px;
  }
  .cookie-banner .btn { background: #e64a19; color: white; padding: 10px 16px; border-radius: 6px; text-decoration: none; }

  /* Footer: dark full-width */
  footer.site-footer { background: #16161a; color: #cfd6df; padding: 40px 0; }
  footer.site-footer a { color: #fff; text-decoration: none; }

  /* Ensure main content shift under fixed header */
  main { margin-top: 100px; }

  .desktop-nav a:hover {
    background: #fff0eb;
    color: #e64a19;
  }

  .desktop-nav a.active {
    background: #e64a19;
    color: white;
  }

  /* Product Cards */
  .product-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }

  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  }

  .product-thumb {
    position: relative;
    padding-bottom: 100%;
  }

  .product-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
  }

  .product-card:hover .product-thumb img {
    transform: scale(1.05);
  }

  .product-info {
    padding: 20px;
  }

  .product-title {
    font-size: 1.1rem;
    margin: 0 0 10px;
    font-weight: 600;
  }

  .product-price {
    color: #e64a19;
    font-size: 1.25rem;
    font-weight: 600;
  }

  /* Cart Layout */
  .cart-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
  }

  /* Account Page Layout */
  .account-panel {
    max-width: 900px;
    margin: 40px auto;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  }

  .profile {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 30px;
    padding: 30px;
  }

  .profile-sidebar {
    border-right: 1px solid #eee;
    padding-right: 30px;
  }

  .welcome-msg {
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 600;
  }

  .profile-row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }

  .profile-row strong {
    width: 120px;
    color: #666;
  }

  .quick-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
  }

  .quick-link {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s;
  }

  .quick-link:hover {
    background: #fff0eb;
    transform: translateY(-2px);
  }

  .quick-link-icon {
    font-size: 1.5rem;
    margin-right: 12px;
  }

  /* Notifications Page */
  .notifications-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 40px;
  }

  .messages-panel {
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  }

  /* End of desktop styles */
}

.jumia-sidebar {
  width: 220px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  margin-right: 32px;
  padding: 24px 0;
  height: fit-content;
}
.jumia-categories {
  list-style: none;
  padding: 0 0 0 24px;
  margin: 0;
}
.jumia-categories li {
  padding: 12px 0;
  font-size: 1.08rem;
  color: #222;
  cursor: pointer;
  border-left: 3px solid transparent;
  transition: color 0.2s, border 0.2s;
}
.jumia-categories li:hover {
  color: #ff9900;
  border-left: 3px solid #ff9900;
  background: #fff7e6;
}

.jumia-content {
  flex: 1;
}
.jumia-banner {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #ff9900 60%, #fff7e6 100%);
  border-radius: 16px;
  padding: 32px 40px;
  margin-bottom: 32px;
  min-height: 260px;
  box-shadow: 0 2px 12px rgba(255,153,0,0.08);
  position: relative;
}
.jumia-banner-content {
  flex: 1;
  color: #fff;
}
.jumia-banner-content h2 {
  font-size: 2.5rem;
  margin: 0 0 12px 0;
  font-weight: bold;
}
.jumia-banner-content p {
  font-size: 1.3rem;
  margin: 0 0 16px 0;
}
.jumia-banner-dates {
  background: #fff;
  color: #ff9900;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}
.jumia-shop-btn {
  background: #fff;
  color: #ff9900;
  border: none;
  padding: 12px 32px;
  border-radius: 24px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(255,153,0,0.08);
  transition: background 0.2s, color 0.2s;
}
.jumia-shop-btn:hover {
  background: #ff9900;
  color: #fff;
}
.jumia-banner-img {
  width: 220px;
  height: auto;
  margin-left: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  background: #fff;
}

.jumia-products {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.jumia-products h2 {
  margin-top: 0;
  color: #ff9900;
  font-size: 2rem;
  font-weight: bold;
}
.jumia-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  margin-top: 24px;
}
.product-card {
  background: #312f80;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(255,153,0,0.08);
  padding: 20px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.product-card:hover {
  box-shadow: 0 4px 16px rgba(255,153,0,0.18);
  transform: translateY(-4px) scale(1.03);
}
.product-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #fff;
}
.product-name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 6px;
  color: #222;
  text-align: center;
}
.category {
  font-size: 0.95rem;
  color: #ff9900;
  margin-bottom: 6px;
}
.description {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 8px;
  text-align: center;
}
.stock {
  font-size: 0.92rem;
  color: #888;
  margin-bottom: 8px;
}
.price {
  font-size: 1.15rem;
  color: #ff9900;
  font-weight: bold;
  margin-bottom: 10px;
}
.buy-btn {
  background: #ff9900;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 10px 0;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
}
.buy-btn:hover {
  background: #e67c00;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(0,0,0,0.25);
  justify-content: center;
  align-items: center;
}
.modal.show {
  display: flex;
}
.buy-modal-content {
  background: #fff;
  margin: auto;
  padding: 32px 32px 24px 32px;
  border-radius: 16px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.12);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.buy-modal-content .close {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 2rem;
  color: #ff9900;
  cursor: pointer;
}
.buy-modal-content h2 {
  margin-top: 0;
  color: #ff9900;
  font-size: 1.5rem;
  text-align: center;
}
.buy-modal-content input,
.buy-modal-content select {
  margin-bottom: 14px;
  padding: 10px;
  border: 1px solid #ff9900;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
}
.buy-modal-content button[type="submit"] {
  background: #ff9900;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
}
.buy-modal-content button[type="submit"]:hover {
  background: #e67c00;
}
#orderStatus {
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
}

@media (max-width: 900px) {
  .jumia-main {
    flex-direction: column;
    padding: 0 12px;
  }
  .jumia-sidebar {
    width: 100%;
    margin: 0 0 24px 0;
    border-radius: 8px;
    padding: 12px 0;
  }
  .jumia-content {
    padding: 0;
  }
  .jumia-banner {
    flex-direction: column;
    padding: 24px 12px;
    min-height: 180px;
  }
  .jumia-banner-img {
    margin: 24px 0 0 0;
    width: 100%;
    max-width: 220px;
  }
}

@media (max-width: 600px) {
  .jumia-topbar {
    flex-direction: column;
    gap: 12px;
    padding: 12px 8px;
  }
  .jumia-main {
    padding: 0 4px;
  }
  .jumia-sidebar {
    padding: 8px 0;
  }
  .jumia-products {
    padding: 12px;
  }
  .jumia-products-grid {
    gap: 16px;
  }
}
/* Amazon-style mobile header: dark, compact, white hamburger, bold white site name */
@media (max-width: 1024px) {
  .lamar-header {
    background: #131921 !important;
    min-height: 48px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
    border-bottom: 2px solid #232f3e;
    padding: 0;
  }
  .lamar-header-row-flex {
    height: 48px;
    align-items: center;
    padding: 0 0.5em;
    margin-left: 0;
  }
  #menuBtn.lamar-menu-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 2em;
    margin: 0 0.3em 0 0;
    padding: 0 0.2em 0 0;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    display: flex;
    align-items: center;
  }
  #menuBtn.lamar-menu-btn:focus {
    outline: 2px solid #ff9900;
  }
  .lamar-header-logo {
    color: #fff;
    font-size: 1.4em;
    font-weight: 800;
    letter-spacing: 1px;
    margin-left: 0.3em;
    margin-top: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.10);
    font-family: 'Segoe UI', Arial, sans-serif;
    display: flex;
    align-items: center;
  }
}
/* Header row flex for both mobile and desktop */
.lamar-header-row-flex {
  display: flex;
  align-items: center;
  height: 100%;
}

/* Hamburger and title alignment for desktop */
@media (min-width: 1025px) {
  #menuBtn {
    display: none !important;
  }
  .lamar-header-row-flex {
    justify-content: flex-start;
    margin-left: 0.7em;
  }
  .lamar-header-logo {
    font-size: 2.1em;
    font-weight: 800;
    color: #ffb300;
    letter-spacing: 1.5px;
    padding: 0.3em 0.7em 0.3em 0.2em;
    background: transparent;
    border-radius: 8px;
    box-shadow: none;
    display: inline-block;
    margin-left: 0.5em;
    margin-top: 0.1em;
    text-shadow: 0 2px 8px rgba(33,150,243,0.10);
  }
  .lamar-header {
    min-height: 54px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .lamar-header-row-flex {
    justify-content: flex-start;
    margin-left: 0.3em;
    flex-direction: row;
    gap: 0.3em;
  }
  .lamar-header-logo {
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    margin-left: 0.2em;
    margin-right: 0.2em;
    margin-top: 0;
    letter-spacing: 1px;
    padding: 0.2em 0.3em 0.2em 0.1em;
    border-radius: 6px;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    text-shadow: 0 1px 4px rgba(0,0,0,0.10);
    font-family: 'Segoe UI', Arial, sans-serif;
  }
  #menuBtn.lamar-menu-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Align the site title to the far left in the header for desktop */
@media (min-width: 1025px) {
  .lamar-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 54px;
  }
  .lamar-header-title-desktop {
    margin-left: 0;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .lamar-header-logo {
    margin-left: 0.7em;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Make the site title in the header more prominent and visually appealing for desktop */
@media (min-width: 1025px) {
  .lamar-header-logo {
    font-size: 2.1em;
    font-weight: 800;
    color: #ffb300;
    letter-spacing: 1.5px;
    padding: 0.3em 0.7em 0.3em 0.2em;
    background: transparent;
    border-radius: 8px;
    box-shadow: none;
    display: inline-block;
    margin-left: 0.5em;
    margin-top: 0.1em;
    text-shadow: 0 2px 8px rgba(33,150,243,0.10);
  }
  .lamar-header {
    min-height: 54px;
    display: flex;
    align-items: center;
  }
}
/* Hide live advert ticker for desktop */
@media (min-width: 1025px) {
  .live-advert {
    display: none !important;
  }
}
/* Hide menu and hamburger for desktop only, but show on mobile/tablet */
@media (min-width: 1025px) {
  #menuDrawer,
  #menuBtn,
  .lamar-header-left {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  #menuDrawer,
  #menuBtn,
  .lamar-header-left {
    display: block !important;
  }
}
/* Hide menu drawer and menu button for desktop */
@media (min-width: 1025px) {
  #menuDrawer,
  #menuBtn {
    display: none !important;
  }
}
/* Hide 'See All' span in menu for desktop */

/* Ensure products grid is visible and styled for desktop */
.products-grid, #productsGrid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 2.5em 2em;
  justify-content: flex-start;
  margin-top: 1.5em;
  min-height: 200px;
  width: 100%;
}
/* --- ENHANCED GADGET STORE STYLES --- */
body {
  background: linear-gradient(120deg, #e0e7ff 0%, #f7f7f7 100%);
}

header, .lamar-header, .header-container {
  background: linear-gradient(90deg, #23243a 0%, #2196f3 100%);
  color: #fff;
}

.lamar-header {
  border-bottom: 2px solid #19c37d;
}

/* Hero Banner Example (add to your HTML if desired) */
.hero-banner {
  background: linear-gradient(100deg, #2196f3 60%, #19c37d 100%);
  color: #fff;
  border-radius: 18px;
  padding: 3.5em 3em 3.5em 3em;
  margin: 2.5em 0 2em 0;
  text-align: center;
  box-shadow: 0 8px 32px rgba(33,150,243,0.13);
  position: relative;
  overflow: hidden;
  
}
.hero-banner h1 {
  font-size: 2.8em;
  margin-bottom: 0.3em;
  color: #fff;
  letter-spacing: 1px;
}
.hero-banner p {
  font-size: 1.3em;
  margin-bottom: 1.5em;
  color: #e0e7ff;
}
.hero-banner .hero-btn {
  background: #fff;
  color: #2196f3;
  border: none;
  border-radius: 8px;
  padding: 1em 2.5em;
  font-size: 1.2em;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(33,150,243,0.10);
  transition: background 0.2s, color 0.2s;
}
.hero-banner .hero-btn:hover {
  background: #19c37d;
  color: #fff;
}

/* Enhanced Product Card */
.product-card {
  border: 2px solid #e0e7ff;
  box-shadow: 0 4px 18px rgba(33,150,243,0.10);
}
.product-card:hover {
  border-color: #2196f3;
  box-shadow: 0 8px 32px rgba(33,150,243,0.18);
}

.buy-btn {
  background: linear-gradient(90deg, #2196f3 60%, #19c37d 100%);
  color: #fff;
  font-size: 1.08em;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(33,150,243,0.10);
}
.buy-btn:hover {
  background: #23243a;
  color: #ffeb3b;
}

/* Modal Enhancements */
.modal-content {
  border-radius: 14px;
  box-shadow: 0 4px 32px rgba(33,150,243,0.13);
}

/* Footer */
footer {
  background: #23243a;
  color: #fff;
  text-align: center;
  padding: 1.5em 0 1.2em 0;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  margin-top: 3em;
  border-top: 3px solid #2196f3;
}
/* Hide the entire menu container on desktop */
.menu {
  display: none !important;
}
/* Hide menu icon on desktop */
.menu-icon {
  display: none !important;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f7f7f7;
  color: #222;
  margin: 0;
}

header, .lamar-header, .header-container {
  background: #2196f3;
  color: #fff;
  box-shadow: 0 2px 8px rgba(33,150,243,0.08);
  padding: 0;
}

.main-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7em 2em;
}

.logo-phone-img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

.main-nav ul {
  display: flex;
  gap: 2.5em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: color 0.2s;
}
.main-nav ul li a:hover {
  color: #ffeb3b;
}

.user-menu-area {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.user-fullname {
  font-weight: 600;
  font-size: 1.1em;
}
.user-profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
}

/* Featured Product Card */
.featured-product {
  background: #23243a;
  color: #fff;
  border-radius: 12px;
  margin: 2em 0 1.5em 0;
  padding: 2em 2em 1.5em 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 98vw;
  box-shadow: 0 4px 24px rgba(44,62,80,0.10);
}
.featured-product h2 {
  font-size: 2em;
  margin-bottom: 0.3em;
}
.featured-product .featured-img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #2196f3;
  background: #fff;
  margin-left: 2em;
  box-shadow: 0 2px 12px rgba(33,150,243,0.10);
}
.featured-product .shop-now-btn {
  background: #19c37d;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8em 2.2em;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 1.2em;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(25,195,125,0.10);
}
.featured-product .shop-now-btn:hover {
  background: #13a06a;
}
.featured-product .price {
  color: #19c37d;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0.7em 0 0.7em 0;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2em;
}

section {
  margin-bottom: 2.5em;
}

/* Product Grid */
.product-list, .products-grid, #productsGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em 2em;
  justify-content: flex-start;
  margin-top: 1.5em;
}
.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 1.2em 1em 1.2em 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.product-card:hover {
  box-shadow: 0 6px 24px rgba(33,150,243,0.13);
  transform: translateY(-4px) scale(1.03);
}
.product-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0.7em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  padding: 8px;
}
.product-name {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.3em;
  text-align: center;
}
.price {
  font-size: 1.08em;
  font-weight: bold;
  margin: 0.5em 0 0.7em 0;
  color: #19c37d;
}
.buy-btn {
  background: #19c37d;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.6em 0;
  font-size: 1em;
  font-weight: 600;
  width: 90%;
  margin: 0 auto;
  cursor: pointer;
  transition: background 0.2s;
}
.buy-btn:hover {
  background: #13a06a;
}

/* Welcome Section */
h2, h1 {
  font-weight: 700;
  color: #23243a;
}

/* Responsive tweaks for desktop */
@media (min-width: 1200px) {
  .main-header-row {
    padding-left: 4em;
    padding-right: 4em;
  }
  main {
    padding-left: 4em;
    padding-right: 4em;
  }
}
}
