/* CSS Variables */
:root { 
  --background: 280.0000 33.3333% 96.4706%;
  --foreground: 216.9231 19.1176% 26.6667%;
  --card: 0 0% 100%;
  --card-foreground: 216.9231 19.1176% 26.6667%;
  --popover: 0 0% 100%;
  --popover-foreground: 216.9231 19.1176% 26.6667%;
  --primary: 255.1351 91.7355% 76.2745%;
  --primary-foreground: 0 0% 100%;
  --secondary: 267.5676 90.2439% 91.9608%;
  --secondary-foreground: 215 13.7931% 34.1176%;
  --muted: 268.6957 100.0000% 95.4902%;
  --muted-foreground: 220 8.9362% 46.0784%;
  --accent: 292.5000 44.4444% 92.9412%;
  --accent-foreground: 216.9231 19.1176% 26.6667%;
  --destructive: 0 93.5484% 81.7647%;
  --destructive-foreground: 0 0% 100%;
  --border: 267.5676 90.2439% 91.9608%;
  --input: 267.5676 90.2439% 91.9608%;
  --ring: 255.1351 91.7355% 76.2745%;
  --chart-1: 255.1351 91.7355% 76.2745%;
  --chart-2: 258.3117 89.5349% 66.2745%;
  --chart-3: 262.1229 83.2558% 57.8431%;
  --chart-4: 263.3898 69.9605% 50.3922%;
  --chart-5: 263.3557 69.3023% 42.1569%;
  --sidebar: 267.5676 90.2439% 91.9608%;
  --sidebar-foreground: 216.9231 19.1176% 26.6667%;
  --sidebar-primary: 255.1351 91.7355% 76.2745%;
  --sidebar-primary-foreground: 0 0% 100%;
  --sidebar-accent: 292.5000 44.4444% 92.9412%;
  --sidebar-accent-foreground: 216.9231 19.1176% 26.6667%;
  --sidebar-border: 267.5676 90.2439% 91.9608%;
  --sidebar-ring: 255.1351 91.7355% 76.2745%;
  --font-sans: Open Sans, sans-serif;
  --font-serif: Source Serif 4, serif;
  --font-mono: IBM Plex Mono, monospace;
  --radius: 1.5rem;
  --shadow-x: 0px;
  --shadow-y: 8px;
  --shadow-blur: 16px;
  --shadow-spread: -4px;
  --shadow-opacity: 0.08;
  --shadow-color: hsl(0 0% 0%);
  --shadow-2xs: 0px 8px 16px -4px hsl(0 0% 0% / 0.04);
  --shadow-xs: 0px 8px 16px -4px hsl(0 0% 0% / 0.04);
  --shadow-sm: 0px 8px 16px -4px hsl(0 0% 0% / 0.08), 0px 1px 2px -5px hsl(0 0% 0% / 0.08);
  --shadow: 0px 8px 16px -4px hsl(0 0% 0% / 0.08), 0px 1px 2px -5px hsl(0 0% 0% / 0.08);
  --shadow-md: 0px 8px 16px -4px hsl(0 0% 0% / 0.08), 0px 2px 4px -5px hsl(0 0% 0% / 0.08);
  --shadow-lg: 0px 8px 16px -4px hsl(0 0% 0% / 0.08), 0px 4px 6px -5px hsl(0 0% 0% / 0.08);
  --shadow-xl: 0px 8px 16px -4px hsl(0 0% 0% / 0.08), 0px 8px 10px -5px hsl(0 0% 0% / 0.08);
  --shadow-2xl: 0px 8px 16px -4px hsl(0 0% 0% / 0.20);
  --tracking-normal: 0em;
  --spacing: 0.25rem;
}

.dark {
  --background: 24 9.8039% 10%;
  --foreground: 226.4516 100% 93.9216%;
  --card: 270 17.7778% 17.6471%;
  --card-foreground: 226.4516 100% 93.9216%;
  --popover: 270 17.7778% 17.6471%;
  --popover-foreground: 226.4516 100% 93.9216%;
  --primary: 255.9036 95.4023% 82.9412%;
  --primary-foreground: 24 9.8039% 10%;
  --secondary: 272.5000 19.3548% 24.3137%;
  --secondary-foreground: 216.0000 12.1951% 83.9216%;
  --muted: 265.2632 28.3582% 13.1373%;
  --muted-foreground: 217.8947 10.6145% 64.9020%;
  --accent: 266.8966 19.2053% 29.6078%;
  --accent-foreground: 216.0000 12.1951% 83.9216%;
  --destructive: 0 93.5484% 81.7647%;
  --destructive-foreground: 24 9.8039% 10%;
  --border: 272.5000 19.3548% 24.3137%;
  --input: 272.5000 19.3548% 24.3137%;
  --ring: 255.9036 95.4023% 82.9412%;
  --chart-1: 255.9036 95.4023% 82.9412%;
  --chart-2: 255.1351 91.7355% 76.2745%;
  --chart-3: 258.3117 89.5349% 66.2745%;
  --chart-4: 262.1229 83.2558% 57.8431%;
  --chart-5: 263.3898 69.9605% 50.3922%;
  --sidebar: 272.5000 19.3548% 24.3137%;
  --sidebar-foreground: 226.4516 100% 93.9216%;
  --sidebar-primary: 255.9036 95.4023% 82.9412%;
  --sidebar-primary-foreground: 24 9.8039% 10%;
  --sidebar-accent: 266.8966 19.2053% 29.6078%;
  --sidebar-accent-foreground: 216.0000 12.1951% 83.9216%;
  --sidebar-border: 272.5000 19.3548% 24.3137%;
  --sidebar-ring: 255.9036 95.4023% 82.9412%;
  --font-sans: Open Sans, sans-serif;
  --font-serif: Source Serif 4, serif;
  --font-mono: IBM Plex Mono, monospace;
  --radius: 1.5rem;
  --shadow-x: 0px;
  --shadow-y: 8px;
  --shadow-blur: 16px;
  --shadow-spread: -4px;
  --shadow-opacity: 0.08;
  --shadow-color: hsl(0 0% 0%);
  --shadow-2xs: 0px 8px 16px -4px hsl(0 0% 0% / 0.04);
  --shadow-xs: 0px 8px 16px -4px hsl(0 0% 0% / 0.04);
  --shadow-sm: 0px 8px 16px -4px hsl(0 0% 0% / 0.08), 0px 1px 2px -5px hsl(0 0% 0% / 0.08);
  --shadow: 0px 8px 16px -4px hsl(0 0% 0% / 0.08), 0px 1px 2px -5px hsl(0 0% 0% / 0.08);
  --shadow-md: 0px 8px 16px -4px hsl(0 0% 0% / 0.08), 0px 2px 4px -5px hsl(0 0% 0% / 0.08);
  --shadow-lg: 0px 8px 16px -4px hsl(0 0% 0% / 0.08), 0px 4px 6px -5px hsl(0 0% 0% / 0.08);
  --shadow-xl: 0px 8px 16px -4px hsl(0 0% 0% / 0.08), 0px 8px 10px -5px hsl(0 0% 0% / 0.08);
  --shadow-2xl: 0px 8px 16px -4px hsl(0 0% 0% / 0.20);
}

/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-sans);
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  line-height: 1.6;
  transition: background-color 0.3s ease, color 0.3s ease;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Utility Classes */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.hidden {
  display: none;
}

.text-center {
  text-align: center;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 3.75rem;
}

.font-bold {
  font-weight: bold;
}

.font-semibold {
  font-weight: 600;
}

.font-extrabold {
  font-weight: 800;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rounded {
  border-radius: var(--radius);
}

.rounded-full {
  border-radius: 9999px;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.transition {
  transition: all 0.3s ease;
}

.transition-transform {
  transition: transform 0.3s ease;
}

.duration-300 {
  transition-duration: 300ms;
}

.shadow-sm {
  box-shadow: var(--shadow-sm);
}

.shadow {
  box-shadow: var(--shadow);
}

.shadow-md {
  box-shadow: var(--shadow-md);
}

.shadow-lg {
  box-shadow: var(--shadow-lg);
}

.bg-background {
  background-color: hsl(var(--background));
}

.bg-card {
  background-color: hsl(var(--card));
}

.bg-primary {
  background-color: hsl(var(--primary));
}

.bg-secondary {
  background-color: hsl(var(--secondary));
}

.bg-accent {
  background-color: hsl(var(--accent));
}

.bg-muted {
  background-color: hsl(var(--muted));
}

.bg-destructive {
  background-color: hsl(var(--destructive));
}

.text-foreground {
  color: hsl(var(--foreground));
}

.text-card-foreground {
  color: hsl(var(--card-foreground));
}

.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}

.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}

.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

.text-accent-foreground {
  color: hsl(var(--accent-foreground));
}

.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}

.border {
  border: 1px solid hsl(var(--border));
}

.border-primary {
  border-color: hsl(var(--primary));
}

.border-secondary {
  border-color: hsl(var(--secondary));
}

.focus-ring:focus {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}

/* NEW STYLING - Modern & Bold */
body {
  background: hsl(var(--background));
}

/* Header - Bold with new navigation */
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: hsl(var(--background) / 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid hsl(var(--border) / 0.3);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
}

.logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: hsl(var(--primary));
}

.nav-links {
  display: flex;
  gap: 2rem;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.5rem 0;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.nav-link:hover {
  color: hsl(var(--primary));
}

/* FIXED: Navigation active state - only show underline for active item */
.nav-link.active {
  color: hsl(var(--primary));
  font-weight: 700;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: hsl(var(--primary));
  border-radius: 2px;
}

/* Remove hover underline effect */
.nav-link:not(.active):hover::after {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cart-btn {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--foreground));
  transition: all 0.3s ease;
}

.cart-btn:hover {
  background: hsl(var(--accent));
}

.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}

.theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--foreground));
  transition: all 0.3s ease;
}

.theme-toggle:hover {
  background: hsl(var(--accent));
  transform: rotate(15deg);
}

/* HAMBURGER STYLE - Modern lines */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 60;
}

.hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: hsl(var(--foreground));
  border-radius: 1px;
  transition: all 0.3s ease;
}

.hamburger-line:nth-child(2) {
  margin: 6px 0;
}

.hamburger.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* MOBILE MENU STYLE - Slide from right */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background: hsl(var(--card));
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
  z-index: 50;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  transition: right 0.4s ease;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-menu-link {
  padding: 1rem 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-bottom: 1px solid hsl(var(--border) / 0.3);
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.mobile-menu-link:hover {
  color: hsl(var(--primary));
  transform: translateX(5px);
}

.mobile-menu-link.active {
  color: hsl(var(--primary));
  font-weight: 700;
}

.mobile-menu-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--foreground));
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background: hsl(var(--accent));
}

/* Hero Section with Video Background - BOLD TYPOGRAPHY */
.hero {
  position: relative;
  height: 80vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    hsl(var(--background) / 0.9) 0%,
    hsl(var(--background) / 0.7) 50%,
    hsl(var(--background) / 0.4) 100%
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  text-align: center;
  padding: 0 1rem;
}

.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: hsl(var(--foreground));
  text-transform: uppercase;
  letter-spacing: -1px;
}

.hero-description {
  font-size: 1.5rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 2.5rem;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Button Styles - Modern with hover effects */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

.btn:focus {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}

.btn-primary {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  box-shadow: 0 4px 14px hsl(var(--primary) / 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px hsl(var(--primary) / 0.4);
}

.btn-outline {
  background: transparent;
  color: hsl(var(--foreground));
  border: 2px solid hsl(var(--border));
}

.btn-outline:hover {
  background: hsl(var(--accent));
  border-color: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}

.btn-ghost {
  background: transparent;
  color: hsl(var(--foreground));
}

.btn-ghost:hover {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}

.btn-sm {
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

/* BENTO GRID SECTION - Storytelling Style */
.bento-section {
  padding: 5rem 0;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 200px);
  gap: 1.5rem;
}

.bento-card {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
}

.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.bento-card.large {
  grid-column: span 2;
  grid-row: span 2;
}

.bento-card.wide {
  grid-column: span 2;
}

.bento-card.tall {
  grid-row: span 2;
}

.bento-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bento-card:hover .bento-image {
  transform: scale(1.05);
}

.bento-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    hsl(var(--background) / 0.1) 30%,
    hsl(var(--background) / 0.7) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
}

.bento-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: hsl(var(--card-foreground));
  margin-bottom: 0.5rem;
}

.bento-description {
  color: hsl(var(--card-foreground));
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Products Section */
.section {
  padding: 5rem 0;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

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

.product-card {
  background-color: hsl(var(--card));
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.product-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 10;
}

.product-badge.sale {
  background: hsl(var(--destructive));
}

.product-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-grow: 1;
}

.product-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
}

.current-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(var(--primary));
}

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

.product-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* Product Details Card Styles */
.product-details-card {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 900px;
  max-height: 85vh;
  background: hsl(var(--card));
  border-radius: var(--radius);
  box-shadow: var(--shadow-2xl);
  z-index: 50;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow: hidden;
}

.product-details-card.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.product-details-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid hsl(var(--border));
  background: hsl(var(--background));
}

.product-details-card-body {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.product-details-card-gallery {
  flex: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 50%;
}

.product-details-card-main-image {
  width: 100%;
  height: 300px;
  border-radius: var(--radius);
  overflow: hidden;
  background: hsl(var(--muted));
}

.product-details-card-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-details-card-main-image:hover img {
  transform: scale(1.05);
}

.product-details-card-thumbnails {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.5rem 0;
}

.product-details-card-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: calc(var(--radius) - 0.5rem);
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.product-details-card-thumbnail:hover {
  border-color: hsl(var(--primary) / 0.5);
  transform: translateY(-2px);
}

.product-details-card-thumbnail.active {
  border-color: hsl(var(--primary));
  transform: scale(1.05);
}

.product-details-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-details-card-info {
  flex: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: auto;
  border-left: 1px solid hsl(var(--border));
}

.product-details-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: hsl(var(--foreground));
}

.product-details-card-description {
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
}

.product-details-card-price {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-details-card-current-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: hsl(var(--primary));
}

.product-details-card-original-price {
  font-size: 1.25rem;
  color: hsl(var(--muted-foreground));
  text-decoration: line-through;
}

.product-details-card-options {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-details-card-option-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-details-card-option-label {
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: hsl(var(--foreground));
}

.product-details-card-option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-details-card-color-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  border: 2px solid hsl(var(--border));
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.3s ease;
  background: hsl(var(--background));
}

.product-details-card-color-option:hover {
  border-color: hsl(var(--primary) / 0.5);
  transform: translateY(-2px);
}

.product-details-card-color-option.selected {
  border-color: hsl(var(--primary));
  background: hsl(var(--primary) / 0.1);
  transform: scale(1.05);
}

.product-details-card-color-swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid hsl(var(--border));
}

.product-details-card-color-name {
  font-weight: 500;
  font-size: 0.875rem;
}

.product-details-card-size-option {
  padding: 0.75rem 1.25rem;
  border: 2px solid hsl(var(--border));
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.3s ease;
  background: hsl(var(--background));
  font-weight: 500;
  text-align: center;
  min-width: 60px;
}

.product-details-card-size-option:hover {
  border-color: hsl(var(--primary) / 0.5);
  transform: translateY(-2px);
}

.product-details-card-size-option.selected {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border-color: hsl(var(--primary));
  transform: scale(1.05);
}

.product-details-card-quantity {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-details-card-quantity-selector {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 2px solid hsl(var(--border));
  border-radius: var(--radius);
  overflow: hidden;
  background: hsl(var(--background));
  transition: all 0.3s ease;
}

.product-details-card-quantity-selector:hover {
  border-color: hsl(var(--primary) / 0.5);
  box-shadow: var(--shadow-sm);
}

.product-details-card-quantity-btn {
  background: none;
  border: none;
  padding: 0.875rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: hsl(var(--foreground));
}

.product-details-card-quantity-btn:hover {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}

.product-details-card-quantity-value {
  padding: 0 1.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  min-width: 3rem;
  text-align: center;
  color: hsl(var(--foreground));
}

.product-details-card-actions {
  display: flex;
  gap: 1rem;
  margin-top: auto;
}

.product-details-card-add-to-cart {
  flex: 1;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.product-details-card-add-to-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px hsl(var(--primary) / 0.4);
}

.product-details-card-wishlist {
  padding: 1rem;
  border: 2px solid hsl(var(--border));
  background: transparent;
  color: hsl(var(--foreground));
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-details-card-wishlist:hover {
  background: hsl(var(--accent));
  border-color: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
  transform: translateY(-2px);
}

/* Enhanced hover effects for the entire card */
.product-details-card {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-details-card:hover {
  box-shadow: 
      0 25px 50px -12px rgba(0, 0, 0, 0.25),
      0 0 0 1px hsl(var(--primary) / 0.1);
}

/* Badge styles for product details */
.product-details-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
}

.product-details-card-badge.sale {
  background: hsl(var(--destructive));
}

/* Cart Drawer Styles */
.cart-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: hsl(var(--card));
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
  z-index: 50;
  display: flex;
  flex-direction: column;
  transition: right 0.4s ease;
}

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

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

.cart-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.cart-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--foreground));
  transition: all 0.3s ease;
}

.cart-close:hover {
  background: hsl(var(--accent));
}

.cart-content {
  flex: 1;
  padding: 1.5rem;
  overflow-y: auto;
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-item {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid hsl(var(--border) / 0.3);
}

.cart-item-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius);
}

.cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cart-item-title {
  font-weight: 600;
}

.cart-item-variant {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
}

.cart-item-price {
  color: hsl(var(--primary));
  font-weight: 600;
}

.cart-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  overflow: hidden;
}

.remove-item {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--destructive));
  transition: all 0.3s ease;
}

.remove-item:hover {
  background: hsl(var(--destructive) / 0.1);
}

.cart-footer {
  padding: 1.5rem;
  border-top: 1px solid hsl(var(--border));
}

.cart-totals {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
}

.cart-total-row.total {
  font-weight: 700;
  font-size: 1.125rem;
  border-top: 1px solid hsl(var(--border));
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

.promo-section {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.promo-input {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background: hsl(var(--background));
}

.cart-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: hsl(var(--muted-foreground));
}

.cart-empty svg {
  margin: 0 auto 1rem;
  color: hsl(var(--muted-foreground) / 0.5);
}

/* Checkout Flow Styles */
.checkout-flow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(var(--card));
  z-index: 50;
  display: none;
  flex-direction: column;
}

.checkout-flow.active {
  display: flex;
}

.checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid hsl(var(--border));
}

.checkout-steps {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid hsl(var(--border));
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  position: relative;
}

.step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 1rem;
  right: -50%;
  width: 100%;
  height: 2px;
  background: hsl(var(--border));
  z-index: 1;
}

.step.completed:not(:last-child)::after {
  background: hsl(var(--primary));
}

.step-number {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(var(--background));
  border: 2px solid hsl(var(--border));
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.step.active .step-number {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border-color: hsl(var(--primary));
}

.step.completed .step-number {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border-color: hsl(var(--primary));
}

.step-label {
  font-size: 0.875rem;
  text-align: center;
}

.checkout-content {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.checkout-main {
  flex: 1;
  padding: 1.5rem;
  overflow-y: auto;
}

.checkout-sidebar {
  width: 300px;
  border-left: 1px solid hsl(var(--border));
  padding: 1.5rem;
  display: none;
}

.checkout-step {
  max-width: 500px;
  margin: 0 auto;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.form-label {
  font-weight: 600;
  font-size: 0.875rem;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background: hsl(var(--background));
  transition: all 0.3s ease;
}

.form-input:focus {
  outline: none;
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 2px hsl(var(--primary) / 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.shipping-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.shipping-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.3s ease;
}

.shipping-option.selected {
  border-color: hsl(var(--primary));
  background: hsl(var(--primary) / 0.05);
}

.shipping-option input[type="radio"] {
  margin: 0;
}

.shipping-info {
  flex: 1;
}

.shipping-name {
  font-weight: 600;
}

.shipping-price {
  color: hsl(var(--primary));
  font-weight: 600;
}

.checkout-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.order-summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.order-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.order-item {
  display: flex;
  gap: 1rem;
}

.order-item-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: var(--radius);
}

.order-item-details {
  flex: 1;
}

.order-item-title {
  font-weight: 600;
  font-size: 0.875rem;
}

.order-item-variant {
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
}

.order-item-price {
  font-size: 0.875rem;
  color: hsl(var(--primary));
}

.order-totals {
  border-top: 1px solid hsl(var(--border));
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.order-total-row {
  display: flex;
  justify-content: space-between;
}

.order-total-row.total {
  font-weight: 700;
  font-size: 1.125rem;
  border-top: 1px solid hsl(var(--border));
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

.confirmation {
  text-align: center;
  padding: 2rem;
}

.confirmation-icon {
  width: 80px;
  height: 80px;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

/* Animation Styles */
.fly-to-cart {
  animation: flyToCart 0.8s ease-out forwards;
  pointer-events: none;
  z-index: 100;
}

@keyframes flyToCart {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(0.1) translate(var(--fly-x), var(--fly-y));
    opacity: 0;
  }
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transform: scale(0);
  animation: ripple 0.6s linear;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.confetti {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}

.confetti-piece {
  position: absolute;
  width: 10px;
  height: 20px;
  opacity: 0;
}

@keyframes confetti-drop {
  0% {
    transform: translateY(-100px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

.loading {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Notification Styles */
.notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  padding: 12px 20px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  z-index: 100;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.3s ease;
}

.notification.show {
  transform: translateY(0);
  opacity: 1;
}

/* Footer */
.footer {
  background: hsl(var(--card));
  padding: 3rem 0 1.5rem;
  margin-top: 4rem;
  border-top: 1px solid hsl(var(--border));
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-link {
  color: hsl(var(--muted-foreground));
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: hsl(var(--primary));
}

.footer-bottom {
  border-top: 1px solid hsl(var(--border));
  padding-top: 1.5rem;
  text-align: center;
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

/* Responsive Styles */
@media (min-width: 768px) {
  .product-details-card {
    flex-direction: row;
  }

  .product-details-card-gallery {
    max-width: 50%;
  }

  .checkout-sidebar {
    display: block;
  }
}

@media (max-width: 1024px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 200px);
  }
  
  .hero-title {
    font-size: 3.5rem;
  }
  
  .cart-drawer {
    width: 350px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .nav-links {
    display: none;
  }
  
  .hamburger {
    display: block;
  }
  
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 200px);
  }
  
  .bento-card.large,
  .bento-card.wide,
  .bento-card.tall {
    grid-column: 1;
    grid-row: auto;
  }
  
  .cart-drawer {
    width: 100%;
  }
  
  .checkout-steps {
    padding: 1rem;
  }
  
  .step-label {
    font-size: 0.75rem;
  }
  
  .product-details-card {
    width: 95%;
    max-height: 90vh;
    flex-direction: column;
  }
  
  .product-details-card-body {
    flex-direction: column;
  }
  
  .product-details-card-gallery {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid hsl(var(--border));
  }
  
  .product-details-card-info {
    border-left: none;
  }
  
  .product-details-card-main-image {
    height: 250px;
  }
  
  .product-details-card-actions {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .products-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
  }
  
  .product-details-card {
    width: 98%;
    margin: 1rem;
  }
  
  .product-details-card-header {
    padding: 1rem;
  }
  
  .product-details-card-gallery,
  .product-details-card-info {
    padding: 1rem;
  }
  
  .product-details-card-title {
    font-size: 1.5rem;
  }
  
  .product-details-card-current-price {
    font-size: 1.5rem;
  }
  
  .product-details-card-option-values {
    justify-content: center;
  }
}