/* BRIGHT / MODERN PREMIUM THEME */
:root{
  --bg:#f6f7fb;--panel:#fff;--panel2:#f0f2f8;--text:#10131a;--muted:#697080;
  --line:#e4e7ef;--purple:#6c45ff;--pink:#ff4d8d;--cyan:#18c8ff;--yellow:#ffd84d;
  --dark:#11131a;--danger:#e45757;--radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;color:var(--text);background:
  radial-gradient(circle at 10% 0%,rgba(108,69,255,.12),transparent 25%),
  radial-gradient(circle at 90% 8%,rgba(255,77,141,.12),transparent 23%),
  var(--bg);
  font-family:Inter,Arial,sans-serif;line-height:1.55
}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:32px 32px}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(1240px,calc(100% - 48px));margin:auto}

.topbar{border-bottom:1px solid var(--line);background:rgba(5,5,7,.82);backdrop-filter:blur(18px);position:sticky;top:0;z-index:10}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between}
.logo{font-weight:900;font-size:24px;letter-spacing:-.07em}
.logo span{color:var(--purple)}
nav,.admin-nav{display:flex;gap:30px;align-items:center;color:#8f92a3;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
nav a:hover,.admin-nav a:hover{color:var(--purple)}
.nav-telegram{color:var(--purple)!important}

.hero{min-height:700px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;padding:40px 0}
.pill,.eyebrow,.product-meta span{font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--purple);text-transform:uppercase}
.pill{display:inline-flex;padding:9px 12px;background:rgba(139,92,255,.10);border:1px solid rgba(139,92,255,.25);border-radius:999px}
.hero h1{font-weight:900;font-size:clamp(52px,7vw,94px);line-height:.91;letter-spacing:-.07em;margin:23px 0 28px}
.hero h1 span{
  color:transparent;background:linear-gradient(100deg,var(--purple),var(--pink));
  -webkit-background-clip:text;background-clip:text
}
.hero p{max-width:610px;color:var(--muted);font-size:17px;line-height:1.75}
.hero-actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}
.btn{border:1px solid var(--line);border-radius:12px;padding:14px 21px;cursor:pointer;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:800;display:inline-flex;align-items:center;justify-content:center;transition:.2s}
.btn-primary{border-color:transparent;color:white;background:linear-gradient(100deg,var(--purple),var(--pink));box-shadow:0 12px 28px rgba(108,69,255,.22)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(108,69,255,.28)}
.btn-ghost,.btn-secondary{background:var(--panel);color:var(--text)}
.btn-ghost:hover,.btn-secondary:hover{border-color:#b8adff;color:var(--purple)}
.btn-danger{background:var(--panel)2f2;border-color:#ffd1d1;color:var(--danger)}
.wide{width:100%}

.hero-card{
  height:500px;border:1px solid var(--line);border-radius:34px;position:relative;overflow:hidden;
  background:radial-gradient(circle at 70% 25%,rgba(255,62,165,.34),transparent 25%),radial-gradient(circle at 25% 75%,rgba(36,231,255,.26),transparent 27%),linear-gradient(145deg,#11101b,#090a10 55%,#12101a);
  box-shadow:0 30px 80px rgba(47,42,88,.12)
}
.hero-card:before{
  content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-80px;top:-100px;
  background:rgba(255,216,77,.8);filter:blur(2px)
}
.hero-card:after{
  content:"";position:absolute;width:260px;height:260px;border-radius:50%;left:-90px;bottom:-80px;
  background:rgba(24,200,255,.45);filter:blur(8px)
}
.hero-circle{
  position:absolute;width:245px;height:245px;border-radius:50%;left:50%;top:44%;transform:translate(-50%,-50%);
  background:linear-gradient(145deg,#fff,#ddd8ff);
  box-shadow:0 30px 70px rgba(108,69,255,.18);border:10px solid rgba(255,255,255,.65)
}
.hero-circle:before{content:"V";position:absolute;inset:0;display:grid;place-items:center;font-size:80px;font-weight:900;color:var(--purple);opacity:.8}
.hero-mini{position:absolute;left:25px;bottom:25px;background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:16px 20px;min-width:155px;z-index:2}
.hero-mini small,.hero-mini span{display:block;color:var(--muted);font-size:9px;letter-spacing:.12em;text-transform:uppercase}
.hero-mini strong{font-size:36px;font-weight:900;background:linear-gradient(100deg,var(--purple),var(--pink));color:transparent;-webkit-background-clip:text;background-clip:text}

.catalog{padding:80px 0 110px}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.section-title h2,.contact h2{font-size:46px;font-weight:900;letter-spacing:-.06em;margin:7px 0}
.section-title p{color:var(--muted);font-size:13px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.product-card{background:var(--panel);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 15px 45px rgba(0,0,0,.35);transition:.25s}
.product-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(0,0,0,.5)}
.product-image{display:block;aspect-ratio:1;background:radial-gradient(circle at 70% 25%,rgba(139,92,255,.20),transparent 30%),radial-gradient(circle at 25% 75%,rgba(255,62,165,.14),transparent 28%),#101017;overflow:hidden;position:relative}
.product-image:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(108,69,255,.08),transparent 50%,rgba(255,77,141,.08));pointer-events:none}
.product-image img,.detail-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.product-card:hover .product-image img{transform:scale(1.045)}
.image-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#66697a;font-size:10px;letter-spacing:.2em;font-weight:800}
.product-content{padding:22px}
.product-meta{margin-bottom:10px}
.product-content h3{font-size:23px;font-weight:850;letter-spacing:-.035em;margin:0 0 8px}
.product-content p{color:var(--muted);font-size:13px;min-height:42px}
.product-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:21px}
.product-footer strong{font-size:20px;font-weight:900}
.arrow{font-size:10px;color:var(--purple);font-weight:800;letter-spacing:.08em;text-transform:uppercase}

.contact{margin-bottom:0;border:1px solid var(--line);border-radius:28px;padding:58px 65px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(105deg,#e9e5ff,#fff0f6)}
.contact p{color:var(--muted);max-width:520px;font-size:14px}
.footer{padding:30px 0;color:#66697a;font-size:10px;letter-spacing:.06em;text-transform:uppercase}
.footer-inner{display:flex;justify-content:space-between}
.empty{border:1px dashed #cfd3de;border-radius:22px;padding:60px;text-align:center;color:var(--muted)}

.detail{padding:50px 0 100px}
.back{display:inline-block;color:var(--muted);margin-bottom:28px;font-size:11px;font-weight:700;text-transform:uppercase}
.back:hover{color:var(--purple)}
.detail-grid{display:grid;grid-template-columns:1fr .82fr;gap:70px;align-items:start}
.detail-image{aspect-ratio:1;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:radial-gradient(circle at 70% 25%,rgba(139,92,255,.20),transparent 30%),radial-gradient(circle at 25% 75%,rgba(255,62,165,.14),transparent 28%),#101017;box-shadow:0 25px 60px rgba(47,42,88,.08)}
.detail-info{padding:20px 0}
.detail-info h1{font-size:clamp(46px,6vw,76px);font-weight:900;line-height:.96;letter-spacing:-.07em;margin:15px 0}
.detail-price{font-size:30px;font-weight:900;margin:22px 0}
.detail-description{font-size:16px;color:var(--muted);line-height:1.8}
.specs{border-top:1px solid var(--line);margin:32px 0;padding-top:24px}
.specs h3{font-size:10px;letter-spacing:.15em;text-transform:uppercase}
.specs-text{white-space:pre-line;color:var(--muted);font-size:14px}
.notice{display:block;text-align:center;color:#66697a;margin-top:11px;font-size:10px}

.admin-page{background:var(--bg)}
.admin-content{padding:50px 0 90px}
.admin-heading h1{font-size:48px;font-weight:900;letter-spacing:-.06em}
.admin-add{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:28px;margin:35px 0 50px;box-shadow:0 12px 35px rgba(47,42,88,.05)}
.product-form,.edit-form{display:grid;gap:12px}
.product-form{grid-template-columns:1fr 1fr}
.product-form label:nth-child(n+3),.product-form button{grid-column:1/-1}
label{display:grid;gap:7px;color:#8f92a3;font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}
input,textarea{width:100%;background:#0a0a0e;border:1px solid #dfe3ec;color:#f8f8ff;border-radius:11px;padding:12px 13px;outline:none;font-size:13px}
input:focus,textarea:focus{border-color:#a99cff;box-shadow:0 0 0 3px rgba(108,69,255,.08)}
.admin-list{display:grid;gap:12px}
.admin-product{display:grid;grid-template-columns:100px minmax(0,1fr) auto;gap:18px;background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 8px 25px rgba(47,42,88,.04)}
.is-hidden{opacity:.55}
.admin-thumb{width:100px;aspect-ratio:1;border-radius:12px;background:#f0eff8;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#66697a;font-size:9px}
.admin-thumb img{width:100%;height:100%;object-fit:cover}
.admin-actions{display:flex;gap:8px;flex-direction:column}
.admin-nav form{margin:0}.admin-nav button{background:none;border:0;color:#8f92a3;cursor:pointer;text-transform:uppercase;font-size:11px;font-weight:700}
.login-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}
.login-card{width:min(430px,100%);background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:36px;box-shadow:0 25px 70px rgba(47,42,88,.1)}
.login-card h1{font-size:38px;font-weight:900;letter-spacing:-.06em}
.login-card form{display:grid;gap:15px;margin:24px 0 20px}
.error{background:var(--panel)0f0;border:1px solid #ffd0d0;color:#d75c5c;border-radius:12px;padding:12px;margin-bottom:15px;font-size:13px}
.not-found{padding:100px 0;text-align:center}

@media(max-width:850px){
  .hero,.detail-grid{grid-template-columns:1fr}.hero{padding:70px 0;min-height:auto}.hero-card{display:none}
  .product-grid{grid-template-columns:repeat(2,1fr)}.product-form{grid-template-columns:1fr}
  .product-form label:nth-child(n),.product-form button{grid-column:auto}
  .admin-product{grid-template-columns:70px 1fr}.admin-thumb{width:70px}.admin-actions{grid-column:1/-1;flex-direction:row}
}
@media(max-width:600px){
  .container{width:calc(100% - 28px)}nav a:not(.nav-telegram){display:none}
  .hero h1{font-size:54px}.hero p{font-size:15px}.product-grid{grid-template-columns:1fr}
  .section-title,.contact{display:block}.contact{padding:40px 28px}.contact .btn{margin-top:20px}
  .section-title h2,.contact h2{font-size:39px}.footer-inner{display:block}.footer-inner>*{display:block;margin:6px 0}
}

/* AGE VERIFICATION */
body.age-locked{overflow:hidden}
.age-gate{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px}
.age-gate.age-hidden{display:none}
.age-backdrop{position:absolute;inset:0;background:rgba(12,14,22,.78);backdrop-filter:blur(18px)}
.age-modal{position:relative;width:min(520px,100%);padding:46px 42px;text-align:center;background:var(--panel);border:1px solid rgba(255,255,255,.8);border-radius:26px;box-shadow:0 35px 100px rgba(0,0,0,.28)}
.age-logo{font-size:25px;font-weight:900;letter-spacing:-.07em;margin-bottom:28px}
.age-logo span{color:var(--purple)}
.age-label{font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--purple);text-transform:uppercase}
.age-modal h2{font-size:36px;line-height:1.05;letter-spacing:-.06em;margin:15px 0 12px}
.age-modal p{color:var(--muted);font-size:14px;line-height:1.65;margin:0 auto;max-width:390px}
.age-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}
.age-btn{border:0;border-radius:12px;padding:15px 12px;cursor:pointer;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;transition:.2s}
.age-yes{color:#fff;background:linear-gradient(100deg,var(--purple),var(--pink));box-shadow:0 10px 25px rgba(108,69,255,.2)}
.age-yes:hover{transform:translateY(-2px)}
.age-no{color:var(--text);background:#171722;border:1px solid var(--line)}
.age-no:hover{background:#20202c}
.age-modal small{display:block;color:#66697a;font-size:10px;margin-top:15px}
@media(max-width:600px){
  .age-modal{padding:36px 22px}
  .age-modal h2{font-size:30px}
  .age-actions{grid-template-columns:1fr}
}

/* SHIFT neon accents */
.logo span{color:var(--cyan)}
.hero h1 span{
  background:linear-gradient(100deg,var(--cyan),var(--purple) 48%,var(--pink));
  -webkit-background-clip:text;background-clip:text
}
.btn-primary{
  background:linear-gradient(100deg,var(--purple),var(--pink));
  box-shadow:0 12px 35px rgba(139,92,255,.28)
}
.btn-primary:hover{box-shadow:0 18px 45px rgba(255,62,165,.24)}
.nav-telegram,.arrow{color:var(--cyan)!important}
.product-card{box-shadow:0 15px 45px rgba(0,0,0,.3)}
.product-card:hover{box-shadow:0 25px 65px rgba(139,92,255,.16)}
.product-footer strong{
  background:linear-gradient(100deg,var(--yellow),var(--pink));
  color:transparent;-webkit-background-clip:text;background-clip:text
}
.contact{
  background:
    radial-gradient(circle at 85% 20%,rgba(255,62,165,.24),transparent 28%),
    radial-gradient(circle at 15% 80%,rgba(36,231,255,.18),transparent 28%),
    #0d0d13;
  border-color:var(--line)
}
.hero-card:before{background:rgba(255,227,77,.75)}
.hero-card:after{background:rgba(36,231,255,.45)}
.hero-circle{
  background:radial-gradient(circle at 35% 30%,#ffffff,#9f8cff 52%,#3d176e);
  box-shadow:0 30px 100px rgba(139,92,255,.28),inset -30px -30px 70px rgba(0,0,0,.25)
}
.age-backdrop{background:rgba(0,0,0,.82)}
.age-modal{background:#101017;border:1px solid #2b2b3a;color:#f8f8ff;box-shadow:0 35px 110px rgba(0,0,0,.65)}
.age-no{color:#f8f8ff;background:#191922;border-color:#30303d}
.admin-add,.admin-product,.login-card{background:var(--panel);border-color:var(--line)}
.admin-thumb{background:#14141c}

/* === SHIFT / CINEMATIC HERO V2 === */
:root{--bg:#050507;--panel:#0d0d12;--panel2:#111118;--text:#f7f7fb;--muted:#858796;--line:#23232d;--purple:#8b5cff;--pink:#ff3ea5;--cyan:#24e7ff;--yellow:#ffe34d;--green:#55ff9a}
body{background:#050507;color:var(--text);overflow-x:hidden}
body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 80%)}
.topbar{background:rgba(5,5,7,.62);border-bottom-color:rgba(255,255,255,.08)}
.hero-shift{position:relative;min-height:calc(100vh - 78px);padding:45px 0 80px;grid-template-columns:1fr 1fr;gap:30px;isolation:isolate}
.hero-shift:before{content:"";position:absolute;width:680px;height:680px;left:-260px;top:-220px;border-radius:50%;background:radial-gradient(circle,rgba(139,92,255,.18),transparent 65%);filter:blur(20px);z-index:-1}
.hero-shift:after{content:"";position:absolute;width:700px;height:700px;right:-300px;bottom:-260px;border-radius:50%;background:radial-gradient(circle,rgba(255,62,165,.14),transparent 65%);filter:blur(30px);z-index:-1}
.hero-kicker{display:flex;align-items:center;gap:9px;color:#9b9cab;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.live-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 16px var(--green);animation:pulse 1.6s infinite}
.hero-shift h1{margin:20px 0 24px;line-height:.8;letter-spacing:-.085em;font-weight:950}
.hero-shift-word{display:block;font-size:clamp(105px,14vw,205px);color:#fff;text-shadow:0 0 35px rgba(139,92,255,.13)}
.hero-subword{display:block;font-size:clamp(30px,4vw,60px);line-height:.92;margin-top:17px;color:#a8a9b7;font-weight:850;letter-spacing:-.06em}
.hero-subword em{font-style:normal;color:transparent;background:linear-gradient(90deg,var(--cyan),var(--purple),var(--pink));-webkit-background-clip:text;background-clip:text}
.hero-lead{max-width:570px;color:#9495a3;font-size:16px;line-height:1.7;margin:0}
.hero-actions{margin-top:30px}
.hero-main-btn{padding:16px 22px;min-width:220px;border-radius:13px;font-size:10px}
.hero-main-btn span{font-size:17px;margin-left:13px}
.hero-telegram-btn{background:#0b0b10;border-color:#292934;color:#fff}
.hero-proof{display:flex;align-items:center;gap:14px;margin-top:34px;color:#696a78;font-size:9px;letter-spacing:.13em;text-transform:uppercase;font-weight:700}
.hero-proof b{color:#fff;font-size:15px;margin-right:4px}.hero-proof i{width:3px;height:3px;border-radius:50%;background:#3a3a46}
.hero-visual{position:relative;height:650px;display:grid;place-items:center}
.visual-orbit{position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%;transform:rotate(-20deg);pointer-events:none}
.orbit-one{width:570px;height:210px}.orbit-two{width:430px;height:520px;transform:rotate(27deg);border-color:rgba(36,231,255,.12)}
.visual-glow{position:absolute;border-radius:50%;filter:blur(45px);pointer-events:none}.glow-pink{width:260px;height:260px;right:30px;top:80px;background:rgba(255,62,165,.22)}.glow-cyan{width:240px;height:240px;left:30px;bottom:80px;background:rgba(36,231,255,.18)}
.shift-object{position:relative;width:185px;height:480px;transform:rotate(10deg);filter:drop-shadow(0 40px 60px rgba(0,0,0,.8));z-index:2;animation:float 5s ease-in-out infinite}
.object-cap{height:72px;border-radius:30px 30px 14px 14px;background:linear-gradient(135deg,#3d3d49,#111118 60%,#656577);border:1px solid #767688;box-shadow:inset -12px -14px 22px rgba(0,0,0,.55)}
.object-body{height:355px;margin-top:4px;border-radius:18px 18px 35px 35px;background:linear-gradient(100deg,#0c0c12 0%,#272735 42%,#09090d 72%,#171722);border:1px solid #555568;box-shadow:inset 10px 0 24px rgba(255,255,255,.04),inset -18px 0 30px rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;overflow:hidden;position:relative}
.object-body:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 15%,rgba(36,231,255,.18) 38%,transparent 52%,rgba(255,62,165,.2) 72%,transparent 85%);mix-blend-mode:screen}
.object-body span{font-size:27px;font-weight:950;letter-spacing:-.08em;color:#fff;transform:rotate(-90deg);text-shadow:0 0 20px rgba(36,231,255,.4);z-index:1}.object-body small{font-size:7px;letter-spacing:.25em;color:#8b8c9b;transform:rotate(-90deg) translateX(-22px);z-index:1}
.object-light{width:42px;height:5px;border-radius:10px;background:linear-gradient(90deg,var(--cyan),var(--purple),var(--pink));box-shadow:0 0 25px rgba(139,92,255,.8);margin-top:11px}
.floating-tag{position:absolute;background:rgba(10,10,15,.72);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 60px rgba(0,0,0,.35);border-radius:14px;z-index:4}
.tag-top{top:65px;right:25px;padding:13px 16px;transform:rotate(6deg)}.tag-top small,.tag-bottom small{display:block;color:#747583;font-size:7px;letter-spacing:.16em;font-weight:800}.tag-top strong{font-size:17px;letter-spacing:-.05em;color:var(--cyan)}
.tag-bottom{left:20px;bottom:55px;padding:12px 15px;display:flex;gap:10px;align-items:center;transform:rotate(-5deg)}.tag-bottom strong{font-size:12px;color:#fff}.mini-dot{width:7px;height:7px;border-radius:50%;background:var(--pink);box-shadow:0 0 12px var(--pink)}
.visual-index{position:absolute;right:0;bottom:35px;font-size:10px;letter-spacing:.15em;color:#656674;font-weight:800}.visual-index:first-letter{color:#fff}.visual-index span{margin:0 5px;color:#34343d}
@keyframes float{0%,100%{transform:rotate(10deg) translateY(0)}50%{transform:rotate(8deg) translateY(-12px)}}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.72)}}
.catalog{padding-top:70px}.section-title h2,.contact h2{color:#fff}.section-title p,.product-content p{color:#777887}.product-card,.contact,.admin-add,.admin-product,.login-card{background:#0d0d12;border-color:#23232d}.product-card{box-shadow:0 15px 45px rgba(0,0,0,.45)}.contact{background:radial-gradient(circle at 85% 20%,rgba(255,62,165,.22),transparent 28%),radial-gradient(circle at 15% 80%,rgba(36,231,255,.16),transparent 28%),#0d0d12}
.btn-ghost,.btn-secondary{background:#0d0d12;color:#fff;border-color:#292934}
@media(max-width:850px){.hero-shift{grid-template-columns:1fr;min-height:auto;padding-top:65px}.hero-visual{height:470px;margin-top:10px}.shift-object{height:360px;width:140px}.object-cap{height:55px}.object-body{height:265px}.hero-shift-word{font-size:clamp(82px,22vw,145px)}.tag-top{right:8%}.tag-bottom{left:4%}.visual-index{right:10px;bottom:10px}}
@media(max-width:600px){.hero-shift{padding-top:48px}.hero-subword{font-size:32px}.hero-lead{font-size:14px}.hero-proof{gap:8px;font-size:8px;flex-wrap:wrap}.hero-visual{height:420px}.orbit-one{width:360px;height:140px}.orbit-two{width:280px;height:370px}.shift-object{height:320px;width:125px}.object-cap{height:48px}.object-body{height:240px}.object-body span{font-size:20px}.tag-top{top:35px;right:0}.tag-bottom{bottom:28px;left:0}.visual-index{display:none}}

/* === SHIFT / CHARCOAL FULL-HEIGHT HERO PANEL === */
.hero-shift{grid-template-columns:.92fr 1.08fr;gap:55px;padding:30px 0 70px;min-height:calc(100vh - 78px)}
.hero-visual{height:calc(100vh - 138px);min-height:620px;max-height:820px;border-radius:38px;overflow:hidden;background:#17181c;border:1px solid #292a30;box-shadow:0 35px 100px rgba(0,0,0,.6);isolation:isolate}
.hero-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 28%,rgba(139,92,255,.20),transparent 30%),radial-gradient(circle at 28% 75%,rgba(36,231,255,.14),transparent 28%),linear-gradient(145deg,#1b1c20,#111216 58%,#0b0c0f);z-index:-3}
.hero-visual:after{content:"";position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,black,transparent 90%);z-index:-2}
.hero-visual .visual-orbit{border-color:rgba(255,255,255,.08)}
.hero-visual .orbit-one{width:700px;height:270px}
.hero-visual .orbit-two{width:500px;height:650px;border-color:rgba(36,231,255,.10)}
.shift-object{width:190px;height:520px;transform:rotate(10deg) translateY(10px)}
.hero-visual .glow-pink{right:4%;top:9%;width:330px;height:330px;background:rgba(255,62,165,.18);filter:blur(70px)}
.hero-visual .glow-cyan{left:2%;bottom:8%;width:300px;height:300px;background:rgba(36,231,255,.13);filter:blur(75px)}
.floating-tag{background:rgba(18,19,23,.75);border-color:rgba(255,255,255,.13)}
.tag-top{top:10%;right:7%}.tag-bottom{left:7%;bottom:9%}
.visual-index{right:7%;bottom:5%}
.hero-copy{position:relative;z-index:2}
.hero-shift-word{text-shadow:0 0 45px rgba(139,92,255,.12)}
@media(max-width:850px){.hero-shift{grid-template-columns:1fr;gap:20px}.hero-visual{height:560px;min-height:560px;max-height:none}.hero-visual .orbit-one{width:540px;height:210px}.hero-visual .orbit-two{width:390px;height:520px}}
@media(max-width:600px){.hero-visual{height:480px;min-height:480px;border-radius:28px}.hero-visual .orbit-one{width:380px;height:150px}.hero-visual .orbit-two{width:290px;height:410px}.shift-object{width:130px;height:340px}.object-cap{height:52px}.object-body{height:250px}.tag-top{top:8%;right:4%}.tag-bottom{left:4%;bottom:7%}}

/* === SHIFT / CHARCOAL EDITORIAL SYSTEM === */
:root{--charcoal:#151619;--charcoal2:#1b1d21;--ink:#08090b;--soft:#8d9099;--white:#f5f5f2}
body{background:#08090b;color:var(--white)}
body:before{opacity:.12;background-size:60px 60px}
.topbar{height:82px;background:rgba(8,9,11,.86);border-bottom:1px solid #202228}
.nav{height:82px}.logo{font-size:26px;letter-spacing:-.08em}.logo span{color:var(--pink)}
nav{gap:34px}nav a{color:#a2a4ac;transition:.2s}nav a:hover{color:#fff}.nav-telegram{color:#fff!important}

/* Editorial hero: one massive charcoal canvas */
.hero-shift{width:min(1380px,calc(100% - 32px));grid-template-columns:42% 58%;gap:0;min-height:calc(100vh - 82px);padding:16px 0 30px}
.hero-copy{min-height:calc(100vh - 128px);display:flex;flex-direction:column;justify-content:center;padding:70px clamp(28px,5vw,78px);background:var(--charcoal);border-radius:30px 0 0 30px;border:1px solid #24262c;border-right:0;position:relative;overflow:hidden}
.hero-copy:before{content:"SHIFT";position:absolute;left:-24px;bottom:-35px;font-size:clamp(150px,18vw,270px);line-height:.7;font-weight:950;letter-spacing:-.1em;color:#fff;opacity:.018;pointer-events:none}
.hero-kicker{position:relative;z-index:1;color:#a5a7ae}.hero-shift h1{position:relative;z-index:1;margin:26px 0 28px}.hero-shift-word{font-size:clamp(90px,10vw,160px);line-height:.76}.hero-subword{font-size:clamp(28px,3.3vw,52px);color:#d0d1d5;margin-top:20px}
.hero-lead{position:relative;z-index:1;max-width:490px;color:#90939d;font-size:15px}.hero-actions{position:relative;z-index:1}.hero-proof{position:relative;z-index:1}
.hero-visual{min-height:calc(100vh - 128px);height:auto;max-height:none;border-radius:0 30px 30px 0;border:1px solid #24262c;background:#202226;box-shadow:none}
.hero-visual:before{background:radial-gradient(circle at 72% 30%,rgba(139,92,255,.20),transparent 31%),radial-gradient(circle at 25% 75%,rgba(36,231,255,.12),transparent 29%),linear-gradient(135deg,#24262a,#191a1e 55%,#111216)}
.hero-visual:after{opacity:.08;background-size:54px 54px}
.shift-object{transform:rotate(9deg) scale(1.04);}.shift-object:hover{transform:rotate(5deg) scale(1.07)}
.floating-tag{border-radius:10px}.tag-top{right:6%}.tag-bottom{left:6%}

/* Section rhythm */
.catalog{width:min(1380px,calc(100% - 32px));padding:90px 0 120px}.section-title{padding:0 12px 24px;border-bottom:1px solid #24262c;margin-bottom:34px}.section-title h2,.contact h2{font-size:clamp(48px,6vw,82px);line-height:.9;letter-spacing:-.075em}.section-title p{max-width:310px;color:#666a74;font-size:12px;text-transform:uppercase;letter-spacing:.08em}

/* Asymmetric product grid */
.product-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;align-items:stretch}.product-card{grid-column:span 4;border:1px solid #26282e;border-radius:0;background:#141519;overflow:hidden;box-shadow:none;transition:transform .35s,border-color .35s;background:linear-gradient(145deg,#17191d,#111216)}.product-card:nth-child(1){grid-column:span 7}.product-card:nth-child(2){grid-column:span 5}.product-card:nth-child(3n+3){grid-column:span 4}.product-card:hover{transform:translateY(-6px);border-color:#3b3e47}.product-image{display:block;height:380px;background:#0d0e10;overflow:hidden}.product-card:nth-child(1) .product-image{height:520px}.product-card:nth-child(2) .product-image{height:430px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s;filter:saturate(.88) contrast(1.04)}.product-card:hover .product-image img{transform:scale(1.035)}.image-placeholder{height:100%;display:grid;place-items:center;color:#3f424b;font-size:11px;letter-spacing:.2em}
.product-content{padding:22px 24px 24px}.product-content h3{font-size:25px;letter-spacing:-.05em;margin:7px 0}.product-content p{font-size:13px;line-height:1.65}.product-footer{border-top:1px solid #292b31;margin-top:20px;padding-top:15px}.product-footer strong{font-size:16px}.arrow{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#a7a9b1}

/* Contact becomes a giant charcoal statement */
.contact{width:min(1380px,calc(100% - 32px));min-height:370px;border-radius:0;padding:65px clamp(28px,6vw,90px);border:1px solid #292b31;background:linear-gradient(120deg,#181a1e,#202227);position:relative;overflow:hidden}.contact:after{content:"→";position:absolute;right:4%;bottom:-55px;font-size:320px;line-height:1;color:#fff;opacity:.025;font-weight:900}.contact h2{max-width:760px}.contact p{max-width:560px;color:#838690}.contact .btn{position:relative;z-index:2}
.footer{border-top:1px solid #202228;background:#08090b}.footer-inner{min-height:90px;color:#5e616b;font-size:10px;letter-spacing:.08em;text-transform:uppercase}

/* Detail page */
.detail{padding-top:50px;padding-bottom:100px}.detail-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:0;background:#151619;border:1px solid #272930}.detail-image{min-height:680px;background:#0d0e10}.detail-image img{width:100%;height:100%;min-height:680px;object-fit:cover}.detail-info{padding:clamp(30px,5vw,75px);display:flex;flex-direction:column;justify-content:center}.detail-info h1{font-size:clamp(45px,6vw,88px);line-height:.9;letter-spacing:-.07em}.detail-description{color:#92959e;line-height:1.8}.detail-price{font-size:30px;font-weight:900;margin:12px 0 20px}.specs{margin:25px 0;padding-top:20px;border-top:1px solid #2a2c32}.specs h3{font-size:10px;letter-spacing:.14em;text-transform:uppercase}.specs-text{white-space:pre-line;color:#8a8d96;font-size:13px}

/* Admin/login keep the same visual language */
.admin-page{background:#0b0c0f}.admin-content{padding-top:45px;padding-bottom:80px}.admin-heading h1{font-size:clamp(45px,6vw,78px);letter-spacing:-.07em;line-height:.9}.admin-add,.admin-product,.login-card{background:#151619!important;border-color:#292b31!important;border-radius:0}.admin-add{padding:28px}.admin-product{box-shadow:none}.login-wrap{min-height:100vh}.login-card{box-shadow:0 30px 100px rgba(0,0,0,.5)}input,textarea{background:#0e0f12!important;border-color:#2a2c32!important;color:#fff!important}.btn-secondary,.btn-ghost{background:#151619;color:#fff;border-color:#30323a}.btn-danger{background:#151619;border-color:#492b31;color:#ff7183}

@media(max-width:900px){.hero-shift{grid-template-columns:1fr;padding-top:10px}.hero-copy{min-height:520px;border-radius:24px 24px 0 0;border-right:1px solid #24262c;border-bottom:0}.hero-visual{min-height:560px;border-radius:0 0 24px 24px}.product-card,.product-card:nth-child(1),.product-card:nth-child(2),.product-card:nth-child(3n+3){grid-column:span 6}.product-image,.product-card:nth-child(1) .product-image,.product-card:nth-child(2) .product-image{height:380px}.detail-grid{grid-template-columns:1fr}.detail-image,.detail-image img{min-height:520px}}
@media(max-width:600px){.hero-shift,.catalog,.contact{width:calc(100% - 20px)}.hero-copy{padding:50px 22px;min-height:500px}.hero-shift-word{font-size:clamp(78px,23vw,125px)}.hero-subword{font-size:31px}.hero-visual{min-height:470px}.shift-object{transform:rotate(9deg) scale(.78)}.product-grid{display:block}.product-card{margin-bottom:12px}.product-image,.product-card:nth-child(1) .product-image,.product-card:nth-child(2) .product-image{height:330px}.section-title{display:block}.section-title p{margin-top:18px}.contact{min-height:430px}.detail{width:calc(100% - 20px)}.detail-image,.detail-image img{min-height:420px}}


/* === SHIFT VAPE SHOWCASE / ALIGNMENT FIX === */
html,body{width:100%;max-width:100%;overflow-x:hidden}
.container{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto}
.topbar .container,.footer .container{margin-left:auto;margin-right:auto}
.hero-shift{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch}
.hero-copy{min-width:0;display:flex;flex-direction:column;justify-content:center}
.hero-visual{min-width:0;width:100%;}
.hero-shift-word{font-size:clamp(88px,11.5vw,165px)}
.hero-subword{font-size:clamp(27px,3.4vw,52px)}
.hero-lead{max-width:540px}

/* Make it feel like a real product showcase rather than an editorial page */
.catalog{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto;padding-top:72px}
.section-title{align-items:end}
.section-title h2{font-size:clamp(38px,5vw,64px);line-height:.94}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{background:#111217;border:1px solid #292b32;border-radius:18px}
.product-image{aspect-ratio:4/4.5;background:#181a1f}
.product-content{padding:20px 21px 22px}
.product-content h3{font-size:21px}
.product-meta span:before{content:'SHIFT / VAPE';color:#747783}
.product-footer{border-top:1px solid #24262d;padding-top:16px}

.contact{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto;border-radius:22px;padding:46px 52px}
.detail{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto}

/* Strong centered layout at tablet sizes */
@media(max-width:900px){
  .container,.hero-shift,.catalog,.contact,.detail{width:min(720px,calc(100% - 32px))}
  .hero-shift{grid-template-columns:1fr;padding-top:50px}
  .hero-copy{align-items:flex-start}
  .hero-visual{height:560px;min-height:0;margin-top:18px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .container,.hero-shift,.catalog,.contact,.detail{width:calc(100% - 28px)}
  .nav{height:68px}
  nav{gap:12px;font-size:9px}
  .hero-shift{padding-top:38px}
  .hero-shift-word{font-size:24vw}
  .hero-subword{font-size:30px}
  .hero-visual{height:450px;border-radius:25px}
  .product-grid{grid-template-columns:1fr;gap:14px}
  .section-title{display:block}
  .section-title p{margin-top:14px}
  .contact{padding:32px 24px;display:block}
  .contact .btn{margin-top:20px;width:100%}
}

/* === SHIFT / ELECTRIC VAPE SHOWCASE === */
:root{
  --bg:#07070a; --panel:#101016; --panel2:#15151d; --text:#f7f7fb; --muted:#8c8c99;
  --line:#292934; --purple:#9b5cff; --pink:#ff2f92; --cyan:#00e7ff; --acid:#d9ff00; --orange:#ff6a00;
}
html,body{max-width:100%;overflow-x:hidden}
body{background:#07070a;color:var(--text);font-family:Inter,Arial,sans-serif}
body:before{opacity:.12;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:34px 34px}
.container{width:min(1280px,calc(100% - 40px));margin-left:auto;margin-right:auto}
.topbar{background:rgba(7,7,10,.78);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 35px rgba(0,0,0,.25)}
.logo{font-size:27px;letter-spacing:-.09em}.logo span{color:var(--acid)}
nav a:hover{color:var(--acid)}.nav-telegram{color:var(--acid)!important}
.hero-shift{grid-template-columns:.94fr 1.06fr;gap:28px;padding:28px 0 55px;min-height:calc(100vh - 78px);align-items:stretch}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:30px 10px 30px 0;position:relative}
.hero-copy:before{content:"";position:absolute;width:420px;height:420px;left:-180px;top:18%;background:radial-gradient(circle,rgba(155,92,255,.22),transparent 68%);filter:blur(30px);z-index:-1}
.hero-kicker{color:#aaaab5}.live-dot{background:var(--acid);box-shadow:0 0 18px var(--acid)}
.hero-shift-word{font-size:clamp(96px,13vw,190px);color:#fff;text-shadow:0 0 40px rgba(255,47,146,.12)}
.hero-subword{font-size:clamp(28px,4vw,58px);color:#d1d1da}.hero-subword em{background:linear-gradient(90deg,var(--acid),var(--orange),var(--pink),var(--cyan));-webkit-background-clip:text;background-clip:text}
.hero-lead{color:#9a9aa7;max-width:580px}
.hero-actions{gap:10px}.btn{border-radius:10px}.btn-primary{background:linear-gradient(100deg,var(--acid),#91c900);color:#050507;box-shadow:0 14px 35px rgba(217,255,0,.15)}.btn-primary:hover{color:#050507;box-shadow:0 18px 45px rgba(255,47,146,.2)}
.hero-telegram-btn{border-color:#30303b;background:#111118}.hero-proof b{color:var(--acid)}
.hero-visual{height:auto;min-height:650px;max-height:none;border-radius:28px;background:linear-gradient(145deg,#16161d,#0e0e13 55%,#17131b);border:1px solid #30303a;box-shadow:0 35px 110px rgba(0,0,0,.65)}
.hero-visual:before{background:radial-gradient(circle at 70% 25%,rgba(255,47,146,.32),transparent 25%),radial-gradient(circle at 25% 75%,rgba(0,231,255,.22),transparent 26%),radial-gradient(circle at 50% 50%,rgba(155,92,255,.16),transparent 42%),linear-gradient(145deg,#1b1b23,#101016 60%,#0b0b0f)}
.hero-visual:after{opacity:.09;background-size:30px 30px}
.hero-visual .glow-pink{background:rgba(255,47,146,.28);filter:blur(65px)}.hero-visual .glow-cyan{background:rgba(0,231,255,.22);filter:blur(65px)}
.shift-object{filter:drop-shadow(0 40px 55px rgba(0,0,0,.85));transform:rotate(10deg)}
.object-body{border-color:#676777;background:linear-gradient(100deg,#09090d,#2a2a36 43%,#08080c 73%,#1b1b24)}
.object-body:before{background:linear-gradient(120deg,transparent 10%,rgba(217,255,0,.23) 34%,transparent 49%,rgba(255,47,146,.3) 68%,transparent 86%)}
.object-light{background:linear-gradient(90deg,var(--acid),var(--orange),var(--pink),var(--cyan));box-shadow:0 0 28px rgba(255,47,146,.8)}
.floating-tag{background:rgba(8,8,12,.76);border-color:rgba(255,255,255,.16)}.tag-top strong{color:var(--acid)}.mini-dot{background:var(--pink);box-shadow:0 0 14px var(--pink)}
.catalog{padding:45px 0 70px}.section-title{margin-bottom:24px}.section-title h2{font-size:clamp(42px,6vw,78px);line-height:.9;letter-spacing:-.07em}.eyebrow{color:var(--acid)}
.product-grid{grid-template-columns:repeat(12,1fr);gap:14px}
.product-card{grid-column:span 4;background:#101016;border:1px solid #292934;border-radius:18px;overflow:hidden;box-shadow:0 16px 45px rgba(0,0,0,.4);transition:transform .25s,border-color .25s,box-shadow .25s}
.product-card:nth-child(3n+1){grid-column:span 5}.product-card:nth-child(3n+2){grid-column:span 4}.product-card:nth-child(3n){grid-column:span 3}
.product-card:hover{transform:translateY(-6px);border-color:rgba(217,255,0,.5);box-shadow:0 22px 65px rgba(0,0,0,.58),0 0 35px rgba(155,92,255,.09)}
.product-image{background:linear-gradient(145deg,#19191f,#0b0b0f);min-height:320px}.product-image img{transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.035)}
.product-content{padding:18px}.product-content h3{font-size:22px;letter-spacing:-.04em}.product-content p{color:#858592}.product-footer strong{background:linear-gradient(90deg,var(--acid),var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent}
.arrow{color:var(--cyan)!important}
.contact-strip{margin:0 auto 60px;padding:18px 22px;border:1px solid #292934;border-radius:16px;background:#0d0d12;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 15px 50px rgba(0,0,0,.35)}
.contact-strip-copy{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.contact-strip-copy strong{font-size:18px}.contact-strip-copy>span:not(.contact-mark){color:#777783;font-size:13px}.contact-mark{font-size:9px;letter-spacing:.16em;font-weight:900;color:var(--acid)}
.footer{border-top:1px solid #22222c;background:#07070a}
@media(max-width:900px){.hero-shift{grid-template-columns:1fr;padding-top:42px}.hero-visual{min-height:520px}.product-card,.product-card:nth-child(3n+1),.product-card:nth-child(3n+2),.product-card:nth-child(3n){grid-column:span 6}}
@media(max-width:600px){.container{width:min(100% - 24px,1280px)}.nav{height:68px}nav{gap:12px;font-size:9px}.hero-shift{padding-top:30px}.hero-shift-word{font-size:24vw}.hero-subword{font-size:30px}.hero-visual{min-height:430px;border-radius:22px}.shift-object{width:130px;height:350px}.object-cap{height:52px}.object-body{height:255px}.product-card,.product-card:nth-child(3n+1),.product-card:nth-child(3n+2),.product-card:nth-child(3n){grid-column:span 12}.product-image{min-height:280px}.section-title{display:block}.section-title p{margin-top:18px}.contact-strip{align-items:flex-start;flex-direction:column;margin-bottom:40px}.contact-strip .btn{width:100%}}


/* === SHIFT / BANNER-LED VAPE IDENTITY === */
:root{--bg:#07070b;--panel:#11101a;--panel2:#171522;--text:#f8f7fb;--muted:#92909f;--line:#2a2636;--magenta:#ff2f9c;--violet:#9b5cff;--cyan:#16e7ff;--blue:#2877ff;--acid:#efff2f;--orange:#ff7a00}
body{background:radial-gradient(circle at 8% 18%,rgba(255,47,156,.10),transparent 22%),radial-gradient(circle at 92% 30%,rgba(0,231,255,.09),transparent 24%),#07070b;color:var(--text)}
body:before{opacity:.08;background-size:38px 38px}
.topbar{background:rgba(7,7,11,.72);border-bottom:1px solid rgba(255,255,255,.09)}
.logo span{color:var(--magenta)}nav a:hover{color:var(--cyan)}.nav-telegram{color:var(--cyan)!important}
.shift-banner-wrap{padding:18px 0 0}.shift-banner{width:min(1420px,calc(100% - 28px));position:relative}.shift-banner-img{display:block;width:100%;height:auto;aspect-ratio:2/1;object-fit:cover;border-radius:26px;box-shadow:0 35px 100px rgba(0,0,0,.62);border:1px solid rgba(255,255,255,.10)}
.shift-banner-actions{margin-top:-1px;background:linear-gradient(135deg,#111019,#171421);border:1px solid #2c2738;border-top:0;border-radius:0 0 24px 24px;padding:18px 22px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.banner-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:11px;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;border:1px solid #393246}.banner-btn-main{color:#09090b;background:linear-gradient(90deg,var(--acid),#b9ef00);box-shadow:0 12px 30px rgba(239,255,47,.12)}.banner-btn-main span{font-size:18px;margin-left:12px}.banner-btn-telegram{color:#fff;background:linear-gradient(100deg,#5522c7,#ff2f9c);border-color:transparent}.banner-meta{margin-left:auto;display:flex;align-items:center;gap:11px;color:#858291;font-size:9px;letter-spacing:.11em;text-transform:uppercase;flex-wrap:wrap}.banner-meta b{color:#fff;font-size:13px}.banner-meta i{width:3px;height:3px;background:var(--cyan);border-radius:50%;box-shadow:0 0 9px var(--cyan)}
.showcase-intro{width:min(1180px,calc(100% - 40px));padding:105px 0 55px;display:grid;grid-template-columns:1fr 360px;gap:60px;align-items:end}.showcase-intro h1{font-size:clamp(58px,8vw,108px);line-height:.82;letter-spacing:-.08em;margin:14px 0 0}.showcase-intro h1 em{font-style:normal;color:transparent;background:linear-gradient(90deg,var(--magenta),var(--violet),var(--cyan));-webkit-background-clip:text;background-clip:text}.showcase-intro>p{color:#878591;font-size:14px;line-height:1.8;margin:0 0 8px}.eyebrow{color:var(--acid);font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.catalog{width:min(1180px,calc(100% - 40px));padding:30px 0 100px}.section-title{border-bottom:1px solid #2b2735;padding-bottom:24px}.section-title h2{font-size:clamp(45px,6vw,82px);margin:10px 0 0}.section-title h2 em{font-style:normal;color:var(--magenta)}.section-title p{color:#777583}
.product-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}.product-card{background:linear-gradient(145deg,#15131e,#0e0e14);border:1px solid #2b2736;border-radius:20px;overflow:hidden;box-shadow:0 18px 55px rgba(0,0,0,.42);transition:.28s}.product-card:nth-child(3n+1){grid-column:span 5}.product-card:nth-child(3n+2){grid-column:span 4}.product-card:nth-child(3n){grid-column:span 3}.product-card:hover{transform:translateY(-7px);border-color:rgba(255,47,156,.5);box-shadow:0 25px 70px rgba(0,0,0,.6),0 0 40px rgba(155,92,255,.12)}.product-image{position:relative;min-height:350px;background:radial-gradient(circle at 50% 45%,rgba(155,92,255,.16),transparent 35%),linear-gradient(145deg,#1a1824,#0b0b10)}.product-image img{filter:saturate(1.08) contrast(1.04)}.product-number{position:absolute;z-index:2;top:14px;left:14px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(7,7,11,.72);border:1px solid rgba(255,255,255,.14);color:var(--acid);font-size:9px;font-weight:900;letter-spacing:.08em}.product-content{padding:20px}.product-meta span{color:var(--cyan)}.product-content h3{font-size:23px}.product-content p{color:#858390}.product-footer strong{color:var(--acid);background:none;-webkit-text-fill-color:initial}.arrow{color:var(--magenta)!important}
.flavor-stage{width:min(1180px,calc(100% - 40px));height:440px;margin:0 auto 90px;border:1px solid #2b2737;border-radius:28px;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 30%,rgba(0,231,255,.20),transparent 25%),radial-gradient(circle at 20% 70%,rgba(255,47,156,.20),transparent 28%),linear-gradient(135deg,#12101a,#08080c 65%);box-shadow:0 25px 80px rgba(0,0,0,.55)}.flavor-stage:before{content:"";position:absolute;inset:0;opacity:.08;background-image:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:32px 32px}.stage-copy{position:absolute;left:38px;top:38px;z-index:2}.stage-copy span{font-size:9px;font-weight:900;letter-spacing:.18em;color:var(--acid)}.stage-copy strong{display:block;font-size:58px;line-height:.82;letter-spacing:-.07em;margin-top:12px}.stage-copy em{font-style:normal;color:var(--magenta)}.stage-orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-pink{width:220px;height:220px;right:5%;top:12%;background:rgba(255,47,156,.16);filter:blur(25px)}.orb-cyan{width:200px;height:200px;left:42%;bottom:-30px;background:rgba(0,231,255,.14);filter:blur(25px)}.orb-yellow{width:150px;height:150px;left:-30px;bottom:20px;background:rgba(239,255,47,.10);filter:blur(20px)}.stage-bottle,.stage-device{position:absolute;z-index:2;filter:drop-shadow(0 25px 30px rgba(0,0,0,.65));transform-origin:center bottom}.stage-bottle{width:105px}.b-cap{height:48px;border-radius:18px 18px 8px 8px;background:linear-gradient(90deg,#20212b,#777889,#11121a);border:1px solid #77798b}.b-body{height:205px;border-radius:8px 8px 22px 22px;background:linear-gradient(100deg,#0b0b10,#252535 50%,#101017);border:1px solid #56586a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.b-body b{font-size:15px;color:#fff}.b-body small{font-size:7px;letter-spacing:.2em;color:var(--cyan)}.bottle-one{right:29%;bottom:-18px;transform:rotate(-10deg)}.bottle-one .b-body{background:linear-gradient(160deg,#5b133d,#ff2f9c 45%,#15101a)}.bottle-two{right:15%;bottom:-14px;transform:rotate(8deg) scale(.88)}.bottle-two .b-body{background:linear-gradient(160deg,#063f50,#00bfe0 45%,#11131a)}.stage-device{right:5%;bottom:-24px;width:135px;height:330px;transform:rotate(10deg)}.device-cap{height:48px;border-radius:22px 22px 10px 10px;background:linear-gradient(135deg,#3d3e4c,#111118 65%,#777889);border:1px solid #777889}.device-body{height:240px;border-radius:15px 15px 28px 28px;background:linear-gradient(110deg,#101015,#6a174c 40%,#1729a0 75%,#0c0c12);border:1px solid #686a7c;display:grid;place-items:center}.device-body span{font-weight:950;font-size:22px;letter-spacing:-.08em;transform:rotate(-90deg);text-shadow:0 0 18px rgba(0,231,255,.65)}
.contact-strip{background:linear-gradient(110deg,#12101a,#1a1220 55%,#10151c);border-color:#322b3d}.contact-strip .btn-primary{background:linear-gradient(100deg,var(--magenta),var(--violet));color:#fff;box-shadow:0 12px 35px rgba(255,47,156,.18)}
.footer{background:#060609;border-top-color:#282431}
@media(max-width:900px){.showcase-intro{grid-template-columns:1fr;gap:25px;padding-top:75px}.banner-meta{margin-left:0}.flavor-stage{height:390px}.stage-copy strong{font-size:48px}.stage-device{right:2%;transform:rotate(10deg) scale(.85)}.bottle-one{right:30%}.bottle-two{right:14%}}
@media(max-width:600px){.shift-banner-wrap{padding-top:10px}.shift-banner{width:calc(100% - 14px)}.shift-banner-img{aspect-ratio:1.72/1;border-radius:18px 18px 0 0;object-fit:cover}.shift-banner-actions{padding:14px;border-radius:0 0 18px 18px}.banner-btn{width:100%}.banner-meta{font-size:8px;gap:7px}.showcase-intro,.catalog,.flavor-stage{width:calc(100% - 24px)}.showcase-intro{padding-top:60px}.showcase-intro h1{font-size:20vw}.product-grid{display:block}.product-card{margin-bottom:14px}.product-image{min-height:300px}.flavor-stage{height:360px;margin-bottom:55px}.stage-copy{left:22px;top:22px}.stage-copy strong{font-size:39px}.stage-device{right:-10px;transform:rotate(10deg) scale(.62);bottom:-60px}.bottle-one{right:27%;transform:rotate(-10deg) scale(.7);bottom:-55px}.bottle-two{right:8%;transform:rotate(8deg) scale(.62);bottom:-50px}.orb-pink{right:-20px}}

/* Product categories and hardened admin UI */
.product-meta span:before{content:none}
.catalog-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 30px}
.catalog-filter{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 17px;border:1px solid #312c3c;border-radius:12px;background:#100f17;color:#aaa7b2;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:.2s}
.catalog-filter:hover{color:#fff;border-color:rgba(22,231,255,.55);transform:translateY(-2px)}
.catalog-filter span{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#1c1925;color:var(--cyan);font-size:10px}
.catalog-filter.is-active{color:#08080b;border-color:transparent;background:linear-gradient(90deg,var(--acid),#b9ef00);box-shadow:0 12px 30px rgba(239,255,47,.12)}
.catalog-filter.is-active span{background:rgba(7,7,11,.14);color:#08080b}
.empty{margin:25px 0 30px}
.admin-help,.login-security{color:#8d8a97;font-size:13px;line-height:1.6}
.admin-help{margin:-8px 0 22px}
.login-security{margin:16px 0 4px}
.field-hint{display:inline;color:#6f6b79;font-weight:400;text-transform:none;letter-spacing:0}
select{width:100%;min-height:44px;padding:0 12px;border:1px solid #2a2c32;border-radius:9px;background:#0e0f12;color:#fff;font:inherit}
select:focus,input:focus,textarea:focus{outline:2px solid rgba(22,231,255,.45);outline-offset:1px;border-color:var(--cyan)}
.admin-category{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border:1px solid rgba(22,231,255,.28);border-radius:999px;color:var(--cyan);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}
.admin-empty{border:1px dashed #332f3d;border-radius:16px;padding:28px;text-align:center}
.login-card .error{margin:0 0 18px}

@media(max-width:600px){
  .catalog-filters{display:grid;grid-template-columns:1fr;margin-bottom:22px}
  .catalog-filter{justify-content:space-between;width:100%}
  .admin-category{align-self:flex-start}
}

/* Neon promotional banner */
.promo-banner{width:min(1180px,calc(100% - 40px));aspect-ratio:2.4/1;margin:0 auto 90px;border:1px solid rgba(255,255,255,.12);border-radius:28px;position:relative;isolation:isolate;overflow:hidden;background:#08070d;box-shadow:0 30px 90px rgba(0,0,0,.62)}
.promo-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}
.promo-banner:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,4,10,.97) 0%,rgba(9,5,14,.88) 30%,rgba(12,6,18,.38) 58%,rgba(4,5,11,.06) 100%)}
.promo-banner-copy{position:absolute;left:clamp(28px,5vw,66px);top:50%;width:min(54%,650px);transform:translateY(-50%);text-transform:uppercase}
.promo-banner-copy>span{display:inline-flex;align-items:center;min-height:30px;padding:0 13px;margin-bottom:18px;border:1px solid rgba(239,255,47,.35);border-radius:999px;background:rgba(8,8,12,.42);color:var(--acid);font-size:11px;font-weight:950;letter-spacing:.22em;box-shadow:0 0 24px rgba(239,255,47,.10)}
.promo-banner-copy strong{display:block;color:#fff;font-size:clamp(38px,4.7vw,66px);font-weight:950;line-height:.92;letter-spacing:-.055em;text-shadow:0 6px 28px rgba(0,0,0,.65)}
.promo-banner-copy em{font-style:normal;color:transparent;background:linear-gradient(90deg,var(--magenta),#ff56c0,var(--cyan));-webkit-background-clip:text;background-clip:text}

@media(max-width:900px){
  .promo-banner{width:min(720px,calc(100% - 32px));aspect-ratio:1.9/1}
  .promo-banner-copy{width:64%}
  .promo-banner:after{background:linear-gradient(90deg,rgba(5,4,10,.98),rgba(9,5,14,.8) 46%,rgba(4,5,11,.15))}
}
@media(max-width:600px){
  .promo-banner{width:calc(100% - 24px);aspect-ratio:auto;min-height:370px;margin-bottom:55px;border-radius:20px}
  .promo-banner>img{object-position:66% center;opacity:.72}
  .promo-banner:after{background:linear-gradient(90deg,rgba(5,4,10,.98) 0%,rgba(8,5,13,.86) 62%,rgba(5,5,10,.35) 100%)}
  .promo-banner-copy{left:24px;width:calc(100% - 48px)}
  .promo-banner-copy>span{margin-bottom:15px;font-size:10px}
  .promo-banner-copy strong{font-size:clamp(34px,10.8vw,52px);line-height:.94}
}

/* Corrected hero subtitle without altering the original artwork */
.shift-banner-visual{position:relative;overflow:hidden;border-radius:26px}
.shift-banner-visual .shift-banner-img{border-radius:26px 26px 0 0}
.shift-banner-subtitle-fix{position:absolute;z-index:2;left:50%;top:50.8%;transform:translate(-50%,-50%);width:58%;padding:5px 12px;text-align:center;color:#fff;background:rgba(7,5,14,.94);box-shadow:0 0 22px 16px rgba(7,5,14,.94);font-size:clamp(11px,1.45vw,25px);font-weight:800;line-height:1.15;letter-spacing:.09em;text-transform:uppercase;text-shadow:0 0 12px rgba(255,255,255,.24)}

/* Centered promo artwork with adult models and branded products */
.promo-banner:after{background:radial-gradient(ellipse at center,rgba(3,3,8,.78) 0%,rgba(4,4,10,.6) 32%,rgba(4,4,10,.12) 63%,transparent 78%),linear-gradient(0deg,rgba(5,4,10,.2),transparent 38%)}
.promo-banner-copy{left:50%;width:44%;transform:translate(-50%,-50%);text-align:center}
.promo-banner-copy>span{justify-content:center}

@media(max-width:900px){
  .promo-banner-copy{left:50%;width:58%;transform:translate(-50%,-50%)}
  .shift-banner-subtitle-fix{width:66%;font-size:clamp(10px,1.8vw,16px)}
}
@media(max-width:600px){
  .shift-banner-visual{border-radius:18px 18px 0 0}
  .shift-banner-visual .shift-banner-img{border-radius:18px 18px 0 0}
  .shift-banner-subtitle-fix{top:51%;width:77%;padding:3px 5px;font-size:clamp(7px,2.6vw,11px);letter-spacing:.055em;box-shadow:0 0 12px 9px rgba(7,5,14,.95)}
  .promo-banner>img{object-position:center;opacity:.78}
  .promo-banner:after{background:radial-gradient(ellipse at center,rgba(3,3,8,.9),rgba(4,4,10,.62) 48%,rgba(4,4,10,.16) 78%)}
  .promo-banner-copy{left:50%;width:calc(100% - 40px);transform:translate(-50%,-50%)}
}

.cart-modal{position:fixed;inset:0;background:#000b;z-index:20;padding:30px}.cart-box{max-width:500px;margin:auto;background:#111;padding:25px;border-radius:20px;display:grid;gap:12px}.cart-box input,.cart-box textarea{padding:12px;background:#222;color:white;border:1px solid #444}.add-cart{background:none;border:0;color:inherit;cursor:pointer}


/* SHIFT neon redesign */
.shift-promos{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
margin:28px auto;
padding:0 20px;
}
.promo-card{
min-height:260px;
border-radius:22px;
padding:30px;
background:#090914;
border:1px solid rgba(255,255,255,.15);
box-shadow:0 0 35px rgba(0,0,0,.5);
}
.promo-card h2{
font-size:34px;
line-height:1;
margin:0 0 35px;
font-weight:900;
}
.promo-card p{color:#ddd;line-height:1.5}
.promo-card a{
display:inline-block;
margin-top:25px;
padding:15px 24px;
border-radius:12px;
font-weight:900;
text-decoration:none;
color:#050505;
}
.promo-catalog{box-shadow:inset 0 0 60px #9dff00}
.promo-catalog h2{color:#c7ff00}
.promo-catalog a{background:#d4ff00}
.promo-manager{box-shadow:inset 0 0 60px #ff21a8}
.promo-manager h2{color:#ff5acb}
.promo-manager a{background:linear-gradient(90deg,#7430d9,#ff209b);color:white}
.promo-channel{box-shadow:inset 0 0 60px #00bfff}
.promo-channel h2{color:#28d9ff}
.promo-channel a{background:#24c8ff}

.shift-footer{
margin-top:50px;
padding:40px;
border-radius:25px;
background:#080811;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
color:white;
}
.footer-logo{font-size:38px;font-weight:900}

@media(max-width:900px){
.shift-promos,.shift-footer{grid-template-columns:1fr}
}


/* final neon dashboard layout */
.topbar{background:#06070d;border-bottom:1px solid rgba(255,255,255,.08)}
.neon-nav{display:flex;align-items:center;gap:18px}
.neon-nav a{color:#fff;text-decoration:none}
.catalog-btn{padding:14px 25px!important;border-radius:14px;background:linear-gradient(90deg,#642cff,#00cfff);font-weight:900}
.shift-promos{margin-top:20px}
.categories{max-width:1200px;margin:45px auto;padding:0 20px}
.categories h2,.section-title{font-size:28px;color:#fff;font-weight:900}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.category-grid a{
height:130px;display:flex;align-items:end;justify-content:center;
padding-bottom:18px;text-decoration:none;color:#fff;font-weight:900;
border-radius:18px;background:linear-gradient(145deg,#161322,#05050a);
border:1px solid rgba(0,220,255,.25);
box-shadow:inset 0 0 35px rgba(0,180,255,.12)
}
.product-grid{grid-template-columns:repeat(5,1fr)!important;gap:18px!important}
.product-card{background:#080912!important;border-radius:22px!important;border:1px solid rgba(255,255,255,.12)!important}
.product-card img{aspect-ratio:1/1;object-fit:cover}
.product-footer .btn{border-radius:12px}
@media(max-width:1000px){.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:600px){.category-grid{grid-template-columns:repeat(2,1fr)}}


.full-neon-promos,.category-grid,.popular-grid{
display:grid;gap:18px;
}
.full-neon-promos{grid-template-columns:repeat(3,1fr);padding:25px}
.neo-banner{
min-height:260px;border-radius:24px;padding:30px;
background:#080812;border:1px solid #222;
}
.neo-banner h2{font-size:34px;line-height:.95}
.neo-banner a{
display:inline-block;padding:15px 22px;border-radius:12px;
font-weight:900;text-decoration:none;margin-top:20px
}
.lime{box-shadow:inset 0 0 70px #aaff00}.lime h2{color:#caff00}.lime a{background:#d7ff00}
.pink{box-shadow:inset 0 0 70px #ff149d}.pink h2{color:#ff4dc4}.pink a{background:#ff2aa5;color:white}
.blue{box-shadow:inset 0 0 70px #00bfff}.blue h2{color:#24d7ff}.blue a{background:#20cfff}
.category-grid{grid-template-columns:repeat(6,1fr)}
.category-grid div{
height:130px;border-radius:18px;background:#090912;
border:1px solid #25253b;display:flex;align-items:end;
justify-content:center;padding:15px;font-weight:900;
}
.popular-grid{grid-template-columns:repeat(5,1fr)}
.popular-card{
position:relative;background:#080812;border-radius:20px;padding:15px;
border:1px solid #202034;
}
.popular-card img{width:100%;height:220px;object-fit:contain}
.tag{background:#8cff00;color:#000;padding:4px 8px;border-radius:6px;font-size:11px}
.popular-card button{
float:right;border:1px solid #00cfff;background:transparent;color:white;border-radius:10px;padding:10px;
}
@media(max-width:900px){
.full-neon-promos,.category-grid,.popular-grid{grid-template-columns:1fr}
}

/* SHIFT product cards */
.popular-card{overflow:hidden;transition:.25s ease;}
.popular-card:hover{transform:translateY(-5px);box-shadow:0 0 35px rgba(0,210,255,.15);}
.popular-card img{background:radial-gradient(circle,#19192b,#07070d);border-radius:16px;}
.popular-card h3{font-size:18px;margin:14px 0 5px;}
.popular-card strong{display:inline-block;margin-top:18px;font-size:22px;}


/* SHIFT final visual polish */
.topbar{
 backdrop-filter:blur(12px);
}

.logo{
 letter-spacing:2px;
}

.neo-categories h2,
.popular-section h2{
 text-transform:uppercase;
 letter-spacing:1px;
}

.category-grid div{
 position:relative;
 overflow:hidden;
 cursor:pointer;
 transition:.25s;
}

.category-grid div:hover{
 transform:translateY(-6px);
 border-color:#00d9ff;
 box-shadow:0 0 30px rgba(0,217,255,.25);
}

.popular-card{
 min-height:430px;
}

.popular-card button{
 cursor:pointer;
 transition:.2s;
}

.popular-card button:hover{
 box-shadow:0 0 20px #00d9ff;
}

.shift-cart,.checkout-card{
 border-radius:24px;
}


/* SHIFT SVG categories + product cards */
.category-grid div{
background-size:cover;
background-position:center;
}
.product-modern{
position:relative;
background:#090914;
border-radius:24px;
padding:18px;
border:1px solid #24243c;
}
.product-modern .heart{
position:absolute;
right:15px;
top:15px;
font-size:25px;
}
.product-modern .hit{
background:#ff006e;
padding:5px 10px;
border-radius:8px;
font-size:12px;
font-weight:900;
}
.product-modern .taste{
color:#aaa;
}
.product-modern .buy{
width:100%;
background:#00d8ff;
border:0;
padding:14px;
border-radius:14px;
font-weight:900;
}
.product-modern .buy:hover{
box-shadow:0 0 25px #00d8ff;
}

.product-page{
background:#080812;
border-radius:30px;
padding:30px;
}

.hit{display:inline-block;background:#ff006e;color:#fff;padding:6px 12px;border-radius:10px;font-weight:900}.product-page .buy{background:#00d8ff;border:0;padding:16px 30px;border-radius:14px;font-weight:900}.search-box{background:#111;color:white;border-radius:12px;padding:12px}


/* SHIFT search + favorites */
.shift-search{
background:#0b0b14;
border:1px solid #27273d;
border-radius:16px;
padding:14px 20px;
color:white;
width:100%;
max-width:420px;
}
.favorite-heart{
position:absolute;
right:16px;
top:16px;
font-size:26px;
cursor:pointer;
color:#aaa;
}
.favorite-heart.active{color:#ff2b9d;text-shadow:0 0 20px #ff2b9d;}

.product-card img,.popular-card img{
transition:.3s;
}
.product-card:hover img,.popular-card:hover img{
transform:scale(1.04);
}

.shift-search{background:#080812;border:1px solid #333;color:white;border-radius:14px;padding:12px 18px}
.shift-search-box{flex:1;display:flex;justify-content:center}
.product-page .detail-grid{background:#080812;border-radius:30px;padding:35px}


/* PRODUCT PAGE SHIFT FIX */
.shift-product-page{
margin:40px auto;
display:grid;
grid-template-columns:minmax(300px,560px) 1fr;
gap:50px;
background:#090914;
border:1px solid #24243b;
border-radius:32px;
padding:40px;
align-items:center;
}

.product-gallery{
height:560px;
display:flex;
align-items:center;
justify-content:center;
background:#05050b;
border-radius:28px;
overflow:hidden;
}

.product-gallery img{
max-width:100%;
max-height:100%;
width:auto;
height:auto;
object-fit:contain;
}

.product-info h1{
font-size:54px;
line-height:1;
margin:25px 0;
color:white;
}

.product-actions{
display:flex;
justify-content:space-between;
align-items:center;
}

.product-badge{
background:#ff008f;
color:white;
padding:10px 22px;
border-radius:12px;
font-weight:900;
}

.favorite-heart{
background:none;
border:0;
font-size:34px;
color:white;
}

.product-flavor{
font-size:20px;
color:#aaa;
}

.product-price{
font-size:42px;
font-weight:900;
margin:30px 0;
}

.product-buy{
width:100%;
padding:20px;
border-radius:16px;
border:0;
background:#00d8ff;
font-size:18px;
font-weight:900;
}

.product-details{
margin-top:35px;
border-top:1px solid #222;
padding-top:25px;
color:#aaa;
}

@media(max-width:900px){
.shift-product-page{
grid-template-columns:1fr;
padding:20px;
}
.product-gallery{height:350px}
.product-info h1{font-size:36px}
}


/* SHIFT promo blocks v2 */
.shift-promo-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
margin:20px;
}
.shift-promo-card{
height:300px;
border-radius:24px;
padding:30px;
display:flex;
flex-direction:column;
justify-content:space-between;
overflow:hidden;
border:1px solid rgba(255,255,255,.18);
background:#080812;
}
.shift-promo-card h2{
font-size:38px;
line-height:.95;
margin:0;
font-weight:900;
}
.shift-promo-card p{
color:#e5e5e5;
}
.shift-promo-card a,.shift-action-bar a{
display:inline-flex;
align-items:center;
justify-content:center;
text-decoration:none;
font-weight:900;
border-radius:14px;
padding:15px 24px;
}
.promo-green{box-shadow:inset 0 0 80px rgba(180,255,0,.35)}
.promo-green h2{color:#c8ff00}
.promo-green a,.action-green{background:#d5ff00;color:#050505}
.promo-purple{box-shadow:inset 0 0 80px rgba(255,0,160,.35)}
.promo-purple h2{color:#ff65d1}
.promo-purple a,.action-purple{background:linear-gradient(90deg,#7133d8,#ff269f);color:white}
.promo-blue{box-shadow:inset 0 0 80px rgba(0,190,255,.35)}
.promo-blue h2{color:#27d9ff}
.promo-blue a,.action-blue{background:#25cfff;color:#001018}

.shift-action-bar{
display:flex;
gap:18px;
align-items:center;
padding:18px 28px;
margin:10px 20px 30px;
border-radius:24px;
background:#11111c;
}
@media(max-width:900px){
.shift-promo-grid{grid-template-columns:1fr}
.shift-action-bar{flex-direction:column}
}


/* promo svg icons */
.shift-promo-card:before{
content:"";
position:absolute;
right:35px;
top:55px;
width:120px;
height:120px;
background-repeat:no-repeat;
background-position:center;
background-size:contain;
opacity:.9;
}
.shift-promo-card{position:relative}
.promo-green:before{background-image:url('/images/promo/catalog.svg');color:#d5ff00}
.promo-purple:before,.promo-blue:before{background-image:url('/images/promo/telegram.svg')}
.shift-promo-card:hover{
transform:translateY(-4px);
transition:.25s;
}

.shift-promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px auto}
.shift-promo-card{position:relative;min-height:270px;padding:30px;border-radius:24px;overflow:hidden;background:#090914;border:1px solid #303044}
.shift-promo-card h2{font-size:36px;line-height:.95;position:relative;z-index:2}
.shift-promo-card p{position:relative;z-index:2;color:#eee}
.shift-promo-card img{position:absolute;right:30px;top:80px;width:120px;height:120px;opacity:.7;color:white}
.shift-promo-card a,.shift-action-bar a{display:inline-block;padding:14px 22px;border-radius:12px;font-weight:900;text-decoration:none;position:relative;z-index:3}
.promo-green{box-shadow:inset 0 0 80px #aaff00}.promo-green h2{color:#d5ff00}.promo-green a,.action-green{background:#d5ff00;color:#111}
.promo-purple{box-shadow:inset 0 0 80px #ff20aa}.promo-purple h2{color:#ff69d5}.promo-purple a,.action-purple{background:linear-gradient(90deg,#7430d9,#ff209b);color:white}
.promo-blue{box-shadow:inset 0 0 80px #00cfff}.promo-blue h2{color:#2adfff}.promo-blue a,.action-blue{background:#22cfff;color:#061018}
.shift-action-bar{display:flex;gap:18px;padding:18px;background:#11111c;border-radius:24px}
@media(max-width:900px){.shift-promo-grid{grid-template-columns:1fr}.shift-action-bar{flex-direction:column}}

.old-bottom-banner{margin:40px auto;padding:0 20px}
.old-banner-inner{height:260px;border-radius:28px;background:#080812;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:inset 0 0 80px #ff149d;border:1px solid #27273b;text-align:center}
.old-banner-inner h2{font-size:60px;color:white;margin:0}
.old-banner-inner p{font-size:28px;color:#ff39b5;font-weight:900}

/* SHIFT CART V2 */
.shift-cart-page{padding:70px 0 100px}
.shift-cart-page h1{font-size:64px;letter-spacing:-.07em;margin-bottom:40px}
.cart-products{display:grid;gap:18px}
.cart-product-card{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:25px;padding:22px;background:#0d0d12;border:1px solid #23232d;border-radius:24px}
.cart-product-card img{width:110px;height:110px;object-fit:cover;border-radius:18px;background:#111}
.cart-product-card h3{margin:0 0 8px;font-size:22px}
.cart-product-card p{color:var(--muted);margin:0 0 15px}
.cart-controls{display:flex;align-items:center;gap:10px}
.cart-controls button{background:#161620;color:white;border:1px solid #30303d;border-radius:10px;padding:8px 14px;cursor:pointer}
.cart-controls b{min-width:25px;text-align:center}
.remove-cart{color:#ff6b9e!important}
.cart-total{margin:25px 0;padding:25px 30px;background:#111118;border:1px solid #23232d;border-radius:22px}
.cart-total div{display:flex;justify-content:space-between;font-size:20px}
.cart-total strong{font-size:32px;color:var(--cyan)}
.checkout-card{padding:35px;background:#0d0d12;border:1px solid #23232d;border-radius:26px;display:grid;gap:15px}
.checkout-card h2{margin-top:0}
@media(max-width:700px){.shift-cart-page h1{font-size:44px}.cart-product-card{grid-template-columns:75px 1fr}.cart-product-card img{width:75px;height:75px}.cart-product-card>strong{grid-column:2}.cart-controls{flex-wrap:wrap}}


/* Minimal top navigation */
.neon-nav{display:flex;align-items:center;gap:28px}
.cart-icon-btn{position:relative!important;width:60px;height:60px;border-radius:18px;display:flex!important;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.16);transition:.25s;color:#f6fbff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 24px rgba(0,0,0,.24)}
.cart-icon-btn:hover{transform:translateY(-2px);border-color:rgba(36,231,255,.65);box-shadow:0 0 28px rgba(36,231,255,.22),inset 0 1px 0 rgba(255,255,255,.08)}
.cart-bag-icon{width:30px;height:30px;display:block;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(36,231,255,.16))}
.cart-badge{position:absolute;right:-5px;top:-5px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:linear-gradient(135deg,var(--purple),var(--pink));color:#fff;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(255,42,166,.35)}
@media(max-width:600px){.neon-nav{gap:12px}.cart-icon-btn{width:52px;height:52px;border-radius:16px}.cart-bag-icon{width:26px;height:26px}}

.product-search:empty,.shift-search-box:empty{display:none}


/* cart close button */
.cart-box{position:relative}
.cart-close{
    position:absolute;
    top:18px;
    right:20px;
    width:38px;
    height:38px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.15);
    background:rgba(255,255,255,.06);
    color:#fff;
    font-size:28px;
    line-height:34px;
    cursor:pointer;
    transition:.25s;
    z-index:2;
}
.cart-close:hover{
    background:#ff2aa6;
    border-color:#ff2aa6;
    transform:rotate(90deg);
}


/* beautiful modal cart items */
.cart-row{display:flex;flex-direction:column;gap:16px;padding:20px;background:#0d0d12;border:1px solid #292936;border-radius:18px;margin-bottom:12px}
.cart-row-title{font-size:22px;font-weight:900;color:#fff;letter-spacing:-.03em}
.cart-row-actions{display:flex;align-items:center;justify-content:center;gap:14px}
.cart-row-actions b{min-width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#181820;color:#fff;font-size:18px}
.qty-btn{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:linear-gradient(135deg,#642cff,#00cfff);color:#fff;font-size:22px;font-weight:900;cursor:pointer}
.qty-btn:hover{transform:scale(1.08)}
.remove-btn{height:36px;border-radius:12px;border:1px solid rgba(255,42,166,.35);background:rgba(255,42,166,.08);color:#ff6bb9;font-weight:800;cursor:pointer}
.remove-btn:hover{background:#ff2aa6;color:#fff}


/* cart modal layout fix */
.cart-box{
    max-height:90vh;
    overflow-y:auto;
    position:relative;
    padding-bottom:30px;
}

.cart-box::-webkit-scrollbar{
    width:6px;
}

.cart-box::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.18);
    border-radius:20px;
}

#cartItems{
    margin-bottom:20px;
}

.cart-box button[type="submit"],
.cart-box .order-btn,
.cart-box .checkout-btn{
    position:sticky;
    bottom:0;
}


.delivery-select{
    display:flex;
    gap:12px;
    margin-bottom:16px;
}

.delivery-option{
    flex:1;
    height:48px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.14);
    background:#101017;
    color:#fff;
    font-weight:900;
    cursor:pointer;
    transition:.25s;
}

.delivery-option.active{
    background:linear-gradient(90deg,#642cff,#00cfff);
    border-color:transparent;
}

.delivery-option:hover{
    transform:translateY(-2px);
}

.cart-box .delivery-select{display:flex;gap:12px;margin-bottom:16px}.cart-box .delivery-option{flex:1;height:48px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#101017;color:#fff;font-weight:900;cursor:pointer}.cart-box .delivery-option.active{background:linear-gradient(90deg,#642cff,#00cfff);border-color:transparent}


.delivery-address-wrap{display:block;margin-bottom:12px;overflow:hidden;transition:.25s}
.delivery-address-wrap.hidden{display:none}
.delivery-address-wrap input{width:100%;box-sizing:border-box}


/* delivery address input focus fix */
#address,
input[name="address"],
.address-input{
    outline:none;
}

#address:focus,
input[name="address"]:focus,
.address-input:focus{
    border-color:#00cfff !important;
    box-shadow:0 0 0 2px rgba(0,207,255,.35), 0 0 18px rgba(0,207,255,.18) !important;
}

/* real delivery address focus */
#orderAddress{
    outline:none;
    transition:.25s;
}

#orderAddress:focus{
    border-color:#00cfff !important;
    box-shadow:0 0 0 2px rgba(0,207,255,.35),0 0 18px rgba(0,207,255,.18) !important;
}

/* disable textarea resize handle */
textarea {
    resize: none !important;
}


/* delivery active neon text */
.delivery-option.active{
    color:#ffffff;
    text-shadow:
        0 0 8px rgba(0,207,255,.95),
        0 0 18px rgba(0,207,255,.7),
        0 0 32px rgba(100,44,255,.55);
}

.delivery-option.active:first-child{
    box-shadow:
        0 0 20px rgba(0,207,255,.18),
        inset 0 0 30px rgba(0,207,255,.08);
}

/* compact cart products with images */
.cart-row{
 display:flex;
 align-items:center;
 gap:16px;
 padding:14px;
 border:1px solid #292b38;
 border-radius:20px;
 background:#0d0d13;
 margin-bottom:12px;
}
.cart-row-image{
 width:70px;
 height:70px;
 object-fit:cover;
 border-radius:14px;
 background:#111;
}
.cart-row-main{flex:1}
.cart-row-title{font-size:20px;font-weight:900;margin-bottom:12px}
.cart-row-actions{display:flex;align-items:center;justify-content:center;gap:14px}
.remove-btn{margin-top:12px;width:100%;border-radius:12px}


/* compact product cards in cart */
.cart-product-card{
    display:grid;
    grid-template-columns:78px 1fr auto;
    align-items:center;
    gap:18px;
    min-height:105px;
    padding:16px;
    border-radius:20px;
}

.cart-product-card img{
    width:78px;
    height:78px;
    object-fit:cover;
    border-radius:16px;
    background:#111;
}

.cart-product-info{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.cart-product-info h3{
    font-size:20px;
    margin:0;
    text-align:left;
}

.cart-product-info p{
    color:#ff35ad;
    font-weight:900;
    margin:0;
}

.cart-controls{
    justify-content:flex-end;
}

.remove-cart{
    width:42px!important;
    height:42px;
    padding:0!important;
    border-radius:14px!important;
    font-size:0;
}

.remove-cart:after{
    content:"×";
    font-size:22px;
    color:#ff35ad;
}

.cart-product-card .cart-controls button:not(.remove-cart){
    width:42px;
    height:42px;
    border-radius:50%;
    padding:0;
    background:linear-gradient(135deg,#642cff,#00cfff);
    border:0;
    font-size:20px;
}

/* modal cart compact layout */
.cart-row{
 display:flex;
 align-items:center;
 gap:16px;
 padding:14px;
 background:#0d0d12;
 border:1px solid #23232d;
 border-radius:18px;
 margin-bottom:12px;
}
.cart-row-image{
 width:72px;
 height:72px;
 border-radius:14px;
 object-fit:cover;
}
.cart-row-main{
 flex:1;
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:12px;
}
.cart-row-title{
 font-size:18px;
 font-weight:900;
}
.cart-row-price{
 color:#ff35ad;
 font-weight:800;
 margin-top:4px;
}
.cart-row-actions{
 display:flex;
 align-items:center;
 gap:10px;
}
.remove-btn{
 width:40px!important;
 height:40px;
 border-radius:50%!important;
 padding:0!important;
 font-size:22px!important;
 color:#ff35ad!important;
}


/* premium cart product row */
.cart-product-card{
    display:grid;
    grid-template-columns:82px 1fr auto;
    align-items:center;
    gap:18px;
    padding:18px;
    min-height:120px;
}

.cart-product-card img{
    width:82px;
    height:82px;
    border-radius:18px;
    object-fit:cover;
}

.cart-product-info h3{
    margin:0 0 8px;
    font-size:24px;
    text-align:left;
}

.cart-product-info p{
    margin:0;
    color:#ff2aa6;
    font-size:20px;
    font-weight:900;
}

.cart-actions{
    display:flex;
    align-items:center;
    gap:14px;
}

.cart-controls{
    display:flex;
    align-items:center;
    gap:12px;
}

.cart-controls button{
    width:42px!important;
    height:42px!important;
    border-radius:50%!important;
    padding:0!important;
    display:grid;
    place-items:center;
    font-size:22px;
    background:linear-gradient(135deg,#642cff,#00cfff)!important;
    border:0!important;
}

.cart-controls b{
    width:40px;
    height:40px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:#161620;
}

.remove-cart{
    width:44px!important;
    height:44px;
    border-radius:50%!important;
    padding:0!important;
    font-size:0!important;
    border:1px solid rgba(255,42,166,.55)!important;
}

.remove-cart:after{
    content:"×";
    font-size:26px;
    color:#ff2aa6;
}

/* modal cart reference layout */
.cart-row{display:grid;grid-template-columns:78px 1fr auto;align-items:center;gap:18px;padding:16px;border:1px solid #252735;border-radius:22px;background:#0d0d14;margin-bottom:14px;min-height:105px}
.cart-row-image{width:78px;height:78px;object-fit:cover;border-radius:16px}
.cart-row-info{display:flex;flex-direction:column;gap:8px}
.cart-row-title{font-size:22px;font-weight:900;color:#fff}
.cart-row-price{font-size:18px;font-weight:900;color:#ff2aa6}
.cart-row-actions{display:flex;align-items:center;gap:10px}
.cart-row-actions b{min-width:35px;text-align:center;background:#171722;padding:10px;border-radius:12px;color:white}
.qty-btn{width:44px;height:44px;border:0;border-radius:50%;background:linear-gradient(135deg,#642cff,#00cfff);color:white;font-size:24px;font-weight:900}
.remove-btn{width:44px;height:44px;border-radius:50%;border:1px solid #ff2aa6;background:rgba(255,42,166,.08);color:#ff2aa6;font-size:24px}


/* Checkout modal reference redesign */
.cart-box{
    max-width:620px!important;
    background:#090b13!important;
    border:1px solid rgba(255,255,255,.12);
    border-radius:28px!important;
    padding:28px!important;
    box-shadow:0 0 60px rgba(0,0,0,.55), inset 0 0 40px rgba(0,207,255,.03);
}

.cart-product-card{
    display:grid!important;
    grid-template-columns:90px 1fr auto!important;
    align-items:center!important;
    gap:18px!important;
    min-height:120px!important;
    padding:16px!important;
    border-radius:22px!important;
    background:#0b0d15!important;
    border:1px solid rgba(255,255,255,.10)!important;
}

.cart-product-card img{
    width:90px!important;
    height:90px!important;
    border-radius:18px!important;
}

.cart-product-info h3{
    font-size:20px!important;
    color:#fff!important;
}

.cart-product-info p{
    color:#ff2aa6!important;
    font-weight:900!important;
}

.cart-controls button:not(.remove-cart){
    width:42px!important;
    height:42px!important;
    border-radius:50%!important;
    background:linear-gradient(135deg,#642cff,#00cfff)!important;
    border:0!important;
}

.remove-cart{
    width:42px!important;
    height:42px!important;
    border-radius:50%!important;
    background:rgba(255,42,166,.08)!important;
    border:1px solid rgba(255,42,166,.45)!important;
}

.delivery-option.active{
    box-shadow:0 0 30px rgba(0,207,255,.35);
    text-shadow:0 0 15px #00cfff;
}

.cart-box input,.cart-box textarea{
    background:#090b13!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:16px!important;
}

.cart-box input:focus,.cart-box textarea:focus{
    border-color:#00cfff!important;
    box-shadow:0 0 18px rgba(0,207,255,.25)!important;
}

.cart-box button[type="submit"]{
    border-radius:18px!important;
    background:linear-gradient(90deg,#ff2aa6,#7a2cff)!important;
    color:#fff!important;
    font-weight:900!important;
}


/* premium checkout icons */
.remove-cart{
    font-size:0!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    color:#ff2aa6!important;
}

.remove-cart::before{
    content:"";
    width:20px;
    height:20px;
    display:block;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff2aa6' stroke-width='2'%3E%3Cpath d='M4 7h16M10 11v6M14 11v6M9 7l1-3h4l1 3M6 7l1 14h10l1-14'/%3E%3C/svg%3E");
}

.delivery-option.active::before{
    content:"";
    display:inline-block;
    width:24px;
    height:24px;
    margin-right:10px;
    vertical-align:middle;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M3 6h11v10H3zM14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E");
}


/* checkout svg icons */
.delivery-option::before,
.delivery-option::after{
    display:inline-block;
    vertical-align:middle;
}

.delivery-option[data-value="Самовывоз"]::before{
    content:"";
    width:22px;
    height:22px;
    margin-right:8px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M3 10h18v10H3z'/%3E%3Cpath d='M5 10V6h14v4M9 14h6'/%3E%3C/svg%3E") center/contain no-repeat;
}

#orderAddress{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300cfff' stroke-width='2'%3E%3Cpath d='M12 21s7-6 7-12a7 7 0 1 0-14 0c0 6 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:14px center;
    background-size:22px;
    padding-left:46px!important;
}

#orderTelegram{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300cfff' stroke-width='2'%3E%3Cpath d='M21 3L3 10l7 3 3 7 8-17z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:14px center;
    background-size:22px;
    padding-left:46px!important;
}

#orderComment{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300cfff' stroke-width='2'%3E%3Cpath d='M4 5h16v11H8l-4 4z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:14px 14px;
    background-size:22px;
    padding-left:46px!important;
}

.cart-box button[type="submit"]::before{
    content:"✈";
    margin-right:10px;
    font-size:18px;
}


/* reference checkout design */
.cart-box{
    background:#080b14!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:28px!important;
    box-shadow:0 0 50px rgba(0,0,0,.45)!important;
}

.cart-product-card{
    background:#0b0e17!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:22px!important;
    padding:18px!important;
}

.remove-cart{
    border-radius:50%!important;
    width:48px!important;
    height:48px!important;
    background:rgba(255,42,166,.08)!important;
    border:1px solid rgba(255,42,166,.8)!important;
    box-shadow:0 0 18px rgba(255,42,166,.25)!important;
}

.remove-cart::before{
    width:24px!important;
    height:24px!important;
}

.delivery-option{
    border-radius:18px!important;
    min-height:62px!important;
}

.delivery-option.active{
    background:linear-gradient(90deg,#6330ff,#00cfff)!important;
    color:white!important;
    box-shadow:0 0 28px rgba(0,207,255,.3)!important;
}

#orderAddress,#orderTelegram,#orderComment{
    border-radius:18px!important;
    min-height:58px;
}

.cart-box button[type="submit"]{
    min-height:64px!important;
    border-radius:20px!important;
    background:linear-gradient(90deg,#ff1595,#ff39c8)!important;
    box-shadow:0 0 28px rgba(255,21,149,.35)!important;
    font-size:18px!important;
}

.cart-box button[type="submit"]::before{
    content:"✈";
    margin-right:12px;
}


/* final checkout svg fields */
.remove-cart{
    font-size:0!important;
}
.remove-cart::before{
    content:"";
    width:24px;
    height:24px;
    display:block;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff2aa6' stroke-width='2'%3E%3Cpath d='M3 6h18M9 6V4h6v2M7 6l1 15h8l1-15M10 11v6M14 11v6'/%3E%3C/svg%3E") center/contain no-repeat;
}

#orderAddress,#orderTelegram,#orderComment{
    background-repeat:no-repeat!important;
    background-position:18px center!important;
    background-size:22px!important;
    padding-left:55px!important;
}
#orderAddress{
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300cfff' stroke-width='2'%3E%3Cpath d='M12 21s7-6 7-12a7 7 0 1 0-14 0c0 6 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2'/%3E%3C/svg%3E")!important;
}
#orderTelegram{
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300cfff' stroke-width='2'%3E%3Cpath d='M21 3L3 10l7 3 3 7 8-17z'/%3E%3C/svg%3E")!important;
}
#orderComment{
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300cfff' stroke-width='2'%3E%3Cpath d='M4 5h16v11H8l-4 4z'/%3E%3C/svg%3E")!important;
}
.cart-box button[type="submit"]::before{
content:"";
display:inline-block;
width:22px;height:22px;
vertical-align:middle;
margin-right:10px;
background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8bd5' stroke-width='2'%3E%3Cpath d='M21 3L3 10l7 3 3 7 8-17z'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* final reference cart rows */
.reference-cart-row{
 display:grid!important;
 grid-template-columns:90px 1fr auto;
 align-items:center;
 gap:20px;
 min-height:120px;
 padding:18px;
 border-radius:22px;
 background:#090c15;
 border:1px solid rgba(255,255,255,.12);
 margin-bottom:18px;
}
.reference-cart-row .cart-row-image{
 width:90px;
 height:90px;
 object-fit:cover;
 border-radius:18px;
}
.reference-cart-row .cart-row-title{
 color:#fff;
 font-size:24px;
 font-weight:900;
}
.reference-cart-row .cart-row-price{
 color:#ff2aa6;
 font-size:22px;
 font-weight:900;
 margin-top:8px;
}
.reference-cart-row .qty-btn{
 width:48px;
 height:48px;
 border-radius:50%;
 background:linear-gradient(135deg,#642cff,#00cfff);
 border:0;
 color:white;
 font-size:26px;
 font-weight:900;
}
.reference-cart-row .remove-btn{
 width:50px;
 height:50px;
 border-radius:50%;
 background:rgba(255,42,166,.08);
 border:1px solid #ff2aa6;
 position:relative;
}
.reference-cart-row .remove-btn:after{
 content:"";
 width:24px;
 height:24px;
 position:absolute;
 left:12px;
 top:12px;
 background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ff2aa6' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 7h14M10 11v6M14 11v6M9 7l1-3h4l1 3M7 7l1 14h8l1-14'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* final product card alignment */
.reference-cart-row{
 display:grid!important;
 grid-template-columns:92px 1fr auto!important;
 align-items:center!important;
 gap:18px!important;
 min-height:112px!important;
 padding:16px!important;
}
.cart-image-wrap{
 width:92px;
 height:92px;
 border-radius:18px;
 overflow:hidden;
 background:#11131c;
}
.reference-cart-row .cart-row-image{
 width:100%!important;
 height:100%!important;
 object-fit:cover;
}
.reference-cart-row .cart-row-title{
 font-size:22px!important;
}
.reference-cart-row .cart-row-price{
 font-size:21px!important;
}
.remove-cart{
 width:50px!important;
 height:50px!important;
 border-radius:50%!important;
 background:rgba(255,42,166,.08)!important;
 border:1px solid #ff2aa6!important;
 position:relative;
}
.remove-cart:before{
 content:"";
 position:absolute;
 inset:12px;
 background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ff2aa6' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 7h14M10 11v7M14 11v7M9 7l1-3h4l1 3M7 7l1 14h8l1-14'/%3E%3C/svg%3E") center/contain no-repeat;
}
.cart-box button[type="submit"]{
 background:linear-gradient(90deg,#ff1595,#ff3ac8)!important;
 color:white!important;
 box-shadow:0 0 30px rgba(255,21,149,.35)!important;
}
.cart-box button[type="submit"]:before{
 content:"✈";
 margin-right:12px;
}


/* ultimate reference polish */
.reference-cart-row{
    min-height:108px!important;
    padding:14px 18px!important;
    grid-template-columns:82px 1fr auto!important;
    gap:16px!important;
    border-radius:24px!important;
}

.cart-image-wrap{
    width:82px!important;
    height:82px!important;
    border-radius:20px!important;
}

.reference-cart-row .cart-row-title{
    font-size:21px!important;
    line-height:1.1!important;
}

.reference-cart-row .cart-row-price{
    margin-top:6px!important;
    font-size:20px!important;
}

.reference-cart-row .cart-row-actions{
    gap:12px!important;
}

.reference-cart-row .qty-btn{
    width:46px!important;
    height:46px!important;
}

.remove-cart{
    width:54px!important;
    height:54px!important;
    box-shadow:0 0 18px rgba(255,42,166,.35)!important;
}

.remove-cart:before{
    inset:13px!important;
}

/* inputs premium */
#orderAddress,#orderTelegram,#orderComment{
    background-color:#090c15!important;
    border:1px solid rgba(0,207,255,.18)!important;
    box-shadow:inset 0 0 20px rgba(0,207,255,.03)!important;
}

#orderAddress:focus,#orderTelegram:focus,#orderComment:focus{
    border-color:#00cfff!important;
    box-shadow:0 0 22px rgba(0,207,255,.28)!important;
}

/* submit button */
.cart-box button[type="submit"]{
    background:linear-gradient(90deg,#ff1493,#ff45c8)!important;
    color:#fff!important;
    text-shadow:0 0 10px rgba(255,255,255,.5);
    box-shadow:0 0 35px rgba(255,20,147,.35)!important;
}

.cart-box button[type="submit"]:before{
    content:"";
    display:inline-block;
    width:22px;
    height:22px;
    vertical-align:middle;
    margin-right:12px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M21 3L3 10l7 3 3 7 8-17z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* delivery polish */
.delivery-option.active{
    box-shadow:0 0 35px rgba(0,207,255,.35)!important;
}



/* final modal cart layout */
.reference-cart-row{
 display:grid!important;
 grid-template-columns:86px 1fr auto!important;
 align-items:center!important;
 gap:18px!important;
 min-height:112px!important;
}
.cart-image-wrap{
 width:86px;
 height:86px;
 border-radius:18px;
 overflow:hidden;
}
.cart-row-image{
 width:100%!important;
 height:100%!important;
 object-fit:cover;
}
.cart-row-weight{
 color:#8b90a8;
 font-size:14px;
 margin-top:4px;
}
.cart-row-title{
 font-size:22px!important;
}
.cart-row-price{
 color:#ff35ad!important;
 font-size:22px!important;
 font-weight:900;
}
.remove-cart{
 width:54px!important;
 height:54px!important;
 border-radius:50%!important;
 border:1px solid #ff35ad!important;
 background:rgba(255,53,173,.08)!important;
 position:relative;
}
.remove-cart:before{
 content:"";
 position:absolute;
 inset:13px;
 background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ff35ad' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 7h14M9 7l1-3h4l1 3M7 7l1 14h8l1-14M10 11v6M14 11v6'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* remove weight */
.cart-row-weight{
 display:none!important;
}

/* only trash icon button */
.remove-cart{
 font-size:0!important;
}
.remove-cart:after{
 content:"";
 display:block;
 width:24px;
 height:24px;
 background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ff35ad' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 7h14M9 7l1-3h4l1 3M7 7l1 14h8l1-14M10 11v6M14 11v6'/%3E%3C/svg%3E") center/contain no-repeat;
 margin:auto;
}


/* remove old x icon completely */
.remove-x,
.remove-close,
.cart-remove-x,
.remove-cart span{
    display:none!important;
}

/* only trash button */
.remove-cart{
    font-size:0!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
}
.remove-cart::before{
    content:"";
    width:25px;
    height:25px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ff35ad' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 7h14M9 7l1-3h4l1 3M7 7l1 14h10L18 7M10 11v6M14 11v6'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* remove old x and keep only trash */
.reference-cart-row .remove-x,
.reference-cart-row .remove-close,
.reference-cart-row .remove-btn,
.reference-cart-row .delete-x{
 display:none!important;
}

.modal-total{
 display:flex;
 justify-content:flex-end;
 font-size:22px;
 font-weight:900;
 color:#fff;
 margin:18px 0;
}
.modal-total span{
 color:#ff35ad;
 margin-left:8px;
}


/* restore clean cart */
.modal-total{
 display:flex!important;
 justify-content:space-between;
 margin:18px 0;
 padding:14px 18px;
 border-radius:18px;
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.1);
 color:#fff;
 font-weight:900;
}
.remove-cart{
 display:flex!important;
 align-items:center;
 justify-content:center;
 width:52px!important;
 height:52px!important;
}
.remove-cart::before{
 content:"";
 width:25px;
 height:25px;
 background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ff35ad' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 7h14M9 7l1-3h4l1 3M7 7l1 14h8l1-14M10 11v6M14 11v6'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* Neon trash button - reference style */
.remove-cart{
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    border-radius:50%!important;
    border:1px solid rgba(255,40,170,.95)!important;
    background:rgba(255,20,150,.08)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
    box-shadow:
        0 0 12px rgba(255,20,150,.55),
        0 0 35px rgba(255,20,150,.25),
        inset 0 0 20px rgba(255,20,150,.12)!important;
    transition:.25s ease!important;
}

.remove-cart:hover{
    box-shadow:
        0 0 18px rgba(255,20,150,.9),
        0 0 55px rgba(255,20,150,.5)!important;
    transform:scale(1.05);
}

.remove-cart::before{
    content:"";
    width:27px;
    height:27px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff35ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M19 6l-1 14H6L5 6'/%3E%3Cpath d='M10 11v5'/%3E%3Cpath d='M14 11v5'/%3E%3C/svg%3E") center/contain no-repeat;
    filter:drop-shadow(0 0 8px #ff35ad);
}

/* delete button removed */
.remove-cart{display:none!important;}


/* Cross delete button for cart item */
.remove-cross{
    width:42px!important;
    height:42px!important;
    border-radius:50%!important;
    border:1px solid rgba(255,255,255,.25)!important;
    background:rgba(255,255,255,.04)!important;
    color:#ff35ad!important;
    font-size:28px!important;
    font-weight:700!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    cursor:pointer;
    margin-left:10px;
    transition:.25s ease;
}

.remove-cross:hover{
    border-color:#ff35ad!important;
    box-shadow:0 0 20px rgba(255,53,173,.5);
    transform:scale(1.08);
}

/* === REFERENCE CATALOG / PRODUCT CARDS === */
.catalog-reference{padding:54px 0 40px;position:relative}
.catalog-reference .container{width:min(1360px,calc(100% - 34px))}
.catalog-reference-hero{
  position:relative;
  margin:0 0 22px;
  padding:26px 26px 22px;
  border:1px solid rgba(126,214,231,.16);
  border-radius:28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(80,217,255,.10), transparent 38%),
    linear-gradient(180deg, rgba(18,28,36,.96), rgba(10,16,22,.96));
  text-align:center;
  box-shadow:0 18px 48px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04);
}
.catalog-reference-kicker{margin-bottom:8px;color:#8ca6b6;font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}
.catalog-reference-hero h2{margin:0;color:#effaff;font-size:clamp(44px,5.8vw,80px);line-height:.92;letter-spacing:.22em;font-weight:900}
.catalog-reference-hero p{margin:8px 0 0;color:#7c95a6;font-size:14px;letter-spacing:.14em;text-transform:uppercase}
.catalog-layout-ref{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:start}

.catalog-sidebar-ref{display:grid;gap:14px;position:sticky;top:95px}
.sidebar-panel{
  padding:18px 16px;
  border:1px solid rgba(126,214,231,.14);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(15,23,30,.96), rgba(10,16,22,.98));
  box-shadow:0 14px 38px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.03);
}
.sidebar-title{margin-bottom:14px;color:#f4fbff;font-size:16px;font-weight:800;letter-spacing:-.03em}
.sidebar-nav,.brand-filter-list{display:grid;gap:9px}
.sidebar-link,.brand-filter-item{
  display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;
  padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.05);
  background:rgba(255,255,255,.02);color:#b9cad6;font-size:14px;
}
.sidebar-link.is-active{color:#fff;border-color:rgba(89,240,208,.38);box-shadow:0 0 0 1px rgba(89,240,208,.14),0 0 16px rgba(89,240,208,.07)}
.sidebar-link b,.brand-filter-item b{
  min-width:28px;height:28px;display:grid;place-items:center;border-radius:999px;
  background:rgba(255,255,255,.06);color:#84f6d7;font-size:12px;font-weight:800;
}
.brand-filter-item{grid-template-columns:auto 1fr auto;cursor:default}
.brand-check{width:16px;height:16px;border:1px solid rgba(255,255,255,.16);border-radius:4px;background:rgba(255,255,255,.02)}
.brand-name{min-width:0}
.sidebar-note{color:#8196a5;font-size:13px}
.price-bar{height:5px;border-radius:999px;background:rgba(255,255,255,.08);position:relative;margin:10px 2px 12px}
.price-bar span{position:absolute;left:10%;right:18%;top:0;bottom:0;border-radius:999px;background:linear-gradient(90deg,#75f1d6,#7bb8ff)}
.price-fields{display:flex;justify-content:space-between;gap:10px;color:#a2b4bf;font-size:13px}
.strength-tags{display:flex;flex-wrap:wrap;gap:8px}
.strength-tags span{
  min-width:34px;padding:7px 11px;border-radius:10px;border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.03);color:#d4e2ea;font-size:13px;font-weight:700;text-align:center;
}
.toggle-list{display:grid;gap:10px;margin-top:14px}
.toggle-row{display:flex;justify-content:space-between;align-items:center;color:#c7d5dd;font-size:14px}
.toggle-row i{width:42px;height:24px;border-radius:999px;background:rgba(255,255,255,.08);position:relative;display:block}
.toggle-row i::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff}
.toggle-row i.toggle-on{background:linear-gradient(90deg,#25d9ff,#65ffd2)}
.toggle-row i.toggle-on::after{left:21px}

.catalog-main-ref{min-width:0}
.catalog-toolbar-ref{
  display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;
  padding:0;
}
.catalog-search-ref{
  flex:1;display:flex;align-items:center;gap:12px;padding:0 16px;height:58px;
  border-radius:18px;border:1px solid rgba(126,214,231,.16);
  background:linear-gradient(180deg, rgba(16,25,33,.96), rgba(10,16,22,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.catalog-search-ref svg{width:20px;height:20px;stroke:#88d7e6;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.catalog-search-ref input{padding:0!important;height:auto!important;border:0!important;background:transparent!important;color:#eaf9ff!important;box-shadow:none!important;font-size:15px}
.catalog-search-ref input::placeholder{color:#7c94a6}
.toolbar-actions-ref{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.sort-btn-ref{
  height:58px;padding:0 18px;border-radius:16px;border:1px solid rgba(126,214,231,.16);cursor:pointer;
  background:linear-gradient(180deg, rgba(16,25,33,.96), rgba(10,16,22,.98));color:#d7e7ef;font-size:14px;font-weight:700;
}
.view-switch-ref{display:flex;gap:8px;padding:10px;border-radius:16px;border:1px solid rgba(126,214,231,.16);background:linear-gradient(180deg, rgba(16,25,33,.96), rgba(10,16,22,.98))}
.view-switch-ref span{width:16px;height:16px;border-radius:4px;background:rgba(255,255,255,.14);display:block}
.view-switch-ref span.active{background:linear-gradient(180deg,#63e4ff,#6bffd2)}

.product-grid-ref{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.product-card-ref{
  position:relative;display:flex;flex-direction:column;min-width:0;
  border-radius:24px;border:1px solid rgba(126,214,231,.18);
  background:
    radial-gradient(circle at 50% 0%, rgba(73,217,255,.08), transparent 34%),
    linear-gradient(180deg, rgba(13,20,28,.98), rgba(9,15,21,.98));
  box-shadow:0 18px 48px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.03);
  overflow:hidden;transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.product-card-ref:hover{transform:translateY(-4px);border-color:rgba(116,239,214,.34);box-shadow:0 24px 60px rgba(0,0,0,.34),0 0 0 1px rgba(116,239,214,.08)}
.product-card-head{display:flex;justify-content:space-between;align-items:center;padding:14px 14px 0;gap:10px;position:relative;z-index:2}
.product-card-badge{
  display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;
  font-size:13px;font-weight:800;line-height:1;border:1px solid transparent;
}
.product-card-badge::before{font-size:12px}
.badge-hit{color:#7fffd3;background:rgba(74,255,196,.12);border-color:rgba(74,255,196,.22)}
.badge-hit::before{content:"✦"}
.badge-new{color:#9ce8ff;background:rgba(74,187,255,.12);border-color:rgba(74,187,255,.24)}
.badge-new::before{content:"★"}
.badge-sale{color:#ff8cab;background:rgba(255,98,141,.12);border-color:rgba(255,98,141,.24)}
.badge-sale::before{content:"%"}
.badge-top{color:#ffe08e;background:rgba(255,193,74,.12);border-color:rgba(255,193,74,.24)}
.badge-top::before{content:"▲"}
.product-like-btn{
  width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;border-radius:12px;
  border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03);color:#d8e8ef;cursor:pointer;font-size:20px;
}
.product-like-btn.active,.product-like-btn:hover{color:#fff;border-color:rgba(116,239,214,.34)}
.product-card-image{
  position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:230px;padding:20px 20px 10px;
  overflow:hidden;
}
.product-card-glow{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:80%;height:80%;border-radius:50%;filter:blur(8px);opacity:.98}
.product-card-ref img{position:relative;z-index:2;max-width:86%;max-height:190px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(0,0,0,.42))}
.product-card-body{display:flex;flex-direction:column;gap:12px;padding:0 16px 16px;min-width:0}
.product-card-body h3{margin:0;color:#f2fbff;font-size:18px;line-height:1.15;font-weight:800;letter-spacing:-.03em}
.product-card-subtitle{margin:0;min-height:36px;color:#8ea7b6;font-size:13px;line-height:1.38;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-spec-row-ref{display:flex;flex-wrap:wrap;gap:8px}
.product-spec-row-ref span{padding:7px 10px;border-radius:11px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.03);color:#cfe0e8;font-size:11px;font-weight:700}
.product-card-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:auto}
.product-price-block strong{display:block;color:#fff;font-size:20px;line-height:1;font-weight:900;letter-spacing:-.04em}
.product-price-block small{display:block;margin-top:8px;color:#5ff0c5;font-size:12px;font-weight:700}
.product-cart-ref{
  display:inline-flex;align-items:center;gap:8px;justify-content:center;min-width:152px;
  padding:13px 16px;border-radius:14px;border:1px solid rgba(116,239,214,.32);
  background:linear-gradient(180deg, rgba(19,53,61,.95), rgba(15,35,42,.98));
  color:#effaff;font-size:14px;font-weight:800;cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.product-cart-ref svg{width:18px;height:18px;stroke:#78e9d3;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.product-cart-ref:hover{border-color:rgba(116,239,214,.5);box-shadow:0 10px 24px rgba(20,174,163,.15)}

.product-card-ref.theme-cyan .product-card-glow{background:radial-gradient(circle,#6ce1ff 0%, rgba(81,225,255,.28) 22%, rgba(24,58,75,0) 70%)}
.product-card-ref.theme-peach .product-card-glow{background:radial-gradient(circle,#ffb06d 0%, rgba(255,145,96,.28) 22%, rgba(75,40,24,0) 70%)}
.product-card-ref.theme-red .product-card-glow{background:radial-gradient(circle,#ff7a90 0%, rgba(255,122,144,.28) 22%, rgba(75,24,30,0) 70%)}
.product-card-ref.theme-berry .product-card-glow{background:radial-gradient(circle,#bf8cff 0%, rgba(191,140,255,.28) 22%, rgba(40,28,75,0) 70%)}
.product-card-ref.theme-gold .product-card-glow{background:radial-gradient(circle,#ffd16e 0%, rgba(255,209,110,.28) 22%, rgba(75,56,24,0) 70%)}
.product-card-ref.theme-mint .product-card-glow{background:radial-gradient(circle,#85ffd4 0%, rgba(133,255,212,.28) 22%, rgba(24,75,58,0) 70%)}

@media (max-width: 1180px){
  .catalog-layout-ref{grid-template-columns:1fr}
  .catalog-sidebar-ref{position:static;grid-template-columns:repeat(2,minmax(0,1fr));}
  .sidebar-panel:last-child{grid-column:1/-1}
}
@media (max-width: 980px){
  .product-grid-ref{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalog-toolbar-ref{flex-direction:column;align-items:stretch}
  .toolbar-actions-ref{width:100%;justify-content:space-between}
}
@media (max-width: 700px){
  .catalog-reference .container{width:calc(100% - 22px)}
  .catalog-sidebar-ref{grid-template-columns:1fr}
  .product-grid-ref{grid-template-columns:1fr}
  .catalog-reference-hero{padding:22px 16px}
  .product-card-bottom{flex-direction:column;align-items:stretch}
  .product-cart-ref{width:100%;min-width:0}
}

.sort-wrap-ref{position:relative}
.sort-btn-ref span{margin-left:8px;font-size:16px}
.sort-menu-ref{display:none;position:absolute;right:0;top:66px;z-index:20;min-width:220px;padding:8px;border-radius:16px;border:1px solid rgba(126,214,231,.16);background:linear-gradient(180deg, rgba(16,25,33,.98), rgba(10,16,22,.98));box-shadow:0 20px 50px rgba(0,0,0,.35)}
.sort-menu-ref.active{display:grid;gap:4px}
.sort-menu-ref button{height:42px;text-align:left;padding:0 14px;border:0;border-radius:10px;background:transparent;color:#d7e7ef;font-weight:700;cursor:pointer}
.sort-menu-ref button:hover{background:rgba(126,214,231,.1)}

.status-checkboxes{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.status-checkboxes label{font-size:13px}.status-checkboxes input{width:auto}


/* cleanup after removing favorites and spec chips */
.product-actions{justify-content:flex-start;gap:12px;flex-wrap:wrap}
.product-card-head{justify-content:flex-start}
.product-card-body{gap:14px}

/* Brand filter active state */
.brand-filter-item.is-active,
.brand-filter-item.selected{
  border-color: rgba(116,239,214,.45);
  background: linear-gradient(180deg, rgba(26,52,61,.95), rgba(14,27,34,.98));
  box-shadow: 0 0 18px rgba(116,239,214,.12);
}

.brand-filter-item.is-active .brand-name,
.brand-filter-item.selected .brand-name{
  color:#ffffff;
}

.brand-filter-item.is-active::before,
.brand-filter-item.selected::before{
  content:'✓';
  color:#74efd6;
  margin-right:8px;
  font-weight:900;
}

/* Brand filters styled like category buttons */
.brand-filter-item{
  position:relative;
  transition:.2s ease;
}

.brand-filter-item.is-active{
  border-color: rgba(116,239,214,.45);
  background: linear-gradient(180deg, rgba(25,52,61,.95), rgba(14,27,34,.98));
  box-shadow: 0 0 18px rgba(116,239,214,.12);
}

.brand-filter-item.is-active .brand-name{
  color:#fff;
}

/* Fix brand active layout */
.brand-filter-item.is-active{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand-filter-item.is-active::before{
  display:none !important;
}

.brand-filter-item.is-active .brand-name{
  margin-left:0;
}

.brand-filter-item.is-active .brand-count{
  margin-left:auto;
}


/* Hide brand counters */
.brand-count{
  display:none !important;
}


/* Brand checkbox active state */
.brand-filter-item .checkbox,
.brand-filter-item input[type="checkbox"]{
  transition:.2s ease;
}

.brand-filter-item.is-active .checkbox,
.brand-filter-item.is-active input[type="checkbox"]{
  background: #74efd6;
  border-color:#74efd6;
}

.brand-filter-item.is-active .checkbox::after,
.brand-filter-item.is-active input[type="checkbox"]::after{
  opacity:1;
}

.brand-filter-item .brand-count{
  display:none !important;
}

/* Remove brand checkboxes */
.brand-filter-item .checkbox,
.brand-filter-item input[type="checkbox"],
.brand-filter-item .brand-checkbox{
  display:none !important;
}

.brand-filter-item{
  padding-left:16px;
}


/* Final brand filter cleanup */
.brand-filter-item .brand-check,
.brand-filter-item b,
.brand-count{
  display:none !important;
}

.brand-filter-item{
  display:flex !important;
  align-items:center;
  justify-content:flex-start !important;
}

.brand-filter-item .brand-name{
  margin:0 !important;
}


/* SHIFT catalog image without changing catalog layout */
.catalog-reference-image {
  padding: 0;
  overflow: hidden;
}
.catalog-reference-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  border-radius: 28px;
}
