/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --primary-bg: #fdfdfc;
  --secondary-bg: #f5f5f4;
  --text-main: #1c1917;
  --text-muted: #57534e;
  --accent-color: #0284c7;
  --card-bg: #ffffff;
  --border-color: rgba(0,0,0,0.08);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--primary-bg); color: var(--text-main); font-family: 'Inter', sans-serif; overflow-x: hidden; }
.main-nav { position: -webkit-sticky; position: sticky; top: 0; background: rgba(253,253,252,0.9); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border-color); z-index: 100; padding: 1rem 0; }
.nav-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 2rem; }
.nav-links a { color: var(--text-muted); text-decoration: none; margin-left: 2rem; font-size: 0.95rem; font-weight: 500; }
.nav-links a:hover { color: var(--accent-color); }
.lang-switcher a { color: #a8a29e; text-decoration: none; margin-left: 1rem; font-size: 0.85rem; font-weight: 600; }
.lang-switcher a.active { color: var(--text-main); border-bottom: 2px solid var(--accent-color); }
.hero-section { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 2rem; position: relative; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: rgba(15,23,42,0.5); z-index: 1; }
.glass-panel { position: relative; z-index: 2; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); padding: 4rem; border-radius: 24px; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); color: white; }
.glass-panel h1 { font-size: 3rem; font-weight: 800; margin-bottom: 1rem; }
.glass-panel p { font-size: 1.2rem; max-width: 600px; margin: 0 auto 2rem; opacity: 0.9; }
.cta-button { display: inline-block; background: var(--accent-color); color: white; padding: 1rem 2.5rem; border-radius: 50px; font-weight: 700; text-decoration: none; border: none; cursor: pointer; font-size: 1rem; }
.cta-button:hover { background: #0369a1; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); grid-gap: 1.5rem; gap: 1.5rem; max-width: 1400px; margin: 0 auto; padding: 2rem; }
.product-card { background: var(--card-bg); border: 1px solid var(--border-color); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; transition: transform 0.2s; }
.product-card:hover { transform: translateY(-4px); }
.product-info { padding: 1.2rem; display: flex; flex-direction: column; flex: 1 1; }
.product-info h3 { font-size: 1rem; font-weight: 700; color: var(--text-main); margin-bottom: 0.5rem; }
.product-info .sku { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 0.5rem; }
.product-info .price { font-size: 1.2rem; font-weight: 800; color: var(--text-main); margin-top: auto; padding-top: 0.5rem; }
.brand-tag { font-size: 0.7rem; background: #e0f2fe; color: #0369a1; padding: 2px 8px; border-radius: 4px; font-weight: 600; }
.pdp-container { max-width: 1200px; margin: 0 auto; padding: 2rem; }
.pdp-nav { margin-bottom: 2rem; }
.back-link { color: var(--accent-color); text-decoration: none; font-weight: 600; }
.main-footer { background: var(--secondary-bg); border-top: 1px solid var(--border-color); padding: 2rem; text-align: center; color: var(--text-muted); font-size: 0.85rem; }
.dropdown { position: relative; display: inline-block; padding-bottom: 5px; }
.dropdown-content { display: none; position: absolute; background: var(--card-bg); min-width: 260px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-radius: 12px; border: 1px solid var(--border-color); top: 100%; z-index: 100; overflow: hidden; }
.dropdown-content a { display: block; padding: 12px 20px; color: var(--text-main) !important; text-decoration: none; margin-left: 0 !important; border-bottom: 1px solid var(--border-color); font-size: 0.9rem; }
.dropdown-content a:hover { background: var(--secondary-bg); }
.dropdown:hover .dropdown-content { display: block; }
.nav-desktop { display: flex; align-items: center; }
@media (max-width: 768px) { .nav-desktop { display: none !important; } .glass-panel { padding: 2rem 1.5rem; } .glass-panel h1 { font-size: 2rem; } }

