:root{--oye-red:#e71d2b;--oye-red-hover:#c41523;--oye-red-light:#fff0f1;--oye-red-glow:#e71d2b2e;--bg-primary:#fff;--bg-secondary:#f5f5f5;--bg-tertiary:#efefef;--bg-card:#fff;--bg-glass:#ffffffeb;--bg-glass-heavy:#fffffffc;--accent-primary:#e71d2b;--accent-primary-hover:#c41523;--accent-primary-light:#fff0f1;--accent-sapphire:#e71d2b;--accent-ice:#ededed;--accent-emerald:#16a34a;--accent-rose:#e71d2b;--text-primary:#1f1f1f;--text-secondary:#555;--text-muted:#999;--text-light:#bbb;--border-subtle:#ededed;--border-card:#ededed;--border-primary:#e71d2b4d;--shadow-sm:0 2px 8px -2px #0000000f;--shadow-md:0 8px 25px -4px #00000014;--shadow-lg:0 20px 40px -10px #0000001f;--shadow-primary:0 8px 20px -3px #e71d2b4d;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-full:9999px;--font-poppins:"Poppins", system-ui, -apple-system, sans-serif;--font-sans:"Poppins", system-ui, -apple-system, sans-serif;--font-serif:"Poppins", system-ui, sans-serif;--font-display:"Poppins", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-poppins);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#0f172a33;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.glass-panel-heavy{background:var(--bg-glass-heavy);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.btn-primary{background:var(--oye-red);color:#fff;font-weight:600;font-family:var(--font-poppins);letter-spacing:.01em;border-radius:var(--radius-full);border:1.5px solid var(--oye-red);cursor:pointer;align-items:center;gap:8px;padding:10px 20px;text-decoration:none;transition:all .22s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 16px #e71d2b47}.btn-primary:hover{background:var(--oye-red-hover);border-color:var(--oye-red-hover);transform:translateY(-2px);box-shadow:0 8px 22px #e71d2b61}.btn-secondary{color:var(--oye-red);font-weight:500;font-family:var(--font-poppins);border-radius:var(--radius-full);border:1.5px solid var(--oye-red);cursor:pointer;box-shadow:none;background:#fff;align-items:center;gap:8px;padding:10px 18px;text-decoration:none;transition:all .2s;display:inline-flex}.btn-secondary:hover{background:var(--oye-red-light);border-color:var(--oye-red-hover);transform:translateY(-1px)}.btn-whatsapp{color:#fff;border-radius:var(--radius-full);cursor:pointer;background:#25d366;border:none;align-items:center;gap:6px;padding:8px 16px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #25d3664d}.btn-whatsapp:hover{background:#1eb956;transform:translateY(-1px);box-shadow:0 6px 18px #25d36673}@keyframes pulseIndicator{0%{box-shadow:0 0 #10b98199}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.live-pulse{animation:2s infinite pulseIndicator}@keyframes soundWave{0%,to{height:4px}50%{height:16px}}.soundwave-bar{background:var(--oye-red);border-radius:2px;width:3px;animation:1.1s ease-in-out infinite soundWave}.soundwave-bar:nth-child(2){animation-delay:.2s}.soundwave-bar:nth-child(3){animation-delay:.4s}.reels-wrapper{background:#fff;width:100%;height:calc(100vh - 128px);margin:0;padding:0;position:relative;overflow:hidden}.reels-main-container{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;width:100%;height:100%}.reels-main-container::-webkit-scrollbar{display:none}.slider-arrow-btn{width:52px;height:52px;color:var(--oye-red);cursor:pointer;z-index:35;background:#fff;border:1px solid #ededed;border-radius:50%;justify-content:center;align-items:center;transition:all .22s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 26px #0000001f}.slider-arrow-btn:hover:not(:disabled){background:var(--oye-red);color:#fff;border-color:var(--oye-red);transform:translateY(-50%)scale(1.1);box-shadow:0 12px 28px #e71d2b4d}.slider-arrow-btn:disabled{opacity:.22;cursor:not-allowed;box-shadow:none;transform:translateY(-50%)scale(.95)}.slider-arrow-btn.prev{left:504px}.slider-arrow-btn.next{right:28px}.reels-slider-dock{z-index:30;-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-full);border:1px solid var(--border-subtle);background:#fffffff2;justify-content:space-between;align-items:center;gap:16px;padding:10px 20px;display:flex;position:absolute;bottom:24px;left:504px;right:28px;box-shadow:0 6px 24px #0b1c3d1f}@media (width>=769px){.reels-main-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;flex-direction:row;display:flex;overflow:auto hidden}.reel-slide{scroll-snap-align:start;scroll-snap-stop:always;background:#fff;flex-direction:row;flex-shrink:0;width:100%;min-width:100%;height:100%;margin:0;padding:0;display:flex;position:relative}.reel-desktop-info-panel{border-right:1px solid var(--border-subtle);z-index:10;scrollbar-width:thin;background:#fff;flex-direction:column;justify-content:space-between;width:480px;min-width:420px;max-width:40%;height:100%;padding:22px 28px;display:flex;overflow-y:auto;box-shadow:6px 0 30px #0b1c3d0d}.reel-desktop-video-panel{background:#020617;flex:1;height:100%;position:relative;overflow:hidden}.reel-desktop-video-panel video{object-fit:cover;width:100%;height:100%}.reel-desktop-video-overlay{pointer-events:none;z-index:2;background:linear-gradient(90deg,#0206174d 0%,#0000 25% 75%,#02061740 100%),linear-gradient(#02061759 0%,#0000 20% 75%,#02061766 100%);position:absolute;inset:0}.reel-mobile-view{display:none!important}}@media (width<=768px){.reels-wrapper{height:calc(100vh - 128px)}.reels-main-container{scroll-snap-type:y mandatory;flex-direction:column;display:flex;overflow-y:scroll}.reel-slide{scroll-snap-align:start;scroll-snap-stop:always;background:#fff;flex-direction:column;justify-content:flex-end;width:100%;height:100%;min-height:100%;display:flex;position:relative}.reel-desktop-info-panel,.reel-desktop-video-panel{display:none!important}.reel-mobile-view{flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.reel-video{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.reel-media-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;z-index:1;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:auto hidden}.reel-media-carousel::-webkit-scrollbar{display:none}.reel-media-slide{scroll-snap-align:start;scroll-snap-stop:always;background:#020617;flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden}.reel-carousel-image{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.reel-carousel-indicator-wrap{z-index:15;pointer-events:none;justify-content:space-between;align-items:center;gap:10px;display:flex;position:absolute;top:48px;left:14px;right:14px}.reel-carousel-indicator-wrap.desktop-pos{top:68px;left:28px;right:28px}.reel-carousel-dots{pointer-events:auto;align-items:center;gap:4px;display:flex}.reel-carousel-dot{cursor:pointer;background:#fff6;border:none;border-radius:4px;width:14px;height:3.5px;padding:0;transition:all .25s cubic-bezier(.16,1,.3,1)}.reel-carousel-dot.active{background:var(--oye-red);width:24px;box-shadow:0 0 10px #e71d2bcc}.reel-carousel-counter-badge{-webkit-backdrop-filter:blur(8px);color:#fff;border-radius:var(--radius-full);pointer-events:auto;background:#0000008c;border:1px solid #ffffff38;align-items:center;gap:4px;padding:3px 8px;font-size:10.5px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #00000059}.reel-media-nav-btn{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:18;background:#00000073;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #00000073}.reel-media-nav-btn:hover{background:var(--oye-red);border-color:#fff9;transform:translateY(-50%)scale(1.1)}.reel-media-nav-btn.prev{left:10px}.reel-media-nav-btn.next{right:10px}.reel-media-nav-btn.desktop-pos.prev{width:38px;height:38px;left:18px}.reel-media-nav-btn.desktop-pos.next{width:38px;height:38px;right:18px}.reel-gradient-overlay{z-index:2;pointer-events:none;background:linear-gradient(#00000073 0%,#0000000d 16%,#0000 30% 60%,#0006 80%,#000000e0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.reel-actions-column{z-index:10;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;bottom:210px;right:12px}.reel-action-btn{border:1px solid var(--border-subtle);color:var(--accent-primary);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 14px #0b1c3d1f}.reel-action-label{color:var(--accent-primary);border:1px solid var(--border-subtle);text-align:center;background:#fff;border-radius:4px;margin-top:3px;padding:1px 6px;font-size:10px;font-weight:700;box-shadow:0 2px 6px #0b1c3d14}.reel-meta-content{z-index:5;border-top:1px solid var(--border-subtle);background:#fff;border-radius:20px 20px 0 0;padding:16px 18px 20px;position:relative;box-shadow:0 -8px 25px #0b1c3d14}}.modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:100;background:#0f172aa6;justify-content:center;align-items:center;padding:16px;animation:.25s ease-out floatUp;display:flex;position:fixed;inset:0}.drawer-right{border-left:1px solid var(--border-subtle);z-index:110;background:#fff;width:100%;max-width:540px;animation:.3s cubic-bezier(.16,1,.3,1) slideInRight;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-10px 0 50px #0b1c3d2e}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes floatUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.navbar-header{z-index:50;box-sizing:border-box;background:#fff;border-bottom:1px solid #ededed;justify-content:space-between;align-items:center;width:100%;max-width:100vw;height:66px;padding:0 24px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:0 1px #ededed}.brand-logo-container{cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.brand-logo-icon{background:var(--accent-primary);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 14px #0b1c3d4d}.brand-logo-title{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--accent-primary);white-space:nowrap;font-size:22px;font-weight:800;line-height:1.1}.brand-logo-subtitle{letter-spacing:.16em;color:#2563eb;text-transform:uppercase;white-space:nowrap;font-size:9px;font-weight:800}@media (width<=768px){.brand-logo-container{gap:8px}.brand-logo-icon{border-radius:10px;width:34px;height:34px}.brand-logo-title{font-size:17px}.brand-logo-subtitle{letter-spacing:.1em;font-size:8px}.reels-scroll-container{max-width:100%}.drawer-right{border-left:none;border-top:1px solid var(--border-subtle);border-radius:24px 24px 0 0;max-width:100%;max-height:90dvh;animation:.35s cubic-bezier(.16,1,.3,1) slideUpDrawer;inset:auto 0 0;box-shadow:0 -10px 40px #0b1c3d33}}.top-search-filter-strip{z-index:45;box-shadow:none;box-sizing:border-box;background:#fff;border-bottom:1px solid #ededed;width:100%;padding:8px 28px;position:sticky;top:66px}.top-search-filter-inner{box-sizing:border-box;justify-content:space-between;align-items:center;gap:14px;width:100%;max-width:1440px;margin:0 auto;display:flex}.top-search-input-wrap{flex-shrink:0;align-items:center;width:380px;max-width:100%;display:flex;position:relative}.top-search-icon{color:var(--oye-red);pointer-events:none;flex-shrink:0;position:absolute;left:14px}.top-search-input{border-radius:var(--radius-full);width:100%;height:38px;font-size:13px;font-weight:400;font-family:var(--font-poppins);color:var(--text-primary);box-sizing:border-box;background:#f5f5f5;border:1.5px solid #ededed;outline:none;padding:0 34px 0 38px;transition:all .22s}.top-search-input:focus{border-color:var(--oye-red);background:#fff;box-shadow:0 0 0 3px #e71d2b1a}.top-search-input::placeholder{color:var(--text-muted);font-weight:400}.top-search-clear-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex;position:absolute;right:10px}.top-search-clear-btn:hover{color:var(--accent-rose)}.top-search-desktop-chips{scrollbar-width:none;flex:1;align-items:center;gap:8px;min-width:0;padding:2px 0;display:flex;overflow-x:auto}.top-search-desktop-chips::-webkit-scrollbar{display:none}.top-chip-btn{border-radius:var(--radius-full);font-size:12px;font-weight:500;font-family:var(--font-poppins);color:var(--text-secondary);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#f5f5f5;border:1px solid #ededed;align-items:center;gap:4px;padding:6px 14px;transition:all .18s;display:inline-flex}.top-chip-btn:hover{background:var(--oye-red-light);border-color:var(--oye-red);color:var(--oye-red);transform:translateY(-1px)}.top-chip-btn.active{background:var(--oye-red);border-color:var(--oye-red);color:#fff;font-weight:600;box-shadow:0 3px 10px #e71d2b38}.top-filter-btn{border:1.5px solid var(--oye-red);border-radius:var(--radius-full);height:38px;color:var(--oye-red);font-size:13px;font-weight:500;font-family:var(--font-poppins);cursor:pointer;box-sizing:border-box;background:#fff;flex-shrink:0;align-items:center;gap:8px;padding:0 16px;transition:all .2s;display:inline-flex}.top-filter-btn:hover{background:var(--oye-red);color:#fff;transform:translateY(-1px);box-shadow:0 4px 14px #e71d2b40}.top-filter-btn.has-active-filters{background:var(--oye-red);color:#fff;box-shadow:0 4px 14px #e71d2b47}.top-filter-badge{color:var(--oye-red);background:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:flex}.top-filter-btn:not(.has-active-filters) .top-filter-badge{background:var(--oye-red);color:#fff}.navbar-whatsapp-btn{border-radius:var(--radius-full);align-items:center;gap:6px;height:38px;padding:0 16px;font-size:12px;font-weight:700;display:inline-flex}@media (width<=768px){.navbar-whatsapp-btn{height:34px;padding:0 10px}}.filter-modal-box{border-radius:var(--radius-lg);width:100%;max-width:660px;max-height:88vh;box-shadow:var(--shadow-xl);border:1px solid var(--border-subtle);box-sizing:border-box;background:#fff;padding:24px;position:relative;overflow-y:auto}.filter-modal-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:14px;display:flex}.filter-header-icon-box{background:var(--oye-red);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 3px 10px #e71d2b38}.filter-modal-close-btn{background:var(--bg-secondary);border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.filter-modal-body{flex-direction:column;gap:20px;display:flex}.filter-section{flex-direction:column;gap:10px;display:flex}.filter-section-title{color:var(--text-primary);align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.filter-chips-grid{flex-wrap:wrap;gap:8px;display:flex}.filter-chip{border-radius:var(--radius-full);font-size:12.5px;font-weight:500;font-family:var(--font-poppins);color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;background:#f5f5f5;border:1px solid #ededed;align-items:center;gap:6px;padding:6px 14px;transition:all .18s;display:inline-flex}.filter-chip:hover{background:var(--oye-red-light);border-color:var(--oye-red);color:var(--oye-red)}.filter-chip.active{background:var(--oye-red);border-color:var(--oye-red);color:#fff;font-weight:600;box-shadow:0 2px 8px #e71d2b38}.filter-modal-footer{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:12px;margin-top:24px;padding-top:16px;display:flex}.filter-reset-btn{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-muted);cursor:pointer;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.filter-reset-btn:hover{color:var(--accent-rose);background:#fee2e2;border-color:#fecaca}.filter-apply-btn{border-radius:var(--radius-full);flex:1;justify-content:center;align-items:center;height:42px;font-size:14px;font-weight:700;display:flex}.hidden-mobile,.hidden-desktop{display:flex}.mobile-bottom-nav-bar{display:none!important}@media (width>=769px){.hidden-desktop{display:none!important}.top-search-filter-strip{padding:10px 32px}.top-search-filter-inner{gap:18px}.top-search-input-wrap{width:420px}}@media (width<=768px){.mobile-bottom-nav-bar{z-index:50;background:#fff;border-top:1px solid #ededed;justify-content:space-around;align-items:center;height:64px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #0000000f;display:flex!important}.hidden-mobile{display:none!important}.navbar-header{height:58px;padding:0 12px!important;display:flex!important}.top-search-filter-strip{padding:7px 12px;top:58px}.top-search-filter-inner{justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.top-search-input-wrap{flex:1!important;width:auto!important;min-width:0!important;max-width:none!important}.top-search-input{height:38px;padding:0 30px 0 34px;font-size:13px}.top-search-icon{left:11px}.top-filter-btn{border-radius:var(--radius-full);width:38px;min-width:38px;height:38px;position:relative;flex-shrink:0!important;justify-content:center!important;align-items:center!important;padding:0!important;display:inline-flex!important}.top-filter-text{display:none!important}.top-filter-badge{border-radius:9px;min-width:17px;height:17px;padding:0 4px;font-size:10px;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 5px #00000040}.reels-wrapper{height:calc(100dvh - 176px)}.reel-actions-column{z-index:20;gap:10px;bottom:14px;right:10px}.modal-backdrop{align-items:flex-end!important;padding:0!important}.modal-box{border-radius:24px 24px 0 0!important;width:100%!important;max-height:88dvh!important;padding:20px 16px!important}.catalogue-page-wrapper{padding-bottom:80px}}
