/* LoganGaming Minimal CSS */
:root{--bg:#000;--surface:#0a0a0a;--surface-hover:#141414;--text:#fff;--text-muted:#999;--text-dim:#666;--border:rgba(255,255,255,.08);--brand:#00ff88;--brand-glow:#00ff41;--brand-soft:rgba(0,255,136,.12);--neon-purple:#a78bfa;--neon-blue:#60a5fa;--neon-pink:#f472b6;--neon-red:#f87171;--glass-bg:rgba(255,255,255,.03);--glass-border:rgba(255,255,255,.06)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:#000;color-scheme:dark}
body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#000!important;color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased;min-height:100vh}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}
h1,h2,h3,h4{font-family:"Space Grotesk",Inter,sans-serif;line-height:1.15}
.font-brand{font-family:"Orbitron",Inter,sans-serif!important}
.container{max-width:1320px;margin:0 auto;padding:0 1.5rem}
.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
.no-scrollbar::-webkit-scrollbar{display:none}
.text-neon{background:linear-gradient(135deg,var(--brand),var(--brand-glow),var(--brand));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.py-section{padding:4rem 0}
@media(min-width:768px){.py-section{padding:6rem 0}}
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:#000}
::-webkit-scrollbar-thumb{background:#1a1a1a;border-radius:3px}
::selection{background:var(--brand);color:#000}
.bg-blend-hero{background:radial-gradient(ellipse 60% 50% at 15% 20%,rgba(0,255,136,.14),transparent 60%),radial-gradient(ellipse 50% 40% at 85% 60%,rgba(167,139,250,.12),transparent 60%),radial-gradient(ellipse 40% 35% at 50% 90%,rgba(96,165,250,.1),transparent 60%)}
.bg-blend-cats{background:radial-gradient(ellipse 70% 50% at 30% 30%,rgba(0,255,136,.1),transparent 60%),radial-gradient(ellipse 50% 40% at 80% 80%,rgba(96,165,250,.1),transparent 60%)}
.bg-blend-featured{background:radial-gradient(ellipse 50% 60% at 20% 50%,rgba(167,139,250,.12),transparent 60%),radial-gradient(ellipse 50% 50% at 80% 50%,rgba(96,165,250,.1),transparent 60%)}
.bg-blend-why{background:radial-gradient(ellipse 40% 60% at 10% 20%,rgba(0,255,136,.08),transparent 60%),radial-gradient(ellipse 40% 60% at 90% 80%,rgba(167,139,250,.08),transparent 60%)}
.bg-blend-reviews{background:radial-gradient(ellipse 50% 50% at 20% 40%,rgba(96,165,250,.1),transparent 60%),radial-gradient(ellipse 50% 50% at 80% 60%,rgba(0,255,136,.1),transparent 60%)}
.lg-section-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
.lg-section-wrap{padding:4rem 0;position:relative;overflow:hidden}

.glass{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:1.25rem}
.glass-hover{transition:all .4s cubic-bezier(.4,0,.2,1)}
.glass-hover:hover{border-color:rgba(0,255,136,.3);background:rgba(0,255,136,.04);box-shadow:0 0 30px rgba(0,255,136,.08);transform:translateY(-3px)}
.btn-neon{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--brand);color:#000;font-weight:800;font-size:.938rem;border-radius:.75rem;padding:.875rem 1.75rem;min-height:3.25rem;transition:all .3s;box-shadow:0 0 20px rgba(0,200,100,.25);border:none;cursor:pointer}
.btn-neon:hover{background:var(--brand-glow);box-shadow:0 0 30px rgba(0,200,100,.4);transform:translateY(-2px)}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1.5px solid var(--border);color:var(--text);font-weight:700;font-size:.938rem;border-radius:.75rem;padding:.875rem 1.75rem;min-height:3.25rem;transition:all .3s;background:transparent;cursor:pointer}
.btn-outline:hover{border-color:var(--brand);background:var(--brand-soft)}
.lg-logo{font-family:"Orbitron",Inter,sans-serif!important;font-size:1.5rem;font-weight:800;letter-spacing:.08em;line-height:1;display:flex;align-items:center;gap:.5rem;text-decoration:none!important}
.lg-logo-text>span{background:linear-gradient(180deg,#fff 0%,#e8e8e8 35%,#c0c0c0 60%,#9a9a9a 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 rgba(0,0,0,.5)) drop-shadow(0 2px 0 rgba(0,0,0,.3)) drop-shadow(0 3px 3px rgba(0,0,0,.4))}
.lg-logo-diamond{display:block;width:.5rem;height:.5rem;background:var(--brand);transform:rotate(45deg);box-shadow:0 0 4px rgba(0,255,136,.6);flex-shrink:0}
.lg-navbar{position:fixed;top:0;left:0;right:0;z-index:50;padding:.625rem}
@media(min-width:768px){.lg-navbar{padding:1rem}}

@media(min-width:768px){.lg-navbar-inner{padding:0 1.5rem}}
.lg-navbar.scrolled .lg-navbar-inner{height:3rem;border-radius:9999px;background:rgba(0,0,0,.92)}
.lg-nav-links{display:none;align-items:center;gap:.125rem;border:1px solid var(--border);border-radius:9999px;background:rgba(10,10,10,.5);padding:.25rem;backdrop-filter:blur(12px)}
@media(min-width:768px){.lg-nav-links{display:flex}}
.lg-nav-links a{padding:.375rem .875rem;border-radius:9999px;font-size:.8125rem;font-weight:500;color:var(--text-muted);transition:all .15s;text-decoration:none!important}
.lg-nav-links a:hover{color:var(--text);background:var(--surface-hover)}
.lg-nav-actions{display:flex;align-items:center;gap:.125rem}
.lg-nav-actions button,.lg-nav-actions a{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;color:var(--text-muted);transition:all .15s;text-decoration:none!important;font-size:14px;position:relative}
.lg-nav-actions button:hover,.lg-nav-actions a:hover{color:var(--text);background:var(--surface-hover)}
.lg-mobile-menu-btn{display:flex!important}
@media(min-width:768px){.lg-mobile-menu-btn{display:none!important}}
.lg-mobile-overlay{position:fixed;inset:0;z-index:40;background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}
.lg-mobile-drawer{position:fixed;top:0;bottom:0;right:0;z-index:50;width:20rem;max-width:85vw;background:var(--surface);border-left:1px solid var(--border);padding:1.5rem;overflow-y:auto}
.lg-mobile-drawer a{display:block;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none!important}
.lg-mobile-drawer a:hover{color:var(--text);background:var(--surface-hover)}
.lg-search-overlay{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.8);backdrop-filter:blur(4px)}
.lg-search-bar{position:fixed;top:0;left:0;right:0;z-index:71;max-width:42rem;margin:1rem auto;padding:0 1rem}
.lg-search-bar-inner{display:flex;align-items:center;gap:.75rem;border-radius:1rem;border:1px solid var(--border);background:var(--surface);padding:.5rem}
.lg-search-bar input{flex:1;background:transparent;border:none;outline:none;padding:.75rem 0;font-size:1rem;color:var(--text)}
.lg-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:5rem;background:var(--bg)}
.lg-hero-bg{position:absolute;inset:0;z-index:0}
.lg-hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.25;filter:grayscale(.4) contrast(1.2)}
.lg-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.85) 50%,var(--bg) 100%)}
.lg-hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none}
.lg-hero-grid{display:grid;align-items:center;gap:3rem}
@media(min-width:1024px){.lg-hero-grid{grid-template-columns:7fr 5fr;gap:4rem}}
.lg-hero-badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(0,255,136,.2);padding:.375rem 1rem;border-radius:9999px;background:rgba(0,255,136,.05);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--brand)}
.lg-hero-badge-dot{width:.5rem;height:.5rem;border-radius:9999px;background:var(--brand);animation:pulseDot 2s ease-in-out infinite;box-shadow:0 0 8px rgba(0,255,136,.6)}
.lg-hero-title{margin-top:2rem;font-family:"Space Grotesk",Inter,sans-serif;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:.9;letter-spacing:-.04em}
.lg-hero-subtitle{margin-top:1.5rem;max-width:36rem;font-size:1rem;line-height:1.7;color:var(--text-muted)}
@media(min-width:768px){.lg-hero-subtitle{font-size:1.125rem}}
.lg-hero-actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}
.lg-hero-stats{margin-top:3rem;display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:2rem}
.lg-hero-stat-value{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.5rem;font-weight:800;color:var(--text)}
.lg-hero-stat-label{margin-top:.25rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted)}
.lg-hero-card{position:relative;border-radius:1.5rem;overflow:hidden;background:var(--surface);border:1px solid var(--border);transition:all .4s}
.lg-hero-card:hover{border-color:var(--brand);box-shadow:0 0 40px rgba(0,255,136,.15);transform:translateY(-4px)}
.lg-hero-card-img{aspect-ratio:3/4;position:relative;overflow:hidden;background:var(--surface-elevated);background-size:cover;background-position:center}
.lg-hero-card-info{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.95) 90%)}
.lg-hero-card-badge{display:inline-flex;padding:.25rem .625rem;border-radius:.375rem;background:var(--brand);color:#000;font-size:.625rem;font-weight:800;text-transform:uppercase;align-self:flex-start}
.lg-hero-card-name{margin-top:.5rem;font-family:"Space Grotesk",Inter,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text)}
.lg-hero-card-desc{margin-top:.25rem;font-size:.875rem;color:var(--text-muted)}
.lg-hero-card-price{margin-top:.75rem}
.lg-hero-card-price .current{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.25rem;font-weight:700;color:var(--brand)}
.lg-section-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:var(--brand)}
.lg-section-title{margin-top:.5rem;font-family:"Space Grotesk",Inter,sans-serif;font-size:1.875rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}
@media(min-width:768px){.lg-section-title{font-size:2.5rem}}
.lg-section-subtitle{margin-top:.75rem;color:var(--text-muted);max-width:36rem}
.lg-section-header{margin-bottom:3rem}
.lg-carousel-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem}
.lg-marquee{position:relative;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:linear-gradient(90deg,var(--bg),var(--surface),var(--bg));overflow:hidden;padding:1.5rem 0}
.lg-marquee-track{display:flex;gap:4rem;white-space:nowrap;animation:marquee 35s linear infinite}
.lg-marquee-item{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.15);flex-shrink:0}
.lg-cat-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}
@media(min-width:640px){.lg-cat-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.lg-cat-grid{grid-template-columns:repeat(4,1fr)}}
.lg-cat-card{position:relative;display:block;overflow:hidden;border-radius:1rem;border:1px solid var(--border);transition:all .4s;min-height:200px;background:var(--surface);text-decoration:none!important}
.lg-cat-card:hover{border-color:var(--brand);box-shadow:0 0 30px rgba(0,255,136,.1);transform:translateY(-4px)}
.lg-cat-card-image{position:absolute;inset:0;z-index:0}
.lg-cat-card-image img{width:100%;height:100%;object-fit:cover;opacity:.4;transition:transform .7s,opacity .4s;filter:grayscale(.3) contrast(1.1)}
.lg-cat-card:hover .lg-cat-card-image img{transform:scale(1.05);opacity:.5}
.lg-cat-card-gradient{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.85) 100%)}
.lg-cat-card-content{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}
.lg-cat-card-name{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.125rem;font-weight:700;color:var(--text)}
.lg-cat-card-count{margin-top:.25rem;font-size:.75rem;color:var(--text-muted)}
.lg-cat-card-cta{margin-top:.75rem;display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:var(--brand);opacity:0;transform:translateX(-8px);transition:all .3s}
.lg-cat-card:hover .lg-cat-card-cta{opacity:1;transform:translateX(0)}
.lg-cat-card-featured{grid-column:span 2;min-height:300px}
@media(min-width:1024px){.lg-cat-card-featured{grid-column:span 2;grid-row:span 2;min-height:400px}.lg-cat-card-featured .lg-cat-card-name{font-size:1.5rem}}
.lg-products-wrap{position:relative}
.lg-products-scroll{display:flex;gap:1.25rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory}
.lg-products-end-spacer{width:1.5rem;flex-shrink:0}
.lg-product-card{width:100%;scroll-snap-align:start}
@media(min-width:640px){.lg-product-card{width:280px}}
.lg-product-card-inner{background:var(--glass-bg);backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:1.25rem;overflow:hidden;transition:all .4s;position:relative;height:100%;display:flex;flex-direction:column}
.lg-product-card-inner:hover{border-color:rgba(0,255,136,.3);background:rgba(0,255,136,.04);box-shadow:0 0 30px rgba(0,255,136,.08);transform:translateY(-4px)}
.lg-product-image-link{display:block;position:relative;overflow:hidden;text-decoration:none!important}
.lg-product-img-wrap{position:relative;aspect-ratio:1;background:var(--surface-elevated);overflow:hidden}
.lg-product-img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.lg-product-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.7) 100%);opacity:0;transition:opacity .3s}
.lg-product-card-inner:hover .lg-product-overlay{opacity:1}
.lg-product-quick-add{position:absolute;bottom:.75rem;left:.75rem;right:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;height:2.75rem;border-radius:.75rem;background:var(--brand);color:#000;font-size:.875rem;font-weight:800;text-decoration:none!important;opacity:0;transform:translateY(12px);transition:all .3s;cursor:pointer;border:none}
.lg-product-card-inner:hover .lg-product-quick-add{opacity:1;transform:translateY(0)}
.lg-product-info{padding:1rem 1.25rem 1.25rem;flex:1}
.lg-product-brand{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--brand)}
.lg-product-name{margin-top:.375rem;font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}
.lg-product-card-inner:hover .lg-product-name{color:var(--brand)}
.lg-product-stars{margin-top:.5rem;display:flex;align-items:center;gap:.5rem}
.lg-product-stars i{font-size:.625rem}
.lg-product-stars .filled{color:#f59e0b}
.lg-product-stars .empty{color:var(--text-dim)}
.lg-product-review-count{font-size:.6875rem;color:var(--text-muted)}
.lg-product-price{margin-top:.75rem;font-family:"Space Grotesk",Inter,sans-serif}
.lg-product-price .price{font-size:1.0625rem;font-weight:700;color:var(--text)}
.lg-product-price del{font-size:.75rem;color:var(--text-dim)}
.lg-product-price ins{text-decoration:none;color:var(--brand);font-weight:700}
.lg-why-section{position:relative;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}
.lg-why-overlay{position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 50% 0%,rgba(0,255,136,.04),transparent 70%),linear-gradient(180deg,var(--bg),var(--surface));z-index:0}
.lg-why-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);position:relative;z-index:1}
@media(min-width:1024px){.lg-why-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}
.lg-why-item{text-align:center}
.lg-why-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;border:1px solid var(--border);background:var(--surface);transition:all .4s}
.lg-why-item:hover .lg-why-icon{border-color:var(--brand);background:var(--brand-soft);transform:translateY(-4px);box-shadow:0 0 30px rgba(0,255,136,.15)}
.lg-why-icon i{font-size:1.25rem;color:var(--brand)}
.lg-why-title{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.125rem;font-weight:700;color:var(--text)}
.lg-why-desc{margin-top:.75rem;font-size:.875rem;line-height:1.7;color:var(--text-muted)}
.lg-reviews-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}
@media(min-width:1024px){.lg-reviews-grid{grid-template-columns:repeat(3,1fr)}}
.lg-review-card{padding:1.5rem;height:100%;display:flex;flex-direction:column;border-radius:1.25rem}
.lg-review-stars{display:flex;gap:.25rem}
.lg-review-stars i{font-size:.6875rem;color:#f59e0b}
.lg-review-text{margin-top:1rem;flex:1;font-size:.9375rem;line-height:1.7;color:var(--text);font-style:italic}
.lg-review-author{margin-top:1.5rem;display:flex;align-items:center;gap:.75rem;border-top:1px solid var(--border);padding-top:1rem}
.lg-review-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:var(--brand-soft);border:1px solid var(--brand);display:flex;align-items:center;justify-content:center;font-family:"Space Grotesk",Inter,sans-serif;font-size:.875rem;font-weight:700;color:var(--brand)}
.lg-review-name{font-size:.875rem;font-weight:600;color:var(--text)}
.lg-review-city{font-size:.6875rem;color:var(--text-muted)}
.lg-review-verified{margin-left:auto;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.375rem;background:var(--brand-soft);color:var(--brand);font-size:.625rem;font-weight:700}
.lg-newsletter{position:relative;border-top:1px solid var(--border);overflow:hidden;background:var(--surface)}
.lg-newsletter-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.08;filter:grayscale(.5) blur(2px)}
.lg-newsletter-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,var(--bg),transparent 30%,var(--bg))}
.lg-newsletter-content{position:relative;z-index:1;max-width:36rem;margin:0 auto;text-align:center}
.lg-newsletter-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background:var(--brand-soft);border:1px solid var(--brand)}
.lg-newsletter-icon i{font-size:1.5rem;color:var(--brand)}
.lg-newsletter-form{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;justify-content:center}
@media(min-width:640px){.lg-newsletter-form{flex-direction:row}}
.lg-newsletter-form input{height:3.25rem;max-width:24rem;width:100%;border-radius:.75rem;border:1px solid var(--border);background:var(--surface);padding:0 1.25rem;font-size:.875rem;color:var(--text);outline:none}
.lg-newsletter-form input:focus{border-color:var(--brand)}
.lg-footer{position:relative;border-top:1px solid var(--border);overflow:hidden;background:#0a0a0a}
.lg-footer-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.05}
.lg-footer-grid{display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);position:relative;z-index:1}
@media(min-width:768px){.lg-footer-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.lg-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.lg-footer-desc{margin-top:1rem;max-width:22rem;font-size:.875rem;line-height:1.7;color:var(--text-muted)}
.lg-footer-socials{margin-top:1.5rem;display:flex;gap:.5rem}
.lg-footer-socials a{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;border:1px solid var(--border);color:var(--text-muted);text-decoration:none!important}
.lg-footer-socials a:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}
.lg-footer-heading{margin-bottom:1.25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--text)}
.lg-footer-links{display:flex;flex-direction:column;gap:.75rem}
.lg-footer-links a{font-size:.875rem;color:var(--text-muted);text-decoration:none!important;transition:color .2s}
.lg-footer-links a:hover{color:var(--brand)}
.lg-footer-bottom{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;border-top:1px solid var(--border);padding-top:1.5rem;font-size:.6875rem;color:var(--text-muted);position:relative;z-index:1}
@media(min-width:640px){.lg-footer-bottom{flex-direction:row;justify-content:space-between}}
.lg-whatsapp{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:9999px;background:#25D366;box-shadow:0 8px 24px rgba(37,211,102,.4);transition:all .3s}
.lg-whatsapp:hover{transform:scale(1.1)}
.lg-whatsapp i{font-size:1.75rem;color:#fff}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes pulseDot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}
.lg-fade-in{opacity:0;transform:translateY(20px);animation:fadeUp .6s ease-out forwards}
@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
.lg-reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}
.lg-reveal.lg-visible{opacity:1;transform:translateY(0)}
.woocommerce .button,.woocommerce a.button{background:var(--brand)!important;color:#000!important;font-weight:800!important;border-radius:.75rem!important;border:none!important}
.woocommerce table.shop_table{border-color:var(--border)!important;background:var(--surface)!important;color:var(--text)!important}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--border)!important;color:var(--text)!important}
.woocommerce form .form-row input,.woocommerce form .form-row select,.woocommerce form .form-row textarea{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}
.woocommerce-breadcrumb{color:var(--text-muted)!important}
.woocommerce-result-count{color:var(--text-muted)!important}
.woocommerce-pagination a,.woocommerce-pagination span{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}
select.orderby{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}

/* ═══════════════ ARCHIVE (SHOP/CATEGORY) ═══════════════ */
.lg-archive-hero{position:relative;min-height:340px;display:flex;align-items:flex-end;padding:8rem 0 3rem;overflow:hidden;background:var(--bg)}
.lg-archive-hero-bg{position:absolute;inset:0;z-index:0}

.lg-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-muted);margin-bottom:1rem;flex-wrap:wrap}
.lg-breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .15s}
.lg-breadcrumb a:hover{color:var(--brand)}
.lg-breadcrumb span:not(:last-child){color:var(--text-dim)}
.lg-breadcrumb span:last-child{color:var(--text);font-weight:600}
.lg-archive-title{font-family:"Space Grotesk",Inter,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1;letter-spacing:-.02em;margin-bottom:.75rem}
.lg-archive-desc{margin-top:.5rem;font-size:1rem;color:var(--text-muted);max-width:42rem;line-height:1.6}
.lg-archive-meta{margin-top:1.5rem;display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.875rem;color:var(--text-muted)}
.lg-archive-meta i{color:var(--brand);margin-right:.375rem}

.lg-archive-count{font-size:.875rem;color:var(--text-muted)}
.lg-archive-order select{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem}

.lg-products-grid .lg-product-card-inner{height:100%}
.lg-products-grid .lg-product-img{aspect-ratio:1;width:100%;height:100%;object-fit:cover}

.lg-archive-pagination{margin-top:3rem;display:flex;justify-content:center}
.lg-archive-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:.5rem;text-decoration:none;font-size:.875rem;font-weight:600;margin:0 .25rem;transition:all .15s}
.lg-archive-pagination .page-numbers:hover,.lg-archive-pagination .page-numbers.current{background:var(--brand);color:#000;border-color:var(--brand)}
.lg-empty-state{text-align:center;padding:5rem 0}
.lg-empty-icon{width:5rem;height:5rem;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:1.5rem;background:var(--surface);border:1px solid var(--border);color:var(--text-muted);font-size:1.75rem}
.lg-empty-state h2{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}
.lg-empty-state p{color:var(--text-muted);margin-bottom:2rem}

/* ═══════════════ SINGLE PRODUCT ═══════════════ */
.lg-product-hero{position:relative;padding:7rem 0 1rem;overflow:hidden;background:var(--bg)}
.lg-product-hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
.lg-product-layout{display:grid;gap:3rem;padding:2rem 0 4rem;align-items:start}
@media(min-width:1024px){.lg-product-layout{grid-template-columns:1fr 1fr;gap:4rem}}
.lg-product-gallery{position:sticky;top:6rem}
.lg-product-main-image{aspect-ratio:1;border-radius:1.25rem;overflow:hidden;background:var(--surface);border:1px solid var(--border)}
.lg-product-main-img-el{width:100%;height:100%;object-fit:cover;display:block}
.lg-product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:1rem}
.lg-product-thumb{aspect-ratio:1;border-radius:.75rem;overflow:hidden;background:var(--surface);border:1px solid var(--border);cursor:pointer;transition:border-color .15s}
.lg-product-thumb:hover,.lg-product-thumb.active{border-color:var(--brand)}
.lg-product-thumb img{width:100%;height:100%;object-fit:cover}
.lg-product-cats{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}
.lg-product-cat-tag{display:inline-block;padding:.25rem .625rem;background:var(--brand-soft);color:var(--brand);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;border-radius:.375rem;text-decoration:none}
.lg-product-title{font-family:"Space Grotesk",Inter,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem}
.lg-product-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}
.lg-product-stars i{font-size:.75rem;color:#f59e0b}
.lg-product-stars i.empty{color:var(--text-dim)}
.lg-product-review-count{font-size:.8125rem;color:var(--text-muted)}
.lg-product-price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:1.5rem;flex-wrap:wrap}
.lg-product-price{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.75rem;font-weight:800;color:var(--text)}
.lg-product-price ins{text-decoration:none;color:var(--brand)}
.lg-product-price del{color:var(--text-dim);font-size:1rem;font-weight:500;margin-right:.5rem}
.lg-product-stock{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.lg-product-stock.in-stock{background:rgba(34,197,94,.1);color:#22c55e;border:1px solid rgba(34,197,94,.2)}
.lg-product-stock.out-of-stock{background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.2)}
.lg-product-short-desc{font-size:1rem;line-height:1.7;color:var(--text-muted);margin-bottom:1rem}
.lg-product-sku{font-size:.8125rem;color:var(--text-muted);margin-bottom:1.5rem}
.lg-product-sku strong{color:var(--text);font-weight:600}
.lg-product-actions{margin-bottom:2rem}
.lg-product-cart-form{display:flex;gap:.75rem;align-items:stretch;flex-wrap:wrap}
.lg-product-qty{display:inline-flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;overflow:hidden}
.lg-qty-minus,.lg-qty-plus{width:2.75rem;height:3.25rem;background:transparent;border:none;color:var(--text-muted);font-size:1.125rem;cursor:pointer;transition:color .15s}
.lg-qty-minus:hover,.lg-qty-plus:hover{color:var(--brand)}
.lg-product-qty input{width:3.5rem;height:3.25rem;background:transparent;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);color:var(--text);text-align:center;font-size:1rem;font-weight:600;-moz-appearance:textfield}
.lg-product-qty input::-webkit-outer-spin-button,.lg-product-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.lg-product-add-to-cart{flex:1;min-width:12rem;height:3.25rem;font-size:.9375rem}
.lg-product-features{display:grid;grid-template-columns:1fr;gap:1rem;padding:1.5rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;backdrop-filter:blur(12px)}
@media(min-width:640px){.lg-product-features{grid-template-columns:repeat(3,1fr)}}
.lg-product-feature{display:flex;align-items:center;gap:.75rem}
.lg-product-feature i{font-size:1.125rem;color:var(--brand);flex-shrink:0}
.lg-product-feature small{font-size:.6875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}
.lg-product-content{font-size:1rem;line-height:1.8;color:var(--text-muted);max-width:64rem}
.lg-product-content p{margin-bottom:1rem}
.lg-product-content h2,.lg-product-content h3,.lg-product-content h4{color:var(--text);margin-top:2rem;margin-bottom:1rem;font-family:"Space Grotesk",Inter,sans-serif}
.lg-product-content ul,.lg-product-content ol{padding-left:1.5rem;margin-bottom:1rem}
.lg-product-content li{margin-bottom:.5rem}

/* ═══════════════ CART ═══════════════ */
.lg-cart-layout{display:grid;gap:2rem;padding:2rem 0 4rem}
@media(min-width:1024px){.lg-cart-layout{grid-template-columns:1.5fr 1fr;gap:3rem}}
.lg-cart-items{display:flex;flex-direction:column;gap:1rem}
.lg-cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.25rem;align-items:center;padding:1.25rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;backdrop-filter:blur(12px)}
@media(min-width:640px){.lg-cart-item{grid-template-columns:100px 1fr auto;padding:1.5rem;gap:1.5rem}}
.lg-cart-item-image{width:80px;height:80px;border-radius:.75rem;overflow:hidden;background:var(--surface);display:block}
@media(min-width:640px){.lg-cart-item-image{width:100px;height:100px}}
.lg-cart-item-image img{width:100%;height:100%;object-fit:cover}
.lg-cart-item-info{display:flex;flex-direction:column;gap:.5rem;min-width:0}
.lg-cart-item-name{font-family:"Space Grotesk",Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text);text-decoration:none;line-height:1.3}
.lg-cart-item-name:hover{color:var(--brand)}
.lg-cart-item-price{font-size:.875rem;color:var(--text-muted)}
.lg-cart-item-actions{display:flex;align-items:center;gap:1rem;margin-top:.25rem;flex-wrap:wrap}
.lg-cart-item-actions .lg-product-qty{transform:scale(.85);transform-origin:left center}
.lg-cart-item-actions .lg-product-qty input{height:2.5rem;width:3rem;font-size:.875rem}
.lg-cart-item-actions .lg-qty-minus,.lg-cart-item-actions .lg-qty-plus{height:2.5rem;width:2.25rem}
.lg-cart-remove{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--text-muted);text-decoration:none;padding:.375rem .5rem;border-radius:.375rem;transition:all .15s}
.lg-cart-remove:hover{color:#ef4444;background:rgba(239,68,68,.08)}
.lg-cart-item-subtotal{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.125rem;font-weight:700;color:var(--text);text-align:right}
.lg-cart-summary{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;padding:1.5rem;backdrop-filter:blur(12px);height:fit-content;position:sticky;top:6rem}
.lg-cart-summary-title{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.lg-cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;font-size:.9375rem;color:var(--text-muted)}
.lg-cart-summary-row.total{margin-top:.75rem;padding-top:1rem;border-top:1px solid var(--border);font-size:1.125rem;font-weight:700;color:var(--text)}
.lg-cart-checkout{width:100%;justify-content:center;margin-top:1.25rem}
.lg-cart-continue{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.625rem;font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .15s}
.lg-cart-continue:hover{color:var(--brand)}
.lg-cart-coupon{display:flex;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.lg-cart-coupon input{flex:1;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem}
.lg-cart-coupon button{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.5rem 1rem;border-radius:.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s}
.lg-cart-coupon button:hover{border-color:var(--brand);color:var(--brand)}

/* ═══════════════ MY ACCOUNT ═══════════════ */
.lg-account-layout{display:grid;gap:2rem;padding:2rem 0 4rem}
@media(min-width:1024px){.lg-account-layout{grid-template-columns:280px 1fr;gap:3rem}}
.lg-account-nav{display:flex;flex-direction:column;gap:.25rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;padding:1rem;backdrop-filter:blur(12px);height:fit-content;position:sticky;top:6rem}
.lg-account-user{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-bottom:1px solid var(--border);margin-bottom:.5rem}
.lg-account-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:var(--brand-soft);border:1px solid var(--brand);display:flex;align-items:center;justify-content:center;font-family:"Space Grotesk",Inter,sans-serif;font-weight:700;color:var(--brand);flex-shrink:0}
.lg-account-name{font-size:.875rem;font-weight:600;color:var(--text);line-height:1.2}
.lg-account-email{font-size:.6875rem;color:var(--text-muted);line-height:1.2;margin-top:.125rem}
.lg-account-link{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;font-size:.875rem;color:var(--text-muted);text-decoration:none;border-radius:.5rem;transition:all .15s}
.lg-account-link:hover{color:var(--text);background:var(--surface-hover)}
.lg-account-link.active{color:var(--brand);background:var(--brand-soft);font-weight:600}
.lg-account-link i{font-size:.625rem;opacity:0;transition:opacity .15s}
.lg-account-link.active i,.lg-account-link:hover i{opacity:1}
.lg-account-content{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;padding:2rem;backdrop-filter:blur(12px);min-height:24rem}
.lg-account-content h2,.lg-account-content h3{font-family:"Space Grotesk",Inter,sans-serif;font-weight:700;color:var(--text);margin-bottom:1rem}
.lg-account-content table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.875rem}
.lg-account-content th,.lg-account-content td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}
.lg-account-content th{color:var(--text-muted);font-weight:600;text-transform:uppercase;font-size:.6875rem;letter-spacing:.1em}
.lg-account-content td{color:var(--text)}
.lg-account-content a{color:var(--brand);text-decoration:none}
.lg-account-content a:hover{text-decoration:underline}
.lg-account-content form .form-row{margin-bottom:1rem}
.lg-account-content form .form-row label{display:block;font-size:.8125rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.375rem}
.lg-account-content form .form-row input{width:100%;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.625rem .875rem;border-radius:.5rem;font-size:.875rem}
.lg-account-content form input[type=submit],.lg-account-content form button[type=submit]{background:var(--brand);color:#000;border:none;padding:.625rem 1.5rem;border-radius:.5rem;font-weight:700;font-size:.875rem;cursor:pointer;margin-top:.5rem}
.lg-account-content form input[type=submit]:hover,.lg-account-content form button[type=submit]:hover{background:var(--brand-glow)}
.lg-account-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;padding:2rem;backdrop-filter:blur(12px)}
.lg-account-card form .form-row label{display:block;font-size:.8125rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.375rem}
.lg-account-card form .form-row input{width:100%;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.75rem 1rem;border-radius:.5rem;font-size:.9375rem;margin-bottom:1rem}
.lg-account-card form input[type=submit],.lg-account-card form button[type=submit]{width:100%;justify-content:center;margin-top:.5rem}

/* ═══════════════ CHECKOUT ═══════════════ */
.woocommerce-checkout .lg-archive-hero{padding:5rem 0 1.5rem}
.lg-checkout-layout{display:grid;gap:2rem;padding:2rem 0 4rem}
@media(min-width:1024px){.lg-checkout-layout{grid-template-columns:1.5fr 1fr;gap:3rem}}
.lg-checkout-form{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;padding:2rem;backdrop-filter:blur(12px)}
.lg-checkout-form h3{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.25rem;font-weight:700;margin:1.5rem 0 1rem;color:var(--text)}
.lg-checkout-form h3:first-child{margin-top:0}
.lg-checkout-form .form-row{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem;width:100%}
.lg-checkout-form .form-row label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}
.lg-checkout-form .form-row label .required{color:#ef4444}
.lg-checkout-form .form-row input,.lg-checkout-form .form-row select,.lg-checkout-form .form-row textarea{width:100%;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.625rem .875rem;border-radius:.5rem;font-size:.9375rem;outline:none;transition:border-color .15s}
.lg-checkout-form .form-row input:focus,.lg-checkout-form .form-row select:focus,.lg-checkout-form .form-row textarea:focus{border-color:var(--brand)}
.lg-checkout-form .form-row.form-row-first,.lg-checkout-form .form-row.form-row-last{width:calc(50% - .5rem)}
.lg-checkout-form .form-row.form-row-first{float:left}
.lg-checkout-form .form-row.form-row-last{float:right}
.lg-checkout-form .form-row-wide{clear:both;width:100%}
.lg-checkout-summary{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;padding:1.5rem;backdrop-filter:blur(12px);height:fit-content;position:sticky;top:6rem}
.lg-checkout-summary h3{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.lg-checkout-order-review{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;padding:1.5rem;backdrop-filter:blur(12px);margin-top:1.5rem}
.lg-checkout-order-review table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.875rem}
.lg-checkout-order-review th,.lg-checkout-order-review td{padding:.5rem 0;text-align:left;border-bottom:1px solid var(--border);color:var(--text)}
.lg-checkout-order-review th{color:var(--text-muted);font-weight:600;text-transform:uppercase;font-size:.6875rem;letter-spacing:.1em}
.lg-payment-methods{margin-top:1rem}
.lg-payment-method{padding:1rem;border:1px solid var(--border);border-radius:.5rem;margin-bottom:.5rem;cursor:pointer;transition:all .15s}
.lg-payment-method:hover{border-color:var(--brand-soft)}
.lg-payment-method label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:600;color:var(--text)}
.lg-payment-method .payment-method-description{font-size:.8125rem;color:var(--text-muted);margin-top:.375rem;margin-left:1.5rem}
.lg-place-order{margin-top:1.5rem}
.lg-place-order button{width:100%;justify-content:center;height:3.25rem;font-size:.9375rem}

/* Grid layout fixes */
.lg-products-grid .lg-product-card{width:auto;flex-shrink:1;scroll-snap-align:none;max-width:none;min-width:0}
.lg-products-grid .lg-product-card-inner{height:100%;display:flex;flex-direction:column}
.lg-products-grid .lg-product-img-wrap{flex:0 0 auto;aspect-ratio:1;overflow:hidden}
.lg-products-grid .lg-product-info{flex:1;display:flex;flex-direction:column;padding:1rem 1.25rem 1.25rem}
.lg-products-grid .lg-product-name{font-size:.9375rem;font-weight:600;line-height:1.4;margin:.375rem 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.lg-products-grid .lg-product-price{margin-top:auto;padding-top:.5rem}
.lg-products-grid .lg-product-quick-add{position:relative;bottom:auto;left:auto;right:auto;opacity:1;transform:none;margin:.75rem 1rem 1rem;height:2.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;background:var(--brand);color:#000;font-size:.8125rem;font-weight:800;text-decoration:none}
.lg-products-grid .lg-product-card-inner:hover{border-color:rgba(0,255,136,.3);background:rgba(0,255,136,.04);box-shadow:0 0 30px rgba(0,255,136,.08)}

/* Hero section fixes */
.lg-archive-hero{padding-top:7rem;min-height:280px}
@media(min-width:768px){.lg-archive-hero{padding-top:8rem;min-height:340px}}

/* Navbar should have solid bg when scrolled, but for now make it semi-transparent with backdrop */
.lg-navbar{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:rgba(0,0,0,.75)!important}

/* Section wrap spacing */
.lg-section-wrap{padding:3rem 0}
@media(min-width:768px){.lg-section-wrap{padding:4rem 0}}

/* Container max-width consistency */
.lg-section-wrap > .container{position:relative;z-index:1}

/* Navbar solid background to prevent hero bleed-through */
.lg-navbar{padding:.625rem;background:transparent!important;position:fixed;top:0;left:0;right:0;z-index:50}
.lg-navbar-inner{margin:0 auto;max-width:1320px;display:flex;align-items:center;justify-content:space-between;height:3.5rem;padding:0 1.25rem;background:rgba(0,0,0,.88);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border);border-radius:1rem;transition:all .5s}
@media(min-width:768px){.lg-navbar{padding:1rem}}
.lg-navbar.scrolled .lg-navbar-inner{height:3rem;border-radius:9999px;background:rgba(0,0,0,.95)}
body.admin-bar .lg-navbar{top:32px}
@media(max-width:782px){body.admin-bar .lg-navbar{top:46px}}

/* Hero section - make sure content starts below navbar */
.lg-archive-hero{position:relative;min-height:280px;display:flex;align-items:flex-end;padding:7rem 0 3rem;overflow:hidden;background:var(--bg);margin-top:0}
@media(min-width:768px){.lg-archive-hero{padding:8rem 0 3rem;min-height:340px}}
.lg-archive-hero-bg{position:absolute;inset:0;z-index:0}
.lg-archive-hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.2;filter:grayscale(.4) contrast(1.2)}
.lg-archive-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.9) 50%,var(--bg) 100%)}
.lg-archive-hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none}
.lg-archive-hero .container{position:relative;z-index:2}

/* Section spacing */
.lg-section-wrap{position:relative;overflow:hidden;padding:3rem 0}
@media(min-width:768px){.lg-section-wrap{padding:4rem 0}}

/* Toolbar and grid spacing */
.lg-archive-toolbar{display:flex;justify-content:space-between;align-items:center;margin:0 0 2rem;padding:1rem 1.25rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;backdrop-filter:blur(12px);flex-wrap:wrap;gap:1rem}
.lg-products-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr);margin-top:0}
@media(min-width:640px){.lg-products-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.lg-products-grid{grid-template-columns:repeat(4,1fr)}}

/* ═══════════════ SEARCH OVERLAY ═══════════════ */
.lg-search-overlay{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.lg-search-bar{position:fixed;top:0;left:0;right:0;z-index:71;max-width:48rem;margin:5rem auto 0;padding:0 1rem}
.lg-search-bar-inner{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:.5rem .75rem;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.lg-search-form{display:flex;align-items:center;gap:.5rem;width:100%}
.lg-search-input{flex:1;background:transparent;border:none;outline:none;padding:.75rem .5rem;font-size:1.125rem;color:var(--text);font-family:inherit}
.lg-search-input::placeholder{color:var(--text-muted)}
.lg-search-submit,.lg-search-close{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.75rem;border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-size:1.125rem;transition:all .15s;flex-shrink:0}
.lg-search-submit:hover,.lg-search-close:hover{color:var(--brand);background:var(--brand-soft)}
.lg-search-submit{background:var(--brand);color:#000}
.lg-search-submit:hover{background:var(--brand-glow);color:#000}

/* ═══════════════ BRAND LABEL ═══════════════ */
.lg-product-brand{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--brand);margin:0 0 .25rem;display:inline-block;padding:.2rem .5rem;background:var(--brand-soft);border-radius:.375rem}
.lg-product-info .lg-product-brand{display:inline-block;margin-bottom:.5rem}

/* Grid card brand positioning */
.lg-products-grid .lg-product-brand{font-size:.6875rem;letter-spacing:.15em}


/* ═══════════════ CHECKOUT SPACING & ALIGNMENT ═══════════════ */
.woocommerce-checkout .lg-archive-hero{padding:6rem 0 1.5rem;min-height:200px}
.woocommerce-checkout .lg-archive-hero .lg-archive-title{font-size:clamp(1.75rem,4vw,2.5rem)}
.lg-checkout-layout{display:grid;gap:2rem;padding:2rem 0 4rem}
@media(min-width:1024px){.lg-checkout-layout{grid-template-columns:1.5fr 1fr;gap:3rem}}
.lg-checkout-form{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;padding:2rem;backdrop-filter:blur(12px)}
.lg-checkout-form .form-row{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1.25rem;width:100%;padding:0}
.lg-checkout-form .form-row label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}
.lg-checkout-form .form-row label .required{color:#ef4448;margin-left:.125rem}
.lg-checkout-form .form-row input,.lg-checkout-form .form-row select,.lg-checkout-form .form-row textarea{width:100%;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.75rem 1rem;border-radius:.5rem;font-size:.9375rem;outline:none;transition:border-color .15s;font-family:inherit}
.lg-checkout-form .form-row input:focus,.lg-checkout-form .form-row select:focus{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft)}
.lg-checkout-form .form-row.form-row-first,.lg-checkout-form .form-row.form-row-last{width:calc(50% - .5rem)}
.lg-checkout-form .form-row.form-row-first{float:left;clear:left}
.lg-checkout-form .form-row.form-row-last{float:right;clear:right}
.lg-checkout-form .form-row-wide{clear:both;width:100%}
@media(max-width:640px){.lg-checkout-form .form-row.form-row-first,.lg-checkout-form .form-row.form-row-last{width:100%;float:none}}
.lg-checkout-form h3{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.125rem;font-weight:700;margin:2rem 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);color:var(--text)}
.lg-checkout-form h3:first-child{margin-top:0}
.lg-checkout-form .woocommerce-billing-fields::after,.lg-checkout-form .woocommerce-shipping-fields::after,.lg-checkout-form::after{content:"";display:table;clear:both}
.lg-checkout-form .create-account{display:flex;align-items:flex-start;gap:.5rem;margin:1rem 0;padding:0}
.lg-checkout-form .create-account label,.lg-checkout-form .ship-to-different-address{display:flex;align-items:flex-start;gap:.5rem;margin:1rem 0;padding:0;font-size:.875rem;color:var(--text);cursor:pointer;font-weight:500;text-transform:none;letter-spacing:0}
.lg-checkout-form .create-account input[type=checkbox],.lg-checkout-form .ship-to-different-address input[type=checkbox]{width:1.125rem;height:1.125rem;accent-color:var(--brand);margin:0;cursor:pointer;flex-shrink:0;margin-top:.125rem}
.lg-checkout-form .woocommerce-account-fields,.lg-checkout-form .woocommerce-shipping-fields{padding:0;margin:0}
.lg-checkout-form .form-row.woocommerce-validated .required{color:#ef4448}
.lg-checkout-form #order_review_heading,.lg-checkout-form .woocommerce-checkout-review-order-table{margin-top:1rem}

/* Notification messages */
.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-notices-wrapper .woocommerce-message,.woocommerce-notices-wrapper .woocommerce-info{background:var(--glass-bg);border:1px solid var(--glass-border);border-left:3px solid var(--brand);border-radius:.75rem;padding:1rem 1.25rem;margin-bottom:1.5rem;color:var(--text);font-size:.875rem;line-height:1.5;backdrop-filter:blur(12px);display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}
.woocommerce-error,.woocommerce-notices-wrapper .woocommerce-error{border-left-color:#ef4448}
.woocommerce-notices-wrapper{margin-bottom:1.5rem}
.woocommerce-message::before,.woocommerce-info::before{content:"00c";font-family:"Font Awesome 6 Free";font-weight:900;color:var(--brand);margin-right:.5rem;font-size:1rem}
.woocommerce-error::before{content:"071";font-family:"Font Awesome 6 Free";font-weight:900;color:#ef4448;margin-right:.5rem;font-size:1rem}
.woocommerce-message .button,.woocommerce-info .button{margin-left:auto;background:var(--brand);color:#000;border:none;padding:.5rem 1rem;border-radius:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap}
.woocommerce-message .button:hover{background:var(--brand-glow)}

/* Login form in checkout */
.woocommerce-form-login{display:grid;gap:1rem;padding:0}
.woocommerce-form-login .form-row{margin-bottom:0}
.woocommerce-form-login .button{margin-top:.5rem}

/* Order notes */
.lg-checkout-form #order_comments_field textarea{min-height:6rem;resize:vertical}
.lg-checkout-form #order_comments{font-family:inherit}

/* Payment section */
.woocommerce-checkout #payment{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;padding:1.5rem;backdrop-filter:blur(12px);margin-top:1.5rem}
.woocommerce-checkout #payment .payment_methods{padding:0;margin:0;list-style:none;border-bottom:0}
.woocommerce-checkout #payment .payment_methods li{padding:.75rem;border:1px solid var(--border);border-radius:.5rem;margin-bottom:.5rem;background:var(--surface)}
.woocommerce-checkout #payment .payment_methods li label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text);cursor:pointer}
.woocommerce-checkout #payment .payment_box{background:var(--bg);padding:1rem;margin-top:.5rem;border-radius:.5rem;font-size:.875rem;color:var(--text-muted)}
.woocommerce-checkout #payment .place-order{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}
.woocommerce-checkout #payment #place_order{width:100%;background:var(--brand);color:#000;border:none;padding:1rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .2s}
.woocommerce-checkout #payment #place_order:hover{background:var(--brand-glow);transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,255,136,.3)}

/* Order review sidebar */
.lg-checkout-order-review{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;padding:1.5rem;backdrop-filter:blur(12px);height:fit-content;position:sticky;top:6rem}
.lg-checkout-order-review h3{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.woocommerce-checkout-review-order-table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.875rem}
.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{padding:.5rem 0;text-align:left;border-bottom:1px solid var(--border);color:var(--text)}
.woocommerce-checkout-review-order-table th{color:var(--text-muted);font-weight:600;text-transform:uppercase;font-size:.6875rem;letter-spacing:.1em}
.woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout-review-order-table .order-total td{border-bottom:0;padding-top:.75rem;font-size:1rem;font-weight:700;color:var(--brand)}

/* ═══════════════ FILTER BAR ═══════════════ */
.lg-filter-bar{margin-bottom:1.5rem;padding:1rem 1.25rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;backdrop-filter:blur(12px)}
.lg-filter-group{display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap}
.lg-filter-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);padding-top:.5rem;flex-shrink:0}
.lg-filter-options{display:flex;gap:.375rem;flex-wrap:wrap;flex:1}
.lg-filter-chip{display:inline-flex;align-items:center;padding:.375rem .875rem;background:var(--surface);border:1px solid var(--border);color:var(--text-muted);font-size:.75rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:all .15s;white-space:nowrap}
.lg-filter-chip:hover{border-color:var(--brand);color:var(--text);background:var(--surface-hover)}
.lg-filter-chip.active{background:var(--brand);color:#000;border-color:var(--brand)}
