*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,Segoe UI,Arial,sans-serif} :root{--bg:#f7f8ff;--white:#fff;--dark:#111827;--text:#1f2937;--muted:#6b7280;--line:#e5e7eb;--cyan:#00d5ff;--pink:#ff3bd4;--violet:#7c3aed;--green:#00c978;--blue:#2563eb;--yellow:#ffe600;--shadow:0 22px 60px rgba(15,23,42,.12)} body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 5% 5%,rgba(0,213,255,.16),transparent 28%),radial-gradient(circle at 95% 0%,rgba(255,59,212,.14),transparent 28%),linear-gradient(135deg,#fff 0%,#f7f8ff 45%,#eef4ff 100%)} body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(37,99,235,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.04) 1px,transparent 1px);background-size:34px 34px;pointer-events:none;z-index:-1}.topbar{width:min(1440px,92%);margin:18px auto 0;padding:15px 18px;border:1px solid rgba(15,23,42,.08);border-radius:26px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:14px;z-index:100;box-shadow:0 18px 45px rgba(15,23,42,.08)}.brand{display:flex;align-items:center;gap:14px}.brand-icon{width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,var(--cyan),var(--pink));color:white;display:grid;place-items:center;font-weight:1000;font-size:22px;box-shadow:0 0 22px rgba(0,213,255,.35),0 0 28px rgba(255,59,212,.22)}.brand h1{color:var(--dark);font-size:25px;letter-spacing:-1px;line-height:1}.brand span{display:block;color:var(--muted);font-size:12px;margin-top:5px;font-weight:800;text-transform:uppercase;letter-spacing:1.4px}nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}nav a{color:#475569;text-decoration:none;font-weight:800;font-size:14px;padding:10px 12px;border-radius:999px;transition:.25s}nav a:hover{color:var(--blue);background:#eef4ff}nav button,.topbar button,.btn-primary,.slide button{border:none;border-radius:999px;padding:12px 18px;font-weight:1000;color:white;background:linear-gradient(135deg,var(--blue),var(--violet),var(--pink));cursor:pointer;box-shadow:0 14px 34px rgba(37,99,235,.24)}.hero{width:min(1440px,92%);margin:28px auto 0;display:grid;grid-template-columns:1.03fr .97fr;gap:24px;align-items:stretch}.hero-copy{min-height:540px;padding:clamp(28px,5vw,58px);border-radius:36px;border:1px solid rgba(15,23,42,.08);background:radial-gradient(circle at 15% 15%,rgba(0,213,255,.14),transparent 32%),radial-gradient(circle at 92% 10%,rgba(255,59,212,.12),transparent 32%),rgba(255,255,255,.92);position:relative;overflow:hidden;box-shadow:var(--shadow)}.ad-label{display:inline-flex;align-items:center;gap:9px;padding:10px 15px;border-radius:999px;color:var(--blue);background:#eef4ff;border:1px solid rgba(37,99,235,.12);font-weight:1000;margin-bottom:26px}.pulse-dot{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 16px rgba(0,201,120,.75);animation:pulse 1.2s infinite ease-in-out}@keyframes pulse{50%{transform:scale(1.6);opacity:.5}}.hero-copy h2{font-size:clamp(42px,6.3vw,84px);line-height:.93;letter-spacing:-4px;margin-bottom:24px;color:var(--dark)}.hero-copy h2 span,.catalog-head h2 span{color:transparent;background:linear-gradient(135deg,var(--blue),var(--violet),var(--pink));-webkit-background-clip:text;background-clip:text}.hero-copy p{max-width:680px;color:var(--muted);font-size:19px;line-height:1.65;margin-bottom:30px;font-weight:650}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:34px}.btn-primary,.btn-secondary{display:inline-flex;text-decoration:none;border-radius:18px;padding:16px 22px}.btn-secondary{color:var(--dark);background:#fff;border:1px solid var(--line);box-shadow:none}.hero-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:620px}.hero-kpis div{padding:18px;border-radius:22px;border:1px solid var(--line);background:#fff}.hero-kpis strong{display:block;font-size:25px;color:var(--blue);margin-bottom:5px}.hero-kpis small{color:var(--muted);font-weight:800}.ad-carousel{min-height:540px;border-radius:36px;overflow:hidden;border:1px solid rgba(15,23,42,.08);background:#111;position:relative;box-shadow:var(--shadow)}.slide{position:absolute;inset:0;opacity:0;transition:.7s ease;background-size:cover;background-position:center;display:flex;align-items:end;padding:28px}.slide.active{opacity:1}.slide:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.08)),radial-gradient(circle at 20% 15%,rgba(0,213,255,.22),transparent 35%)}.slide>div{position:relative;z-index:2;width:100%;padding:24px;border-radius:28px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(16px);color:white}.slide span{display:inline-block;padding:8px 12px;border-radius:999px;color:#111827;background:var(--yellow);font-weight:1000;margin-bottom:12px;font-size:12px}.slide h3{font-size:clamp(27px,4vw,48px);line-height:1;letter-spacing:-1.5px;margin-bottom:10px}.slide p{color:rgba(255,255,255,.86);line-height:1.45;font-weight:700;margin-bottom:16px}.slide-controls{position:absolute;z-index:5;right:22px;top:22px;display:flex;gap:10px}.slide-controls button{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.22);color:white;cursor:pointer;font-size:18px;backdrop-filter:blur(12px);padding:0}.slide-dots{position:absolute;z-index:6;left:34px;top:32px;display:flex;gap:9px}.slide-dot{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.5);transition:.25s}.slide-dot.active{width:34px;background:var(--cyan);box-shadow:0 0 18px var(--cyan)}.main,.special{width:min(1440px,92%);margin:44px auto 70px}.catalog-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.catalog-head h2{color:var(--dark);font-size:clamp(34px,5vw,62px);letter-spacing:-2px;line-height:1}.catalog-head p{color:var(--muted);max-width:600px;line-height:1.55;font-weight:700}.quick-categories{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}.quick-cat{border:1px solid var(--line);background:#fff;color:var(--text);padding:13px 17px;border-radius:999px;font-weight:1000;cursor:pointer;transition:.25s;box-shadow:0 10px 25px rgba(15,23,42,.05)}.quick-cat:hover,.quick-cat.active{color:#fff;background:linear-gradient(135deg,var(--blue),var(--violet),var(--pink));border-color:transparent;transform:translateY(-2px);box-shadow:0 14px 35px rgba(37,99,235,.24)}.shop{display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}.filters{position:sticky;top:112px;border-radius:30px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.93);backdrop-filter:blur(20px);box-shadow:var(--shadow);overflow:hidden}.filters-top{padding:22px;background:radial-gradient(circle at 15% 15%,rgba(0,213,255,.18),transparent 34%),radial-gradient(circle at 85% 20%,rgba(255,59,212,.14),transparent 35%),#fff;border-bottom:1px solid var(--line)}.filters-top h3{color:var(--dark);font-size:25px;margin-bottom:7px}.filters-top p{color:var(--muted);font-size:14px;line-height:1.4;font-weight:700}.filter-body{padding:22px}.filter-body label{display:block;color:var(--dark);font-size:13px;font-weight:1000;margin:14px 0 8px}.filter-body input,.filter-body select,#sortSelect{width:100%;border:1px solid var(--line);background:#fff;color:var(--dark);border-radius:15px;padding:13px 14px;outline:none;font-weight:800}.filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.apply-btn,.clear-btn{width:100%;border:none;border-radius:16px;padding:14px;cursor:pointer;font-weight:1000;margin-top:12px}.apply-btn{color:#fff;background:linear-gradient(135deg,var(--blue),var(--violet));box-shadow:0 14px 34px rgba(37,99,235,.2)}.clear-btn{color:var(--dark);background:#f8fafc;border:1px solid var(--line)}.result-bar{padding:18px 20px;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.9);display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;box-shadow:0 14px 34px rgba(15,23,42,.06)}.result-bar b{color:var(--blue)}#sortSelect{max-width:220px}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.flip-card{min-height:645px;perspective:1300px}.flip-inner{position:relative;width:100%;height:100%;min-height:645px;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.2,.8,.2,1)}.flip-card.flipped .flip-inner{transform:rotateY(180deg)}.product-card,.delivery-card{position:absolute;inset:0;border-radius:30px;overflow:hidden;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:var(--shadow);backface-visibility:hidden}.delivery-card{transform:rotateY(180deg);padding:24px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 20% 15%,rgba(0,213,255,.18),transparent 34%),radial-gradient(circle at 90% 10%,rgba(255,59,212,.14),transparent 35%),#fff}.delivery-card h3{color:var(--dark);font-size:26px;margin:8px 0;letter-spacing:-.6px}.delivery-code{display:inline-block;width:fit-content;padding:8px 12px;border-radius:999px;background:#eef4ff;color:var(--blue);font-weight:1000}.delivery-card p{color:var(--muted);line-height:1.55;font-weight:700;margin-bottom:18px}.delivery-list{display:grid;gap:12px;margin:18px 0}.delivery-list div{display:flex;gap:11px;align-items:flex-start;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid var(--line);color:#334155;font-weight:750;line-height:1.4}.delivery-list b{min-width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:white;font-weight:1000;background:linear-gradient(135deg,var(--blue),var(--violet))}.back-btn{border:none;border-radius:16px;padding:14px;color:white;background:linear-gradient(135deg,var(--blue),var(--violet));cursor:pointer;font-weight:1000}.product-img{height:285px;position:relative;overflow:hidden;background:#e5e7eb}.product-img img{width:100%;height:100%;object-fit:cover;transition:.4s ease}.flip-card:hover .product-img img{transform:scale(1.06)}.product-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.62),transparent 48%),radial-gradient(circle at 20% 20%,rgba(0,213,255,.18),transparent 35%)}.badge,.discount,.code-ribbon{position:absolute;z-index:2;border-radius:999px;font-weight:1000;font-size:12px}.badge{top:15px;left:15px;padding:8px 12px;color:#111827;background:var(--yellow)}.discount{top:15px;right:15px;padding:8px 12px;color:white;background:linear-gradient(135deg,var(--pink),var(--violet))}.code-ribbon{left:15px;bottom:15px;padding:9px 13px;border-radius:14px;background:rgba(255,255,255,.92);color:var(--blue);box-shadow:0 10px 25px rgba(0,0,0,.18)}.product-info{padding:20px}.product-meta-top{display:flex;justify-content:space-between;gap:10px;align-items:start;margin-bottom:8px}.product-info h3{color:var(--dark);font-size:21px;line-height:1.12;letter-spacing:-.4px}.price{text-align:right;white-space:nowrap}.price strong{display:block;color:var(--green);font-size:20px}.price small{color:#94a3b8;font-weight:800;text-decoration:line-through}.desc{color:var(--muted);font-size:14px;line-height:1.45;margin:10px 0 15px;min-height:60px;font-weight:650}.chips-title{color:var(--dark);font-size:12px;font-weight:1000;margin-bottom:8px}.sizes,.colors{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:13px}.sizes span{padding:7px 9px;min-width:34px;text-align:center;border-radius:10px;background:#f1f5f9;border:1px solid var(--line);color:var(--dark);font-size:12px;font-weight:1000}.colors i{width:23px;height:23px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px rgba(15,23,42,.22)}.card-footer{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.consult-btn,.delivery-btn{border:none;text-align:center;text-decoration:none;border-radius:15px;padding:13px;font-weight:1000;cursor:pointer;font-size:13px}.consult-btn{color:white;background:linear-gradient(135deg,var(--blue),var(--violet));box-shadow:0 12px 28px rgba(37,99,235,.22)}.delivery-btn{color:var(--blue);background:#eef4ff;border:1px solid rgba(37,99,235,.12)}.empty{display:none;padding:45px;text-align:center;border-radius:28px;border:1px dashed rgba(15,23,42,.18);color:var(--muted);background:rgba(255,255,255,.85);font-weight:900}.empty strong{color:var(--blue);display:block;font-size:25px;margin-bottom:8px}.whatsapp-float{position:fixed;right:24px;bottom:24px;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;text-decoration:none;font-size:30px;z-index:150;box-shadow:0 0 22px rgba(37,211,102,.45),0 18px 45px rgba(0,0,0,.22)}.distributor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.dist-card{border-radius:30px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow);overflow:hidden}.dist-card img{width:100%;height:220px;object-fit:cover}.dist-card>div{padding:20px}.dist-badge{display:inline-block;color:#fff;background:linear-gradient(135deg,var(--blue),var(--violet));border-radius:999px;padding:8px 12px;font-size:12px;font-weight:1000;margin-bottom:12px}.dist-card h3{color:var(--dark);font-size:23px;margin-bottom:8px}.dist-card p{color:var(--muted);font-weight:700;line-height:1.45;margin-bottom:8px}.dist-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.dist-actions a{color:white;background:linear-gradient(135deg,var(--blue),var(--violet));border-radius:14px;text-decoration:none;padding:12px 14px;font-weight:1000}.admin-wrap{width:min(1320px,94%);margin:28px auto}.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0}.admin-card,.form-card,.table-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:20px}.admin-card strong{display:block;color:var(--blue);font-size:30px}.admin-nav{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.admin-nav a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;text-decoration:none;color:var(--dark);font-weight:900}.admin-nav a.active{background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{color:#475569;font-size:12px;text-transform:uppercase}.status{display:inline-block;border-radius:999px;padding:7px 10px;background:#eef4ff;color:var(--blue);font-weight:1000;font-size:12px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-card input,.form-card textarea,.form-card select{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px;margin-top:6px}.form-card label{font-weight:900;color:var(--dark)}.form-card button,.small-btn{border:none;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;padding:12px 14px;font-weight:1000;text-decoration:none;cursor:pointer;display:inline-block}.danger{background:#fee2e2!important;color:#991b1b!important}.ok{background:#dcfce7!important;color:#166534!important}@media(max-width:1180px){.hero,.shop{grid-template-columns:1fr}.products,.distributor-grid{grid-template-columns:repeat(2,1fr)}.filters{position:static}}@media(max-width:760px){.topbar,.catalog-head{flex-direction:column;align-items:flex-start}.products,.distributor-grid,.admin-grid,.form-grid{grid-template-columns:1fr}.hero-kpis{grid-template-columns:1fr}.result-bar{flex-direction:column;align-items:stretch}#sortSelect{max-width:none}.card-footer{grid-template-columns:1fr}.slide{min-height:480px}}

/* Extras funcionales para versión Hostinger con cargas reales */
.admin-thumb{width:180px;height:140px;object-fit:cover;border-radius:18px;border:1px solid var(--line);background:#fff;box-shadow:0 10px 25px rgba(15,23,42,.08)}
.table-img{width:74px;height:58px;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:#fff}
.check{display:flex!important;gap:10px;align-items:center;font-weight:900;color:var(--dark)}
.check input{width:auto!important}
.danger-link{background:#fee2e2!important;color:#991b1b!important;border-color:#fecaca!important}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.slide video + div{position:relative;z-index:2}
.form-card.ok{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.form-card.danger{border-color:#fecaca;background:#fef2f2;color:#991b1b}
.table td,.table th{vertical-align:middle}
.payment-qr{margin:18px 0;padding:16px;border:1px solid var(--line);border-radius:18px;background:#f8fafc;text-align:center}.payment-qr img{max-width:240px;width:100%;height:auto;border-radius:16px;background:white;padding:10px;box-shadow:0 12px 28px rgba(15,23,42,.12)}
.ok{border-color:rgba(0,201,120,.35)!important;background:#ecfdf5!important}.danger{border-color:rgba(239,68,68,.35)!important;background:#fef2f2!important}


.question-btn{color:#fff;background:linear-gradient(135deg,var(--green),var(--blue));box-shadow:0 12px 28px rgba(0,201,120,.20);border:none;text-align:center;text-decoration:none;border-radius:15px;padding:13px;font-weight:1000;cursor:pointer;font-size:13px}.card-footer-3{grid-template-columns:1fr 1fr}.card-footer-3 .question-btn{grid-column:1/-1}.question-box{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:14px;margin:12px 0;color:#334155;line-height:1.5}.badge-warn{display:inline-block;border-radius:999px;padding:7px 10px;background:#fff7ed;color:#c2410c;font-weight:1000;font-size:12px}.badge-ok{display:inline-block;border-radius:999px;padding:7px 10px;background:#ecfdf5;color:#047857;font-weight:1000;font-size:12px}

.cart-pill{background:#eef4ff;color:#2563eb;border-radius:999px;padding:8px 12px;font-weight:1000}
.danger-link{background:#fee2e2!important;color:#b91c1c!important}
.table input{border:1px solid #e5e7eb;border-radius:10px;padding:8px}
textarea{width:100%;min-height:120px;border:1px solid #e5e7eb;border-radius:15px;padding:13px;font-weight:700}
hr{border:none;border-top:1px solid #e5e7eb;margin:14px 0}

/* Corrección final: selección de talle/color/cantidad dentro del card */
.card-add-form{margin-top:12px;padding:12px;border-radius:18px;background:#f8fafc;border:1px solid var(--line)}
.card-pickers{display:grid;grid-template-columns:1fr 1fr 86px;gap:8px;margin-bottom:10px}
.card-pickers label{font-size:11px;font-weight:1000;color:var(--dark);display:block}
.card-pickers select,.card-pickers input{width:100%;margin-top:6px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px 8px;font-weight:900;color:var(--dark);outline:none}
.add-cart-btn{width:100%;display:block;border:none}
.card-footer-2{grid-template-columns:1fr 1fr;margin-top:10px}
.card-footer-2 .question-btn{display:flex;align-items:center;justify-content:center}
@media(max-width:760px){.card-pickers{grid-template-columns:1fr}.card-footer-2{grid-template-columns:1fr}}

/* Identidad Juanita, distribuidores VIP y experiencia con cámara */
.brand-cat{width:54px;height:54px;object-fit:cover;border-radius:18px;border:3px solid #fff;box-shadow:0 8px 24px rgba(124,58,237,.22)}.ar-top-btn{background:linear-gradient(135deg,#64748b,#94a3b8)!important}.juanita-callout{display:flex;align-items:center;gap:12px;border:1px solid rgba(124,58,237,.16);background:#fff;border-radius:20px;padding:9px 16px 9px 9px;cursor:pointer;box-shadow:0 14px 32px rgba(15,23,42,.09);text-align:left}.juanita-callout img{width:58px;height:58px;border-radius:16px;object-fit:cover}.juanita-callout span{display:flex;flex-direction:column;color:var(--muted);font-weight:750}.juanita-callout b{color:var(--dark);font-size:15px;margin-bottom:3px}
.vip-dist-card{position:relative;border:2px solid rgba(255,184,0,.55);transform:translateZ(0)}.vip-mark{position:absolute;z-index:4;right:14px;top:14px;padding:9px 14px;border-radius:999px;background:linear-gradient(135deg,#ffe277,#ffb000);color:#432900;font-weight:1000;letter-spacing:.08em;box-shadow:0 12px 28px rgba(108,72,0,.28)}.vip-whatsapp{padding:11px 13px;border-radius:14px;background:#ecfdf5;color:#047857!important;border:1px solid #bbf7d0}.dist-actions .wa-card-btn{background:#25d366;color:#073b20}
.visit-counter{position:fixed;left:22px;bottom:22px;z-index:140;display:flex;align-items:baseline;gap:7px;padding:11px 15px;border-radius:16px;background:rgba(255,255,255,.94);border:1px solid var(--line);box-shadow:var(--shadow)}.visit-counter strong{font-size:20px;color:var(--violet)}.visit-counter span{font-size:11px;color:var(--muted);font-weight:1000;text-transform:uppercase;letter-spacing:.1em}
.ar-modal{position:fixed;inset:0;z-index:500;background:rgba(9,14,28,.86);display:none;place-items:center;padding:18px}.ar-modal.open{display:grid}.ar-panel{width:min(680px,100%);background:#fff;border-radius:30px;padding:24px;text-align:center;position:relative;box-shadow:0 35px 100px rgba(0,0,0,.4)}.ar-panel h2{font-size:32px;color:var(--dark);margin-bottom:6px}.ar-panel>p{color:var(--muted);font-weight:700;margin-bottom:15px}.ar-close{position:absolute;right:14px;top:8px;border:0;background:transparent;font-size:38px;cursor:pointer}.ar-stage{height:min(60vh,510px);position:relative;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,#e5e7eb,#fff1f8);margin-bottom:15px}.ar-stage video{width:100%;height:100%;object-fit:cover}.ar-stage img{position:absolute;width:190px;height:190px;object-fit:cover;border-radius:50%;left:calc(50% - 95px);top:calc(50% - 95px);border:5px solid rgba(255,255,255,.9);box-shadow:0 18px 40px rgba(0,0,0,.3);touch-action:none;cursor:grab}.ar-camera-btn{border:0}.dist-card:hover{transform:translateY(-6px);transition:.25s}
@media(max-width:760px){.brand-cat{width:48px;height:48px}.juanita-callout{width:100%}.visit-counter{left:12px;bottom:12px}.ar-stage{height:55vh}.ar-stage img{width:150px;height:150px;left:calc(50% - 75px);top:calc(50% - 75px)}}
.ar-modal[hidden]{display:none!important}

/* Marketplace elegante: interfaz clara, compacta y orientada a compra */
:root{--bg:#ebebeb;--white:#fff;--dark:#242424;--text:#333;--muted:#737373;--line:#e2e2e2;--cyan:#3483fa;--pink:#f5c400;--violet:#2968c8;--green:#00a650;--blue:#3483fa;--yellow:#ffe600;--shadow:0 2px 8px rgba(0,0,0,.10)}
body{background:#ebebeb;color:#333}body:before{display:none}.topbar{width:100%;margin:0;padding:12px max(4%,calc((100% - 1280px)/2));border:0;border-radius:0;background:#ffe600;box-shadow:0 1px 0 rgba(0,0,0,.12);top:0}.brand{min-width:270px}.brand-cat{border-radius:50%;border:2px solid #fff;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.18)}.brand h1{font-size:23px;color:#252525}.brand span{color:#5c5200;letter-spacing:.5px;text-transform:none}.topbar nav{gap:3px}.topbar nav a{color:#3b3500;font-weight:650;padding:9px 10px}.topbar nav a:hover{background:rgba(255,255,255,.35);color:#111}.topbar nav button,.ar-top-btn{border-radius:6px!important;background:#3483fa!important;box-shadow:none!important;padding:10px 14px!important}
.hero{width:min(1280px,94%);margin:22px auto 0;grid-template-columns:1fr 1.16fr;gap:16px}.hero-copy,.ad-carousel{min-height:400px;border-radius:12px;border:0;box-shadow:var(--shadow)}.hero-copy{padding:42px;background:#fff}.ad-label{padding:7px 11px;margin-bottom:18px;border:0;background:#e7f0ff;color:#2968c8;font-size:13px}.hero-copy h2{font-size:clamp(38px,4.4vw,62px);line-height:1.02;letter-spacing:-2.5px;margin-bottom:18px}.hero-copy h2 span,.catalog-head h2 span{background:none;color:#3483fa;-webkit-text-fill-color:initial}.hero-copy p{font-size:17px;line-height:1.5;margin-bottom:23px;font-weight:400}.hero-actions{margin-bottom:22px}.btn-primary,.btn-secondary{border-radius:6px;padding:13px 20px;font-weight:650}.btn-primary{background:#3483fa!important;box-shadow:none!important}.btn-secondary{color:#3483fa;background:#e7f0ff;border:0}.hero-kpis{gap:0;border-top:1px solid var(--line);padding-top:18px}.hero-kpis div{padding:7px 12px;border:0;border-right:1px solid var(--line);border-radius:0}.hero-kpis div:last-child{border-right:0}.hero-kpis strong{font-size:14px;color:#333}.hero-kpis small{font-weight:400}.slide{padding:20px}.slide>div{padding:20px;border-radius:8px}.slide span{background:#ffe600;border-radius:4px}.slide button{border-radius:6px;background:#3483fa;box-shadow:none}.slide-controls button{border-radius:50%;background:rgba(255,255,255,.9);color:#3483fa}
.market-benefits{width:min(1280px,94%);margin:16px auto 34px;padding:0;background:#fff;border-radius:8px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:var(--shadow)}.market-benefits div{padding:22px;border-right:1px solid var(--line)}.market-benefits div:last-child{border-right:0}.market-benefits b{display:block;color:#333;font-size:15px;margin-bottom:5px}.market-benefits span{color:#777;font-size:13px}
.main,.special{width:min(1280px,94%);margin:32px auto 56px}.catalog-head{align-items:center;margin-bottom:20px}.catalog-head h2{font-size:30px;letter-spacing:-.7px;font-weight:500}.catalog-head p{font-weight:400;font-size:14px}.quick-categories{gap:8px}.quick-cat{border:0;border-radius:6px;padding:11px 15px;font-weight:600;box-shadow:var(--shadow)}.quick-cat:hover,.quick-cat.active{background:#3483fa;transform:none;box-shadow:none}.shop{grid-template-columns:255px 1fr;gap:16px}.filters{top:92px;border:0;border-radius:8px;box-shadow:var(--shadow);backdrop-filter:none}.filters-top{padding:18px;background:#fff}.filters-top h3{font-size:20px}.filter-body{padding:18px}.filter-body input,.filter-body select,#sortSelect{border-radius:6px;font-weight:400}.apply-btn,.clear-btn{border-radius:6px;font-weight:600}.apply-btn{background:#3483fa;box-shadow:none}.result-bar{border:0;border-radius:8px;box-shadow:var(--shadow);padding:14px 16px}.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.flip-card,.flip-inner{min-height:620px}.product-card,.delivery-card{border:0;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.12)}.product-card{transition:box-shadow .2s}.product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.14)}.product-img{height:250px;background:#fff;border-bottom:1px solid var(--line)}.product-img:after{background:linear-gradient(to top,rgba(0,0,0,.18),transparent 35%)}.badge{background:#3483fa;color:#fff;border-radius:4px}.discount{background:#00a650;border-radius:4px}.code-ribbon{border-radius:4px;color:#666;box-shadow:none}.product-info{padding:18px}.product-meta-top{display:block}.product-info h3{font-size:16px;font-weight:400;margin-bottom:12px}.price{text-align:left}.price strong{font-size:26px;font-weight:400;color:#333}.desc{font-weight:400}.card-add-form{background:#fafafa;border-radius:6px}.card-pickers select,.card-pickers input{border-radius:5px;font-weight:400}.consult-btn{background:#3483fa;box-shadow:none;border-radius:6px}.delivery-btn,.question-btn{border-radius:6px}.delivery-btn{background:#e7f0ff}.question-btn{background:#e7f0ff;color:#3483fa;box-shadow:none}.delivery-card{background:#fff}.back-btn{background:#3483fa;border-radius:6px}.dist-card{border-radius:8px;box-shadow:var(--shadow)}.vip-dist-card{border:1px solid #f5c400}.vip-mark{border-radius:4px}.dist-badge{background:#3483fa;border-radius:4px}.dist-actions a{border-radius:6px;background:#3483fa}.whatsapp-float{width:56px;height:56px;box-shadow:0 3px 12px rgba(0,0,0,.18)}.visit-counter{border-radius:6px;box-shadow:var(--shadow)}
@media(max-width:1000px){.topbar{padding-inline:3%}.hero{grid-template-columns:1fr}.market-benefits{grid-template-columns:repeat(2,1fr)}.market-benefits div:nth-child(2){border-right:0}.products{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.topbar{position:relative}.topbar nav{width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start}.topbar nav a,.topbar nav button{white-space:nowrap}.hero-copy{padding:28px 22px}.hero-copy h2{font-size:40px}.hero-kpis{grid-template-columns:1fr}.hero-kpis div{border-right:0;border-bottom:1px solid var(--line)}.market-benefits,.products{grid-template-columns:1fr}.market-benefits div{border-right:0;border-bottom:1px solid var(--line)}.shop{grid-template-columns:1fr}.catalog-head{align-items:flex-start}.flip-card,.flip-inner{min-height:640px}}
.hero{position:relative!important;display:block!important;height:560px!important;overflow:hidden;border-radius:16px}.hero .ad-carousel{position:absolute;inset:0;min-height:0;height:100%;border-radius:16px}.hero .slide{background-position:center 35%;padding:42px}.hero .slide:before{background:linear-gradient(90deg,rgba(10,16,28,.84) 0%,rgba(10,16,28,.55) 44%,rgba(10,16,28,.08) 75%),linear-gradient(to top,rgba(0,0,0,.48),transparent 50%)}.hero .slide>div{max-width:590px;padding:0;background:transparent;border:0;backdrop-filter:none}.hero .slide h3{font-size:clamp(42px,6vw,76px);letter-spacing:-2.5px}.hero .slide p{font-size:18px;max-width:520px}.hero .hero-copy{position:absolute;z-index:8;left:42px;bottom:35px;width:min(560px,calc(100% - 84px));min-height:0;padding:0;background:transparent;border:0;box-shadow:none;pointer-events:none}.hero .hero-copy .ad-label,.hero .hero-copy h2,.hero .hero-copy>p,.hero .hero-kpis{display:none}.hero .hero-actions{margin:0;pointer-events:auto}.hero .hero-actions .btn-primary{display:none}.hero .hero-actions .btn-secondary{background:#fff;color:#3483fa;font-weight:700;box-shadow:0 8px 24px rgba(0,0,0,.2)}.hero .slide-dots{left:auto;right:38px;top:auto;bottom:28px}.hero .slide-controls{right:24px;top:50%;width:calc(100% - 48px);justify-content:space-between;transform:translateY(-50%);pointer-events:none}.hero .slide-controls button{pointer-events:auto;width:52px;height:52px;border:0;box-shadow:0 4px 14px rgba(0,0,0,.22)}
.vip-products{width:min(1280px,94%);margin:0 auto 42px}.vip-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.vip-heading>div>span{color:#947200;font-size:12px;font-weight:800;letter-spacing:.13em}.vip-heading h2{font-size:34px;font-weight:500;color:#222}.vip-heading h2 b{color:#b88900}.vip-heading>a{color:#3483fa;text-decoration:none;font-weight:600}.vip-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.vip-product-card{display:grid;grid-template-columns:46% 54%;min-height:290px;background:#fff;border:1px solid #ead58a;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:.25s}.vip-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.13)}.vip-product-image{position:relative;min-height:290px;background:#f4f4f4}.vip-product-image img{width:100%;height:100%;object-fit:cover}.vip-product-image span{position:absolute;left:12px;top:12px;padding:8px 11px;border-radius:6px;background:linear-gradient(135deg,#ffe87b,#f8ba19);color:#493000;font-weight:900;font-size:12px}.vip-product-info{padding:22px;display:flex;flex-direction:column}.vip-product-info small{color:#999}.vip-product-info h3{font-size:20px;margin:6px 0 10px;color:#222}.vip-product-info p{color:#777;font-size:13px;line-height:1.5;flex:1}.vip-product-info strong{font-size:27px;font-weight:500;margin:12px 0;color:#222}.vip-product-info>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.vip-product-info a{text-align:center;text-decoration:none;padding:11px 8px;border-radius:8px;background:#3483fa;color:#fff;font-weight:700;font-size:13px}.vip-product-info .vip-wa{background:#25d366;color:#073b20}
.filters{border-top:5px solid #ffe600!important}.filters-top{background:linear-gradient(135deg,#fffbea,#fff)!important}.filters-top h3:before{content:'⌕';display:inline-grid;place-items:center;width:34px;height:34px;margin-right:8px;border-radius:9px;background:#ffe600;color:#333}.filter-body input:focus,.filter-body select:focus{border-color:#3483fa;box-shadow:0 0 0 3px rgba(52,131,250,.12)}.apply-btn{padding:15px;font-size:14px}.clear-btn{background:#fff;color:#3483fa}
.products{align-items:stretch}.flip-card,.flip-inner{min-height:760px!important;height:760px!important}.product-card,.delivery-card{height:760px!important}.product-info{display:flex;flex-direction:column;height:510px}.desc{min-height:42px;max-height:62px;overflow:hidden}.card-add-form{margin-top:auto}.consult-btn,.delivery-btn,.question-btn,.back-btn{min-height:44px;border-radius:9px!important;font-weight:700;transition:.2s}.consult-btn:hover,.question-btn:hover,.delivery-btn:hover{transform:translateY(-1px);filter:brightness(.97)}
@media(max-width:1050px){.vip-product-grid{grid-template-columns:1fr}.vip-product-card{grid-template-columns:250px 1fr}.hero{height:520px!important}}@media(max-width:680px){.hero{width:100%;margin-top:0;height:520px!important;border-radius:0}.hero .slide{padding:24px}.hero .slide h3{font-size:42px}.hero .hero-copy{left:24px;bottom:28px;width:calc(100% - 48px)}.vip-product-card{grid-template-columns:1fr}.vip-product-image{height:250px;min-height:0}.flip-card,.flip-inner,.product-card,.delivery-card{min-height:790px!important;height:790px!important}.product-info{height:540px}}

/* V5: catálogo ancho, botones refinados y fotografías siempre visibles */
.hero .slide{background-size:cover!important;background-repeat:no-repeat!important}.hero .slide:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.42),transparent 65%);pointer-events:none}.hero .slide>div{z-index:3}.shop{grid-template-columns:285px 1fr}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.flip-card,.flip-inner,.product-card,.delivery-card{height:820px!important;min-height:820px!important}.product-card{display:flex;flex-direction:column;overflow:hidden}.product-img{height:340px;min-height:340px}.product-img img{object-fit:contain;background:#fff}.product-info{height:auto;min-height:480px;flex:1;padding:22px}.product-info h3{font-size:20px;font-weight:600}.price strong{font-size:30px}.desc{max-height:none;min-height:44px}.card-add-form{padding:14px;border:1px solid #e6e9ee;background:#f8f9fb}.card-pickers{gap:10px}.card-pickers select,.card-pickers input{height:42px;border:1px solid #d7dce3;background:#fff}.add-cart-btn{height:48px;border-radius:10px!important;background:#3483fa!important;color:#fff;font-size:15px;box-shadow:0 5px 12px rgba(52,131,250,.20)!important}.add-cart-btn:hover{background:#2968c8!important;transform:translateY(-1px)}.card-footer-2{gap:10px;margin-top:12px}.delivery-btn,.question-btn{height:46px;border:1px solid #dbe6f8!important;background:#f2f6fc!important;color:#2968c8!important;box-shadow:none!important;font-size:13px}.delivery-btn:hover,.question-btn:hover{background:#e8f0fc!important}.back-btn{background:#3483fa!important;box-shadow:none}.vip-product-card{border:1px solid #e6d28d}.vip-product-info a{border-radius:10px;padding:12px 9px;transition:.2s}.vip-product-info a:hover{filter:brightness(.94);transform:translateY(-1px)}
.filters{box-shadow:0 5px 18px rgba(0,0,0,.09)}.filters-top{padding:22px}.filters-top h3{display:flex;align-items:center}.filter-body{padding:20px}.filter-body label{font-size:12px;letter-spacing:.02em}.filter-body input,.filter-body select{height:45px;border:1px solid #d9dde4;background:#fff}.apply-btn{height:48px;border-radius:10px;background:#3483fa;font-size:15px}.clear-btn{height:44px;border:0;background:transparent;color:#3483fa}.quick-cat{border-radius:10px;padding:12px 18px}
@media(max-width:1050px){.products{grid-template-columns:1fr}.flip-card,.flip-inner,.product-card,.delivery-card{height:800px!important;min-height:800px!important}.product-img{height:330px;min-height:330px}}@media(max-width:680px){.shop{grid-template-columns:1fr}.product-img{height:300px;min-height:300px}.flip-card,.flip-inner,.product-card,.delivery-card{height:850px!important;min-height:850px!important}.card-footer-2{grid-template-columns:1fr}.delivery-btn,.question-btn{width:100%}}

/* V6: vendedores VIP y cards estilo marketplace */
.vip-products{display:none!important}.vip-sellers{width:min(1280px,94%);margin:0 auto 44px}.vip-sellers-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.vip-sellers-head span{font-size:12px;font-weight:800;letter-spacing:.12em;color:#8b6b00}.vip-sellers-head h2{font-size:32px;font-weight:500;color:#222}.vip-sellers-head h2 b{color:#b88900}.vip-sellers-head p{color:#777;margin-top:5px}.vip-sellers-head>a{color:#3483fa;text-decoration:none;font-weight:600}.vip-seller-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.vip-seller-card{overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.10);transition:.25s}.vip-seller-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(0,0,0,.14)}.seller-cover{height:150px;position:relative;overflow:hidden;background:#eee}.seller-cover img{width:100%;height:100%;object-fit:cover;object-position:center 28%;filter:brightness(.82)}.seller-cover span{position:absolute;left:14px;top:14px;background:#ffe600;color:#3f3600;border-radius:6px;padding:8px 11px;font-size:11px;font-weight:900}.seller-body{padding:0 20px 20px;position:relative}.seller-avatar{width:58px;height:58px;margin-top:-29px;margin-bottom:8px;position:relative;display:grid;place-items:center;border:4px solid #fff;border-radius:50%;background:#3483fa;color:#fff;font-size:23px;font-weight:800}.seller-body h3{font-size:21px;color:#222}.seller-body>p{color:#777;margin:4px 0 14px}.seller-phone{padding:10px 12px;background:#f6f7f8;border-radius:8px;margin-bottom:12px}.seller-phone small{display:block;color:#888;font-size:11px}.seller-phone strong{color:#333;font-size:15px}.seller-samples{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.seller-samples a{display:grid;grid-template-columns:52px 1fr;gap:8px;align-items:center;padding:7px;border:1px solid #eee;border-radius:8px;text-decoration:none;color:#444}.seller-samples img{width:52px;height:52px;object-fit:cover;border-radius:6px}.seller-samples span{font-size:11px;line-height:1.2}.seller-samples b{display:block;color:#222;margin-top:4px}.seller-wa{display:block;text-align:center;padding:13px;border-radius:8px;background:#25d366;color:#073b20;text-decoration:none;font-weight:750}.seller-wa:hover{background:#20c45c}
.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.flip-card,.flip-inner,.product-card,.delivery-card{height:700px!important;min-height:700px!important}.product-img{height:270px;min-height:270px}.product-img img{object-fit:cover}.product-info{padding:18px;min-height:430px}.product-info h3{font-size:17px}.price strong{font-size:27px}.desc{font-size:13px;min-height:38px;max-height:42px}.sizes,.colors{margin-bottom:8px}.card-add-form{padding:10px}.card-pickers{grid-template-columns:1fr 1fr 64px}.card-pickers select,.card-pickers input{height:38px}.add-cart-btn{height:44px}.card-footer-2{grid-template-columns:1fr}.delivery-btn,.question-btn{height:40px;min-height:40px}.badge,.discount{border-radius:5px}.code-ribbon{font-size:11px}.product-card:hover{transform:translateY(-3px)}
@media(max-width:1100px){.vip-seller-grid,.products{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.vip-seller-grid,.products{grid-template-columns:1fr}.vip-sellers-head{align-items:flex-start;gap:12px}.seller-samples{grid-template-columns:1fr}.flip-card,.flip-inner,.product-card,.delivery-card{height:730px!important;min-height:730px!important}.product-img{height:280px;min-height:280px}.card-pickers{grid-template-columns:1fr 1fr 64px}}

/* V7: cards compactas tipo marketplace */
.shop{grid-template-columns:250px 1fr}.products{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.flip-card,.flip-inner,.product-card,.delivery-card{height:530px!important;min-height:530px!important}.product-card{border-radius:8px!important}.product-img{height:225px!important;min-height:225px!important}.product-img img{object-fit:cover}.product-info{height:305px!important;min-height:305px!important;padding:14px!important}.product-meta-top{margin:0 0 5px}.product-info h3{font-size:15px!important;line-height:1.25;margin:0 0 7px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price strong{font-size:24px!important}.price small{font-size:12px}.desc,.chips-title,.sizes,.colors{display:none!important}.card-add-form{margin-top:7px!important;padding:8px!important;border-radius:7px!important}.card-pickers{grid-template-columns:1fr 1fr 52px!important;gap:5px!important;margin-bottom:7px!important}.card-pickers label{font-size:9px!important}.card-pickers select,.card-pickers input{height:34px!important;padding:5px!important;margin-top:3px!important;font-size:11px}.add-cart-btn{height:38px!important;min-height:38px!important;font-size:13px!important;border-radius:7px!important}.card-footer-2{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:7px!important}.delivery-btn,.question-btn{height:36px!important;min-height:36px!important;padding:6px!important;font-size:10px!important;border-radius:7px!important}.badge,.discount{top:10px;padding:6px 8px;font-size:10px}.badge{left:10px}.discount{right:10px}.code-ribbon{left:10px;bottom:10px;padding:6px 8px;font-size:9px}.delivery-card{padding:18px}.delivery-list{gap:7px;margin:10px 0}.delivery-list div{padding:9px;font-size:12px}.vip-seller-card{border-radius:9px}.seller-cover{height:115px}.seller-body{padding:0 14px 14px}.seller-avatar{width:48px;height:48px;margin-top:-24px;font-size:18px}.seller-body h3{font-size:17px}.seller-body>p{font-size:12px;margin-bottom:9px}.seller-phone{padding:7px 9px;margin-bottom:8px}.seller-samples{margin-bottom:9px}.seller-samples a{grid-template-columns:40px 1fr;padding:5px}.seller-samples img{width:40px;height:40px}.seller-wa{padding:10px;font-size:13px}
@media(max-width:1250px){.products{grid-template-columns:repeat(3,1fr)}}@media(max-width:960px){.products{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.products{grid-template-columns:1fr}.flip-card,.flip-inner,.product-card,.delivery-card{height:545px!important;min-height:545px!important}.product-img{height:235px!important;min-height:235px!important}}

/* V8: tres cards por fila y sin bloque duplicado de distribuidores */
.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.special#distribuidores{display:none!important}@media(max-width:960px){.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:620px){.products{grid-template-columns:1fr!important}}
.seller-main-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.seller-main-actions a{display:block;text-align:center;padding:10px;border-radius:8px;text-decoration:none;font-weight:750;font-size:13px}.seller-store{background:#e7f0ff;color:#2968c8}.seller-main-actions .seller-wa{padding:10px}.seller-page{width:min(1180px,94%);margin:28px auto 60px}.seller-page-hero{min-height:300px;border-radius:16px;padding:38px;display:flex;flex-direction:column;justify-content:end;align-items:flex-start;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.15)),url('../../uploads/products/tj_6a50cfee6fc858.78885372.png') center 28%/cover;color:#fff}.seller-page-hero>span{background:#ffe600;color:#403700;padding:8px 11px;border-radius:6px;font-weight:900}.seller-page-hero h2{font-size:42px;margin:10px 0 4px}.seller-page-hero a{margin-top:16px;padding:12px 16px;border-radius:8px;background:#25d366;color:#073b20;text-decoration:none;font-weight:800}.seller-products-title{margin:30px 0 16px}.seller-page-products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.seller-page-products article{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 9px rgba(0,0,0,.1)}.seller-page-products img{width:100%;height:240px;object-fit:cover}.seller-page-products article>div{padding:15px}.seller-page-products h3{margin:5px 0}.seller-page-products strong{display:block;font-size:24px;margin:8px 0}.seller-page-products a{display:block;text-align:center;padding:10px;border-radius:8px;background:#3483fa;color:#fff;text-decoration:none;font-weight:700}@media(max-width:850px){.seller-page-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.seller-page-products{grid-template-columns:1fr}.seller-page-hero{padding:24px}.seller-page-hero h2{font-size:32px}}
.seller-main-actions .seller-store{display:flex!important;align-items:center;justify-content:center;min-height:42px;padding:10px 14px!important;border:1px solid #bcd3f5!important;border-radius:8px!important;background:#e7f0ff!important;color:#2968c8!important;text-decoration:none!important;font-size:13px!important;font-weight:750!important;line-height:1!important}.seller-main-actions .seller-store:hover{background:#dbe9ff!important;border-color:#8db6ef!important}.seller-main-actions .seller-wa{display:flex!important;align-items:center;justify-content:center;min-height:42px;margin:0!important;border-radius:8px!important}
.seller-shop-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:30px 0 16px}.seller-shop-head h2{font-size:28px}.seller-shop-head p{color:#777}.seller-filters{display:grid;grid-template-columns:220px 180px 150px;gap:8px}.seller-filters input,.seller-filters select{height:44px;border:1px solid #d8dde5;border-radius:8px;background:#fff;padding:0 12px;color:#333}.seller-filters input:focus,.seller-filters select:focus{outline:none;border-color:#3483fa;box-shadow:0 0 0 3px rgba(52,131,250,.12)}.seller-empty{padding:24px;border-radius:10px;background:#fff8db;border:1px solid #f1dc80;color:#685400;margin-bottom:16px}@media(max-width:900px){.seller-shop-head{align-items:flex-start;flex-direction:column}.seller-filters{width:100%;grid-template-columns:1fr 1fr}}@media(max-width:560px){.seller-filters{grid-template-columns:1fr}}
.product-img img,.seller-page-products img,.seller-samples img{cursor:zoom-in}.image-viewer{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(8,12,20,.91);backdrop-filter:blur(5px)}.image-viewer.open{display:flex}.image-viewer>img{display:block;max-width:min(1100px,94vw);max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:10px;background:#fff;box-shadow:0 25px 80px rgba(0,0,0,.5)}.image-viewer>button{position:fixed;right:24px;top:18px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:#222;font-size:32px;line-height:1;cursor:pointer;box-shadow:0 5px 20px rgba(0,0,0,.25)}.viewer-open{overflow:hidden}@media(max-width:600px){.image-viewer{padding:14px}.image-viewer>button{right:12px;top:12px;width:42px;height:42px}.image-viewer>img{max-width:96vw;max-height:86vh}}
.product-img{cursor:zoom-in}.product-img:after{pointer-events:none}
.seller-full-products{grid-template-columns:repeat(3,minmax(0,1fr))}.seller-full-products article.flip-card{overflow:visible;background:transparent;box-shadow:none}.seller-full-products article.flip-card>.flip-inner{padding:0!important}.seller-full-products .product-img img{height:100%!important;object-fit:cover}.seller-full-products .product-info{padding:14px!important}.seller-full-products .delivery-card>div{padding:0!important}@media(max-width:950px){.seller-full-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.seller-full-products{grid-template-columns:1fr}}
@media(max-width:760px){.main{width:94%!important;margin:24px auto 50px!important;overflow:visible!important}.shop{display:block!important;width:100%!important}.filters{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;margin:0 0 20px!important;overflow:visible!important;z-index:1!important}.filters-top,.filter-body{width:100%!important}.filter-grid{grid-template-columns:1fr 1fr!important}.quick-categories{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding:2px 2px 10px!important;scrollbar-width:thin}.quick-cat{flex:0 0 auto!important;white-space:nowrap!important}.result-bar{position:relative!important;z-index:0!important;margin-top:0!important}.products{position:relative!important;z-index:0!important;width:100%!important;grid-template-columns:1fr!important}.flip-card{width:100%!important;max-width:100%!important}.product-img{width:100%!important;overflow:hidden!important}.product-img img{width:100%!important;max-width:100%!important}.whatsapp-float{z-index:200!important}.visit-counter{z-index:100!important}.seller-filters{position:relative!important;width:100%!important}.topbar{z-index:300!important}}
@media(max-width:420px){.filter-grid{grid-template-columns:1fr!important}.filter-body{padding:16px!important}.catalog-head h2{font-size:27px!important}.products{gap:16px!important}}
.mobile-filter-toggle{display:none;width:100%;height:54px;margin:0 0 12px;padding:0 16px;border:1px solid #dce3ed;border-radius:12px;background:#fff;color:#26344a;align-items:center;gap:10px;box-shadow:0 3px 12px rgba(0,0,0,.07);cursor:pointer}.mobile-filter-toggle>span{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#ffe600;color:#332d00}.mobile-filter-toggle b{font-size:15px}.mobile-filter-toggle i{margin-left:auto;font-style:normal;font-size:20px;transition:.25s}.mobile-filter-toggle.active i{transform:rotate(180deg)}.vip-section-toggle{display:flex;width:min(1280px,94%);min-height:78px;margin:0 auto 28px;padding:14px 18px;border:1px solid #e4d47e;border-radius:14px;background:linear-gradient(135deg,#fffdf0,#fff);align-items:center;gap:14px;text-align:left;box-shadow:0 4px 16px rgba(0,0,0,.08);cursor:pointer;transition:.25s}.vip-section-toggle:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(0,0,0,.11)}.vip-section-toggle>span:first-child{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:#ffe600;color:#493f00;font-size:20px}.vip-section-toggle>span:nth-child(2){display:flex;flex-direction:column}.vip-section-toggle b{font-size:17px;color:#252525}.vip-section-toggle small{margin-top:3px;color:#777}.vip-section-toggle i{margin-left:auto;padding:9px 13px;border-radius:8px;background:#3483fa;color:#fff;font-size:13px;font-style:normal;font-weight:700}.vip-section-toggle.active i{background:#e7f0ff;color:#2968c8}.vip-sellers{transition:opacity .25s,transform .25s}.vip-sellers.vip-section-collapsed{display:none!important}
@media(max-width:1024px){.mobile-filter-toggle{display:flex}.filters.filters-collapsed{display:none!important}.filters.filters-open{display:block!important;animation:filterReveal .25s ease}.shop{display:block!important}.vip-section-toggle{margin-bottom:20px}.vip-sellers{scroll-margin-top:20px}}@keyframes filterReveal{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
@media(max-width:560px){.vip-section-toggle{min-height:70px;padding:11px 12px}.vip-section-toggle small{font-size:11px}.vip-section-toggle i{padding:8px 9px;white-space:nowrap}.mobile-filter-toggle{height:50px}}
.image-viewer>button{width:auto!important;min-width:108px!important;padding:0 16px!important;border-radius:999px!important;font-size:16px!important;font-weight:750!important}.image-viewer>button:hover{background:#f1f5f9!important}
@media(max-width:700px){.admin-wrap{width:94%!important;margin:22px auto!important}.table-card{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.table-card .table{display:block!important;min-width:0!important;width:100%!important}.table-card .table tbody{display:block!important}.table-card .table tr{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;margin-bottom:14px!important;padding:14px!important;border:1px solid #e1e5eb!important;border-radius:12px!important;background:#fff!important;box-shadow:0 3px 12px rgba(0,0,0,.07)!important}.table-card .table tr:first-child{display:none!important}.table-card .table td{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;padding:9px 8px!important;border-bottom:1px solid #eef0f3!important;overflow-wrap:anywhere!important}.table-card .table td:before{display:block!important;margin-bottom:4px!important;color:#7a8493!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.05em!important}.table-card .table td:nth-child(1):before{content:'Producto'}.table-card .table td:nth-child(2):before{content:'Código'}.table-card .table td:nth-child(3):before{content:'Talle'}.table-card .table td:nth-child(4):before{content:'Color'}.table-card .table td:nth-child(5):before{content:'Precio unitario'}.table-card .table td:nth-child(6):before{content:'Cantidad'}.table-card .table td:nth-child(7):before{content:'Subtotal'}.table-card .table td:nth-child(8):before{content:'Acción'}.table-card .table td:nth-child(1){grid-column:1/-1;font-size:17px;font-weight:750}.table-card .table input[type=number]{width:100%!important;max-width:110px!important;height:42px!important;font-size:16px!important}.table-card .table td .small-btn{width:100%!important;text-align:center!important;padding:10px!important}.table-card .table tr:last-child{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:16px!important;background:#f4f8ff!important;border-color:#cbdcf6!important}.table-card .table tr:last-child th{display:block!important;padding:0!important;border:0!important;font-size:15px!important}.table-card .table tr:last-child th:first-child{flex:1;text-align:left!important}.table-card .table tr:last-child th:nth-child(2){font-size:22px!important;color:#222!important}.table-card .table tr:last-child th:last-child{display:none!important}.table-card form+div,.table-card>div{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:14px!important}.table-card>div button,.table-card>div .small-btn{width:100%!important;min-height:46px!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:9px!important}.catalog-head{margin-bottom:18px!important}.catalog-head p{font-size:14px!important}}
@media(max-width:390px){.table-card .table tr{grid-template-columns:1fr!important}.table-card .table td,.table-card .table td:nth-child(1){grid-column:1!important}}
