/* PhotoSeries Tools Storefront Styles - Reddish Dark Aesthetic with Water & Grid Overlay */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Custom Fonts */
@font-face {
  font-family: 'Oskari G2';
  src: url('oskari-g2-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Oskari G2 Medium';
  src: url('Oskari G2 Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

h1,
h2,
h3,
.hero h1,
.section-title h2,
#currentCategoryTitle,
.bundle-title,
.logo-text {
  font-family: 'Oskari G2 Medium', 'Poppins', sans-serif;
}

:root {
  --bg-primary: #0a0b0e;
  --bg-secondary: #12131a;
  --bg-card: #181924;
  --bg-card-hover: #212332;
  --border-color: rgba(255, 255, 255, 0.08);
  --border-glow: rgba(229, 9, 20, 0.4);

  /* 3rd Reddish Main Palette from @img1 */
  --accent-red: #e50914;
  --accent-red-hover: #ff1e27;
  --accent-orange: #ff4d0d;
  --accent-pink: #f43f5e;
  --accent-emerald: #10b981;
  --accent-cyan: #06b6d4;

  --text-primary: #ffffff;
  --text-secondary: #a1a1aa;
  --text-muted: #71717a;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.6);
  --shadow-glow: 0 0 35px rgba(229, 9, 20, 0.35);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
}

/* Neon Preloader Overlay with Color Grading & Neon Glow */
.preloader-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #06070a;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.preloader-overlay.fade-out {
  opacity: 0;
  visibility: hidden;
}

.preloader-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 40px;
}

.preloader-logo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.preloader-brand-text {
  font-family: 'Oskari G2 Medium', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.03em;
}

.preloader-logo-title .logo-script {
  font-size: 3rem;
  margin-left: 10px;
}

.neon-typing-wrapper {
  font-family: 'Oskari G2 Medium', 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neon-typing-text {
  background-image: linear-gradient(135deg, #ffffff, var(--accent-orange), var(--accent-red));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: neonGlowShift 3s ease infinite;
  filter: drop-shadow(0 0 14px rgba(229, 9, 20, 0.8));
}

@keyframes neonGlowShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.neon-cursor {
  color: var(--accent-red);
  font-weight: 900;
  font-size: 2rem;
  animation: blinkCursor 0.7s infinite;
  margin-left: 3px;
  text-shadow: 0 0 12px var(--accent-red), 0 0 20px var(--accent-orange);
}

@keyframes blinkCursor {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.neon-progress-track {
  width: 320px;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}

.neon-progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent-red), var(--accent-orange));
  border-radius: 20px;
  box-shadow: 0 0 15px var(--accent-red), 0 0 25px var(--accent-orange);
  transition: width 0.15s linear;
}

.preloader-subtext {
  font-size: 0.75rem;
  color: var(--text-secondary);
  letter-spacing: 0.22em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 4px;
}

:root {
  --font-main: 'Oskari G2', 'Poppins', sans-serif;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-main);
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

/* Background Design Effect like @img3 (Grid Mesh + 8% Water Wave Canvas Overlay) */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: -2;
}

/* Animated Water Effect Overlay (5-10% opacity) */
.water-bg-effect {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.07;
  /* 7% water overlay effect */
  background: radial-gradient(circle at 20% 30%, rgba(229, 9, 20, 0.4) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 77, 13, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: waterRipple 12s ease-in-out infinite alternate;
}

@keyframes waterRipple {
  0% {
    transform: scale(1) translate(0, 0);
  }

  50% {
    transform: scale(1.1) translate(-2%, 2%);
  }

  100% {
    transform: scale(1.05) translate(2%, -2%);
  }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
  background: #27272a;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent-red);
}

/* Top Announcement Bar */
.announcement-bar {
  background: linear-gradient(90deg, var(--accent-red), #b91c1c, var(--accent-orange));
  background-size: 200% 200%;
  animation: gradientShift 6s ease infinite;
  color: #fff;
  text-align: center;
  padding: 9px 16px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
  display: block;
  position: relative;
  z-index: 50;
  box-shadow: 0 2px 10px rgba(229, 9, 20, 0.3);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Navbar */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(18, 19, 26, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
  padding: 16px 28px;
  transition: var(--transition);
}

.nav-container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-text {
  font-family: 'Oskari G2 Medium', 'Poppins', sans-serif;
  font-size: 1.55rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
}

.logo-script {
  font-family: 'Dancing Script', 'Brush Script MT', 'Caveat', cursive, italic;
  font-size: 1.9rem;
  font-weight: 700;
  font-style: italic;
  margin-left: 8px;
  background-image: linear-gradient(135deg, var(--accent-red), var(--accent-orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 12px rgba(229, 9, 20, 0.6));
}

/* Search Box */
.search-wrapper {
  position: relative;
  flex: 1;
  max-width: 480px;
}

.search-input {
  width: 100%;
  padding: 11px 18px 11px 44px;
  background: rgba(24, 25, 36, 0.8);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-full);
  color: #fff;
  font-size: 0.92rem;
  outline: none;
  transition: var(--transition);
}

.search-input:focus {
  border-color: var(--accent-red);
  box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.25);
  background: var(--bg-card);
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-secondary);
  pointer-events: none;
  width: 18px;
  height: 18px;
}

.search-results-dropdown {
  position: absolute;
  top: 115%;
  left: 0;
  right: 0;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  max-height: 360px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.search-results-dropdown.active {
  display: block;
}

.search-result-item {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: var(--transition);
}

.search-result-item:hover {
  background: var(--bg-card-hover);
}

/* Header Actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn-icon-badge {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  padding: 10px 18px;
  border-radius: var(--radius-full);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: var(--transition);
}

.btn-icon-badge:hover {
  background: var(--bg-card-hover);
  border-color: var(--accent-red);
}

.badge-count {
  background: var(--accent-red);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-red), var(--accent-orange));
  color: #fff;
  border: none;
  padding: 11px 24px;
  border-radius: var(--radius-full);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(229, 9, 20, 0.4);
  transition: var(--transition);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(229, 9, 20, 0.6);
  background: linear-gradient(135deg, var(--accent-red-hover), var(--accent-orange));
}

/* Floating Status Pills like @img2 */
.floating-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(229, 9, 20, 0.12);
  border: 1px solid rgba(229, 9, 20, 0.3);
  color: #fca5a5;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.floating-pill.pill-green {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.3);
  color: #6ee7b7;
}

/* Hero Section */
.hero {
  padding: 70px 24px 40px;
  text-align: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 20px 0 18px;
  letter-spacing: 0.04em;
}

.gradient-text {
  background-image: linear-gradient(135deg, var(--accent-red), var(--accent-orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 15px rgba(229, 9, 20, 0.4));
}

.hero p {
  color: var(--text-secondary);
  font-size: 1.18rem;
  max-width: 740px;
  margin: 0 auto 36px;
}

/* Stats Counter Ticker */
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.stat-item {
  background: rgba(24, 25, 36, 0.6);
  border: 1px solid var(--border-color);
  padding: 16px 32px;
  border-radius: var(--radius-md);
  text-align: center;
  backdrop-filter: blur(10px);
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--accent-red);
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

/* Category Filter Tabs */
.category-bar-wrapper {
  max-width: 1320px;
  margin: 30px auto;
  padding: 0 24px;
}

.category-tabs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 8px 4px;
  scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.category-tab {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  color: var(--text-secondary);
  padding: 12px 24px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.category-tab:hover {
  color: #fff;
  background: var(--bg-card-hover);
  border-color: rgba(255, 255, 255, 0.2);
}

.category-tab.active {
  background: linear-gradient(135deg, var(--accent-red), var(--accent-orange));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 20px rgba(229, 9, 20, 0.45);
}

.cat-count {
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 800;
}

/* Featured Bundles Section */
.bundles-section {
  max-width: 1320px;
  margin: 40px auto;
  padding: 0 24px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.section-title p {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.bundles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}

.bundle-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.bundle-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-red), var(--accent-orange));
}

.bundle-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-glow);
  box-shadow: var(--shadow-glow);
}

.bundle-badge {
  display: inline-block;
  background: rgba(229, 9, 20, 0.15);
  color: var(--accent-red);
  border: 1px solid rgba(229, 9, 20, 0.3);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.bundle-title {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.bundle-subtitle {
  font-size: 0.88rem;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.bundle-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 22px;
}

.bundle-price {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}

.price-period {
  font-size: 0.85rem;
  color: var(--text-secondary);
  font-weight: 700;
}

.bundle-orig-price {
  font-size: 1rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

/* Products Grid & Card Styling matching user screenshot */
.products-section {
  max-width: 1320px;
  margin: 40px auto;
  padding: 0 24px 80px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 28px;
}

.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #e50914, #ea580c);
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(229, 9, 20, 0.4);
  box-shadow: 0 12px 35px rgba(229, 9, 20, 0.25);
}

.product-badge-pill {
    display: inline-block;
    background: rgb(3 255 36 / 12%);
    color: #02ff18;
    border: 1px solid rgb(0 255 88 / 30%);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.product-name,
#quickViewBody h2 {
  font-family: 'Oskari G2', sans-serif !important;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
}

.product-card-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 20px;
}

.product-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.current-price {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.price-period {
  font-size: 0.88rem;
  color: var(--text-secondary);
  font-weight: 700;
}

.old-price {
  font-size: 1rem;
  color: #666;
  text-decoration: line-through;
}

.btn-info-circle {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
}

.btn-info-circle:hover {
  background: rgba(229, 9, 20, 0.2);
  border-color: var(--accent-red);
  color: #fff;
}

.btn-primary-pill {
  width: 100%;
  background: linear-gradient(135deg, #e50914, #ea580c);
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px rgba(229, 9, 20, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-primary-pill:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(229, 9, 20, 0.55);
}

.product-access-type {
  font-size: 0.78rem;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-emerald);
  box-shadow: 0 0 8px var(--accent-emerald);
}

.product-features {
  list-style: none;
  margin: 14px 0 20px;
}

.product-features li {
  font-size: 0.84rem;
  color: var(--text-secondary);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-features li::before {
  content: '✓';
  color: var(--accent-red);
  font-weight: 900;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.price-container {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.current-price {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
}

.price-mo-label {
  font-size: 0.8rem;
  color: var(--text-secondary);
  font-weight: 700;
}

.old-price {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-left: 4px;
}

.product-actions {
  display: flex;
  gap: 8px;
}

.btn-add-cart {
  background: var(--bg-card-hover);
  border: 1px solid var(--border-color);
  color: #fff;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
}

.btn-add-cart:hover {
  background: var(--accent-red);
  border-color: var(--accent-red);
}

.btn-buy-now {
  background: linear-gradient(135deg, var(--accent-red), var(--accent-orange));
  color: #fff;
  border: none;
  padding: 9px 18px;
  border-radius: var(--radius-sm);
  font-weight: 800;
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
}

.btn-buy-now:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Modals & Drawers Base */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
  position: relative;
  box-shadow: var(--shadow-md);
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  color: var(--text-secondary);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-close:hover {
  color: #fff;
  background: var(--accent-red);
}

/* Slide-Over Cart Drawer */
.cart-drawer {
  position: fixed;
  top: 0;
  right: -440px;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  background: var(--bg-secondary);
  border-left: 1px solid var(--border-color);
  z-index: 1100;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.cart-drawer.active {
  right: 0;
}

.cart-header {
  padding: 22px 26px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 22px 26px;
}

.cart-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cart-item-title {
  font-weight: 800;
  font-size: 0.98rem;
}

.cart-item-plan {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.cart-footer {
  padding: 22px 26px;
  border-top: 1px solid var(--border-color);
  background: #0e0f17;
}

.coupon-row {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.coupon-input {
  flex: 1;
  padding: 10px 14px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: #fff;
  font-size: 0.88rem;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 18px;
  color: #fff;
}

/* Toast Notifications */
.toast-container {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background: var(--bg-card);
  border: 1px solid var(--accent-red);
  color: #fff;
  padding: 14px 22px;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  animation: slideInLeft 0.3s ease;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Footer */
footer {
  background: #06070a;
  border-top: 1px solid var(--border-color);
  padding: 60px 24px 30px;
  color: var(--text-secondary);
}

.footer-container {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
}

/* Floating WhatsApp Button */
.whatsapp-float-btn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 1500;
  background: #25D366;
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
}

/* Comprehensive Mobile & Responsive Adjustments */
@media (max-width: 768px) {
  /* Announcement Bar */
  .announcement-bar {
    padding: 8px 12px;
    font-size: 0.78rem;
    line-height: 1.4;
    text-align: center;
  }

  /* Header & Navigation Alignment */
  .navbar {
    padding: 12px 16px;
  }

  .nav-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .logo {
    justify-content: center;
    width: 100%;
    margin-bottom: 2px;
  }

  .logo-text {
    font-size: 1.35rem;
  }

  .logo-script {
    font-size: 1.65rem;
  }

  .nav-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .btn-icon-badge {
    flex: 1;
    max-width: 170px;
    justify-content: center;
    padding: 9px 14px;
    font-size: 0.82rem;
  }

  .search-wrapper {
    width: 100%;
    max-width: 100%;
    order: 3;
    margin-top: 4px;
  }

  .search-input {
    padding: 11px 16px 11px 40px;
    font-size: 0.88rem;
    border-radius: 50px;
  }

  .search-icon {
    left: 14px;
  }

  /* Preloader Overlay */
  .preloader-content {
    padding: 20px;
  }

  .preloader-brand-text {
    font-size: 1.7rem;
  }

  .preloader-logo-title .logo-script {
    font-size: 2.1rem;
  }

  .neon-typing-wrapper {
    font-size: 1.2rem;
    min-height: 38px;
  }

  .neon-progress-track {
    width: 240px;
    height: 5px;
  }

  .preloader-subtext {
    font-size: 0.68rem;
  }

  /* Hero Section */
  .hero {
    padding: 32px 16px 24px;
  }

  .hero h1 {
    font-size: 1.85rem;
    line-height: 1.3;
    margin: 14px 0 12px;
  }

  .hero p {
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .floating-pill {
    font-size: 0.72rem;
    padding: 4px 10px;
  }

  .hero-stats {
    gap: 10px;
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item {
    padding: 12px 10px;
  }

  .stat-number {
    font-size: 1.35rem;
  }

  .stat-label {
    font-size: 0.68rem;
  }

  /* Category Navigation & Section Headers */
  .category-bar-wrapper {
    padding: 0 16px;
    margin: 18px auto 14px;
  }

  .category-tab {
    padding: 8px 16px;
    font-size: 0.82rem;
  }

  .bundles-section,
  .products-section {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section-title h2 {
    font-size: 1.4rem;
  }

  .section-title p {
    font-size: 0.85rem;
  }

  .bundles-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bundle-card {
    padding: 20px;
  }

  .bundle-title {
    font-size: 1.18rem;
  }

  .bundle-price {
    font-size: 1.6rem;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-card {
    padding: 20px;
  }

  .product-name {
    font-size: 1.45rem !important;
  }

  .current-price {
    font-size: 1.75rem;
  }

  /* Drawers & Modals */
  .cart-drawer {
    width: 100vw;
    max-width: 100vw;
    right: -100vw;
  }

  .modal-overlay {
    padding: 12px;
  }

  .modal-content {
    padding: 22px 16px;
    border-radius: 16px;
    max-height: 92vh;
  }

  .whatsapp-float-btn {
    bottom: 16px;
    left: 16px;
    padding: 10px 16px;
    font-size: 0.82rem;
  }

  .whatsapp-float-btn svg {
    width: 18px;
    height: 18px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 480px) {
  .logo-text {
    font-size: 1.2rem;
  }

  .logo-script {
    font-size: 1.45rem;
  }

  .hero h1 {
    font-size: 1.6rem;
  }

  .hero p {
    font-size: 0.86rem;
  }

  .btn-icon-badge {
    padding: 8px 10px;
    font-size: 0.78rem;
  }

  .current-price {
    font-size: 1.55rem;
  }
}