@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');
/* ==========================================================
   AWAYSHOP CSS v5 — Dark Navy + Cyan — awayigaming.shop clone
   ========================================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --bg:#060a12; --bg2:#0a0e1a; --bg3:#0d1320; --bg4:#111a2c; --bg5:#16203a;
  --card:#0b1020; --card2:#0e1528;
  --border:#142040; --border2:#1e3058;
  --cyan:#00d4ff; --cyan2:#00b8dd; --cyan3:rgba(0,212,255,.10); --cyan4:rgba(0,212,255,.05);
  --text:#d8e4f0; --text2:#7a90aa; --text3:#40566e;
  --red:#ff4d6a; --yellow:#a78bfa; --green:#00d47e; --green2:#00b06a; --green3:rgba(0,212,126,.10);
  --purple:#9b6fff;
  --r:10px; --rs:8px; --rxs:5px;
  --font:'Plus Jakarta Sans','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  --font-display:'Plus Jakarta Sans','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;font-feature-settings:'cv02','cv03','cv04','cv11'}
h1,h2,h3,h4{font-weight:700;line-height:1.2;color:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font-family:var(--font)}
button{cursor:pointer}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{background:var(--bg2)}
::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}

/* UTILS */
.w-full{width:100%}.text-center{text-align:center}
.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}
.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}
.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}
.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}
.hidden{display:none!important}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:var(--rs);font-size:13px;font-weight:700;border:none;transition:.15s;cursor:pointer;white-space:nowrap}
.btn-cyan{background:var(--cyan);color:#000}.btn-cyan:hover{background:var(--cyan2)}
.btn-green{background:var(--green);color:#000}.btn-green:hover{background:var(--green2)}
.btn-outline{background:transparent;color:var(--cyan);border:1.5px solid var(--cyan)}.btn-outline:hover{background:var(--cyan3)}
.btn-ghost{background:transparent;color:var(--text2);border:1.5px solid var(--border2)}.btn-ghost:hover{border-color:var(--cyan);color:var(--cyan)}
.btn-danger{background:rgba(255,77,106,.08);color:var(--red);border:1px solid rgba(255,77,106,.2)}.btn-danger:hover{background:rgba(255,77,106,.15)}
.btn-sm{padding:6px 13px;font-size:12px}.btn-lg{padding:12px 24px;font-size:15px;font-weight:800}
.btn-icon{width:34px;height:34px;padding:0;border-radius:var(--rxs)}

/* FORMS */
.form-group{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}
.form-group label{font-size:11px;font-weight:700;color:var(--text2);letter-spacing:.5px;text-transform:uppercase}
.form-group label .req{color:var(--red)}
input[type=text],input[type=email],input[type=password],input[type=number],
input[type=tel],input[type=url],input[type=search],select,textarea{
  background:var(--bg4);border:1.5px solid var(--border);border-radius:var(--rs);
  padding:10px 12px;color:var(--text);font-size:14px;outline:none;transition:.15s;width:100%
}
input:focus,select:focus,textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(0,212,255,.08)}
input::placeholder,textarea::placeholder{color:var(--text3)}
textarea{resize:vertical;min-height:80px}
select option{background:var(--bg3)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.full-col{grid-column:1/-1}
.form-hint{font-size:11px;color:var(--text3);margin-top:2px}

/* TOGGLE */
.toggle-row{display:flex;align-items:center;gap:10px;padding:6px 0;cursor:pointer;user-select:none}
.toggle-sw{width:42px;height:22px;background:var(--bg5);border:1.5px solid var(--border2);border-radius:11px;position:relative;flex-shrink:0;transition:.2s;cursor:pointer}
.toggle-sw::after{content:'';width:14px;height:14px;background:var(--text3);border-radius:50%;position:absolute;top:2.5px;left:2.5px;transition:.2s}
.toggle-sw.on{background:rgba(0,212,255,.15);border-color:var(--cyan)}
.toggle-sw.on::after{left:22px;background:var(--cyan)}

/* ALERTS */
.alert{padding:10px 14px;border-radius:var(--rs);font-size:13px;margin-bottom:12px;line-height:1.6}
.alert-success{background:rgba(0,212,126,.08);border:1px solid rgba(0,212,126,.2);color:var(--green)}
.alert-error{background:rgba(255,77,106,.08);border:1px solid rgba(255,77,106,.2);color:var(--red)}
.alert-info{background:rgba(0,212,255,.06);border:1px solid rgba(0,212,255,.2);color:var(--cyan)}
.alert-warn{background:rgba(167,139,250,.06);border:1px solid rgba(167,139,250,.2);color:var(--yellow)}

/* BADGES */
.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:700}
.badge-free{background:var(--green);color:#000}
.badge-premium{background:rgba(155,111,255,.18);color:var(--purple);border:1px solid rgba(155,111,255,.3)}
.badge-new{background:rgba(0,212,255,.15);color:var(--cyan)}
.badge-trending{background:rgba(167,139,250,.15);color:var(--yellow)}
.badge-active{background:rgba(0,212,126,.12);color:var(--green)}
.badge-draft{background:var(--bg5);color:var(--text3)}
.badge-paid{background:rgba(0,212,126,.12);color:var(--green)}
.badge-pending{background:rgba(167,139,250,.12);color:var(--yellow)}
.badge-cancelled{background:rgba(255,77,106,.10);color:var(--red)}

/* ============ NAVBAR (awayigaming style) ============ */
.sh-nav{
  position:sticky;top:0;z-index:100;
  background:rgba(6,10,18,.97);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border);
  height:56px;display:flex;align-items:center;padding:0 32px;gap:20px
}
.sh-logo{font-size:17px;font-weight:900;color:#fff;display:flex;align-items:center;gap:7px;white-space:nowrap}
.sh-logo .ic{color:var(--cyan);font-size:18px}
.sh-logo span{color:var(--cyan);text-transform:uppercase}
.sh-nav-mid{display:flex;align-items:center;gap:6px;margin-left:auto}
.sh-navlink{padding:6px 12px;font-size:13px;font-weight:600;color:var(--text2);transition:.12s}
.sh-navlink:hover{color:#fff}
.sh-cart-icon{position:relative;width:36px;height:36px;background:var(--bg4);border:1.5px solid var(--border);border-radius:var(--rs);display:flex;align-items:center;justify-content:center;font-size:15px;cursor:pointer;transition:.12s;margin-left:8px}
.sh-cart-icon:hover{border-color:var(--cyan)}
.sh-cart-badge{position:absolute;top:-5px;right:-5px;background:var(--cyan);color:#000;font-size:9px;font-weight:900;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.btn-acessar{background:transparent;color:var(--cyan);border:1.5px solid var(--cyan);padding:7px 18px;border-radius:var(--rs);font-size:12px;font-weight:800;cursor:pointer;transition:.13s;letter-spacing:.4px;display:flex;align-items:center;gap:5px;margin-left:6px}
.btn-acessar:hover{background:var(--cyan);color:#000}
.sh-user-btn{display:flex;align-items:center;gap:6px;padding:5px 12px;border:1.5px solid var(--border);border-radius:var(--rs);font-size:13px;font-weight:600;color:var(--text2);cursor:pointer;transition:.12s;margin-left:6px;background:var(--bg4)}
.sh-user-btn:hover{border-color:var(--cyan);color:var(--cyan)}
.sh-av{width:22px;height:22px;border-radius:50%;background:var(--cyan3);border:1px solid var(--cyan);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--cyan)}

/* ============ BANNER SLIDER ============ */
.bn-slider{position:relative;overflow:hidden;background:var(--bg2);border-bottom:1px solid var(--border)}
.bn-track{display:flex;transition:transform .5s ease}
.bn-slide{min-width:100%;position:relative}
.bn-slide img{width:100%;height:300px;object-fit:cover;display:block}
@media(max-width:768px){.bn-slide img{height:160px}}
.bn-slide a{display:block}
.bn-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:2}
.bn-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);cursor:pointer;transition:.2s}
.bn-dot.on{background:var(--cyan);width:18px;border-radius:4px}
.bn-arr{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.4);border:1px solid var(--border);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;color:#fff;font-size:16px;transition:.12s}
.bn-arr:hover{background:var(--cyan);color:#000;border-color:var(--cyan)}
.bn-arr.prev{left:12px}.bn-arr.next{right:12px}

/* ============ CATEGORY PILLS ============ */
.cat-strip{background:var(--bg2);border-bottom:1px solid var(--border)}
.cat-strip-in{max-width:1240px;margin:0 auto;padding:0 28px;display:flex;gap:0;overflow-x:auto;scrollbar-width:none}
.cat-strip-in::-webkit-scrollbar{display:none}
.cpill{
  padding:12px 18px;font-size:13px;font-weight:700;color:var(--text3);
  white-space:nowrap;border-bottom:2px solid transparent;transition:.12s;cursor:pointer;text-decoration:none;flex-shrink:0
}
.cpill:hover{color:var(--text)}
.cpill.on{color:var(--cyan);border-bottom-color:var(--cyan)}

/* ============ PAGE WRAP ============ */
.wrap{max-width:1240px;margin:0 auto;padding:28px}

/* ============ SECTION HEADER (like awayigaming) ============ */
.sec-h{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.sec-h h2{font-size:14px;font-weight:900;color:#fff;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap;display:flex;align-items:center;gap:7px}
.sec-h h2 .ic{color:var(--cyan)}
.sec-line{flex:1;height:1px;background:var(--cyan);opacity:.25}

/* ============ FEATURED GRID (4 cols) ============ */
.feat-g{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:36px}
@media(max-width:1000px){.feat-g{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.feat-g{grid-template-columns:1fr 1fr}}

/* ============ PRODUCT GRID (5 cols) ============ */
.prod-g{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
@media(max-width:1150px){.prod-g{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.prod-g{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.prod-g{grid-template-columns:1fr 1fr}}
@media(max-width:400px){.prod-g{grid-template-columns:1fr}}

/* ============ FEATURED CARD ============ */
.fcard{background:var(--card);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:.2s;cursor:pointer}
.fcard:hover{border-color:var(--cyan);transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.4)}
.fcard-img{aspect-ratio:4/3;background:var(--bg4);overflow:hidden}
.fcard-img img{width:100%;height:100%;object-fit:cover;transition:.3s}
.fcard:hover .fcard-img img{transform:scale(1.04)}
.fcard-body{padding:14px;display:flex;flex-direction:column;flex:1}
.fcard-cat{font-size:11px;font-weight:800;color:var(--cyan);letter-spacing:.8px;text-transform:uppercase;margin-bottom:5px}
.fcard-name{font-size:14px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}
.fcard-price{font-size:18px;font-weight:900;color:#fff;margin-bottom:12px}
.fcard-price.free{color:var(--cyan)}
.fcard-price .old{font-size:11px;color:var(--text3);text-decoration:line-through;display:block;font-weight:400;margin-bottom:1px}
.btn-adq{width:100%;padding:11px;background:var(--cyan);color:#000;border:none;border-radius:var(--rs);font-size:12px;font-weight:800;cursor:pointer;transition:.12s;letter-spacing:.5px;text-transform:uppercase}
.btn-adq:hover{background:var(--cyan2)}

/* ============ PRODUCT CARD ============ */
.pcard{background:var(--card);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:.2s;cursor:pointer}
.pcard:hover{border-color:var(--cyan);transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.35)}
.pcard-img{aspect-ratio:16/10;background:var(--bg4);overflow:hidden;position:relative}
.pcard-img img{width:100%;height:100%;object-fit:cover;transition:.3s}
.pcard:hover .pcard-img img{transform:scale(1.03)}
.pcard-badge{position:absolute;top:6px;left:6px;font-size:10px;font-weight:800;padding:2px 7px;border-radius:20px}
.pcard-badge.free{background:var(--cyan);color:#000}
.pcard-badge.premium{background:var(--purple);color:#fff}
.pcard-body{padding:12px;display:flex;flex-direction:column;flex:1}
.pcard-cat{font-size:10px;font-weight:800;color:var(--cyan);letter-spacing:.8px;text-transform:uppercase;margin-bottom:3px}
.pcard-name{font-size:12px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}
.pcard-price{font-size:15px;font-weight:900;color:#fff;margin-bottom:10px}
.pcard-price.free{color:var(--cyan)}
.pcard-price .old{font-size:10px;color:var(--text3);text-decoration:line-through;display:block;font-weight:400}
.btn-det{width:100%;padding:9px;background:transparent;color:var(--text2);border:1px solid var(--border2);border-radius:var(--rs);font-size:11px;font-weight:700;cursor:pointer;transition:.12s;text-transform:uppercase;letter-spacing:.4px}
.btn-det:hover{border-color:var(--cyan);color:var(--cyan)}

/* PAGINATION */
.pg{display:flex;justify-content:center;gap:5px;margin-top:28px;flex-wrap:wrap}
.pgb{min-width:34px;height:34px;padding:0 9px;display:flex;align-items:center;justify-content:center;background:var(--card);border:1.5px solid var(--border);border-radius:var(--rs);color:var(--text2);font-size:13px;font-weight:600;text-decoration:none;transition:.12s;cursor:pointer}
.pgb:hover{border-color:var(--cyan);color:var(--cyan)}
.pgb.on{background:var(--cyan);border-color:var(--cyan);color:#000}

/* MODAL */
.modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.82);backdrop-filter:blur(5px);display:flex;align-items:flex-start;justify-content:center;padding:40px 14px 14px;overflow-y:auto}
.modal{background:var(--bg2);border:1.5px solid var(--border);border-radius:var(--r);width:100%;position:relative;animation:mdUp .2s ease}
.modal-sm{max-width:420px}.modal-md{max-width:600px}.modal-lg{max-width:900px}
@keyframes mdUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.modal-close{position:absolute;top:10px;right:10px;background:var(--bg5);border:1px solid var(--border);border-radius:var(--rxs);color:var(--text2);width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;font-size:16px}
.modal-close:hover{border-color:var(--red);color:var(--red)}
.modal-body{padding:18px 20px 20px}
.pm-wrap{display:grid;grid-template-columns:1fr 250px;gap:20px}
@media(max-width:640px){.pm-wrap{grid-template-columns:1fr}}
.pm-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--rs);background:var(--bg4);display:block}
.pm-cat{font-size:11px;font-weight:800;color:var(--cyan);letter-spacing:.8px;text-transform:uppercase;margin:10px 0 4px}
.pm-price{font-size:26px;font-weight:900;color:#fff;margin-bottom:4px}
.pm-price.free{color:var(--cyan)}
.pm-price .old{font-size:13px;color:var(--text3);text-decoration:line-through;display:block;font-weight:400;margin-bottom:2px}
.pm-tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:12px}
.pm-tab{padding:7px 13px;font-size:12px;font-weight:600;color:var(--text3);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:.12s}
.pm-tab.active{color:var(--cyan);border-bottom-color:var(--cyan)}
.pm-feat{list-style:none;display:flex;flex-direction:column;gap:5px}
.pm-feat li{display:flex;align-items:flex-start;gap:7px;font-size:13px;color:var(--text2);padding:4px 0}
.pm-feat li::before{content:'✓';color:var(--cyan);font-weight:700;flex-shrink:0}
.pm-spec{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--border);font-size:13px}
.pm-spec:last-child{border-bottom:none}
.pm-spec span:first-child{color:var(--text3)}.pm-spec span:last-child{color:#fff;font-weight:600}

/* CART */
.cart-panel{position:fixed;right:0;top:0;bottom:0;width:370px;background:var(--bg2);border-left:1.5px solid var(--border);z-index:300;display:flex;flex-direction:column;transform:translateX(100%);transition:.25s ease}
.cart-panel.open{transform:none}
.cart-panel-header{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.cart-panel-body{flex:1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:8px}
.cart-panel-footer{padding:12px 14px;border-top:1px solid var(--border)}
.cart-item{display:grid;grid-template-columns:50px 1fr auto;gap:9px;padding:10px;background:var(--bg4);border-radius:var(--rs);align-items:center}
.cart-item-img{width:50px;height:38px;object-fit:cover;border-radius:var(--rxs);background:var(--bg5)}
.cart-item-name{font-size:12px;font-weight:600;color:#fff;line-height:1.3}
.cart-item-sub{font-size:11px;color:var(--text3);margin-top:2px}
.cart-item-price{font-weight:700;color:var(--cyan);white-space:nowrap;font-size:13px}
.cart-item-rm{background:none;border:none;color:var(--text3);font-size:14px;cursor:pointer;display:block;margin-top:3px}
.cart-item-rm:hover{color:var(--red)}
.cart-total{display:flex;justify-content:space-between;padding:10px 0 0;border-top:1px solid var(--border);font-size:16px;font-weight:700}
.cart-total span:last-child{color:var(--cyan)}
.empty-cart{text-align:center;padding:34px 18px;color:var(--text3)}
.empty-cart .ic{font-size:32px;margin-bottom:8px}
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:299;display:none}

/* AUTH */
.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(0,212,255,.04),transparent)}
.auth-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:32px;width:100%;max-width:420px}
.auth-logo{text-align:center;margin-bottom:20px}
.auth-logo .logo{font-size:20px;font-weight:900;color:#fff}
.auth-logo .logo span{color:var(--cyan)}
.auth-logo p{font-size:12px;color:var(--text3);margin-top:3px}
.auth-tabs{display:flex;background:var(--bg4);border-radius:var(--rs);padding:3px;margin-bottom:18px;gap:3px}
.auth-tab{flex:1;padding:7px;border-radius:var(--rxs);text-align:center;font-size:13px;font-weight:600;color:var(--text3);cursor:pointer;transition:.12s}
.auth-tab.active{background:var(--bg2);color:#fff}
.divider-text{text-align:center;color:var(--text3);font-size:11px;position:relative;margin:12px 0}
.divider-text::before,.divider-text::after{content:'';position:absolute;top:50%;width:43%;height:1px;background:var(--border)}
.divider-text::before{left:0}.divider-text::after{right:0}

/* ACCOUNT */
.account-layout{display:grid;grid-template-columns:220px 1fr;gap:20px;max-width:1060px;margin:0 auto;padding:22px;align-items:start}
@media(max-width:900px){.account-layout{grid-template-columns:1fr}}
.account-sidebar{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:16px;position:sticky;top:72px}
.account-av{width:62px;height:62px;border-radius:50%;background:var(--cyan3);border:2px solid var(--cyan);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:var(--cyan);margin:0 auto 8px}
.account-nav a{display:flex;align-items:center;gap:8px;padding:7px 9px;border-radius:var(--rs);color:var(--text2);font-size:13px;transition:.12s;margin-bottom:2px}
.account-nav a:hover{background:var(--bg4);color:#fff}
.account-nav a.active{background:var(--cyan3);color:var(--cyan);font-weight:600}
.account-nav .nav-ic{width:16px;text-align:center}

/* ORDERS */
.order-card{background:var(--bg2);border:1.5px solid var(--border);border-radius:var(--r);overflow:hidden;margin-bottom:12px}
.order-card-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px}
.order-code{font-weight:700;color:var(--cyan);font-size:13px}
.order-date{font-size:12px;color:var(--text3)}
.order-body{padding:10px 16px}
.order-item{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid rgba(20,32,64,.6);gap:10px}
.order-item:last-child{border-bottom:none}
.order-item-name{font-size:12px;font-weight:600;color:#fff;flex:1}
.order-item-price{font-weight:700;color:var(--text2);white-space:nowrap}
.dl-file-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);gap:10px}
.dl-file-row:last-child{border-bottom:none}
.dl-file-name{font-size:12px;font-weight:600;color:#fff}
.dl-file-meta{font-size:11px;color:var(--text3);margin-top:1px}
.btn-download{display:inline-flex;align-items:center;gap:5px;padding:7px 13px;background:var(--cyan);color:#000;border:none;border-radius:var(--rs);font-size:12px;font-weight:700;cursor:pointer;transition:.12s;text-decoration:none;white-space:nowrap}
.btn-download:hover{background:var(--cyan2)}
.btn-download.locked{background:var(--bg5);color:var(--text3);border:1px solid var(--border);cursor:default}

/* PIX */
.pix-card{background:var(--bg4);border:1.5px solid var(--border);border-radius:var(--r);padding:20px;text-align:center}
.pix-amount{font-size:30px;font-weight:900;color:var(--cyan)}
.pix-qr{background:#fff;border-radius:var(--rs);padding:10px;display:inline-block;margin:12px 0}
.pix-code-box{background:var(--bg5);border:1px dashed var(--border2);border-radius:var(--rs);padding:8px 10px;margin:8px 0;word-break:break-all;font-size:10px;color:var(--text2);line-height:1.5;max-height:50px;overflow:hidden;text-align:left}
.pix-timer{font-size:12px;color:var(--yellow);font-weight:700}
.pix-status{padding:9px;border-radius:var(--rs);font-size:12px;display:flex;align-items:center;justify-content:center;gap:7px;margin:8px 0}
.pix-status.waiting{background:rgba(167,139,250,.06);color:var(--yellow)}
.pix-status.paid{background:rgba(0,212,126,.08);color:var(--green)}
.spinner{width:13px;height:13px;border:2px solid rgba(167,139,250,.3);border-top-color:var(--yellow);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}
@keyframes spin{to{transform:rotate(360deg)}}
.success-screen{text-align:center;padding:36px 20px}
.success-icon{font-size:52px;margin-bottom:10px}
.success-title{font-size:20px;font-weight:800;color:#fff;margin-bottom:6px}

/* ============ ADMIN ============ */
.admin-layout{display:grid;grid-template-columns:210px 1fr;min-height:100vh}
.admin-aside{background:var(--bg2);border-right:1.5px solid var(--border);padding:14px 8px;position:sticky;top:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column}
.admin-brand{font-size:14px;font-weight:800;color:#fff;padding:5px 8px;display:flex;align-items:center;gap:7px;margin-bottom:14px}
.badge-admin{font-size:9px;padding:2px 6px;background:var(--cyan3);color:var(--cyan);border-radius:20px;font-weight:700}
.admin-nav{display:flex;flex-direction:column;gap:1px}
.admin-nav a{display:flex;align-items:center;gap:7px;padding:7px 9px;border-radius:var(--rs);color:var(--text2);font-size:12px;font-weight:500;transition:.12s}
.admin-nav a:hover{background:var(--bg3);color:#fff}
.admin-nav a.active{background:var(--cyan3);color:var(--cyan);font-weight:600}
.admin-nav .ic{width:16px;text-align:center;font-size:14px;flex-shrink:0}
.nav-divider{height:1px;background:var(--border);margin:6px 0}
.nav-section{font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text3);padding:3px 9px;margin-top:5px}
.admin-main{padding:22px 26px;background:var(--bg);min-height:100vh}
.admin-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:10px}
.admin-page-title{font-size:18px;font-weight:800;color:#fff}
.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:18px}
.stat-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:14px}
.stat-card .label{font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--text3);margin-bottom:5px}
.stat-card .value{font-size:22px;font-weight:900;color:#fff;line-height:1.1}
.stat-card .change{font-size:11px;margin-top:3px;color:var(--text3)}
.stat-card .change.up{color:var(--green)}
.table-wrap{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);overflow:hidden;margin-bottom:16px}
.table-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--border)}
.table-title{font-weight:700;color:#fff;font-size:13px}
.data-table{width:100%;border-collapse:collapse}
.data-table th{padding:8px 12px;text-align:left;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--text3);border-bottom:1px solid var(--border);background:var(--bg3)}
.data-table td{padding:9px 12px;font-size:12px;color:var(--text2);border-bottom:1px solid rgba(20,32,64,.5);vertical-align:middle}
.data-table tr:last-child td{border-bottom:none}
.data-table tr:hover td{background:rgba(14,21,40,.5)}
.td-name{color:#fff;font-weight:600;font-size:12px}
.thumb{width:42px;height:30px;object-fit:cover;border-radius:var(--rxs);background:var(--bg4)}
.td-actions{display:flex;gap:4px;align-items:center}
.admin-form-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:18px}
.admin-section-title{font-size:12px;font-weight:700;color:#fff;margin-bottom:12px;display:flex;align-items:center;gap:7px}
.admin-section-title::before{content:'';width:3px;height:13px;background:var(--cyan);border-radius:2px;flex-shrink:0}
.upload-zone{border:2px dashed var(--border);border-radius:var(--rs);padding:18px;text-align:center;cursor:pointer;transition:.15s;position:relative}
.upload-zone:hover,.upload-zone.drag{border-color:var(--cyan);background:var(--cyan4)}
.upload-zone input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}
.upload-zone .uc{font-size:24px;margin-bottom:5px}
.upload-zone p{font-size:12px;color:var(--text2)}
.upload-zone small{color:var(--text3);font-size:11px;margin-top:2px;display:block}
.cover-upload{position:relative;border-radius:var(--rs);overflow:hidden;background:var(--bg4);border:2px dashed var(--border);min-height:140px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.15s}
.cover-upload:hover{border-color:var(--cyan)}
.cover-upload input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;z-index:2}
.cover-upload img{width:100%;height:140px;object-fit:cover;display:block}
.cover-upload .cover-placeholder{text-align:center;padding:18px;pointer-events:none}
.cover-upload .cover-placeholder .icon{font-size:26px;margin-bottom:5px}
.cover-upload .cover-placeholder p{font-size:12px;color:var(--text2);margin-bottom:2px}
.cover-upload .cover-placeholder small{font-size:11px;color:var(--text3)}
.cover-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:1}
.cover-upload:hover .cover-overlay{display:flex}
.cover-overlay span{color:#fff;font-size:12px;font-weight:700;background:rgba(0,0,0,.5);padding:7px 12px;border-radius:var(--rs)}
.file-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}
.file-item{display:flex;align-items:center;gap:8px;padding:9px 10px;background:var(--bg4);border:1.5px solid var(--border);border-radius:var(--rs)}
.file-item .fi-ic{font-size:18px;flex-shrink:0}
.file-item .fi-info{flex:1;min-width:0}
.file-item .fi-name{font-size:12px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.file-item .fi-meta{font-size:11px;color:var(--text3)}
.file-item .fi-actions{display:flex;gap:4px;flex-shrink:0}
.tag-input-wrap{display:flex;flex-wrap:wrap;gap:4px;background:var(--bg4);border:1.5px solid var(--border);border-radius:var(--rs);padding:6px 8px;cursor:text;min-height:40px;align-items:center;transition:.15s}
.tag-input-wrap:focus-within{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(0,212,255,.07)}
.tag-chip{background:var(--bg5);border:1px solid var(--border2);border-radius:20px;padding:2px 8px;font-size:11px;display:flex;align-items:center;gap:3px;color:var(--text2)}
.tag-chip .rm{color:var(--text3);cursor:pointer;font-size:13px;line-height:1}.tag-chip .rm:hover{color:var(--red)}
.tag-input{background:none;border:none;outline:none;color:var(--text);font-size:12px;min-width:70px;padding:2px 3px}

/* FOOTER */
footer{background:var(--bg2);border-top:1px solid var(--border);padding:36px 28px 16px;margin-top:44px}
.ft-inner{max-width:1240px;margin:0 auto}
.ft-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;margin-bottom:24px}
@media(max-width:900px){.ft-grid{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.ft-grid{grid-template-columns:1fr}}
.ft-logo{font-size:16px;font-weight:900;color:#fff;margin-bottom:7px;display:flex;align-items:center;gap:5px}
.ft-logo span{color:var(--cyan);text-transform:uppercase}
.ft-desc{font-size:12px;color:var(--text3);line-height:1.7;max-width:200px}
.ft-heading{font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text3);margin-bottom:10px}
.ft-links{display:flex;flex-direction:column;gap:6px}
.ft-link{font-size:12px;color:var(--text2);transition:.12s}
.ft-link:hover{color:var(--cyan)}
.btn-grupo{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;background:transparent;color:var(--cyan);border:1.5px solid var(--cyan);border-radius:var(--rs);font-size:12px;font-weight:700;cursor:pointer;transition:.12s;text-decoration:none}
.btn-grupo:hover{background:var(--cyan);color:#000}
.ft-bottom{border-top:1px solid var(--border);padding-top:12px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:7px;font-size:11px;color:var(--text3)}
.social-links{display:flex;gap:5px}
.social-btn{width:26px;height:26px;background:var(--bg4);border:1px solid var(--border);border-radius:5px;display:flex;align-items:center;justify-content:center;color:var(--text3);transition:.12s;font-size:12px}
.social-btn:hover{border-color:var(--cyan);color:var(--cyan)}

/* TOAST */
#toast-container{position:fixed;bottom:18px;right:18px;z-index:9999;display:flex;flex-direction:column;gap:6px}
.toast{background:var(--bg3);border:1.5px solid var(--border);border-radius:var(--rs);padding:10px 12px;display:flex;align-items:center;gap:8px;font-size:12px;min-width:200px;max-width:320px;animation:slideIn .2s ease;box-shadow:0 3px 15px rgba(0,0,0,.5)}
@keyframes slideIn{from{opacity:0;transform:translateX(14px)}to{opacity:1;transform:none}}
.toast.success{border-left:3px solid var(--green)}.toast.error{border-left:3px solid var(--red)}.toast.info{border-left:3px solid var(--cyan)}

/* MISC */
.divider{height:1px;background:var(--border);margin:14px 0}
.empty-state{text-align:center;padding:40px 18px;color:var(--text3)}
.empty-state .icon{font-size:36px;margin-bottom:9px}
.empty-state h3{font-size:14px;color:var(--text2);margin-bottom:4px}
.section-title{font-size:14px;font-weight:800;color:#fff;display:flex;align-items:center;gap:7px;margin-bottom:13px}
.section-title::before{content:'';width:3px;height:15px;background:var(--cyan);border-radius:2px;flex-shrink:0}
.danger-zone{background:rgba(255,77,106,.04);border:1px solid rgba(255,77,106,.15);border-radius:var(--r);padding:14px;margin-top:14px}
.danger-zone h3{color:var(--red);font-size:12px;margin-bottom:4px}
.danger-zone p{font-size:12px;color:var(--text2);margin-bottom:9px}
.img-preview-box{margin-top:8px;border-radius:var(--rs);overflow:hidden;border:1.5px solid var(--border);background:var(--bg4);min-height:50px;display:flex;align-items:center;justify-content:center}
.img-preview-box img{width:100%;max-height:160px;object-fit:cover;display:block}

/* RESPONSIVE */
@media(max-width:768px){
  .sh-nav{padding:0 14px;gap:10px}
  .sh-nav-mid .sh-navlink{display:none}
  .wrap{padding:16px 12px}
  .cat-strip-in{padding:0 12px}
  .form-grid{grid-template-columns:1fr}
  .full-col{grid-column:auto}
  .cart-panel{width:100%}
  .admin-layout{grid-template-columns:1fr}
  .admin-aside{display:none}
  .admin-main{padding:12px}
  .stat-grid{grid-template-columns:1fr 1fr}
  footer{padding:24px 14px 14px}
}

/* ==========================================================
   VELOX HOME FINAL - aplicado somente na home principal
   ========================================================== */
.velox-page{background:rgb(9,9,11);color:rgb(250,250,250);font-family:var(--font);min-height:100vh;overflow-x:hidden;font-size:14px}
.velox-page *{box-sizing:border-box}
.vx-bg{position:fixed;inset:0;z-index:-10;overflow:hidden;background:rgb(9,9,11)}
.vx-grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.035) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(ellipse 75% 90% at 45% 20%,#000 0%,transparent 105%)}
.vx-glow{position:absolute;border-radius:999px;filter:blur(80px);opacity:.72;pointer-events:none}.vx-g1{width:34rem;height:34rem;background:rgba(246,198,31,.16);top:-22rem;left:0}.vx-g2{width:46rem;height:46rem;background:rgba(246,198,31,.22);top:-24rem;right:8rem}
.vx-container{width:min(100% - 32px,1280px);margin-inline:auto}.vx-header{position:sticky;top:0;z-index:50;background:rgba(9,9,11,.72);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06);padding:14px 0}.vx-nav{display:flex;align-items:center;justify-content:space-between;gap:18px}.vx-brand{display:flex;align-items:center;gap:12px;min-width:max-content;text-decoration:none;color:#fff}.vx-logo-img{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 4px rgba(255,255,255,.02);font-weight:1000;font-style:italic;color:hsl(262 95% 67%)}.vx-brand-text{display:flex;flex-direction:column;line-height:1}.vx-brand-text strong{font-size:15px;text-transform:uppercase;font-weight:950;font-style:italic;letter-spacing:-.3px}.vx-brand-text small{margin-top:6px;display:flex;align-items:center;gap:6px;width:max-content;padding:3px 7px;border-radius:7px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.05);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:rgb(171,171,171)}.vx-dot{width:7px;height:7px;border-radius:999px;background:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.15)}
.vx-search{position:relative;flex:1;max-width:430px}.vx-search span{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:rgb(171,171,171);font-size:18px;line-height:1}.vx-search input{height:42px;width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.035);color:#fff;padding:0 14px 0 42px;outline:0;font-size:14px}.vx-search input:focus{border-color:hsla(262,95%,67%,.5);box-shadow:0 0 0 4px hsla(262,95%,67%,.08);background:rgba(0,0,0,.32)}.vx-search input::placeholder{color:rgba(171,171,171,.65)}
.vx-actions{display:flex;align-items:center;gap:8px}.vx-icon-btn,.vx-login,.vx-cart{height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.07);display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;transition:.18s}.vx-icon-btn,.vx-login{background:rgba(255,255,255,.03);color:#fff;padding:0 14px}.vx-icon-btn{width:42px;padding:0;font-size:18px}.vx-icon-btn:hover,.vx-login:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.13)}.vx-cart{position:relative;background:hsl(262 95% 67%);border-color:hsl(262 95% 67%);color:#111;padding:0 16px;box-shadow:0 16px 34px hsla(262,95%,67%,.11);cursor:pointer}.vx-cart:hover{filter:brightness(.94)}.vx-cart b{min-width:18px;height:18px;border-radius:999px;background:#111;color:hsl(262 95% 67%);font-size:11px;align-items:center;justify-content:center;font-style:normal}
.vx-hero{padding:82px 0 62px;display:flex;align-items:center;justify-content:center;text-align:center}.vx-hero-content{max-width:760px;margin:auto}.vx-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:7px 12px;border-radius:999px;background:hsla(262,95%,67%,.12);border:1px solid hsla(262,95%,67%,.18);color:hsl(262 95% 67%);font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.06em}.vx-hero h1{font-size:clamp(38px,6vw,72px);line-height:1.02;letter-spacing:-.06em;margin:0 0 18px;color:#fff;font-weight:950}.vx-hero h1 span{color:hsl(262 95% 67%)}.vx-hero p{max-width:640px;margin:0 auto 30px;color:rgb(171,171,171);font-size:16px;line-height:1.8}.vx-hero-buttons{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.vx-primary,.vx-secondary{height:42px;border-radius:12px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:14px;font-weight:850}.vx-primary{background:hsl(262 95% 67%);color:#111;box-shadow:0 18px 40px hsla(262,95%,67%,.12)}.vx-secondary{background:rgba(255,255,255,.05);color:#fff;border:1px solid rgba(255,255,255,.07)}
.vx-section,.vx-categories{padding:20px 0 34px}.vx-title-row{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:18px}.vx-title-row h2{margin:0;font-size:25px;color:#fff;font-weight:900;letter-spacing:-.03em}.vx-title-row a,.vx-filter a{color:hsl(262 95% 67%);font-weight:800;text-decoration:none;font-size:13px}.vx-title-row p{margin:5px 0 0;color:rgb(171,171,171);font-size:13px}.vx-title-row p strong{color:#fff}.vx-cat-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.vx-cat-card{position:relative;min-height:178px;overflow:hidden;border:1px solid rgba(255,255,255,.07);background:rgba(9,9,11,.72);border-radius:15px;padding:18px 10px 22px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;text-decoration:none;color:#fff;transition:.2s}.vx-cat-card:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,hsla(262,95%,67%,.18),transparent 58%);opacity:.8}.vx-cat-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.72) 100%)}.vx-cat-card:hover,.vx-cat-card.active{background:hsla(262,70%,40%,.64);border-color:hsla(262,95%,67%,.62);transform:translateY(-2px);box-shadow:0 0 0 2px hsla(262,95%,67%,.22)}.vx-cat-art{position:absolute;inset:0;display:grid;place-items:center;padding-bottom:35px}.vx-cat-art span{font-size:58px;filter:drop-shadow(0 20px 20px rgba(0,0,0,.42));transform:translateY(-5px)}.vx-cat-card strong,.vx-cat-card small{position:relative;z-index:2}.vx-cat-card strong{font-size:15px;font-weight:900;line-height:1.15}.vx-cat-card small{margin-top:5px;color:rgba(255,255,255,.62);font-size:11px;font-weight:700}.vx-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.vx-product-grid.featured{margin-bottom:10px}.vx-product{overflow:hidden;border-radius:15px;background:rgba(9,9,11,.78);border:1px solid rgba(255,255,255,.07);cursor:pointer;transition:.2s;display:flex;flex-direction:column;min-width:0}.vx-product:hover{transform:translateY(-3px);border-color:hsla(262,95%,67%,.36);box-shadow:0 18px 40px rgba(0,0,0,.34)}.vx-product-img{position:relative;aspect-ratio:16/10;background:#111;overflow:hidden}.vx-product-img img{width:100%;height:100%;object-fit:cover;transition:.28s}.vx-product:hover .vx-product-img img{transform:scale(1.05)}.vx-product-img:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.58))}.vx-product-img em{position:absolute;left:10px;top:10px;z-index:2;background:hsl(262 95% 67%);color:#111;border-radius:999px;padding:4px 8px;font-style:normal;font-size:10px;font-weight:1000}.vx-product-body{padding:13px;display:flex;flex-direction:column;flex:1}.vx-product-body small{color:hsl(262 95% 67%);font-size:10px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em}.vx-product-body h3{margin:6px 0 12px;color:#fff;font-size:14px;line-height:1.32;font-weight:850;min-height:37px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vx-price{margin-top:auto;color:#fff;font-size:18px;font-weight:950}.vx-price del{display:block;font-size:11px;color:rgba(171,171,171,.62);font-weight:600;margin-bottom:2px}.vx-product-body button{margin-top:12px;height:38px;border:0;border-radius:11px;background:hsl(262 95% 67%);color:#111;font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:950;cursor:pointer}.vx-product-body button:hover{filter:brightness(.93)}.vx-store{scroll-margin-top:100px}.store-head{align-items:center}.vx-filter{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.vx-filter select{height:38px;border-radius:12px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);color:#fff;padding:0 12px;outline:0}.vx-filter option{background:#101012}.vx-empty{min-height:220px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:rgba(255,255,255,.025);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;color:rgb(171,171,171)}.vx-empty strong{color:#fff;font-size:18px}.vx-empty a{margin-top:8px;color:#111;background:hsl(262 95% 67%);text-decoration:none;border-radius:10px;padding:9px 14px;font-weight:900}.velox-page footer{margin-top:30px;background:rgba(9,9,11,.82);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.06)}.velox-page .ft-inner{width:min(100% - 32px,1280px);margin:auto;padding:38px 0}.velox-page .ft-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:24px}.velox-page .ft-logo span{font-weight:950;font-style:italic}.velox-page .ft-heading{color:#fff;font-weight:900;margin-bottom:12px}.velox-page .ft-link{display:block;color:rgb(171,171,171);margin:8px 0;text-decoration:none}.velox-page .ft-link:hover{color:hsl(262 95% 67%)}.velox-page .btn-grupo{display:inline-flex;background:hsl(262 95% 67%);color:#111;border-radius:11px;padding:10px 13px;text-decoration:none;font-weight:950}.velox-page .ft-bottom{border-top:1px solid rgba(255,255,255,.06);margin-top:26px;padding-top:16px}.velox-page .cart-panel{background:#0b0b0d;border-left:1px solid rgba(255,255,255,.08)}.velox-page .cart-panel-header{border-bottom:1px solid rgba(255,255,255,.07)}.velox-page .cart-item{background:rgba(255,255,255,.04)}.velox-page .cart-item-price,.velox-page .cart-total-row span:last-child,.velox-page .cart-summary-row span:last-child{color:hsl(262 95% 67%)}.velox-page .modal{background:#0b0b0d;border-color:rgba(255,255,255,.08)}.velox-page .badge-premium,.velox-page .badge-trending,.velox-page .badge-new{background:hsla(262,95%,67%,.12);border:1px solid hsla(262,95%,67%,.25);color:hsl(262 95% 67%)}.velox-page .btn-green,.velox-page .btn-cyan{background:hsl(262 95% 67%);color:#111}.velox-page .btn-outline{border-color:hsl(262 95% 67%);color:hsl(262 95% 67%)}.velox-page .pm-price.free,.velox-page .pm-price,.velox-page .pm-tab.active{color:hsl(262 95% 67%)}.velox-page .pg{display:flex;justify-content:center;gap:7px;margin-top:28px}.velox-page .pgb{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.08);color:#fff}.velox-page .pgb.on,.velox-page .pgb:hover{background:hsl(262 95% 67%);border-color:hsl(262 95% 67%);color:#111}
@media(max-width:1100px){.vx-cat-grid{grid-template-columns:repeat(4,1fr)}.vx-product-grid{grid-template-columns:repeat(3,1fr)}.vx-search{max-width:360px}.velox-page .ft-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.vx-container{width:min(100% - 22px,1280px)}.vx-nav{flex-wrap:wrap}.vx-brand{flex:1}.vx-search{order:3;max-width:none;flex-basis:100%}.vx-actions{gap:6px}.vx-icon-btn{display:none}.vx-login{padding:0 10px}.vx-cart{padding:0 12px}.vx-hero{padding:54px 0 34px}.vx-hero h1{font-size:42px}.vx-hero p{font-size:14px}.vx-cat-grid{grid-template-columns:repeat(2,1fr);gap:10px}.vx-cat-card{min-height:150px}.vx-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.vx-title-row{align-items:flex-start;flex-direction:column}.store-head{align-items:flex-start}.vx-product-body{padding:11px}.vx-product-body h3{font-size:13px}.vx-price{font-size:15px}.velox-page .ft-grid{grid-template-columns:1fr}.cart-panel{width:min(92vw,370px)}}
@media(max-width:390px){.vx-product-grid{grid-template-columns:1fr}.vx-cat-grid{grid-template-columns:1fr 1fr}.vx-hero h1{font-size:34px}}


/* ==========================================================
   VELOX UNIFIED THEME — account + admin + auth
   ========================================================== */
.velox-page.account-page .account-shell{padding:28px 0 34px}
.velox-page.account-page .account-intro{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:6px 0 22px}
.velox-page.account-page .account-kicker{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:hsl(262 95% 67%);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}
.velox-page.account-page .account-intro h1{font-size:36px;font-weight:950;letter-spacing:-.04em;margin:0 0 8px}
.velox-page.account-page .account-intro p{max-width:780px;color:rgba(255,255,255,.66);font-size:14px;line-height:1.7}
.velox-page.account-page .account-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:22px;max-width:none;margin:0;padding:0;align-items:start}
.velox-page.account-page .account-sidebar{background:rgba(9,9,11,.82);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px;position:sticky;top:92px;box-shadow:0 16px 45px rgba(0,0,0,.28)}
.velox-page.account-page .account-avatar,.velox-page.account-page .account-av{width:74px;height:74px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;font-size:28px;font-weight:950;color:hsl(262 95% 67%);margin:0 auto 10px;box-shadow:0 0 0 4px rgba(255,255,255,.02)}
.velox-page.account-page .account-nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:12px;color:rgba(255,255,255,.72);font-size:13px;font-weight:700;transition:.18s;margin-bottom:4px;background:transparent}
.velox-page.account-page .account-nav a:hover{background:rgba(255,255,255,.05);color:#fff}
.velox-page.account-page .account-nav a.active{background:hsl(262 95% 67%);color:#111;box-shadow:0 8px 20px rgba(139,92,246,.25)}
.velox-page.account-page .account-nav a.active .badge{background:#111;color:hsl(262 95% 67%)}
.velox-page.account-page .account-nav .nav-ic{width:18px;text-align:center}
.velox-page.account-page .badge-paid{background:rgba(139,92,246,.12);color:hsl(262 95% 67%);border:1px solid rgba(139,92,246,.2)}
.velox-page.account-page .badge-pending{background:rgba(167,139,250,.12);color:#d8b4fe;border:1px solid rgba(167,139,250,.22)}
.velox-page.account-page .section-title{font-size:22px;font-weight:900;margin-bottom:18px}
.velox-page.account-page .section-title::before{background:hsl(262 95% 67%);height:20px}
.velox-page.account-page .order-card,
.velox-page.account-page .pix-card,
.velox-page.account-page .stat-card,
.velox-page.account-page .empty-state,
.velox-page.account-page form,
.velox-page.account-page .profile-card{background:rgba(9,9,11,.82)}
.velox-page.account-page .order-card{border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.22)}
.velox-page.account-page .order-card-head{padding:15px 18px;border-bottom:1px solid rgba(255,255,255,.06)}
.velox-page.account-page .order-code{color:hsl(262 95% 67%);font-size:14px;font-weight:900}
.velox-page.account-page .order-date{color:rgba(255,255,255,.48)}
.velox-page.account-page .order-item,.velox-page.account-page .dl-file-row{border-bottom:1px solid rgba(255,255,255,.06)}
.velox-page.account-page .btn-download,
.velox-page.account-page .btn-green,
.velox-page.account-page .btn-cyan{background:hsl(262 95% 67%);color:#111;border:none}
.velox-page.account-page .btn-download:hover,
.velox-page.account-page .btn-green:hover,
.velox-page.account-page .btn-cyan:hover{filter:brightness(.94)}
.velox-page.account-page .btn-download.locked{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.4)}
.velox-page.account-page .btn-outline,
.velox-page.account-page .btn-ghost{border-color:rgba(255,255,255,.1);color:#fff;background:rgba(255,255,255,.03)}
.velox-page.account-page .btn-outline:hover,
.velox-page.account-page .btn-ghost:hover{border-color:hsl(262 95% 67%);color:hsl(262 95% 67%)}
.velox-page.account-page input,
.velox-page.account-page select,
.velox-page.account-page textarea{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#fff}
.velox-page.account-page input:focus,
.velox-page.account-page select:focus,
.velox-page.account-page textarea:focus{border-color:hsl(262 95% 67%);box-shadow:0 0 0 3px rgba(139,92,246,.12)}
.velox-page.account-page .divider{background:rgba(255,255,255,.06)}
.velox-page.account-page .empty-state{border:1px solid rgba(255,255,255,.08);border-radius:18px}
.velox-page.account-page footer{margin-top:10px}

.velox-page.admin-velox .admin-layout{grid-template-columns:280px minmax(0,1fr);background:transparent;min-height:100vh}
.velox-page.admin-velox .admin-aside{background:rgba(9,9,11,.84);border-right:1px solid rgba(255,255,255,.08);padding:18px 14px;backdrop-filter:blur(14px)}
.velox-page.admin-velox .admin-brand{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 8px 18px;margin-bottom:14px;border-bottom:1px solid rgba(255,255,255,.06)}
.velox-page.admin-velox .admin-brand-link{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}
.velox-page.admin-velox .admin-brand-logo{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 4px rgba(255,255,255,.02);font-weight:1000;font-style:italic;color:hsl(262 95% 67%)}
.velox-page.admin-velox .admin-brand-text{display:flex;flex-direction:column;line-height:1}
.velox-page.admin-velox .admin-brand-text strong{font-size:15px;text-transform:uppercase;font-weight:950;font-style:italic;letter-spacing:-.3px}
.velox-page.admin-velox .admin-brand-text small{margin-top:6px;color:rgba(255,255,255,.54);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.velox-page.admin-velox .badge-admin{font-size:10px;padding:4px 8px;background:rgba(139,92,246,.12);color:hsl(262 95% 67%);border:1px solid rgba(139,92,246,.18);border-radius:999px;font-weight:800}
.velox-page.admin-velox .nav-section{color:rgba(255,255,255,.32);font-size:10px;letter-spacing:.18em;padding:8px 10px 4px}
.velox-page.admin-velox .nav-divider{background:rgba(255,255,255,.06);margin:8px 0}
.velox-page.admin-velox .admin-nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:12px;color:rgba(255,255,255,.7);font-size:13px;font-weight:700;transition:.18s}
.velox-page.admin-velox .admin-nav a:hover{background:rgba(255,255,255,.05);color:#fff}
.velox-page.admin-velox .admin-nav a.active{background:hsl(262 95% 67%);color:#111;box-shadow:0 8px 20px rgba(139,92,246,.22)}
.velox-page.admin-velox .admin-nav a.active .badge{background:#111;color:hsl(262 95% 67%)}
.velox-page.admin-velox .admin-nav .ic{width:18px;font-size:15px}
.velox-page.admin-velox .admin-main{padding:28px;background:transparent;min-width:0}
.velox-page.admin-velox .admin-topbar{margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.06)}
.velox-page.admin-velox .admin-page-title{font-size:28px;font-weight:950;letter-spacing:-.03em}
.velox-page.admin-velox .stat-card,
.velox-page.admin-velox .table-wrap,
.velox-page.admin-velox .admin-form-card,
.velox-page.admin-velox .auth-card,
.velox-page.admin-velox .upload-zone,
.velox-page.admin-velox .cover-upload,
.velox-page.admin-velox .file-item,
.velox-page.admin-velox .tag-input-wrap,
.velox-page.admin-velox .img-preview-box{background:rgba(9,9,11,.82);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.velox-page.admin-velox .stat-grid{gap:14px}
.velox-page.admin-velox .stat-card .label,
.velox-page.admin-velox .data-table th,
.velox-page.admin-velox .table-head small{color:rgba(255,255,255,.4)}
.velox-page.admin-velox .stat-card .value{font-size:28px}
.velox-page.admin-velox .stat-card .change.up{color:hsl(262 95% 67%)}
.velox-page.admin-velox .table-head{border-bottom:1px solid rgba(255,255,255,.06);padding:14px 16px}
.velox-page.admin-velox .table-title{font-size:15px;font-weight:900}
.velox-page.admin-velox .data-table th{background:rgba(255,255,255,.03);border-bottom:1px solid rgba(255,255,255,.06);font-size:10px}
.velox-page.admin-velox .data-table td{border-bottom:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.72);font-size:12px}
.velox-page.admin-velox .data-table tr:hover td{background:rgba(255,255,255,.03)}
.velox-page.admin-velox .td-name,.velox-page.admin-velox .admin-section-title,.velox-page.admin-velox .section-title{color:#fff}
.velox-page.admin-velox .admin-section-title::before,.velox-page.admin-velox .section-title::before{background:hsl(262 95% 67%)}
.velox-page.admin-velox .btn-green,
.velox-page.admin-velox .btn-cyan{background:hsl(262 95% 67%);color:#111;border:none}
.velox-page.admin-velox .btn-green:hover,
.velox-page.admin-velox .btn-cyan:hover{filter:brightness(.94)}
.velox-page.admin-velox .btn-ghost,
.velox-page.admin-velox .btn-outline{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);color:#fff}
.velox-page.admin-velox .btn-ghost:hover,
.velox-page.admin-velox .btn-outline:hover{border-color:hsl(262 95% 67%);color:hsl(262 95% 67%)}
.velox-page.admin-velox input,
.velox-page.admin-velox select,
.velox-page.admin-velox textarea{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#fff}
.velox-page.admin-velox input:focus,
.velox-page.admin-velox select:focus,
.velox-page.admin-velox textarea:focus{border-color:hsl(262 95% 67%);box-shadow:0 0 0 3px rgba(139,92,246,.12)}
.velox-page.admin-velox .upload-zone:hover,
.velox-page.admin-velox .upload-zone.drag,
.velox-page.admin-velox .cover-upload:hover,
.velox-page.admin-velox .tag-input-wrap:focus-within{border-color:hsl(262 95% 67%);box-shadow:0 0 0 3px rgba(139,92,246,.08)}
.velox-page.admin-velox .auth-page{background:transparent}
.velox-page.admin-velox .auth-card{max-width:430px;padding:34px}
.velox-page.admin-velox .auth-logo .logo span{color:hsl(262 95% 67%)}
.velox-page.admin-velox .auth-tab.active{background:rgba(255,255,255,.06);color:#fff}
.velox-page.admin-velox .alert-warn a{color:hsl(262 95% 67%)}

@media(max-width:1024px){
  .velox-page.account-page .account-layout{grid-template-columns:1fr}
  .velox-page.account-page .account-sidebar{position:static}
  .velox-page.admin-velox .admin-layout{grid-template-columns:1fr}
  .velox-page.admin-velox .admin-aside{position:static;height:auto;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}
}
@media(max-width:760px){
  .velox-page.account-page .account-intro h1{font-size:28px}
  .velox-page.account-page .section-title{font-size:18px}
  .velox-page.account-page .account-shell{padding-top:20px}
  .velox-page.admin-velox .admin-main{padding:16px}
  .velox-page.admin-velox .admin-page-title{font-size:22px}
}


/* ==========================================================
   VELOX CHECKOUT / PIX FIX
   ========================================================== */
.velox-page.checkout-page{background:rgb(9,9,11);min-height:100vh;overflow-x:hidden}
.velox-page.checkout-page .checkout-shell{padding:30px 0 42px;min-height:calc(100vh - 92px)}
.velox-page.checkout-page .checkout-intro{margin:4px 0 24px}
.velox-page.checkout-page .checkout-kicker{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:hsl(262 95% 67%);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}
.velox-page.checkout-page .checkout-intro h1{font-size:38px;font-weight:950;letter-spacing:-.04em;margin:0 0 8px;color:#fff}
.velox-page.checkout-page .checkout-intro p{color:rgba(255,255,255,.64);font-size:14px;line-height:1.7;margin:0}
.velox-page.checkout-page #checkout-wrap{display:grid!important;grid-template-columns:minmax(0,1fr) 420px!important;gap:24px!important;align-items:start!important;max-width:1180px;margin:0 auto}
.velox-page.checkout-page #checkout-wrap > div > div,
.velox-page.checkout-page .pix-card,
.velox-page.checkout-page .success-screen,
.velox-page.checkout-page form + div,
.velox-page.checkout-page .page-card{background:rgba(9,9,11,.84)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:18px!important;box-shadow:0 18px 45px rgba(0,0,0,.26)!important}
.velox-page.checkout-page .section-title{font-size:18px;font-weight:900;color:#fff;margin-bottom:16px!important}
.velox-page.checkout-page .section-title::before{background:hsl(262 95% 67%);height:20px}
.velox-page.checkout-page .order-item{display:grid!important;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 0!important;border-bottom:1px solid rgba(255,255,255,.06)!important}
.velox-page.checkout-page .order-item-img,
.velox-page.checkout-page .order-item img{width:76px!important;height:56px!important;object-fit:cover!important;border-radius:12px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.08)!important;display:block!important;max-width:none!important}
.velox-page.checkout-page .order-item-name{font-size:14px!important;font-weight:800!important;color:#fff!important;white-space:normal!important;overflow:hidden;text-overflow:ellipsis}
.velox-page.checkout-page .order-item-price{font-size:14px!important;font-weight:900!important;color:hsl(262 95% 67%)!important;white-space:nowrap}
.velox-page.checkout-page .pix-card{padding:26px!important;text-align:center;position:sticky;top:96px}
.velox-page.checkout-page .pix-amount{font-size:38px;font-weight:950;letter-spacing:-.04em;color:hsl(262 95% 67%)}
.velox-page.checkout-page .pix-qr{background:#fff;border-radius:18px;padding:14px;display:inline-block;margin:18px 0;box-shadow:0 18px 35px rgba(0,0,0,.25)}
.velox-page.checkout-page .pix-qr img{width:220px!important;height:220px!important;object-fit:contain!important;max-width:100%}
.velox-page.checkout-page .pix-code-box{background:rgba(255,255,255,.04);border:1px dashed rgba(139,92,246,.35);border-radius:14px;padding:12px;margin:10px 0 12px;color:rgba(255,255,255,.68);font-size:11px;line-height:1.5;max-height:76px;overflow:auto;text-align:left;word-break:break-all}
.velox-page.checkout-page .pix-status{background:rgba(139,92,246,.10)!important;border:1px solid rgba(139,92,246,.18);border-radius:12px;color:hsl(262 95% 67%)!important;padding:12px;margin:14px 0}
.velox-page.checkout-page .spinner{border-color:rgba(139,92,246,.25);border-top-color:hsl(262 95% 67%)}
.velox-page.checkout-page .pix-timer{color:hsl(262 95% 67%)}
.velox-page.checkout-page .btn-green,
.velox-page.checkout-page .btn-cyan{background:hsl(262 95% 67%);color:#111;border:none}
.velox-page.checkout-page .btn-outline,
.velox-page.checkout-page .btn-ghost{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);color:#fff}
.velox-page.checkout-page .btn-outline:hover,
.velox-page.checkout-page .btn-ghost:hover{border-color:hsl(262 95% 67%);color:hsl(262 95% 67%)}
.velox-page.checkout-page input,
.velox-page.checkout-page select,
.velox-page.checkout-page textarea{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#fff}
.velox-page.checkout-page input:focus,
.velox-page.checkout-page select:focus,
.velox-page.checkout-page textarea:focus{border-color:hsl(262 95% 67%);box-shadow:0 0 0 3px rgba(139,92,246,.12)}
.velox-page.checkout-page .alert-warn{background:rgba(139,92,246,.08);border:1px solid rgba(139,92,246,.22);color:hsl(262 95% 67%);border-radius:14px}
.velox-page.checkout-page footer{margin-top:0;width:100%;background:rgba(9,9,11,.92);border-top:1px solid rgba(255,255,255,.06)}
.velox-page.checkout-page .ft-inner{width:min(100% - 32px,1280px);padding:34px 0 18px}
.velox-page.checkout-page .ft-grid{align-items:start}
.velox-page.checkout-page .ft-bottom{margin-top:20px}
@media(max-width:980px){
  .velox-page.checkout-page #checkout-wrap{grid-template-columns:1fr!important}
  .velox-page.checkout-page .pix-card{position:static}
}
@media(max-width:620px){
  .velox-page.checkout-page .checkout-intro h1{font-size:30px}
  .velox-page.checkout-page .order-item{grid-template-columns:62px minmax(0,1fr);gap:10px}
  .velox-page.checkout-page .order-item-price{grid-column:2/3}
  .velox-page.checkout-page .order-item-img,.velox-page.checkout-page .order-item img{width:62px!important;height:48px!important}
}

/* ==========================================================
   VELOX CLONE 7 — pegada mais próxima do Velox principal
   ========================================================== */
.velox-page{
  --vx-yellow:hsl(262 95% 67%);
  --vx-bg:#080808;
  --vx-card:#101010;
  --vx-border:rgba(255,255,255,.12);
  background:#080808!important;
  color:#fff;
}
.velox-page .vx-bg{position:fixed;inset:0;z-index:-3;background:#080808;pointer-events:none;overflow:hidden}
.velox-page .vx-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:64px 64px;opacity:.55}
.velox-page .vx-bg:after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 78% 10%,rgba(139,92,246,.22),transparent 24%),linear-gradient(90deg,rgba(0,0,0,.22),transparent 48%,rgba(139,92,246,.05));}
.velox-page .vx-glow{display:none!important}
.velox-page .vx-container{width:min(100% - 32px,1060px)!important;margin-inline:auto!important}
.velox-page .vx-header{height:62px;display:flex;align-items:center;background:rgba(10,10,10,.88)!important;border-bottom:1px solid rgba(255,255,255,.07)!important;backdrop-filter:blur(18px);padding:0!important;position:sticky;top:0;z-index:80}
.velox-page .vx-nav{height:62px;display:grid!important;grid-template-columns:260px minmax(260px,430px) 1fr;gap:22px;align-items:center;justify-content:initial!important}
.velox-page .vx-brand{gap:10px!important;align-items:center!important;min-width:0!important}
.velox-page .vx-logo-img{width:42px!important;height:42px!important;border-radius:12px!important;background:#151515!important;border:1px solid rgba(255,255,255,.08)!important;display:grid!important;place-items:center!important;overflow:hidden;color:hsl(262 95% 67%)!important;font-weight:1000!important;box-shadow:none!important}
.velox-page .vx-logo-img.has-logo img{width:100%;height:100%;object-fit:contain;padding:4px}
.velox-page .vx-brand-text strong{font-size:15px!important;font-weight:950!important;font-style:italic!important;text-transform:uppercase!important;letter-spacing:-.04em!important;white-space:nowrap}
.velox-page .vx-brand-text small{margin-top:4px!important;width:max-content!important;padding:3px 7px!important;border-radius:5px!important;background:#111!important;border:1px solid rgba(255,255,255,.08)!important;color:#e8e8e8!important;font-size:9px!important;font-weight:900!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.06em!important}
.velox-page .vx-dot{background:#06d67a!important;box-shadow:0 0 8px rgba(6,214,122,.5)!important;width:6px!important;height:6px!important}
.velox-page .vx-search{height:40px!important;max-width:none!important;border-radius:10px!important;background:#121212!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 0 20px rgba(255,255,255,.01)!important;padding:0 14px!important}
.velox-page .vx-search input{font-size:13px!important;color:#ddd!important;background:transparent!important;border:0!important;height:100%!important;box-shadow:none!important;padding:0!important}
.velox-page .vx-search span{color:rgba(255,255,255,.45)!important;font-size:17px!important}
.velox-page .vx-actions{justify-content:flex-end;gap:10px!important}
.velox-page .vx-youtube{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;color:#ff3333;background:rgba(255,0,0,.08);border:1px solid rgba(255,0,0,.18);font-weight:900;text-decoration:none}
.velox-page .vx-login{height:40px!important;padding:0 16px!important;border-radius:10px!important;border:1px solid rgba(255,255,255,.12)!important;background:#111!important;color:#fff!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;display:inline-flex!important;align-items:center!important;gap:8px!important;text-decoration:none!important}
.velox-page .vx-cart{height:40px!important;padding:0 17px!important;border-radius:10px!important;border:0!important;background:hsl(262 95% 67%)!important;color:#111!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;box-shadow:0 0 18px rgba(139,92,246,.2)!important}
.velox-page .vx-cart b{background:#111!important;color:hsl(262 95% 67%)!important;border-radius:999px!important;min-width:18px!important;height:18px!important;display:inline-flex;align-items:center;justify-content:center;font-size:10px;margin-left:2px}
.velox-page .vx-hero{padding:78px 0 58px!important;text-align:center!important;display:block!important;min-height:0!important}
.velox-page .vx-hero-content{max-width:720px!important;margin:0 auto!important;text-align:center!important}
.velox-page .vx-hero h1{font-size:50px!important;line-height:.98!important;letter-spacing:-.06em!important;font-weight:950!important;margin:0 auto 18px!important;color:#f6f6f6!important;text-shadow:0 8px 30px rgba(0,0,0,.35)}
.velox-page .vx-hero h1 span{color:hsl(262 95% 67%)!important}
.velox-page .vx-hero p{max-width:600px!important;margin:0 auto!important;color:rgba(255,255,255,.62)!important;font-size:15px!important;line-height:1.7!important}
.velox-page .vx-hero-buttons{justify-content:center!important;margin-top:24px!important;gap:10px!important}
.velox-page .vx-primary{height:42px!important;padding:0 18px!important;border-radius:10px!important;background:hsl(262 95% 67%)!important;color:#111!important;font-weight:950!important;font-size:13px!important;display:inline-flex!important;align-items:center!important;text-decoration:none!important}
.velox-page .vx-secondary{height:42px!important;padding:0 17px!important;border-radius:10px!important;background:#1b1b1b!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important;font-weight:900!important;font-size:13px!important;display:inline-flex!important;align-items:center!important;text-decoration:none!important}
.velox-page .vx-categories{padding:0 0 28px!important}
.velox-page .vx-title-row{margin-bottom:16px!important}
.velox-page .vx-title-row h2{font-size:22px!important;letter-spacing:-.04em!important}
.velox-page .vx-cat-grid{grid-template-columns:repeat(6,1fr)!important;gap:10px!important}
.velox-page .vx-cat-card{min-height:128px!important;border-radius:10px!important;background:#111!important;border:1px solid rgba(255,255,255,.12)!important;padding:0!important;overflow:hidden!important;box-shadow:none!important;justify-content:flex-end!important}
.velox-page .vx-cat-card:before{background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.9))!important;z-index:1!important;opacity:1!important}.velox-page .vx-cat-card:after{display:none!important}
.velox-page .vx-cat-card:hover,.velox-page .vx-cat-card.active{transform:translateY(-2px)!important;border-color:hsl(262 95% 67%)!important;box-shadow:0 0 0 1px rgba(139,92,246,.35)!important;background:#151515!important}
.velox-page .vx-cat-art{position:absolute!important;inset:0!important;padding:0!important;display:block!important}
.velox-page .vx-cat-art img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;opacity:.92!important}
.velox-page .vx-cat-art span{width:100%;height:100%;display:grid;place-items:center;font-size:50px!important;background:radial-gradient(circle at 50% 25%,rgba(139,92,246,.24),transparent 60%),#111;transform:none!important}
.velox-page .vx-cat-card strong{position:relative!important;z-index:2!important;width:100%!important;padding:0 8px 18px!important;font-size:16px!important;text-shadow:0 2px 12px rgba(0,0,0,.75)!important}
.velox-page .vx-cat-card small{display:none!important}
.velox-page .vx-section{padding:18px 0 34px!important}.velox-page .vx-store{padding-top:8px!important}
.velox-page .store-head{display:none!important}
.velox-page .vx-home-groups{display:flex;flex-direction:column;gap:52px!important}
.velox-page .vx-group-title{display:flex;align-items:center;margin-bottom:4px}
.velox-page .vx-group-title span{display:inline-flex;align-items:center;height:44px;border:2px solid hsl(262 95% 67%);border-radius:9px;padding:0 16px;background:rgba(139,92,246,.12);color:#fff;font-size:15px;font-weight:900;box-shadow:inset 0 0 20px rgba(139,92,246,.06)}
.velox-page .vx-product-grid{grid-template-columns:repeat(5,1fr)!important;gap:14px!important}
.velox-page .vx-product{border-radius:10px!important;background:#111!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:none!important;overflow:hidden!important}.velox-page .vx-product:hover{border-color:hsl(262 95% 67%)!important;transform:translateY(-2px)!important;box-shadow:0 0 0 1px rgba(139,92,246,.25)!important}
.velox-page .vx-product-img{aspect-ratio:16/8.8!important;background:#0d0d0d!important}.velox-page .vx-product-img:after{display:none!important}.velox-page .vx-product-img img{object-fit:cover!important}
.velox-page .vx-product-img em{background:rgba(139,92,246,.95)!important;color:#111!important;font-size:9px!important;border-radius:5px!important;padding:3px 6px!important}
.velox-page .vx-product-body{padding:12px!important;background:linear-gradient(180deg,#111,#0f0f0f)!important}.velox-page .vx-product-body small{display:none!important}
.velox-page .vx-product-body h3{font-size:14px!important;min-height:36px!important;margin:0 0 10px!important;font-weight:800!important;line-height:1.25!important;color:#fff!important}
.velox-page .vx-price{font-size:20px!important;font-weight:950!important;color:#fff!important;letter-spacing:-.03em!important}.velox-page .vx-price del{display:inline-block!important;margin-right:7px!important;color:rgba(255,255,255,.42)!important;font-size:12px!important;text-decoration-thickness:1px!important}.velox-page .vx-price del+*{display:inline}
.velox-page .vx-payment-label{font-size:12px;color:rgba(255,255,255,.55);margin-top:2px;margin-bottom:11px}
.velox-page .vx-product-body button{height:38px!important;border-radius:7px!important;background:hsl(262 95% 67%)!important;color:#111!important;font-size:12px!important;font-weight:950!important;text-transform:none!important;letter-spacing:0!important;margin-top:10px!important;width:100%!important}
.velox-page footer{background:rgba(8,8,8,.92)!important;border-top:1px solid rgba(255,255,255,.08)!important;margin-top:64px!important;padding:0!important;backdrop-filter:blur(10px)!important}
.velox-page .ft-inner{width:min(100% - 32px,1060px)!important;padding:38px 0 20px!important;margin:auto!important}.velox-page .ft-grid{grid-template-columns:2fr 1fr 1fr 1.4fr!important;gap:34px!important}.velox-page .ft-logo span{color:hsl(262 95% 67%)!important}.velox-page .ft-heading{color:rgba(255,255,255,.4)!important;font-size:10px!important;letter-spacing:.16em!important;text-transform:uppercase!important}.velox-page .ft-link{font-size:12px!important;color:rgba(255,255,255,.62)!important}.velox-page .btn-grupo{background:transparent!important;border:1px solid hsl(262 95% 67%)!important;color:hsl(262 95% 67%)!important;border-radius:8px!important}.velox-page .ft-bottom{border-top:1px solid rgba(255,255,255,.08)!important;color:rgba(255,255,255,.34)!important}
/* Checkout dentro do tema */
.velox-page.checkout-page .checkout-shell{width:min(100% - 32px,1060px)!important;padding:46px 0 34px!important}.velox-page.checkout-page .checkout-intro{text-align:center!important;margin-bottom:28px!important}.velox-page.checkout-page .checkout-intro h1{font-size:42px!important;letter-spacing:-.06em!important}.velox-page.checkout-page .checkout-kicker{background:rgba(139,92,246,.1)!important;border-color:rgba(139,92,246,.25)!important;color:hsl(262 95% 67%)!important}.velox-page.checkout-page #checkout-wrap{grid-template-columns:minmax(0,1fr) 370px!important;max-width:1060px!important}.velox-page.checkout-page #checkout-wrap>div>div,.velox-page.checkout-page .pix-card{background:#111!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important}.velox-page.checkout-page .pix-amount{color:hsl(262 95% 67%)!important}.velox-page.checkout-page .order-item{grid-template-columns:74px minmax(0,1fr) auto!important}.velox-page.checkout-page .order-item-img,.velox-page.checkout-page .order-item img{width:74px!important;height:52px!important;border-radius:8px!important}.velox-page.checkout-page .order-item-price{color:hsl(262 95% 67%)!important}.velox-page.checkout-page .pix-status{background:rgba(139,92,246,.08)!important;color:hsl(262 95% 67%)!important}.velox-page.checkout-page .btn-green,.velox-page.checkout-page .btn-cyan{background:hsl(262 95% 67%)!important;color:#111!important}.velox-page.checkout-page .btn-outline,.velox-page.checkout-page .btn-ghost{border-color:rgba(255,255,255,.12)!important;background:#151515!important;color:#fff!important}
@media(max-width:1100px){.velox-page .vx-nav{grid-template-columns:220px 1fr auto}.velox-page .vx-cat-grid{grid-template-columns:repeat(3,1fr)!important}.velox-page .vx-product-grid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:760px){.velox-page .vx-container,.velox-page.checkout-page .checkout-shell{width:min(100% - 22px,1060px)!important}.velox-page .vx-header{height:auto!important;padding:10px 0!important}.velox-page .vx-nav{height:auto!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important}.velox-page .vx-brand{flex:1}.velox-page .vx-search{order:3;flex-basis:100%;height:38px!important}.velox-page .vx-youtube{display:none}.velox-page .vx-hero{padding:48px 0 34px!important}.velox-page .vx-hero h1{font-size:38px!important}.velox-page .vx-cat-grid{grid-template-columns:repeat(2,1fr)!important}.velox-page .vx-product-grid{grid-template-columns:repeat(2,1fr)!important}.velox-page .vx-home-groups{gap:34px!important}.velox-page .ft-grid{grid-template-columns:1fr!important}.velox-page.checkout-page #checkout-wrap{grid-template-columns:1fr!important}.velox-page.checkout-page .pix-card{position:static!important}}

/* ==========================================================
   VELOX PRODUCT DETAIL PAGE
   ========================================================== */
.product-page .vx-product-main{padding:54px 0 48px;position:relative;z-index:1}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start;max-width:1180px;margin:0 auto}
.product-main-col{min-width:0;display:flex;flex-direction:column;gap:16px}
.product-hero-card{display:grid;grid-template-columns:430px minmax(0,1fr);gap:22px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:16px;box-shadow:0 18px 50px rgba(0,0,0,.26);backdrop-filter:blur(10px)}
.product-cover{border-radius:12px;overflow:hidden;background:#111;min-height:265px;align-self:stretch}
.product-cover img{width:100%;height:100%;object-fit:cover;display:block}
.product-buy-info{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:4px 0}
.product-buy-info h1{font-size:24px;line-height:1.16;font-weight:900;letter-spacing:-.03em;margin:0 0 10px;color:#fff}
.stock-pill{width:max-content;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:4px 8px;color:#fff;font-size:12px;font-weight:800;margin-bottom:12px}
.product-price-row{display:flex;align-items:center;gap:8px;min-height:20px;flex-wrap:wrap}
.product-price-row del,.vx-price del{color:rgba(255,255,255,.44);font-size:13px;font-weight:700;text-decoration-thickness:1px}.discount-badge{display:inline-flex;align-items:center;width:max-content;padding:2px 7px;border-radius:999px;background:rgba(139,92,246,.14);border:1px solid rgba(139,92,246,.22);color:hsl(262 95% 67%);font-size:11px;font-weight:950}.discount-badge.small{font-size:10px;margin-left:6px;margin-right:4px;vertical-align:middle}.product-big-price{font-size:28px;line-height:1;font-weight:950;color:#fff;margin:2px 0 4px;letter-spacing:-.03em}.pix-label{color:rgba(255,255,255,.62);font-size:13px;margin-bottom:22px}.product-actions{margin-top:auto;display:flex;flex-direction:column;gap:9px}.product-buy-btn,.product-cart-btn{height:44px;border-radius:10px;border:0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:950;text-decoration:none;cursor:pointer;transition:.18s}.product-buy-btn{background:hsl(262 95% 67%);color:#111}.product-buy-btn:hover{filter:brightness(.94);transform:translateY(-1px)}.product-cart-btn{background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.12);color:#fff}.product-cart-btn:hover{border-color:hsl(262 95% 67%);color:hsl(262 95% 67%)}
.product-desc-card{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:20px;box-shadow:0 18px 50px rgba(0,0,0,.18)}.product-desc-card h2,.product-similar h2{font-size:18px;font-weight:950;letter-spacing:-.02em;margin:0 0 16px;color:#fff}.product-description{font-size:14px;line-height:1.75;color:rgba(255,255,255,.82);font-weight:600}.product-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}.product-info-grid h3{font-size:14px;font-weight:900;margin-bottom:8px;color:#fff}.product-info-grid ul{list-style:none;margin:0;padding:0}.product-info-grid li{position:relative;color:rgba(255,255,255,.8);font-size:13px;line-height:1.7;padding-left:13px}.product-info-grid li:before{content:'•';position:absolute;left:0;color:hsl(262 95% 67%);font-weight:900}.product-tags{display:flex;flex-wrap:wrap;gap:6px}.product-tags span{font-size:11px;font-weight:850;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.75)}
.product-side-col{display:flex;flex-direction:column;gap:14px;position:sticky;top:92px}.benefit-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:20px;box-shadow:0 18px 50px rgba(0,0,0,.18)}.benefit-ic{font-size:22px;color:hsl(262 95% 67%);margin-bottom:8px}.benefit-card h3{font-size:15px;font-weight:950;margin:0 0 10px;color:#fff}.benefit-card p{font-size:13px;line-height:1.6;color:rgba(255,255,255,.62);font-weight:600;margin:0}.pix-mini{margin-top:14px;width:38px;height:38px;border-radius:10px;background:rgba(20,184,166,.12);border:1px solid rgba(20,184,166,.22);display:grid;place-items:center;color:#2dd4bf;font-size:21px}.product-similar{max-width:1180px;margin:40px auto 0}.product-similar .vx-product-grid{grid-template-columns:repeat(5,1fr)}.product-notfound{max-width:760px;margin:60px auto}
.product-page footer{margin-top:32px;background:rgba(6,6,8,.92);border-top:1px solid rgba(255,255,255,.08)}
@media(max-width:1100px){.product-detail-grid{grid-template-columns:1fr}.product-side-col{position:static;display:grid;grid-template-columns:repeat(3,1fr)}.product-similar .vx-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.product-page .vx-product-main{padding:28px 0}.product-hero-card{grid-template-columns:1fr}.product-cover{min-height:220px}.product-side-col{grid-template-columns:1fr}.product-info-grid{grid-template-columns:1fr}.product-similar .vx-product-grid{grid-template-columns:repeat(2,1fr)}.product-buy-info h1{font-size:22px}}
@media(max-width:520px){.product-similar .vx-product-grid{grid-template-columns:1fr}.product-hero-card,.product-desc-card,.benefit-card{border-radius:14px;padding:14px}.product-big-price{font-size:24px}}


/* ==========================================================
   PRODUTO - imagem fixa + similares melhorados
   ========================================================== */
.product-page .product-hero-card{
  grid-template-columns:430px minmax(0,1fr)!important;
  align-items:stretch!important;
}
.product-page .product-cover{
  width:100%!important;
  height:280px!important;
  min-height:280px!important;
  max-height:280px!important;
  aspect-ratio:430/280!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#101010!important;
}
.product-page .product-cover img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
.product-page .product-similar{
  max-width:1180px!important;
  margin:44px auto 0!important;
}
.product-page .product-similar-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:16px!important;
}
.product-page .product-similar-head h2{
  margin:0!important;
  font-size:21px!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}
.product-page .product-similar-head p{
  margin:0!important;
  color:rgba(255,255,255,.55)!important;
  font-size:13px!important;
  font-weight:650!important;
}
.product-page .product-similar .vx-product-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
}
.product-page .product-similar .vx-product-img{
  height:128px!important;
  min-height:128px!important;
  max-height:128px!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
}
.product-page .product-similar .vx-product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.product-page .product-similar .vx-product-body h3{
  min-height:36px!important;
}
@media(max-width:1100px){
  .product-page .product-hero-card{grid-template-columns:390px minmax(0,1fr)!important}
  .product-page .product-cover{height:255px!important;min-height:255px!important;max-height:255px!important}
  .product-page .product-similar .vx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:820px){
  .product-page .product-hero-card{grid-template-columns:1fr!important}
  .product-page .product-cover{height:240px!important;min-height:240px!important;max-height:240px!important}
  .product-page .product-similar-head{align-items:flex-start!important;flex-direction:column!important;gap:4px!important}
  .product-page .product-similar .vx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:520px){
  .product-page .product-cover{height:215px!important;min-height:215px!important;max-height:215px!important}
  .product-page .product-similar .vx-product-grid{grid-template-columns:1fr!important}
  .product-page .product-similar .vx-product-img{height:155px!important;min-height:155px!important;max-height:155px!important}
}


/* ==========================================================
   VELOX PRODUCT PAGE - layout fiel à referência
   ========================================================== */
.product-page .vx-product-main{
  width:min(100% - 32px,1060px)!important;
  max-width:1060px!important;
  padding:38px 0 52px!important;
  margin-inline:auto!important;
}
.product-page .product-detail-grid{
  width:100%!important;
  max-width:1060px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,735px) 276px!important;
  gap:16px!important;
  align-items:start!important;
}
.product-page .product-main-col{
  gap:12px!important;
}
.product-page .product-hero-card{
  display:grid!important;
  grid-template-columns:360px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:stretch!important;
  min-height:214px!important;
  padding:12px!important;
  border-radius:10px!important;
  background:linear-gradient(90deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.product-page .product-cover{
  width:360px!important;
  height:202px!important;
  min-height:202px!important;
  max-height:202px!important;
  aspect-ratio:16/9!important;
  border-radius:6px!important;
  overflow:hidden!important;
  align-self:center!important;
  background:#0d0d0d!important;
}
.product-page .product-cover img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
.product-page .product-buy-info{
  justify-content:center!important;
  padding:2px 2px 2px 0!important;
}
.product-page .product-buy-info h1{
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
  margin:0 0 8px!important;
}
.product-page .stock-pill{
  padding:4px 8px!important;
  border-radius:5px!important;
  font-size:11px!important;
  margin-bottom:10px!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
}
.product-page .product-price-row{
  gap:7px!important;
  min-height:18px!important;
}
.product-page .product-price-row del{
  font-size:12px!important;
  line-height:1!important;
}
.product-page .discount-badge{
  border-radius:5px!important;
  padding:2px 6px!important;
  font-size:10px!important;
  background:rgba(139,92,246,.16)!important;
  border:1px solid rgba(139,92,246,.35)!important;
}
.product-page .product-big-price{
  font-size:24px!important;
  line-height:1!important;
  margin:2px 0 3px!important;
}
.product-page .pix-label{
  font-size:12px!important;
  margin-bottom:18px!important;
  color:rgba(255,255,255,.62)!important;
}
.product-page .product-actions{
  gap:8px!important;
  margin-top:0!important;
  padding:10px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:10px!important;
  background:rgba(0,0,0,.14)!important;
}
.product-page .product-buy-btn,
.product-page .product-cart-btn{
  height:36px!important;
  border-radius:7px!important;
  font-size:12px!important;
}
.product-page .product-cart-btn{
  background:rgba(255,255,255,.025)!important;
}
.product-page .product-desc-card{
  border-radius:10px!important;
  padding:14px!important;
  min-height:150px!important;
  background:linear-gradient(90deg,rgba(255,255,255,.045),rgba(255,255,255,.02))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
}
.product-page .product-desc-card h2{
  font-size:16px!important;
  margin:0 0 12px!important;
}
.product-page .product-description{
  font-size:13px!important;
  line-height:1.55!important;
  color:rgba(255,255,255,.86)!important;
  font-weight:750!important;
}
.product-page .product-info-grid{
  margin-top:14px!important;
  padding-top:14px!important;
}
.product-page .product-side-col{
  gap:10px!important;
  position:sticky!important;
  top:82px!important;
}
.product-page .benefit-card{
  border-radius:9px!important;
  padding:15px!important;
  min-height:92px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.02))!important;
  border:1px solid rgba(255,255,255,.11)!important;
  box-shadow:none!important;
}
.product-page .benefit-ic{
  font-size:18px!important;
  margin:0 0 7px!important;
  color:hsl(262 95% 67%)!important;
}
.product-page .benefit-card h3{
  font-size:14px!important;
  margin:0 0 8px!important;
}
.product-page .benefit-card p{
  font-size:12px!important;
  line-height:1.45!important;
  color:rgba(255,255,255,.62)!important;
}
.product-page .pix-mini{
  width:34px!important;
  height:34px!important;
  border-radius:8px!important;
  margin-top:11px!important;
}
.product-page .product-similar{
  width:100%!important;
  max-width:1060px!important;
  margin:36px auto 0!important;
}
.product-page .product-similar-head{
  margin-bottom:12px!important;
}
.product-page .product-similar-head h2{
  font-size:16px!important;
  font-weight:950!important;
  margin:0!important;
}
.product-page .product-similar-head p{
  display:none!important;
}
.product-page .product-similar .vx-product-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:9px!important;
}
.product-page .product-similar .vx-product{
  border-radius:8px!important;
}
.product-page .product-similar .vx-product-img{
  height:118px!important;
  min-height:118px!important;
  max-height:118px!important;
  aspect-ratio:auto!important;
}
.product-page .product-similar .vx-product-body{
  padding:10px!important;
}
.product-page .product-similar .vx-product-body h3{
  font-size:13px!important;
  min-height:34px!important;
  margin-bottom:8px!important;
}
.product-page .product-similar .vx-price{
  font-size:17px!important;
}
.product-page .product-similar .vx-product-body button{
  height:34px!important;
  font-size:11px!important;
  border-radius:6px!important;
}
.product-page footer{
  margin-top:48px!important;
}
@media(max-width:1100px){
  .product-page .vx-product-main{width:min(100% - 28px,900px)!important;max-width:900px!important}
  .product-page .product-detail-grid{grid-template-columns:1fr!important;max-width:900px!important}
  .product-page .product-side-col{position:static!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important}
  .product-page .product-similar{max-width:900px!important}
  .product-page .product-similar .vx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
}
@media(max-width:820px){
  .product-page .vx-product-main{padding:24px 0 44px!important}
  .product-page .product-hero-card{grid-template-columns:1fr!important;gap:12px!important}
  .product-page .product-cover{width:100%!important;height:230px!important;min-height:230px!important;max-height:230px!important}
  .product-page .product-side-col{grid-template-columns:1fr!important}
  .product-page .product-similar .vx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:520px){
  .product-page .product-cover{height:205px!important;min-height:205px!important;max-height:205px!important}
  .product-page .product-similar .vx-product-grid{grid-template-columns:1fr!important}
  .product-page .product-similar .vx-product-img{height:150px!important;min-height:150px!important;max-height:150px!important}
}


/* FIX: Produtos similares sempre visível */
.product-page .similar-empty-card{
  min-height:150px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:8px;
  color:rgba(255,255,255,.62);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.product-page .similar-empty-card strong{color:#fff;font-size:16px;font-weight:950}
.product-page .similar-empty-card a{margin-top:6px;background:hsl(262 95% 67%);color:#111;padding:9px 14px;border-radius:10px;font-weight:950;text-decoration:none}
.product-page .product-similar{display:block!important;visibility:visible!important}
.product-page .product-similar .vx-product-grid{display:grid!important}


/* ==========================================================
   VELOX WIDE COMPLETE THEME - menos comprimido + login/checkout
   ========================================================== */
.velox-page{
  background:#080809!important;
  color:#fff!important;
}
.velox-page .vx-container{
  width:min(100% - 56px,1320px)!important;
  max-width:1320px!important;
}
.velox-page .vx-header{
  height:68px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  background:rgba(8,8,9,.86)!important;
  border-bottom:1px solid rgba(255,255,255,.065)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.25)!important;
}
.velox-page .vx-nav{height:68px!important;gap:24px!important;align-items:center!important}
.velox-page .vx-search{max-width:410px!important;height:38px!important;border-radius:10px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.10)!important}
.velox-page .vx-logo-img{width:42px!important;height:42px!important;border-radius:12px!important}
.velox-page .vx-logo-img.has-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:3px!important}
.velox-page .vx-brand-text strong{font-size:16px!important;letter-spacing:-.02em!important}
.velox-page .vx-brand-text small{height:18px!important;padding:0 7px!important;font-size:9px!important}
.velox-page .vx-youtube{width:38px!important;height:38px!important;border-radius:10px!important;background:rgba(239,68,68,.09)!important;border:1px solid rgba(239,68,68,.18)!important;color:#ef4444!important}
.velox-page .vx-login{height:38px!important;padding:0 18px!important;border-radius:10px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.10)!important;color:#fff!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important}
.velox-page .vx-cart{height:38px!important;padding:0 18px!important;border-radius:10px!important;background:hsl(262 95% 67%)!important;color:#111!important;border:0!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important}
.velox-page .vx-bg .vx-grid,
.velox-page .vx-grid{opacity:.55!important;background-size:52px 52px!important}
.velox-page .vx-g2{right:-8%!important;top:70px!important;width:520px!important;height:520px!important;opacity:.30!important;background:radial-gradient(circle,rgba(139,92,246,.35),transparent 68%)!important}

/* Home mais solta, mais próxima do Velox */
.velox-page:not(.product-page):not(.checkout-page):not(.account-page):not(.auth-velox):not(.admin-velox) .vx-hero{
  min-height:310px!important;
  padding:66px 0 48px!important;
  display:grid!important;
  place-items:center!important;
}
.velox-page .vx-hero-content{max-width:760px!important;text-align:center!important;margin-inline:auto!important}
.velox-page .vx-hero h1{font-size:54px!important;line-height:.98!important;letter-spacing:-.065em!important;margin:0!important;font-weight:1000!important}
.velox-page .vx-hero h1 span{color:hsl(262 95% 67%)!important}
.velox-page .vx-hero p{max-width:590px!important;margin:20px auto 0!important;font-size:16px!important;line-height:1.65!important;color:rgba(255,255,255,.66)!important}
.velox-page .vx-hero-buttons{margin-top:28px!important;justify-content:center!important;gap:10px!important}
.velox-page .vx-primary,.velox-page .vx-secondary{height:42px!important;padding:0 20px!important;border-radius:10px!important;font-size:13px!important;font-weight:950!important}
.velox-page .vx-primary{background:hsl(262 95% 67%)!important;color:#111!important}
.velox-page .vx-secondary{background:rgba(255,255,255,.07)!important;color:#fff!important;border:1px solid rgba(255,255,255,.10)!important}
.velox-page .vx-categories{padding:18px 0 52px!important}
.velox-page .vx-title-row{margin-bottom:18px!important}
.velox-page .vx-title-row h2{font-size:26px!important;font-weight:950!important}
.velox-page .vx-cat-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important}
.velox-page .vx-cat-card{height:150px!important;min-height:150px!important;border-radius:12px!important;padding:0!important;overflow:hidden!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.085)!important}
.velox-page .vx-cat-art{inset:0!important;padding:0!important;display:block!important}
.velox-page .vx-cat-art img{width:100%!important;height:100%!important;object-fit:cover!important;filter:none!important;opacity:.96!important}
.velox-page .vx-cat-art span{font-size:54px!important;display:grid!important;place-items:center!important;width:100%!important;height:100%!important}
.velox-page .vx-cat-card:after{background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.78) 85%)!important}
.velox-page .vx-cat-card strong{font-size:15px!important;padding:0 8px!important;margin-bottom:22px!important;text-shadow:0 2px 12px rgba(0,0,0,.55)!important}
.velox-page .vx-cat-card small{display:none!important}
.velox-page .vx-cat-card:hover,.velox-page .vx-cat-card.active{transform:translateY(-3px)!important;border-color:hsl(262 95% 67%)!important;box-shadow:0 0 0 1px rgba(139,92,246,.35),0 18px 50px rgba(0,0,0,.35)!important}
.velox-page .vx-section{padding:0 0 56px!important}
.velox-page .vx-store>.store-head{display:none!important}
.velox-page .vx-home-groups{display:flex!important;flex-direction:column!important;gap:62px!important}
.velox-page .vx-group-title{margin:0 0 0!important}
.velox-page .vx-group-title span{display:inline-flex!important;align-items:center!important;height:42px!important;padding:0 18px!important;border-radius:9px!important;border:2px solid hsl(262 95% 67%)!important;background:rgba(139,92,246,.10)!important;color:#fff!important;font-size:15px!important;font-weight:950!important;box-shadow:0 0 0 1px rgba(0,0,0,.5) inset!important}
.velox-page .vx-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important}
.velox-page .vx-product{border-radius:12px!important;background:#101010!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 12px 32px rgba(0,0,0,.18)!important;overflow:hidden!important}
.velox-page .vx-product:hover{transform:translateY(-4px)!important;border-color:hsl(262 95% 67%)!important;box-shadow:0 0 0 1px rgba(139,92,246,.42),0 18px 40px rgba(0,0,0,.38)!important}
.velox-page .vx-product-img{height:158px!important;aspect-ratio:auto!important;background:#111!important}
.velox-page .vx-product-img img{width:100%!important;height:100%!important;object-fit:cover!important}
.velox-page .vx-product-body{padding:13px 14px 14px!important}
.velox-page .vx-product-body h3{font-size:14px!important;line-height:1.25!important;min-height:36px!important;margin:0 0 10px!important;font-weight:850!important}
.velox-page .vx-price{font-size:20px!important;line-height:1.12!important;font-weight:1000!important}
.velox-page .vx-price del{font-size:12px!important;color:rgba(255,255,255,.52)!important}
.velox-page .vx-payment-label{font-size:12px!important;color:rgba(255,255,255,.60)!important;margin-top:3px!important}
.velox-page .vx-product-body button{height:40px!important;border-radius:8px!important;background:hsl(262 95% 67%)!important;color:#111!important;font-weight:950!important;font-size:12px!important;margin-top:14px!important}

/* Produto menos apertado */
.product-page .vx-product-main{width:min(100% - 56px,1240px)!important;max-width:1240px!important;padding:44px 0 62px!important}
.product-page .product-detail-grid{max-width:1240px!important;grid-template-columns:minmax(0,820px) 320px!important;gap:22px!important}
.product-page .product-hero-card{grid-template-columns:410px minmax(0,1fr)!important;gap:22px!important;padding:14px!important;border-radius:12px!important;min-height:250px!important}
.product-page .product-cover{width:410px!important;height:230px!important;min-height:230px!important;max-height:230px!important;border-radius:8px!important}
.product-page .product-buy-info h1{font-size:22px!important;margin-bottom:10px!important}
.product-page .product-big-price{font-size:28px!important}
.product-page .product-actions{border-radius:12px!important;padding:12px!important}
.product-page .product-buy-btn,.product-page .product-cart-btn{height:40px!important;border-radius:8px!important;font-size:13px!important}
.product-page .product-desc-card{border-radius:12px!important;padding:20px!important;min-height:180px!important}
.product-page .product-desc-card h2{font-size:18px!important}
.product-page .product-description{font-size:14px!important;line-height:1.65!important}
.product-page .benefit-card{border-radius:12px!important;padding:18px!important;min-height:112px!important}
.product-page .benefit-card h3{font-size:15px!important}
.product-page .product-similar{max-width:1240px!important;margin-top:46px!important}
.product-page .product-similar-head h2{font-size:20px!important;margin-bottom:16px!important}
.product-page .product-similar .vx-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}
.product-page .product-similar .vx-product-img{height:145px!important;min-height:145px!important;max-height:145px!important}

/* Checkout / PIX completo no tema */
.checkout-page .checkout-shell{width:min(100% - 56px,1180px)!important;max-width:1180px!important;padding:40px 0 58px!important}
.checkout-page .checkout-intro{text-align:center!important;margin:0 auto 28px!important;max-width:680px!important}
.checkout-page .checkout-kicker{display:inline-flex!important;height:30px!important;align-items:center!important;padding:0 12px!important;border-radius:999px!important;background:rgba(139,92,246,.10)!important;border:1px solid rgba(139,92,246,.22)!important;color:hsl(262 95% 67%)!important;font-weight:900!important;font-size:11px!important;letter-spacing:.1em!important;text-transform:uppercase!important}
.checkout-page .checkout-intro h1{font-size:42px!important;line-height:1!important;margin:14px 0 10px!important;font-weight:1000!important;letter-spacing:-.055em!important}
.checkout-page .checkout-intro p{color:rgba(255,255,255,.62)!important;font-size:15px!important}
.checkout-page #checkout-wrap,.checkout-page main>div[style*="grid-template-columns:1fr 340px"]{display:grid!important;grid-template-columns:minmax(0,1fr) 410px!important;gap:22px!important;align-items:start!important}
.checkout-page .pix-card,
.checkout-page [style*="background:var(--card)"],
.checkout-page .success-screen{background:rgba(16,16,16,.92)!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:14px!important;box-shadow:0 16px 50px rgba(0,0,0,.25)!important}
.checkout-page .pix-card{padding:26px!important;position:sticky!important;top:90px!important}
.checkout-page .pix-amount{color:hsl(262 95% 67%)!important;font-size:36px!important;font-weight:1000!important}
.checkout-page .pix-qr{border-radius:12px!important;padding:12px!important;margin:16px auto!important}
.checkout-page .order-item{display:flex!important;align-items:center!important;gap:14px!important;padding:12px 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
.checkout-page .order-item-img{width:82px!important;height:54px!important;object-fit:cover!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.08)!important}
.checkout-page .order-item-name{font-size:14px!important;color:#fff!important;font-weight:850!important;flex:1!important}
.checkout-page .order-item-price{font-size:14px!important;color:hsl(262 95% 67%)!important;font-weight:900!important}
.checkout-page .section-title{font-size:18px!important;font-weight:950!important;color:#fff!important}
.checkout-page .section-title::before{background:hsl(262 95% 67%)!important}
.checkout-page .btn-green,.checkout-page .btn-cyan{background:hsl(262 95% 67%)!important;color:#111!important}
.checkout-page .btn-outline,.checkout-page .btn-ghost{background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.10)!important;color:#fff!important}
.checkout-page input,.checkout-page select,.checkout-page textarea{background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.11)!important;color:#fff!important;border-radius:10px!important}
.checkout-page input:focus{border-color:hsl(262 95% 67%)!important;box-shadow:0 0 0 3px rgba(139,92,246,.12)!important}

/* Login / Cadastro no tema principal */
.auth-velox .auth-shell{width:min(100% - 56px,1120px)!important;max-width:1120px!important;min-height:calc(100vh - 68px)!important;padding:54px 0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 430px!important;gap:34px!important;align-items:center!important}
.auth-velox .auth-showcase{padding:34px!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(139,92,246,.10),rgba(255,255,255,.025) 45%,rgba(255,255,255,.015))!important;border:1px solid rgba(255,255,255,.08)!important;min-height:460px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.auth-velox .auth-kicker{display:inline-flex!important;width:max-content;height:30px!important;align-items:center!important;padding:0 12px!important;border-radius:999px!important;background:rgba(139,92,246,.10)!important;border:1px solid rgba(139,92,246,.22)!important;color:hsl(262 95% 67%)!important;font-size:11px!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important;margin-bottom:18px!important}
.auth-velox .auth-showcase h1{font-size:54px!important;line-height:.98!important;letter-spacing:-.06em!important;font-weight:1000!important;margin:0 0 18px!important}
.auth-velox .auth-showcase p{max-width:560px!important;color:rgba(255,255,255,.66)!important;font-size:16px!important;line-height:1.7!important;margin:0 0 26px!important}
.auth-velox .auth-benefits{display:grid!important;gap:12px!important;max-width:560px!important}
.auth-velox .auth-benefits div{padding:14px 16px!important;border-radius:12px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.08)!important}
.auth-velox .auth-benefits strong{display:block!important;color:#fff!important;margin-bottom:5px!important;font-size:14px!important}
.auth-velox .auth-benefits span{display:block!important;color:rgba(255,255,255,.55)!important;font-size:12px!important}
.auth-velox .auth-card{width:100%!important;max-width:430px!important;background:rgba(16,16,16,.94)!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:18px!important;padding:28px!important;box-shadow:0 20px 60px rgba(0,0,0,.35)!important}
.auth-velox .auth-logo .logo{font-size:20px!important;color:#fff!important;font-weight:1000!important;text-transform:uppercase!important;text-decoration:none!important}
.auth-velox .auth-logo p{color:rgba(255,255,255,.52)!important}
.auth-velox .auth-tabs{height:44px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;padding:4px!important}
.auth-velox .auth-tab{border-radius:9px!important;color:rgba(255,255,255,.55)!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important}
.auth-velox .auth-tab.active{background:hsl(262 95% 67%)!important;color:#111!important}
.auth-velox input{background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.11)!important;color:#fff!important;border-radius:10px!important}
.auth-velox input:focus{border-color:hsl(262 95% 67%)!important;box-shadow:0 0 0 3px rgba(139,92,246,.12)!important}
.auth-velox .btn-green{background:hsl(262 95% 67%)!important;color:#111!important;border-radius:10px!important;font-weight:950!important}
.auth-velox .auth-switch{text-align:center!important;font-size:13px!important;color:rgba(255,255,255,.52)!important}
.auth-velox .auth-switch a{color:hsl(262 95% 67%)!important;font-weight:900!important}

/* Footer mais limpo */
.velox-page footer{background:rgba(8,8,9,.96)!important;border-top:1px solid rgba(255,255,255,.08)!important;margin-top:72px!important;padding:0!important}
.velox-page .ft-inner{width:min(100% - 56px,1320px)!important;max-width:1320px!important;padding:44px 0 22px!important;margin:auto!important}
.velox-page .ft-grid{grid-template-columns:2fr 1fr 1fr 1.3fr!important;gap:32px!important}
.velox-page .ft-logo span{color:#fff!important;text-transform:none!important;font-size:18px!important}
.velox-page .ft-heading{color:#fff!important;font-size:11px!important;letter-spacing:.12em!important}
.velox-page .ft-link:hover{color:hsl(262 95% 67%)!important}
.velox-page .btn-grupo{background:transparent!important;color:hsl(262 95% 67%)!important;border:1px solid hsl(262 95% 67%)!important}
.velox-page .btn-grupo:hover{background:hsl(262 95% 67%)!important;color:#111!important}
.velox-page .ft-bottom{border-top:1px solid rgba(255,255,255,.08)!important}

@media(max-width:1180px){
  .velox-page .vx-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .velox-page .vx-cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .product-page .product-detail-grid{grid-template-columns:1fr!important;max-width:900px!important}
  .product-page .product-side-col{position:static!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important}
  .product-page .product-similar .vx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .velox-page .vx-container,.checkout-page .checkout-shell,.auth-velox .auth-shell{width:min(100% - 28px,1320px)!important}
  .velox-page .vx-nav{flex-wrap:wrap!important;height:auto!important;padding:12px 0!important}
  .velox-page .vx-header{height:auto!important}
  .velox-page .vx-search{order:3!important;max-width:none!important;flex-basis:100%!important}
  .velox-page .vx-hero h1,.auth-velox .auth-showcase h1{font-size:40px!important}
  .velox-page .vx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .velox-page .vx-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .product-page .product-hero-card{grid-template-columns:1fr!important}
  .product-page .product-cover{width:100%!important;height:240px!important}
  .product-page .product-side-col{grid-template-columns:1fr!important}
  .checkout-page #checkout-wrap,.checkout-page main>div[style*="grid-template-columns:1fr 340px"]{grid-template-columns:1fr!important}
  .checkout-page .pix-card{position:static!important}
  .auth-velox .auth-shell{grid-template-columns:1fr!important;padding:30px 0!important}
  .auth-velox .auth-showcase{min-height:auto!important;padding:24px!important}
  .auth-velox .auth-card{max-width:none!important}
  .velox-page .ft-grid{grid-template-columns:1fr!important}
}
@media(max-width:560px){
  .velox-page .vx-product-grid{grid-template-columns:1fr!important}
  .velox-page .vx-cat-grid{grid-template-columns:1fr 1fr!important}
  .velox-page .vx-product-img{height:180px!important}
}

/* ===== FOOTER ESTILO VELOX - FINAL ===== */
.velox-page footer.vx-footer-main,
footer.vx-footer-main{
  margin-top:70px!important;
  padding:0!important;
  background:#09090a!important;
  border-top:1px solid rgba(255,255,255,.07)!important;
  color:#fff!important;
  backdrop-filter:none!important;
}
.vx-footer-inner{
  width:min(100% - 56px,1320px)!important;
  margin:0 auto!important;
}
.vx-footer-top{
  min-height:205px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 270px;
  gap:40px;
  align-items:start;
  padding:48px 0 40px;
}
.vx-footer-brand{max-width:620px}
.vx-footer-logo{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#fff!important;
  text-decoration:none!important;
  margin-bottom:24px;
}
.vx-footer-logo-img{
  width:42px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.vx-footer-logo-img img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.vx-footer-logo strong{
  font-size:25px;
  line-height:1;
  color:#fff!important;
  font-weight:900;
  letter-spacing:-.04em;
}
.vx-footer-brand p{
  margin:0 0 24px!important;
  color:rgba(255,255,255,.68)!important;
  font-size:16px!important;
  line-height:1.7!important;
  max-width:560px!important;
}
.vx-footer-support{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:240px;
  height:48px;
  padding:0 22px;
  border-radius:9px;
  background:rgba(167,139,250,.12)!important;
  border:1px solid rgba(167,139,250,.55)!important;
  color:#d8b4fe!important;
  text-decoration:none!important;
  font-size:16px;
  font-weight:900;
  transition:.18s;
}
.vx-footer-support:hover{
  background:#a78bfa!important;
  color:#111!important;
  transform:translateY(-1px);
}
.vx-footer-contact{
  justify-self:end;
  min-width:180px;
  padding-top:4px;
}
.vx-footer-contact h3{
  margin:0 0 20px!important;
  font-size:16px!important;
  color:#fff!important;
  font-weight:900!important;
  letter-spacing:.02em;
}
.vx-footer-contact a{
  display:block;
  color:rgba(255,255,255,.66)!important;
  text-decoration:none!important;
  font-size:14px;
  margin:10px 0;
}
.vx-footer-contact a:hover{color:#a78bfa!important}
.vx-footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:rgba(255,255,255,.55);
  font-size:14px;
  flex-wrap:wrap;
}
.vx-footer-bottom b{color:rgba(255,255,255,.82)}
.vx-footer-legal{
  display:flex;
  align-items:center;
  gap:18px;
  color:rgba(255,255,255,.55);
}
.vx-footer-legal a{
  color:rgba(255,255,255,.65)!important;
  text-decoration:none!important;
}
.vx-footer-legal a:hover{color:#a78bfa!important}
.vx-footer-legal i{
  width:1px;
  height:16px;
  background:rgba(255,255,255,.18);
  display:block;
}
.vx-footer-legal em{
  font-style:italic;
  color:rgba(255,255,255,.58);
}
@media(max-width:760px){
  .vx-footer-inner{width:min(100% - 28px,1320px)!important}
  .vx-footer-top{grid-template-columns:1fr;min-height:auto;padding:36px 0 30px;gap:26px}
  .vx-footer-contact{justify-self:start}
  .vx-footer-logo strong{font-size:22px}
  .vx-footer-brand p{font-size:14px!important}
  .vx-footer-support{width:100%;min-width:0;font-size:14px}
  .vx-footer-bottom{align-items:flex-start;flex-direction:column;padding:22px 0}
  .vx-footer-legal{gap:12px;flex-wrap:wrap}
}


/* ==========================================================
   GLOBAL FONT UPGRADE - Velox style
   ========================================================== */
body,button,input,select,textarea{font-family:var(--font)!important}
h1,h2,h3,h4,.vx-brand-text strong,.vx-hero h1,.vx-title-row h2,.vx-product-body h3,.prod-title,.product-title,.admin-page-title,.section-title,.ft-brand-name,.ft-logo,.auth-logo .logo{font-family:var(--font-display)!important;font-weight:900;letter-spacing:-.035em}
.vx-hero h1{font-weight:900;line-height:.98;letter-spacing:-.065em}
.vx-hero h1 span,.hero-highlight{font-weight:900}
.vx-product-body h3,.velox-card-title{font-weight:800;letter-spacing:-.025em}
.vx-product-body small,.badge,.vx-kicker,.account-kicker,.nav-section,.ft-heading{font-weight:800;letter-spacing:.02em}
.vx-price,.price,.prod-price,.pix-amount,.stat-card .value{font-family:var(--font-display)!important;font-weight:900;letter-spacing:-.04em}
.btn,.vx-primary,.vx-secondary,.vx-cart,.vx-login,.btn-grupo,.btn-download{font-family:var(--font-display)!important;font-weight:800;letter-spacing:-.015em}
input::placeholder{font-family:var(--font);font-weight:500}


/* main/product cards with exact pix icon + discount badge */
.vx-product-ref .vx-product-body{display:flex!important;flex-direction:column!important}
.vx-product-ref .vx-product-body small{display:none!important}
.vx-product-ref .vx-old-row{display:flex;align-items:center;gap:8px;min-height:21px;margin:0 0 6px;flex-wrap:wrap}
.vx-product-ref .vx-old-row del{display:inline-block!important;margin:0!important;font-size:12px!important;color:rgba(255,255,255,.44)!important;text-decoration-thickness:1px!important;font-weight:700!important}
.vx-product-ref .vx-discount-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:8px;background:#a78bfa;color:#111;font-size:11px;font-weight:950;line-height:1;white-space:nowrap;box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)}
.vx-product-ref .vx-discount-ic{font-size:11px;line-height:1;display:inline-block;transform:translateY(-.5px)}
.vx-product-ref .vx-buy-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}
.vx-product-ref .vx-buy-meta-left{display:flex;flex-direction:column;min-width:0}
.vx-product-ref .vx-price-line{font-size:20px!important;line-height:1.05!important;font-weight:1000!important;color:#fff!important;letter-spacing:-.04em}
.vx-product-ref .vx-payment-label{margin-top:4px!important;margin-bottom:0!important;font-size:12px!important;color:rgba(255,255,255,.62)!important}
.vx-product-ref .vx-pix-chip{width:34px;height:34px;border-radius:10px;background:rgba(20,184,166,.14);border:1px solid rgba(20,184,166,.24);display:grid;place-items:center;flex:0 0 auto;padding:6px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.vx-product-ref .vx-pix-chip svg{width:100%;height:100%;display:block}
.vx-product-ref .vx-product-body button{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-transform:none!important;letter-spacing:0!important}
.vx-btn-ic{width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.vx-btn-ic svg{width:15px;height:15px;display:block}
.vx-product-ref .vx-product-body h3{margin:0 0 10px!important}
.vx-product-ref .vx-price{display:none!important}
@media(max-width:760px){.vx-product-ref .vx-discount-chip{font-size:10px;padding:4px 8px}.vx-product-ref .vx-price-line{font-size:18px!important}.vx-product-ref .vx-pix-chip{width:32px;height:32px;padding:5px}}


/* unify CTA buttons across cards and product page */
.product-page .product-actions{gap:10px!important}
.product-page .product-buy-btn,
.product-page .product-cart-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-weight:950!important;
  line-height:1!important;
}
.product-page .product-buy-btn{
  height:40px!important;
  border-radius:8px!important;
  background:hsl(262 95% 67%)!important;
  color:#111!important;
  font-size:12px!important;
  box-shadow:none!important;
}
.product-page .product-cart-btn{
  height:40px!important;
  border-radius:8px!important;
  font-size:12px!important;
  background:rgba(255,255,255,.025)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#fff!important;
}
.product-page .product-cart-btn:hover{border-color:hsl(262 95% 67%)!important;color:hsl(262 95% 67%)!important}
.product-page .product-buy-btn .vx-btn-ic,
.product-page .product-cart-btn .vx-btn-ic,
.vx-product-body button .vx-btn-ic{width:14px!important;height:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important}
.product-page .product-buy-btn .vx-btn-ic svg,
.product-page .product-cart-btn .vx-btn-ic svg,
.vx-product-body button .vx-btn-ic svg{width:14px!important;height:14px!important;display:block!important}
.product-page .product-buy-btn:hover{filter:brightness(.94)!important;transform:none!important}


/* === Header/Search/Hero closer to Velox reference + animated online === */
.velox-page .vx-header{
  height:82px!important;
  padding:0!important;
  background:rgba(9,9,11,.86)!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
  backdrop-filter:blur(18px)!important;
}
.velox-page .vx-nav{
  height:82px!important;
  align-items:center!important;
  gap:24px!important;
}
.velox-page .vx-brand{gap:10px!important;min-width:285px!important}
.velox-page .vx-logo-img{
  width:48px!important;height:48px!important;border-radius:15px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.035))!important;
}
.velox-page .vx-logo-img.has-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:5px!important}
.velox-page .vx-brand-text strong{
  font-size:18px!important;
  font-weight:1000!important;
  letter-spacing:-.06em!important;
  font-style:italic!important;
  color:#fff!important;
}
.velox-page .vx-online-badge,.velox-page .vx-brand-text small{
  margin-top:5px!important;
  height:20px!important;
  padding:0 8px!important;
  border-radius:7px!important;
  background:rgba(0,255,174,.055)!important;
  border:1px solid rgba(0,255,174,.12)!important;
  color:#d7fff3!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.06em!important;
}
.velox-page .vx-dot{
  width:7px!important;height:7px!important;background:#04d989!important;
  box-shadow:0 0 0 0 rgba(4,217,137,.5)!important;
  animation:onlinePulse 2.4s ease-in-out infinite!important;
}
@keyframes onlinePulse{
  0%,100%{box-shadow:0 0 0 0 rgba(4,217,137,.45);transform:scale(1)}
  50%{box-shadow:0 0 0 5px rgba(4,217,137,0);transform:scale(1.12)}
}
.velox-page .vx-search{
  max-width:430px!important;
  width:430px!important;
  height:46px!important;
  border-radius:13px!important;
  background:#111113!important;
  border:1px solid rgba(255,255,255,.105)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 10px 30px rgba(0,0,0,.16)!important;
  padding:0 16px!important;
  gap:10px!important;
  flex:0 0 430px!important;
}
.velox-page .vx-search span{font-size:20px!important;color:rgba(255,255,255,.62)!important;transform:translateY(-1px)}
.velox-page .vx-search input{
  font-size:14px!important;
  font-weight:600!important;
  color:#fff!important;
  background:transparent!important;
}
.velox-page .vx-search input::placeholder{color:rgba(255,255,255,.35)!important;font-weight:600!important}
.velox-page .vx-actions{gap:12px!important;min-width:285px!important;justify-content:flex-end!important}
.velox-page .vx-youtube{
  width:42px!important;height:42px!important;border-radius:12px!important;
  background:rgba(239,68,68,.075)!important;border:1px solid rgba(239,68,68,.20)!important;
  color:#ef4444!important;font-size:13px!important;
}
.velox-page .vx-login{
  height:42px!important;border-radius:12px!important;padding:0 18px!important;
  background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.10)!important;
  color:#fff!important;font-size:13px!important;font-weight:950!important;
}
.velox-page .vx-cart{
  height:42px!important;border-radius:12px!important;padding:0 19px!important;
  background:hsl(262 95% 67%)!important;color:#111!important;border:0!important;
  font-size:13px!important;font-weight:1000!important;box-shadow:0 12px 28px rgba(139,92,246,.22)!important;
}
.velox-page:not(.product-page):not(.checkout-page):not(.account-page):not(.auth-velox):not(.admin-velox) .vx-hero-exact,
.velox-page .vx-hero-exact{
  min-height:365px!important;
  padding:72px 0 78px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  text-align:center!important;
}
.velox-page .vx-hero-exact .vx-hero-content{max-width:760px!important;margin:0 auto!important;text-align:center!important}
.velox-page .vx-hero-exact h1{
  font-size:clamp(48px,4.4vw,70px)!important;
  line-height:.98!important;
  letter-spacing:-.075em!important;
  margin:0!important;
  font-weight:1000!important;
  color:#fff!important;
  text-shadow:0 8px 32px rgba(0,0,0,.32)!important;
}
.velox-page .vx-hero-exact h1 span{color:hsl(262 95% 67%)!important;font-weight:1000!important}
.velox-page .vx-hero-exact p{
  max-width:690px!important;
  margin:22px auto 0!important;
  font-size:16px!important;
  line-height:1.55!important;
  color:rgba(255,255,255,.64)!important;
  font-weight:600!important;
}
.velox-page .vx-hero-exact .vx-hero-buttons{margin-top:30px!important;gap:10px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.velox-page .vx-hero-exact .vx-primary,
.velox-page .vx-hero-exact .vx-secondary{
  height:44px!important;border-radius:12px!important;font-size:14px!important;font-weight:950!important;
  padding:0 20px!important;text-transform:none!important;letter-spacing:0!important;
}
.velox-page .vx-hero-exact .vx-primary{background:hsl(262 95% 67%)!important;color:#111!important;box-shadow:0 14px 30px rgba(139,92,246,.16)!important}
.velox-page .vx-hero-exact .vx-secondary{background:rgba(255,255,255,.055)!important;color:#fff!important;border:1px solid rgba(255,255,255,.10)!important}
@media(max-width:980px){
  .velox-page .vx-brand{min-width:auto!important}.velox-page .vx-actions{min-width:auto!important}.velox-page .vx-search{flex:1 1 320px!important;width:auto!important;max-width:430px!important}
}
@media(max-width:760px){
  .velox-page .vx-header{height:auto!important;padding:10px 0!important}.velox-page .vx-nav{height:auto!important;gap:10px!important;flex-wrap:wrap!important}
  .velox-page .vx-search{order:3!important;flex-basis:100%!important;max-width:none!important;width:100%!important;height:42px!important}
  .velox-page .vx-hero-exact{min-height:320px!important;padding:48px 0 56px!important}
  .velox-page .vx-hero-exact h1{font-size:42px!important}.velox-page .vx-hero-exact p{font-size:14px!important}.hero-break{display:none!important}
}

#online-count{display:inline-block;min-width:18px;text-align:right;transition:transform .28s ease,color .28s ease}
#online-count.is-changing{transform:translateY(-2px);color:#4cffc1}


/* === FINAL FIX: search bar + animated online + exact hero === */
.velox-page .vx-header{height:64px!important;background:rgba(10,10,10,.92)!important;border-bottom:1px solid rgba(255,255,255,.07)!important;padding:0!important;display:flex!important;align-items:center!important;backdrop-filter:blur(18px)!important}
.velox-page .vx-nav{height:64px!important;display:grid!important;grid-template-columns:minmax(230px,300px) minmax(360px,560px) minmax(260px,1fr)!important;gap:28px!important;align-items:center!important}
.velox-page .vx-brand{gap:11px!important;min-width:0!important}.velox-page .vx-logo-img{width:45px!important;height:45px!important;border-radius:13px!important}.velox-page .vx-logo-img.has-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:4px!important}
.velox-page .vx-brand-text strong{font-size:18px!important;line-height:1!important;font-weight:1000!important;font-style:italic!important;letter-spacing:-.06em!important;color:#fff!important;text-shadow:none!important}.velox-page .vx-brand-text small,.velox-page .vx-online-badge{margin-top:5px!important;height:18px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;width:max-content!important;padding:0 8px!important;border-radius:5px!important;background:rgba(6,214,122,.12)!important;border:1px solid rgba(6,214,122,.16)!important;color:#bfffe0!important;font-size:9px!important;font-weight:1000!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.04em!important}
.velox-page .vx-dot{width:7px!important;height:7px!important;border-radius:999px!important;background:#00e887!important;box-shadow:0 0 0 0 rgba(0,232,135,.55)!important;animation:onlineDotPulse 2.2s ease-in-out infinite!important;flex:0 0 auto!important}
@keyframes onlineDotPulse{0%,100%{box-shadow:0 0 0 0 rgba(0,232,135,.42);transform:scale(1)}50%{box-shadow:0 0 0 5px rgba(0,232,135,0);transform:scale(1.12)}}
#online-count{display:inline-block;min-width:18px;text-align:right;transition:transform .32s ease,color .32s ease,opacity .32s ease}#online-count.is-changing{transform:translateY(-2px);color:#5dffc4;opacity:.85}
.velox-page .vx-search{position:relative!important;width:100%!important;max-width:560px!important;height:42px!important;border-radius:13px!important;background:#121212!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 14px 36px rgba(0,0,0,.20)!important;padding:0!important;display:block!important;overflow:hidden!important}
.velox-page .vx-search span{position:absolute!important;left:17px!important;top:50%!important;transform:translateY(-50%)!important;color:rgba(255,255,255,.50)!important;font-size:20px!important;line-height:1!important;z-index:2!important;width:20px!important;text-align:center!important;pointer-events:none!important}
.velox-page .vx-search input{display:block!important;width:100%!important;height:100%!important;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;color:#f2f2f2!important;padding:0 18px 0 48px!important;font-size:14px!important;font-weight:650!important;line-height:42px!important}
.velox-page .vx-search input::placeholder{color:rgba(255,255,255,.38)!important;font-weight:650!important}.velox-page .vx-search:focus-within{border-color:rgba(255,211,23,.42)!important;box-shadow:0 0 0 3px rgba(255,211,23,.08),inset 0 1px 0 rgba(255,255,255,.03)!important}
.velox-page .vx-actions{justify-self:end!important;display:flex!important;align-items:center!important;gap:12px!important}.velox-page .vx-youtube{width:38px!important;height:38px!important}.velox-page .vx-login{height:38px!important}.velox-page .vx-cart{height:38px!important;border-radius:11px!important}
.velox-page:not(.product-page):not(.checkout-page):not(.account-page):not(.auth-velox):not(.admin-velox) .vx-hero{padding:96px 0 70px!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important}.velox-page .vx-hero-content{max-width:760px!important;margin:0 auto!important;text-align:center!important}.velox-page .vx-hero h1{font-size:clamp(46px,5.4vw,70px)!important;line-height:.98!important;letter-spacing:-.07em!important;font-weight:1000!important;margin:0!important;color:#f8f8f8!important;text-shadow:0 12px 34px rgba(0,0,0,.34)!important}.velox-page .vx-hero h1 span{color:hsl(262 95% 67%)!important}.velox-page .vx-hero p{max-width:670px!important;margin:22px auto 0!important;font-size:16px!important;line-height:1.55!important;color:rgba(255,255,255,.68)!important;font-weight:500!important}.velox-page .vx-hero-buttons{margin-top:30px!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:10px!important}.velox-page .vx-primary,.velox-page .vx-secondary{height:44px!important;border-radius:11px!important;padding:0 18px!important;font-size:14px!important;font-weight:900!important}.velox-page .vx-secondary{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.11)!important;color:#fff!important}.phone-ic{font-size:15px!important;line-height:1!important}
@media(max-width:1100px){.velox-page .vx-nav{grid-template-columns:220px 1fr auto!important;gap:16px!important}.velox-page .vx-search{max-width:none!important}}
@media(max-width:760px){.velox-page .vx-header{height:auto!important;padding:10px 0!important}.velox-page .vx-nav{height:auto!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important}.velox-page .vx-brand{flex:1 1 auto!important}.velox-page .vx-search{order:3!important;flex-basis:100%!important;max-width:none!important;width:100%!important;height:42px!important}.velox-page .vx-hero h1{font-size:39px!important}.velox-page .vx-hero p{font-size:14px!important}.hero-break{display:none!important}}


/* === FINAL: animação suave em todos os botões do topo e hero === */
.velox-page .vx-youtube,
.velox-page .vx-login,
.velox-page .vx-cart,
.velox-page .vx-primary,
.velox-page .vx-secondary{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, filter .18s ease!important;
  will-change:transform;
}

.velox-page .vx-youtube::before,
.velox-page .vx-login::before,
.velox-page .vx-cart::before,
.velox-page .vx-primary::before,
.velox-page .vx-secondary::before{
  content:"";
  position:absolute;
  inset:-45% auto -45% -70%;
  width:42%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
  opacity:0;
  pointer-events:none;
  z-index:-1;
}

.velox-page .vx-cart::before,
.velox-page .vx-primary::before{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
}

.velox-page .vx-youtube:hover,
.velox-page .vx-login:hover,
.velox-page .vx-cart:hover,
.velox-page .vx-primary:hover,
.velox-page .vx-secondary:hover{
  transform:translateY(-2px)!important;
}

.velox-page .vx-cart:hover,
.velox-page .vx-primary:hover{
  box-shadow:0 0 0 1px rgba(255,255,255,.10),0 14px 34px rgba(139,92,246,.24)!important;
  filter:brightness(1.02)!important;
}

.velox-page .vx-login:hover,
.velox-page .vx-secondary:hover{
  background:rgba(255,255,255,.09)!important;
  border-color:rgba(255,255,255,.18)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.22)!important;
}

.velox-page .vx-youtube:hover{
  background:rgba(239,68,68,.14)!important;
  border-color:rgba(239,68,68,.32)!important;
  box-shadow:0 12px 28px rgba(239,68,68,.12)!important;
}

.velox-page .vx-youtube:hover::before,
.velox-page .vx-login:hover::before,
.velox-page .vx-cart:hover::before,
.velox-page .vx-primary:hover::before,
.velox-page .vx-secondary:hover::before{
  opacity:1;
  animation:vxBtnShine .72s ease forwards;
}

.velox-page .vx-cart,
.velox-page .vx-primary{
  animation:vxSoftGlow 3.6s ease-in-out infinite;
}

.velox-page .vx-cart:active,
.velox-page .vx-primary:active,
.velox-page .vx-secondary:active,
.velox-page .vx-login:active,
.velox-page .vx-youtube:active{
  transform:translateY(0) scale(.985)!important;
}

@keyframes vxBtnShine{
  from{left:-70%;}
  to{left:130%;}
}

@keyframes vxSoftGlow{
  0%,100%{box-shadow:0 0 18px rgba(139,92,246,.16);}
  50%{box-shadow:0 0 24px rgba(139,92,246,.24);}
}

@media (prefers-reduced-motion: reduce){
  .velox-page .vx-youtube,
  .velox-page .vx-login,
  .velox-page .vx-cart,
  .velox-page .vx-primary,
  .velox-page .vx-secondary{
    animation:none!important;
    transition:none!important;
  }
  .velox-page .vx-youtube::before,
  .velox-page .vx-login::before,
  .velox-page .vx-cart::before,
  .velox-page .vx-primary::before,
  .velox-page .vx-secondary::before{
    display:none!important;
  }
}


/* === ajuste: botões sem reflexo exagerado === */
.velox-page .vx-youtube,
.velox-page .vx-login,
.velox-page .vx-cart,
.velox-page .vx-primary,
.velox-page .vx-secondary{
  overflow:visible!important;
  animation:none!important;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease, filter .16s ease!important;
}
.velox-page .vx-youtube::before,
.velox-page .vx-login::before,
.velox-page .vx-cart::before,
.velox-page .vx-primary::before,
.velox-page .vx-secondary::before{
  content:none!important;
  display:none!important;
  animation:none!important;
}
.velox-page .vx-youtube:hover,
.velox-page .vx-login:hover,
.velox-page .vx-cart:hover,
.velox-page .vx-primary:hover,
.velox-page .vx-secondary:hover{
  transform:translateY(-1px)!important;
}
.velox-page .vx-cart:hover,
.velox-page .vx-primary:hover{
  box-shadow:0 8px 22px rgba(139,92,246,.16)!important;
  filter:brightness(.98)!important;
}
.velox-page .vx-login:hover,
.velox-page .vx-secondary:hover{
  background:rgba(255,255,255,.065)!important;
  border-color:rgba(255,255,255,.15)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.18)!important;
}
.velox-page .vx-youtube:hover{
  background:rgba(239,68,68,.11)!important;
  border-color:rgba(239,68,68,.24)!important;
  box-shadow:0 8px 20px rgba(239,68,68,.08)!important;
}


/* admin/home hero sync polish */
.velox-page .vx-hero h1 br{display:block}
.velox-page .vx-hero p br{display:none}
.velox-page .vx-search input::placeholder{color:rgba(255,255,255,.44)!important;font-weight:650!important}


/* === FIX: spacing logo name + hero title readability === */
.velox-page .vx-brand{
  gap:16px!important;
  padding-right:10px!important;
}
.velox-page .vx-brand-text{
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
  min-width:0!important;
}
.velox-page .vx-brand-text strong{
  letter-spacing:-.025em!important;
  word-spacing:.06em!important;
  white-space:nowrap!important;
  line-height:1.08!important;
}
.velox-page .vx-logo-img{
  flex:0 0 auto!important;
}
.velox-page .vx-hero h1{
  max-width:900px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
  word-spacing:.035em!important;
}
.velox-page .vx-hero h1 span{
  display:inline-block!important;
  margin-left:.045em!important;
  margin-right:.10em!important;
  white-space:nowrap!important;
}
.velox-page .vx-hero p{
  margin-top:24px!important;
  max-width:720px!important;
}
@media(max-width:760px){
  .velox-page .vx-brand{gap:12px!important;padding-right:0!important}
  .velox-page .vx-brand-text strong{font-size:16px!important}
  .velox-page .vx-hero h1{letter-spacing:-.035em!important;word-spacing:.02em!important;line-height:1.08!important}
  .velox-page .vx-hero h1 span{margin-left:.035em!important;margin-right:.075em!important}
}


/* ===== PURPLE PREMIUM THEME FINAL ===== */
:root{
  --cyan:#a78bfa;
  --cyan2:#8b5cf6;
  --cyan3:rgba(167,139,250,.14);
  --cyan4:rgba(167,139,250,.06);
  --yellow:#a78bfa;
  --purple:#a78bfa;
  --vx-yellow:hsl(262 95% 67%);
}
.velox-page .vx-bg:after{background:radial-gradient(circle at 78% 18%,rgba(139,92,246,.22),transparent 34%),radial-gradient(circle at 50% 0%,rgba(167,139,250,.10),transparent 44%)!important}
.velox-page .vx-glow,.vx-g1,.vx-g2{background:radial-gradient(circle,rgba(139,92,246,.18),transparent 68%)!important}
.velox-page .vx-hero h1 span,.velox-page .hero-highlight{color:hsl(262 95% 67%)!important;text-shadow:0 0 28px rgba(139,92,246,.20)!important}
.velox-page .vx-primary,.velox-page .vx-cart,.velox-page .vx-product-body button,.product-page .product-buy-btn,.velox-page .btn-green,.velox-page .btn-cyan,.velox-page .btn-grupo,.velox-page .pgb.on,.velox-page .pgb:hover{background:linear-gradient(135deg,#a78bfa,#7c3aed)!important;border-color:#a78bfa!important;color:#fff!important;box-shadow:0 14px 34px rgba(124,58,237,.18)!important}
.velox-page .vx-primary:hover,.velox-page .vx-cart:hover,.velox-page .vx-product-body button:hover,.product-page .product-buy-btn:hover{filter:brightness(1.05)!important;transform:translateY(-1px)!important}
.velox-page .vx-secondary:hover,.velox-page .vx-login:hover,.velox-page .vx-youtube:hover,.velox-page .vx-icon-btn:hover{border-color:rgba(167,139,250,.45)!important;color:#fff!important;background:rgba(167,139,250,.10)!important}
.velox-page .vx-product:hover,.velox-page .vx-cat-card:hover,.velox-page .vx-cat-card.active{border-color:rgba(167,139,250,.58)!important;box-shadow:0 0 0 1px rgba(167,139,250,.28),0 18px 44px rgba(0,0,0,.38)!important}
.velox-page .vx-discount-chip,.product-page .product-similar .vx-discount-chip,.discount-badge{background:rgba(167,139,250,.18)!important;color:#d8b4fe!important;border:1px solid rgba(167,139,250,.30)!important;box-shadow:none!important}
.velox-page .vx-pix-chip{background:rgba(45,212,191,.14)!important;border-color:rgba(45,212,191,.30)!important}
.velox-page .vx-search input:focus{border-color:rgba(167,139,250,.55)!important;box-shadow:0 0 0 4px rgba(167,139,250,.10)!important}
.velox-page .vx-dot,.online-dot,.status-dot{background:#22c55e!important;box-shadow:0 0 0 4px rgba(34,197,94,.12),0 0 18px rgba(34,197,94,.55)!important}
.admin-velox .admin-nav a.active,.velox-page.account-page .account-nav a.active{background:linear-gradient(135deg,#a78bfa,#7c3aed)!important;color:#fff!important;box-shadow:0 10px 24px rgba(124,58,237,.22)!important}
.admin-velox .badge-admin,.velox-page.account-page .account-kicker{background:rgba(167,139,250,.12)!important;color:#c4b5fd!important;border-color:rgba(167,139,250,.22)!important}


/* ===== PURPLE CLEANUP: remove remaining yellow/gold accents ===== */
:root{--yellow:#a78bfa!important;--vx-yellow:hsl(262 95% 67%)!important;--purple:#a78bfa!important;}
.alert-warn,.badge-pending,.pix-status.waiting{background:rgba(167,139,250,.10)!important;border-color:rgba(167,139,250,.24)!important;color:#d8b4fe!important;}
.spinner{border-color:rgba(167,139,250,.28)!important;border-top-color:#a78bfa!important;}
.pix-timer,.velox-page.account-page .badge-pending{color:#d8b4fe!important;border-color:rgba(167,139,250,.24)!important;background:rgba(167,139,250,.10)!important;}
.vx-footer-support{background:rgba(167,139,250,.12)!important;border-color:rgba(167,139,250,.45)!important;color:#d8b4fe!important;}
.vx-footer-support:hover{background:linear-gradient(135deg,#a78bfa,#7c3aed)!important;color:#fff!important;}
.vx-footer-contact a:hover,.vx-footer-legal a:hover{color:#c4b5fd!important;}
.velox-page .vx-discount-chip,.product-page .product-similar .vx-discount-chip,.discount-badge{background:rgba(167,139,250,.18)!important;color:#d8b4fe!important;border:1px solid rgba(167,139,250,.30)!important;}
.velox-page .vx-product-img em{background:linear-gradient(135deg,#a78bfa,#7c3aed)!important;color:#fff!important;}
.velox-page .vx-group-title span{border-color:#a78bfa!important;background:rgba(167,139,250,.12)!important;}


/* final purple fix for search box */
.velox-page .vx-search,
.velox-page .vx-search input{
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.velox-page .vx-search{
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(167,139,250,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 10px 24px rgba(0,0,0,.18)!important;
}
.velox-page .vx-search:hover{
  border-color:rgba(167,139,250,.34)!important;
}
.velox-page .vx-search:focus-within{
  border-color:rgba(167,139,250,.72)!important;
  box-shadow:0 0 0 3px rgba(167,139,250,.12), inset 0 1px 0 rgba(255,255,255,.03)!important;
}
.velox-page .vx-search span{
  color:rgba(196,181,253,.70)!important;
}
.velox-page .vx-search input::placeholder{
  color:rgba(255,255,255,.42)!important;
}

/* final fix: product side cards must not follow scroll */
.product-page .product-side-col,
.product-side-col{
  position:static!important;
  top:auto!important;
  align-self:start!important;
}


/* === Account page premium redesign === */
.velox-page.account-page .account-shell{
  width:min(100% - 34px, 1260px)!important;
  padding:46px 0 70px!important;
  position:relative;
}
.velox-page.account-page .account-shell::before{
  content:"";
  position:absolute;
  inset:0 -80px auto auto;
  width:620px;
  height:420px;
  background:radial-gradient(circle,rgba(124,58,237,.24),rgba(124,58,237,0) 68%);
  pointer-events:none;
  z-index:-1;
}
.velox-page.account-page .account-intro{
  align-items:flex-start!important;
  margin:0 0 26px!important;
}
.velox-page.account-page .account-kicker{
  background:rgba(167,139,250,.13)!important;
  border:1px solid rgba(167,139,250,.25)!important;
  color:#ddd6fe!important;
  box-shadow:0 10px 28px rgba(124,58,237,.12)!important;
}
.velox-page.account-page .account-intro h1{
  font-size:clamp(32px,3.2vw,46px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  margin:0 0 10px!important;
}
.velox-page.account-page .account-intro p{
  max-width:720px!important;
  color:rgba(255,255,255,.62)!important;
  font-size:15px!important;
}
.velox-page.account-page .account-layout{
  grid-template-columns:300px minmax(0,1fr)!important;
  gap:28px!important;
  align-items:start!important;
}
.velox-page.account-page .account-main{
  min-width:0;
}
.velox-page.account-page .account-sidebar{
  position:sticky!important;
  top:92px!important;
  border-radius:24px!important;
  padding:22px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    rgba(8,8,12,.82)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.04)!important;
  overflow:hidden;
}
.velox-page.account-page .account-sidebar::before{
  content:"";
  position:absolute;
  inset:-110px -120px auto auto;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(167,139,250,.25),rgba(167,139,250,0) 67%);
  pointer-events:none;
}
.velox-page.account-page .account-avatar,
.velox-page.account-page .account-av{
  width:86px!important;
  height:86px!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,rgba(167,139,250,.24),rgba(124,58,237,.10))!important;
  border:1px solid rgba(196,181,253,.30)!important;
  color:#c4b5fd!important;
  font-size:34px!important;
  margin:0 auto 14px!important;
  box-shadow:0 18px 38px rgba(124,58,237,.22), inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.velox-page.account-page .account-userbox{
  text-align:center;
  margin-bottom:22px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.velox-page.account-page .account-user-name{
  font-size:17px;
  font-weight:950;
  color:#fff;
  letter-spacing:-.02em;
}
.velox-page.account-page .account-user-email{
  margin-top:5px;
  color:rgba(255,255,255,.42);
  font-size:12px;
  word-break:break-word;
}
.velox-page.account-page .account-nav a{
  min-height:44px!important;
  padding:0 14px!important;
  border-radius:14px!important;
  font-size:13px!important;
  font-weight:850!important;
  color:rgba(255,255,255,.68)!important;
  border:1px solid transparent;
}
.velox-page.account-page .account-nav a:hover{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.08)!important;
  color:#fff!important;
  transform:translateY(-1px);
}
.velox-page.account-page .account-nav a.active{
  background:linear-gradient(135deg,#a78bfa,#7c3aed)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.14)!important;
  box-shadow:0 14px 30px rgba(124,58,237,.30)!important;
}
.velox-page.account-page .account-nav-divider{
  height:1px;
  background:rgba(255,255,255,.07);
  margin:14px 0;
}
.velox-page.account-page .section-title{
  font-size:26px!important;
  line-height:1.1!important;
  margin:0 0 18px!important;
  gap:12px!important;
}
.velox-page.account-page .section-title::before{
  width:4px!important;
  height:28px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#c4b5fd,#7c3aed)!important;
  box-shadow:0 0 22px rgba(167,139,250,.35);
}
.velox-page.account-page .account-profile-card,
.velox-page.account-page .account-stats-panel,
.velox-page.account-page .order-card,
.velox-page.account-page .empty-state{
  position:relative;
  border-radius:22px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018)),
    rgba(7,9,16,.78)!important;
  border:1px solid rgba(167,139,250,.18)!important;
  box-shadow:0 22px 60px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.035)!important;
  overflow:hidden;
}
.velox-page.account-page .account-profile-card::before,
.velox-page.account-page .account-stats-panel::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 0 0,rgba(167,139,250,.13),transparent 36%);
  pointer-events:none;
}
.velox-page.account-page .account-profile-card{
  padding:24px!important;
}
.velox-page.account-page .account-profile-form{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  position:relative;
  z-index:1;
  padding:0!important;
}
.velox-page.account-page .form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px!important;
}
.velox-page.account-page .form-group label{
  color:#b8c5e8!important;
  font-size:11px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
  margin-bottom:8px!important;
}
.velox-page.account-page input,
.velox-page.account-page select,
.velox-page.account-page textarea{
  height:46px!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#fff!important;
  padding:0 14px!important;
}
.velox-page.account-page input:focus,
.velox-page.account-page select:focus,
.velox-page.account-page textarea:focus{
  border-color:rgba(167,139,250,.72)!important;
  box-shadow:0 0 0 4px rgba(167,139,250,.12)!important;
  background:rgba(255,255,255,.06)!important;
}
.velox-page.account-page input[disabled]{
  background:rgba(255,255,255,.025)!important;
  color:rgba(255,255,255,.52)!important;
  opacity:1!important;
}
.velox-page.account-page .divider{
  height:1px;
  margin:22px 0!important;
  background:linear-gradient(90deg,transparent,rgba(167,139,250,.22),transparent)!important;
}
.velox-page.account-page .account-form-subtitle,
.velox-page.account-page .account-panel-title{
  font-size:15px;
  font-weight:950;
  color:#fff;
  margin-bottom:14px;
  letter-spacing:-.02em;
}
.velox-page.account-page .btn-green,
.velox-page.account-page .btn-cyan,
.velox-page.account-page .btn-download{
  min-height:40px!important;
  padding:0 16px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#a78bfa,#7c3aed)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(124,58,237,.25)!important;
  font-weight:950!important;
}
.velox-page.account-page .btn-green:hover,
.velox-page.account-page .btn-cyan:hover,
.velox-page.account-page .btn-download:hover{
  transform:translateY(-1px);
  filter:brightness(1.04)!important;
}
.velox-page.account-page .account-stats-panel{
  margin-top:18px!important;
  padding:20px!important;
}
.velox-page.account-page .account-stats-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  position:relative;
  z-index:1;
}
.velox-page.account-page .account-stat-card,
.velox-page.account-page .stat-card{
  border-radius:16px!important;
  padding:17px!important;
  background:rgba(4,6,12,.65)!important;
  border:1px solid rgba(167,139,250,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.velox-page.account-page .stat-card .label{
  color:#8fb0d8!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
}
.velox-page.account-page .stat-card .value{
  color:#fff!important;
  font-size:26px!important;
  letter-spacing:-.04em!important;
}
.velox-page.account-page .order-card-head{
  background:rgba(255,255,255,.025);
}
.velox-page.account-page footer{
  margin-top:52px!important;
}
@media(max-width:980px){
  .velox-page.account-page .account-layout{grid-template-columns:1fr!important;gap:20px!important}
  .velox-page.account-page .account-sidebar{position:static!important}
}
@media(max-width:720px){
  .velox-page.account-page .account-shell{width:min(100% - 22px,1260px)!important;padding-top:28px!important}
  .velox-page.account-page .form-grid,
  .velox-page.account-page .account-stats-grid{grid-template-columns:1fr!important}
  .velox-page.account-page .account-intro h1{font-size:32px!important}
  .velox-page.account-page .section-title{font-size:22px!important}
}


/* === FINAL: Velox-like brand alignment, logo without visible frame === */
.velox-page .vx-header .vx-brand{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:245px!important;
  flex:0 0 auto!important;
  text-decoration:none!important;
}
.velox-page .vx-header .vx-logo-img{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  max-width:44px!important;
  max-height:44px!important;
  border-radius:12px!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  display:block!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  line-height:0!important;
  color:#a78bfa!important;
  font-size:16px!important;
  font-weight:1000!important;
  font-style:italic!important;
  text-align:center!important;
}
.velox-page .vx-header .vx-logo-img:not(.has-logo){
  display:grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.07)!important;
  line-height:1!important;
}
.velox-page .vx-header .vx-logo-img.has-logo img,
.velox-page .vx-header .vx-brand .vx-logo-img img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:12px!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
.velox-page .vx-header .vx-brand-text{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  gap:5px!important;
  line-height:1!important;
  min-width:0!important;
}
.velox-page .vx-header .vx-brand-text strong{
  display:block!important;
  margin:0!important;
  padding:0!important;
  font-family:var(--font-display,Inter,sans-serif)!important;
  font-size:18px!important;
  line-height:.95!important;
  font-weight:1000!important;
  font-style:italic!important;
  letter-spacing:-.055em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  color:#fff!important;
}
.velox-page .vx-header .vx-brand-text small,
.velox-page .vx-header .vx-online-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
  width:max-content!important;
  height:18px!important;
  margin:0!important;
  padding:0 8px!important;
  border-radius:6px!important;
  background:rgba(16,185,129,.14)!important;
  border:1px solid rgba(16,185,129,.18)!important;
  color:#caffdf!important;
  font-size:9px!important;
  line-height:18px!important;
  font-weight:1000!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
.velox-page .vx-header .vx-dot{
  width:7px!important;
  height:7px!important;
  min-width:7px!important;
  min-height:7px!important;
  border-radius:999px!important;
  background:#10e883!important;
  box-shadow:0 0 0 3px rgba(16,232,131,.12),0 0 12px rgba(16,232,131,.45)!important;
  flex:0 0 auto!important;
}
@media(max-width:760px){
  .velox-page .vx-header .vx-brand{min-width:0!important;gap:9px!important;}
  .velox-page .vx-header .vx-logo-img{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-radius:11px!important;}
  .velox-page .vx-header .vx-logo-img.has-logo img{border-radius:11px!important;}
  .velox-page .vx-header .vx-brand-text strong{font-size:16px!important;}
}
