/* Scoped Win Manager store styles for business stores */
.wm-te-store{--y:#FFD700;--d:#1a1a1a;--d2:#111;--w:#fff;--g50:#fafafa;--g100:#f5f5f5;--g200:#eee;--g300:#e0e0e0;--g400:#bdbdbd;--g500:#9e9e9e;--g600:#757575;--g700:#616161;
    --red:#e53935;--green:#25D366;--shadow:0 2px 12px rgba(0,0,0,0.08);--radius:6px;--ease:cubic-bezier(.4,0,.2,1);
    --font:"Inter",-apple-system,sans-serif;--font-display:"Oswald",sans-serif;}
.wm-te-store *, .wm-te-store *::before, .wm-te-store *::after{box-sizing:border-box;margin:0;padding:0}
.wm-te-store{scroll-behavior:smooth}
.wm-te-store{font-family:var(--font);color:var(--d);background:var(--w);line-height:1.6;-webkit-font-smoothing:antialiased}
.wm-te-store a{text-decoration:none;color:inherit;transition:all .25s var(--ease)}
.wm-te-store img{max-width:100%;height:auto;display:block}
.wm-te-store ul, .wm-te-store ol{list-style:none}
.wm-te-store button{cursor:pointer;font-family:var(--font)}
.wm-te-store .container{max-width:1260px;margin:0 auto;padding:0 24px}
.wm-te-store .top-bar{background:var(--d);color:var(--w);text-align:center;padding:9px 0;font-size:13px;font-weight:500}
.wm-te-store .top-bar strong{color:var(--y)}
.wm-te-store .site-header{background:var(--w);position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--g200);box-shadow:0 1px 3px rgba(0,0,0,0.06)}
.wm-te-store .header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;height:72px}
.wm-te-store .site-logo{display:flex;align-items:center;gap:12px;flex-shrink:0;min-width:0}
.wm-te-store .site-logo .logo-text{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--d);text-transform:uppercase;letter-spacing:1.5px;line-height:1.15;position:relative;padding-bottom:6px}
.wm-te-store .site-logo .logo-text::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--y)}
.wm-te-store .site-logo .logo-text span{display:block;font-size:13px;font-weight:500;letter-spacing:3px;color:var(--g600);font-family:var(--font);text-transform:uppercase}
.wm-te-store .site-logo .logo-mark{width:46px;height:46px;object-fit:contain;border-radius:10px;flex:0 0 auto;background:transparent}
.wm-te-store .site-logo .custom-logo-wrap{display:flex;align-items:center;justify-content:center}
.wm-te-store .site-logo .custom-logo-wrap img{max-width:46px;max-height:46px;width:auto;height:auto}
.wm-te-store .site-logo img{max-height:46px;width:auto}
.wm-te-store .header-search{flex:1;max-width:480px;position:relative}
.wm-te-store .header-search input{width:100%;padding:10px 48px 10px 18px;border:2px solid var(--g300);border-radius:50px;font-size:14px;outline:none;background:var(--g50);transition:all .25s var(--ease)}
.wm-te-store .header-search input:focus{border-color:var(--y);background:var(--w);box-shadow:0 0 0 3px rgba(255,215,0,0.15)}
.wm-te-store .header-search button{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:var(--y);border:none;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;transition:all .2s var(--ease)}
.wm-te-store .header-search button:hover{background:var(--d);color:var(--w)}
.wm-te-store .header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.wm-te-store .ha-btn{display:inline-flex;align-items:center;gap:5px;padding:9px 16px;border-radius:50px;font-size:13px;font-weight:600;white-space:nowrap;border:none;transition:all .2s var(--ease)}
.wm-te-store .ha-icon{font-size:15px}
.wm-te-store .ha-whatsapp{background:var(--green);color:var(--w)}
.wm-te-store .ha-whatsapp:hover{background:#1fb855}
.wm-te-store .ha-cart{background:var(--g100);color:var(--d)}
.wm-te-store .ha-cart:hover{background:var(--g200)}
.wm-te-store .cart-badge{background:var(--red);color:var(--w);font-size:10px;font-weight:800;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
.wm-te-store .ha-login{background:none;color:var(--d);border:2px solid var(--g300)}
.wm-te-store .ha-login:hover{border-color:var(--d)}
.wm-te-store .ha-panel{background:var(--d);color:var(--y)}
.wm-te-store .main-nav{background:var(--d2);position:relative;z-index:100;overflow-x:hidden;overflow-y:visible;max-width:100vw}
.wm-te-store .nav-container{display:flex;align-items:center;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.wm-te-store .nav-container::-webkit-scrollbar{display:none}
.wm-te-store .nav-menu{display:flex;align-items:stretch;justify-content:flex-start;width:max-content;min-width:100%;list-style:none;margin:0;padding:0;flex-wrap:nowrap}
.wm-te-store .nav-item{position:relative;flex:0 0 auto}
.wm-te-store .nav-link{display:flex;align-items:center;gap:5px;color:rgba(255,255,255,0.8);padding:15px 18px;font-size:12.5px;font-weight:600;text-transform:uppercase;letter-spacing:.7px;white-space:nowrap;transition:all .2s var(--ease);border-bottom:2px solid transparent}
.wm-te-store .nav-link:hover, .wm-te-store .nav-link.active{color:var(--w);background:rgba(255,255,255,0.05);border-bottom-color:var(--y)}
.wm-te-store .nav-promo{color:var(--y)!important}
.wm-te-store .dd-arrow{transition:transform .2s var(--ease);opacity:.6;flex-shrink:0}
.wm-te-store .has-dropdown:hover .dd-arrow{transform:rotate(180deg);opacity:1}
.wm-te-store .dropdown{position:absolute;top:100%;left:0;min-width:240px;background:var(--w);border-radius:0 0 var(--radius) var(--radius);box-shadow:0 8px 30px rgba(0,0,0,0.15);opacity:0;visibility:hidden;transform:translateY(-4px);transition:all .2s var(--ease);z-index:200;padding:8px 0}
.wm-te-store .has-dropdown:hover>.dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.wm-te-store .dd-item{display:block;padding:10px 20px;font-size:14px;color:var(--g700);transition:all .15s var(--ease);border-left:3px solid transparent}
.wm-te-store .dd-item:hover{background:var(--g50);color:var(--d);border-left-color:var(--y);padding-left:24px}
.wm-te-store .dd-item.active{color:var(--d);font-weight:600;border-left-color:var(--y)}
.wm-te-store .dd-viewall{font-weight:700;color:var(--d);border-bottom:1px solid var(--g200);margin-bottom:4px;padding-bottom:12px}
.wm-te-store .hero-slider{position:relative;overflow:hidden;background:var(--d);width:100%;height:clamp(260px,32vw,420px);max-height:420px;max-width:100vw}
.wm-te-store .hero-slide{display:none;position:absolute;inset:0;background:var(--d)}
.wm-te-store .hero-slide.active{display:block;animation:slideFadeIn .7s ease forwards}
.wm-te-store .hero-slide.slide-in{display:block;animation:slideFadeIn .7s ease forwards}
.wm-te-store .hero-slide.slide-out{display:block;animation:slideFadeOut .7s ease forwards;z-index:1}
.wm-te-store .hero-slide-img{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;background:var(--d2)}
@keyframes slideFadeIn{from{opacity:0}to{opacity:1}}
@keyframes slideFadeOut{from{opacity:1}to{opacity:0}}
.wm-te-store .hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 50%,transparent 100%);z-index:2}
.wm-te-store .hero-content{position:absolute;bottom:0;left:0;z-index:3;padding:22px 30px;max-width:500px}
.wm-te-store .hero-badge{display:inline-block;background:var(--red);color:white;padding:4px 14px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.6px;margin-bottom:10px;clip-path:polygon(0 0,100% 0,96% 100%,0 100%)}
.wm-te-store .hero-title{font-family:var(--font-display);font-size:clamp(24px,3vw,34px);color:white;line-height:1.08;text-transform:uppercase;margin-bottom:8px;letter-spacing:1px}
.wm-te-store .hero-subtitle{color:rgba(255,255,255,0.8);font-size:14px;margin-bottom:16px}
.wm-te-store .hero-btn{display:inline-block;background:var(--y);color:var(--d);padding:10px 26px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:1px;transition:all .25s var(--ease)}
.wm-te-store .hero-btn:hover{background:var(--w)}
.wm-te-store .slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.12);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.15);color:white;width:40px;height:40px;border-radius:50%;font-size:16px;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .25s var(--ease)}
.wm-te-store .slider-nav:hover{background:var(--y);color:var(--d);border-color:var(--y)}
.wm-te-store .slider-prev{left:20px}
.wm-te-store .slider-next{right:20px}
.wm-te-store .slider-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:10}
.wm-te-store .slider-dot{width:36px;height:3px;background:rgba(255,255,255,0.35);border:none;transition:all .3s var(--ease);border-radius:2px}
.wm-te-store .slider-dot.active{background:var(--y);width:52px;position:relative;overflow:hidden}
.wm-te-store .slider-dot.active::after{content:"";position:absolute;top:0;left:0;height:100%;width:0%;background:rgba(255,255,255,0.5);animation:dotProgress 4s linear forwards}
@keyframes dotProgress{from{width:0%}to{width:100%}}
.wm-te-store .quick-links{background:var(--w);border-bottom:1px solid var(--g200);padding:14px 0}
.wm-te-store .quick-links-inner{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}
.wm-te-store .quick-link{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--g700)}
.wm-te-store .quick-link:hover{color:var(--d)}
.wm-te-store .section{padding:60px 0}
.wm-te-store .section-alt{background:var(--g50)}
.wm-te-store .section-dark{background:var(--d2);color:var(--w)}
.wm-te-store .section-title{font-family:var(--font-display);font-size:30px;text-align:center;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:40px;font-weight:600}
.wm-te-store .section-title::after{content:"";display:block;width:50px;height:3px;background:var(--y);margin:10px auto 0}
.wm-te-store .section-dark .section-title{color:var(--w)}
.wm-te-store .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.wm-te-store .product-card{background:var(--w);border:1px solid var(--g200);border-radius:var(--radius);overflow:hidden;transition:all .3s var(--ease);position:relative;display:flex;flex-direction:column}
.wm-te-store .product-card:hover{border-color:var(--g300);box-shadow:var(--shadow);transform:translateY(-3px)}
.wm-te-store .product-badge{position:absolute;top:10px;left:10px;background:var(--red);color:white;padding:3px 10px;font-size:11px;font-weight:700;border-radius:3px;z-index:5}
.wm-te-store .product-wishlist{position:absolute;top:10px;right:10px;background:var(--w);border:none;width:32px;height:32px;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,0.08);font-size:14px;display:flex;align-items:center;justify-content:center;z-index:5;color:var(--g500);transition:all .2s}
.wm-te-store .product-wishlist:hover{color:var(--red)}
.wm-te-store .product-image{height:220px;display:flex;align-items:center;justify-content:center;padding:16px;background:var(--g50);overflow:hidden}
.wm-te-store .product-image img{max-height:100%;width:auto;object-fit:contain;transition:transform .4s var(--ease)}
.wm-te-store .product-card:hover .product-image img{transform:scale(1.06)}
.wm-te-store .product-info{padding:16px;flex:1;display:flex;flex-direction:column}
.wm-te-store .product-info h3{font-size:13px;font-weight:600;margin-bottom:6px;line-height:1.4;min-height:36px}
.wm-te-store .product-info h3 a:hover{color:var(--y)}
.wm-te-store .product-brand{display:flex;align-items:center;gap:6px;margin-bottom:6px}
.wm-te-store .brand-logo{height:18px;width:auto;max-width:80px;object-fit:contain}
.wm-te-store .brand-name{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--g500);background:var(--g100);padding:2px 8px;border-radius:3px}
.wm-te-store .product-rating{display:flex;gap:1px;margin-bottom:8px;color:var(--y);font-size:12px}
.wm-te-store .product-price{display:flex;align-items:baseline;gap:8px;margin-top:auto}
.wm-te-store .product-price .original{text-decoration:line-through;color:var(--g500);font-size:13px}
.wm-te-store .product-price .current{font-size:20px;font-weight:700}
.wm-te-store .product-price .discount{background:var(--red);color:white;padding:2px 6px;font-size:10px;font-weight:700;border-radius:3px}
.wm-te-store .btn-add-cart{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:11px;background:var(--y);color:var(--d);border:none;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;transition:all .2s var(--ease)}
.wm-te-store .btn-add-cart:hover{background:var(--d);color:var(--y)}
.wm-te-store .categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.wm-te-store .category-card{background:var(--w);border:1px solid var(--g200);border-radius:var(--radius);text-align:center;padding:32px 16px 24px;transition:all .3s var(--ease)}
.wm-te-store .category-card:hover{border-color:var(--y);box-shadow:var(--shadow);transform:translateY(-3px)}
.wm-te-store .category-card img{max-height:140px;margin:0 auto 16px;object-fit:contain}
.wm-te-store .category-card h3{font-family:var(--font-display);font-size:14px;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}
.wm-te-store .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center;padding:50px 0}
.wm-te-store .feature-item{color:var(--w)}
.wm-te-store .feature-icon{font-size:30px;margin-bottom:10px}
.wm-te-store .feature-item h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}
.wm-te-store .feature-item p{font-size:12px;color:var(--g500)}
.wm-te-store .detail-brand{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--g200)}
.wm-te-store .detail-brand-logo{height:32px;width:auto;max-width:120px;object-fit:contain}
.wm-te-store .detail-brand-name{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--g600)}
.wm-te-store .brands-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.wm-te-store .brand-card{background:var(--w);border:2px solid var(--g200);border-radius:var(--radius);padding:28px 16px 18px;text-align:center;transition:all .3s var(--ease);display:flex;flex-direction:column;align-items:center;gap:10px}
.wm-te-store .brand-card:hover{border-color:var(--y);box-shadow:0 4px 20px rgba(255,215,0,0.15);transform:translateY(-3px)}
.wm-te-store .brand-card img{max-height:60px;width:auto;max-width:140px;object-fit:contain}
.wm-te-store .brand-card-name{font-family:var(--font-display);font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--d)}
.wm-te-store .brand-card-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--g500)}
.wm-te-store .view-all{text-align:center;margin-top:32px}
.wm-te-store .view-all a{display:inline-flex;align-items:center;gap:6px;padding:12px 32px;border:2px solid var(--d);color:var(--d);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;border-radius:50px;transition:all .25s var(--ease)}
.wm-te-store .view-all a:hover{background:var(--d);color:var(--w)}
.wm-te-store .site-footer{background:var(--g100);border-top:1px solid var(--g200)}
.wm-te-store .footer-social{text-align:center;padding:32px 0}
.wm-te-store .footer-social h4{font-size:14px;font-weight:600;margin-bottom:14px;display:inline-flex;align-items:center;gap:8px}
.wm-te-store .footer-social h4::before{content:"›";color:var(--y);font-size:22px;font-weight:700}
.wm-te-store .social-links{display:flex;justify-content:center;gap:10px}
.wm-te-store .social-links a{width:44px;height:44px;border-radius:50%;background:var(--d);color:var(--w);display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s;box-shadow:0 8px 18px rgba(0,0,0,.14)}
.wm-te-store .social-links a svg{width:20px;height:20px;display:block}
.wm-te-store .social-links a:hover{background:var(--y);color:var(--d)}
.wm-te-store .footer-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr .8fr;gap:40px;padding:36px 0;border-top:1px solid var(--g300)}
.wm-te-store .footer-col h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px}
.wm-te-store .footer-col p, .wm-te-store .footer-col a{font-size:13px;color:var(--g700);line-height:1.9;display:block}
.wm-te-store .footer-col a:hover{color:var(--d)}
.wm-te-store .footer-logo{font-family:var(--font-display);font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;position:relative;display:inline-block;padding-bottom:6px}
.wm-te-store .footer-logo::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--y)}
.wm-te-store .footer-bottom{background:var(--d2);color:var(--g500);text-align:center;padding:16px 0;font-size:12px}
.wm-te-store .wm-store-platform-footer{background:#050A24;color:rgba(255,255,255,.70);padding:36px 20px;margin:0;clear:both;width:100%;box-sizing:border-box}
.wm-te-store .wm-store-platform-footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.wm-te-store .wm-store-platform-brand{font-size:18px;font-weight:800;line-height:1.2;color:#fff!important;text-decoration:none!important;letter-spacing:-.01em;white-space:nowrap}
.wm-te-store .wm-store-platform-brand span{color:#60A5FA}
.wm-te-store .wm-store-platform-links{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
.wm-te-store .wm-store-platform-links a{color:rgba(255,255,255,.52)!important;font-size:13px;font-weight:500;line-height:1.4;text-decoration:none!important;transition:color .2s var(--ease),transform .2s var(--ease)}
.wm-te-store .wm-store-platform-links a:hover{color:#fff!important;transform:translateY(-1px)}
.wm-te-store .wm-store-platform-copy{font-size:12px;line-height:1.5;color:rgba(255,255,255,.40);text-align:right}
@media (max-width:768px){.wm-te-store .wm-store-platform-footer{padding:30px 18px}.wm-te-store .wm-store-platform-footer-inner{flex-direction:column;text-align:center;gap:14px}.wm-te-store .wm-store-platform-links{gap:14px}.wm-te-store .wm-store-platform-copy{text-align:center}.wm-te-store .wm-store-platform-brand{font-size:18px}}
@media (max-width:420px){.wm-te-store .wm-store-platform-links{gap:12px}.wm-te-store .wm-store-platform-links a{font-size:12px}.wm-te-store .wm-store-platform-copy{font-size:11px}}
.wm-te-store .footer-payment{border-top:1px solid var(--g300);padding:28px 0;margin-top:8px}
.wm-te-store .footer-payment h4{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:18px;text-align:center}
.wm-te-store .payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.wm-te-store .payment-item{display:flex;align-items:center;gap:12px;background:var(--w);border:1px solid var(--g200);border-radius:var(--radius);padding:16px}
.wm-te-store .payment-icon{font-size:28px;flex-shrink:0}
.wm-te-store .payment-info{display:flex;flex-direction:column;min-width:0}
.wm-te-store .payment-info strong{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:var(--d)}
.wm-te-store .payment-info span{font-size:14px;font-weight:700;color:var(--d);word-break:break-all}
.wm-te-store .payment-info small{font-size:10px;color:var(--g500);margin-top:2px}
.wm-te-store .whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(37,211,102,0.4);z-index:9999;transition:all .25s var(--ease);font-size:26px;color:white}
.wm-te-store .whatsapp-float:hover{transform:scale(1.08)}
.wm-te-store .cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.45);z-index:10000;opacity:0;visibility:hidden;transition:all .3s}
.wm-te-store .cart-overlay.open{opacity:1;visibility:visible}
.wm-te-store .cart-drawer{position:fixed;top:0;right:-420px;width:400px;max-width:92vw;height:100vh;background:var(--w);z-index:10001;transition:right .35s var(--ease);display:flex;flex-direction:column;box-shadow:-4px 0 30px rgba(0,0,0,0.15)}
.wm-te-store .cart-drawer.open{right:0}
.wm-te-store .cart-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--g200)}
.wm-te-store .cart-header h3{font-family:var(--font-display);font-size:18px;text-transform:uppercase}
.wm-te-store .cart-close{background:none;border:none;font-size:20px;color:var(--g600);padding:4px}
.wm-te-store .cart-items{flex:1;overflow-y:auto;padding:16px 20px}
.wm-te-store .cart-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--g100)}
.wm-te-store .cart-item-img{width:70px;height:70px;background:var(--g50);border-radius:6px;overflow:hidden;flex-shrink:0}
.wm-te-store .cart-item-img img{width:100%;height:100%;object-fit:contain}
.wm-te-store .cart-item-info h4{font-size:13px;margin-bottom:4px;font-weight:600}
.wm-te-store .cart-item-info .cart-item-price{font-weight:700;font-size:15px}
.wm-te-store .cart-item-qty{display:flex;align-items:center;gap:6px;margin-top:6px}
.wm-te-store .cart-item-qty button{width:26px;height:26px;border:1px solid var(--g300);background:var(--w);border-radius:4px;font-size:13px;display:flex;align-items:center;justify-content:center}
.wm-te-store .cart-item-qty span{font-weight:600;font-size:13px;min-width:20px;text-align:center}
.wm-te-store .cart-item-remove{background:none;border:none;color:var(--g500);font-size:11px;margin-top:4px}
.wm-te-store .cart-item-remove:hover{color:var(--red)}
.wm-te-store .cart-empty{text-align:center;padding:60px 20px;color:var(--g500)}
.wm-te-store .cart-empty span{font-size:44px;display:block;margin-bottom:12px}
.wm-te-store .cart-footer{padding:18px 20px;border-top:1px solid var(--g200);background:var(--g50)}
.wm-te-store .cart-total{display:flex;justify-content:space-between;font-size:17px;font-weight:700;margin-bottom:14px}
.wm-te-store .btn-whatsapp-checkout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:var(--green);color:white;border:none;border-radius:var(--radius);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;transition:all .2s}
.wm-te-store .btn-whatsapp-checkout:hover{background:#1fb855}
.wm-te-store .breadcrumbs{padding:14px 0;font-size:13px;color:var(--g600);border-bottom:1px solid var(--g200);background:var(--g50)}
.wm-te-store .breadcrumbs a:hover{color:var(--d)}
.wm-te-store .breadcrumbs span{margin:0 6px;color:var(--g400)}
.wm-te-store .single-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:40px 0}
.wm-te-store .product-main-img{background:var(--g50);border-radius:var(--radius);padding:32px;display:flex;align-items:center;justify-content:center;min-height:380px;border:1px solid var(--g200)}
.wm-te-store .product-main-img img{max-height:320px;object-fit:contain}
.wm-te-store .product-thumbs{display:flex;gap:8px;margin-top:12px}
.wm-te-store .product-thumbs img{width:72px;height:72px;object-fit:contain;border:2px solid var(--g200);border-radius:6px;padding:4px;cursor:pointer;transition:border-color .2s}
.wm-te-store .product-thumbs img:hover, .wm-te-store .product-thumbs img.active{border-color:var(--y)}
.wm-te-store .product-detail h1{font-family:var(--font-display);font-size:28px;text-transform:uppercase;margin-bottom:8px;letter-spacing:.5px;line-height:1.2}
.wm-te-store .product-detail .product-sku{font-size:12px;color:var(--g500);margin-bottom:16px}
.wm-te-store .product-detail .detail-price{font-size:32px;font-weight:700}
.wm-te-store .product-detail .detail-original{font-size:16px;text-decoration:line-through;color:var(--g500)}
.wm-te-store .product-detail .detail-desc{font-size:14px;color:var(--g700);margin:20px 0;line-height:1.7}
.wm-te-store .qty-selector{display:flex;align-items:center;margin-bottom:16px}
.wm-te-store .qty-selector button{width:40px;height:40px;border:2px solid var(--g300);background:var(--w);font-size:16px}
.wm-te-store .qty-selector input{width:52px;height:40px;border:2px solid var(--g300);border-left:none;border-right:none;text-align:center;font-size:15px;font-weight:600;outline:none}
.wm-te-store .btn-add-cart-large{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:var(--y);color:var(--d);border:none;border-radius:var(--radius);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;transition:all .2s;margin-bottom:8px}
.wm-te-store .btn-add-cart-large:hover{background:var(--d);color:var(--y)}
.wm-te-store .btn-buy-whatsapp{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:var(--green);color:white;border:none;border-radius:var(--radius);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;transition:all .2s}
.wm-te-store .product-features{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.wm-te-store .product-features div{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--g700);padding:8px 12px;background:var(--g50);border-radius:4px}
.wm-te-store .product-features div span:first-child{color:var(--y);font-size:16px}
.wm-te-store .product-tabs{margin-top:50px}
.wm-te-store .tab-nav{display:flex;gap:0;border-bottom:2px solid var(--g200)}
.wm-te-store .tab-nav button{padding:12px 24px;background:none;border:none;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--g500);border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}
.wm-te-store .tab-nav button.active{color:var(--d);border-bottom-color:var(--y)}
.wm-te-store .tab-content{padding:24px 0;font-size:14px;line-height:1.8;color:var(--g700)}
.wm-te-store .tab-content table{border-collapse:collapse;width:100%}
.wm-te-store .tab-content table td{padding:10px 14px;border-bottom:1px solid var(--g200);font-size:14px}
.wm-te-store .tab-panel{display:none}
.wm-te-store .tab-panel.active{display:block}
.wm-te-store .fade-in{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.wm-te-store .fade-in.visible{opacity:1;transform:translateY(0)}
.wm-te-store .desktop-only{display: list-item;}
@media (max-width:1024px){.wm-te-store .products-grid{grid-template-columns:repeat(3,1fr)}
.wm-te-store .categories-grid{grid-template-columns:repeat(3,1fr)}
.wm-te-store .footer-grid{grid-template-columns:1fr 1fr}
.wm-te-store .hero-title{font-size:30px}}
@media (max-width:768px){.wm-te-store, .wm-te-store{overflow-x: hidden; max-width: 100%;}
.wm-te-store .top-bar{font-size:11px;padding:6px 8px}
.wm-te-store .header-search{display:none}
.wm-te-store .header-inner{height:50px;gap:6px;padding:0 12px}
.wm-te-store .site-logo .logo-text{font-size:15px;letter-spacing:.8px}
.wm-te-store .site-logo .logo-text span{font-size:10px;letter-spacing:1.5px}
.wm-te-store .ha-btn{padding:6px 8px;gap:3px;border-radius:6px}
.wm-te-store .ha-label{display:none}
.wm-te-store .ha-icon{font-size:16px}
.wm-te-store .cart-badge{width:16px;height:16px;font-size:9px}
.wm-te-store .ha-login{border-width:1.5px;padding:5px 8px}
.wm-te-store .desktop-only{display:list-item!important}
.wm-te-store .nav-container{overflow-x:auto;overflow-y:visible;position:relative;-webkit-overflow-scrolling:touch}
.wm-te-store .nav-menu{justify-content:flex-start;gap:0;width:max-content;min-width:100%;flex-wrap:nowrap}
.wm-te-store .nav-item.has-dropdown{flex:0 0 auto;position:relative}
.wm-te-store .nav-link{justify-content:center;padding:13px 12px;font-size:13px;font-weight:700;letter-spacing:1px;border-bottom:none}
.wm-te-store .dropdown{position:absolute;top:100%;left:0;right:0;min-width:100%;width:100%;background:var(--d2);box-shadow:0 10px 30px rgba(0,0,0,.3);border-radius:0;padding:6px 0;z-index:300;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .25s var(--ease)}
.wm-te-store .has-dropdown.mob-open>.dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.wm-te-store .dd-item{color:rgba(255,255,255,.75);font-size:14px;padding:13px 24px;border-left:3px solid transparent;border-bottom:1px solid rgba(255,255,255,.06)}
.wm-te-store .dd-item:hover, .wm-te-store .dd-item:active{background:rgba(255,255,255,.06);color:var(--w);padding-left:28px;border-left-color:var(--y)}
.wm-te-store .dd-viewall{color:var(--y);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-bottom-color:rgba(255,255,255,.12)}
.wm-te-store .has-dropdown.mob-open .dd-arrow{transform:rotate(180deg)}
.wm-te-store .hero-slider{height:clamp(160px,42vw,290px);max-height:290px;aspect-ratio:auto}
.wm-te-store .hero-content{padding:12px 14px;max-width:70%}
.wm-te-store .hero-badge{font-size:8px;padding:2px 8px;margin-bottom:4px}
.wm-te-store .hero-title{font-size:16px;margin-bottom:2px;line-height:1.15}
.wm-te-store .hero-subtitle{display:none}
.wm-te-store .hero-btn{padding:7px 16px;font-size:10px}
.wm-te-store .slider-nav{width:30px;height:30px;font-size:13px}
.wm-te-store .slider-prev{left:4px}
.wm-te-store .slider-next{right:4px}
.wm-te-store .slider-dots{bottom:6px}
.wm-te-store .slider-dot{width:18px;height:2px}
.wm-te-store .slider-dot.active{width:28px}
.wm-te-store .quick-links-inner{gap:12px;justify-content:center;flex-wrap:wrap}
.wm-te-store .quick-link{font-size:12px}
.wm-te-store .section{padding:36px 0}
.wm-te-store .section-title{font-size:20px;margin-bottom:24px}
.wm-te-store .products-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.wm-te-store .product-image{height:140px;padding:8px}
.wm-te-store .product-info{padding:10px}
.wm-te-store .product-info h3{font-size:11px;min-height:auto;margin-bottom:4px;line-height:1.3}
.wm-te-store .product-rating{font-size:10px;margin-bottom:3px}
.wm-te-store .product-price{gap:4px;flex-wrap:wrap}
.wm-te-store .product-price .current{font-size:15px}
.wm-te-store .product-price .original{font-size:10px}
.wm-te-store .product-price .discount{font-size:8px;padding:1px 4px}
.wm-te-store .product-badge{font-size:8px;padding:2px 5px;top:5px;left:5px}
.wm-te-store .product-wishlist{width:26px;height:26px;font-size:11px;top:5px;right:5px}
.wm-te-store .btn-add-cart{padding:8px;font-size:10px;letter-spacing:.3px}
.wm-te-store .brand-logo{height:14px}
.wm-te-store .brand-name{font-size:9px;padding:1px 5px}
.wm-te-store .categories-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.wm-te-store .category-card{padding:16px 8px 14px}
.wm-te-store .category-card img{max-height:80px}
.wm-te-store .category-card h3{font-size:10px;letter-spacing:.8px}
.wm-te-store .features-grid{grid-template-columns:repeat(2,1fr);gap:14px;padding:28px 0}
.wm-te-store .feature-icon{font-size:22px;margin-bottom:6px}
.wm-te-store .feature-item h4{font-size:10px}
.wm-te-store .feature-item p{font-size:9px}
.wm-te-store .single-product-layout{grid-template-columns:1fr;gap:20px;padding:20px 0}
.wm-te-store .product-main-img{min-height:220px;padding:16px}
.wm-te-store .product-main-img img{max-height:200px}
.wm-te-store .product-detail h1{font-size:20px}
.wm-te-store .product-detail .detail-price{font-size:26px}
.wm-te-store .product-features{grid-template-columns:1fr;gap:6px}
.wm-te-store .product-thumbs img{width:50px;height:50px}
.wm-te-store .btn-add-cart-large, .wm-te-store .btn-buy-whatsapp{padding:12px;font-size:13px}
.wm-te-store .tab-nav button{padding:10px 12px;font-size:11px}
.wm-te-store .breadcrumbs{font-size:11px;padding:8px 12px}
.wm-te-store .view-all a{padding:10px 20px;font-size:11px}
.wm-te-store .footer-grid{grid-template-columns:1fr;gap:20px}
.wm-te-store .footer-col h4{font-size:12px}
.wm-te-store .footer-col p, .wm-te-store .footer-col a{font-size:12px}
.wm-te-store .payment-grid{grid-template-columns:1fr;gap:10px}
.wm-te-store .payment-item{padding:12px}
.wm-te-store .brands-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.wm-te-store .brand-card{padding:18px 10px 12px}
.wm-te-store .brand-card img{max-height:40px}
.wm-te-store .brand-card-name{font-size:16px}
.wm-te-store .brand-card-label{font-size:9px}
.wm-te-store .cart-drawer{width:100%;max-width:100%}
.wm-te-store .cart-item-img{width:55px;height:55px}
.wm-te-store .cart-item-info h4{font-size:12px}
.wm-te-store .btn-whatsapp-checkout{font-size:13px;padding:12px}
.wm-te-store .whatsapp-float{width:48px;height:48px;font-size:22px;bottom:14px;right:14px}}
@media (max-width:380px){.wm-te-store .header-inner{gap:4px}
.wm-te-store .site-logo .logo-text{font-size:13px}
.wm-te-store .ha-btn{padding:4px 6px}
.wm-te-store .nav-link{font-size:11px;padding:11px 8px}
.wm-te-store .hero-title{font-size:14px}
.wm-te-store .hero-content{padding:8px 10px}
.wm-te-store .hero-btn{padding:6px 12px;font-size:9px}
.wm-te-store .product-price .current{font-size:13px}
.wm-te-store .btn-add-cart{font-size:9px;padding:7px}}
.wm-te-store{background:var(--store-bg,var(--w));color:var(--store-text,var(--d))}
.wm-te-store .site-header{border-bottom-color:color-mix(in srgb,var(--y) 22%,var(--g200))}
.wm-te-store .site-logo .logo-text{max-width:260px}
.wm-te-store .site-logo .logo-text span{color:var(--g600)}
.wm-te-store .hero-btn, .wm-te-store .btn-add-cart, .wm-te-store .btn-add-cart-large{border-radius:var(--btn-radius,var(--radius))}
.wm-te-store .product-card, .wm-te-store .category-card, .wm-te-store .brand-card, .wm-te-store .product-main-img, .wm-te-store .payment-item{border-radius:var(--card-radius,var(--radius))}
.wm-te-store .product-stock-status{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;margin:6px 0;text-transform:uppercase;letter-spacing:.04em}
.wm-te-store .stock-instock{background:#dcfce7;color:#166534}
.wm-te-store .stock-lowstock{background:#fef9c3;color:#854d0e}
.wm-te-store .stock-outofstock{background:#fee2e2;color:#991b1b}
.wm-te-store .product-meta-mini{font-size:11px;color:var(--g600);line-height:1.5;margin:6px 0 8px}
.wm-te-store .detail-dynamic{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:16px 0}
.wm-te-store .detail-dynamic-item{background:var(--g50);border:1px solid var(--g200);border-radius:10px;padding:10px}
.wm-te-store .detail-dynamic-item b{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--g500);margin-bottom:3px}
.wm-te-store .detail-dynamic-item span{font-size:13px;font-weight:700;color:var(--d)}
.wm-te-store .variant-note{background:var(--g50);border:1px dashed var(--g300);border-radius:12px;padding:12px;font-size:13px;color:var(--g700);margin:14px 0;white-space:pre-wrap}
.wm-te-store .brand-card-name{font-weight:900}
.wm-te-store .footer-logo{font-family:var(--font-display);font-size:22px;font-weight:800;text-transform:uppercase;line-height:1.1}
.wm-te-store .footer-slogan{font-size:12px;color:var(--g600);margin-top:5px}
.wm-te-store .payment-grid:empty{display:none}
.wm-te-store .store-style-premium .product-card{box-shadow:0 18px 50px rgba(15,23,42,.08);border-color:transparent}
.wm-te-store .store-style-premium .hero-badge{background:linear-gradient(135deg,var(--y),var(--red))}
.wm-te-store .store-style-moda .product-image{background:linear-gradient(180deg,var(--g50),#fff)}
.wm-te-store .store-style-tech .site-header{box-shadow:0 0 0 1px rgba(56,189,248,.12),0 10px 30px rgba(15,23,42,.08)}
.wm-te-store .store-style-natural .hero-btn{box-shadow:0 10px 30px color-mix(in srgb,var(--y) 26%,transparent)}
.wm-te-store .store-style-visual .hero-title{text-shadow:0 4px 18px rgba(0,0,0,.32)}
@media (max-width:768px){.wm-te-store .detail-dynamic{grid-template-columns:1fr}
.wm-te-store .product-meta-mini{font-size:10px}
.wm-te-store .product-stock-status{font-size:9px;padding:3px 6px}}
.wm-te-store, .wm-te-store{overflow-x:hidden;max-width:100%;}
.wm-te-store .site-header, .wm-te-store .top-bar, .wm-te-store .main-nav, .wm-te-store .hero-slider{max-width:100vw;}
.wm-te-store .header-inner{min-width:0}
.wm-te-store .site-logo{max-width:360px}
.wm-te-store .site-logo .logo-text{min-width:0;overflow:hidden;text-overflow:ellipsis}
.wm-te-store .site-logo .logo-text span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wm-te-store .header-actions{min-width:0}
.wm-te-store .ha-btn{flex-shrink:0}
.wm-te-store .hero-slider{box-shadow:inset 0 -1px 0 rgba(255,255,255,.06)}
.wm-te-store .hero-slide-img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;}
.wm-te-store .nav-link{white-space:nowrap}
.wm-te-store .dropdown{max-width:92vw}
.wm-te-store .main-nav .container{max-width:1260px}
.wm-te-store .store-style-tecnico .product-card{border-top:3px solid color-mix(in srgb,var(--y) 70%,transparent)}
.wm-te-store .store-style-confianza .product-card{box-shadow:0 10px 28px rgba(15,118,110,.08)}
.wm-te-store .store-style-amigable .product-card, .wm-te-store .store-style-amigable .category-card{border-radius:22px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.wm-te-store .store-style-hogar .section-alt{background:linear-gradient(180deg,var(--g50),#fff)}
.wm-te-store .store-style-boutique .product-card{border-color:color-mix(in srgb,var(--y) 20%,var(--g200));box-shadow:0 18px 48px rgba(131,24,67,.08)}
.wm-te-store .store-style-visual .category-card{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (max-width:1024px){.wm-te-store .site-logo{max-width:300px}
.wm-te-store .header-search{max-width:420px}
.wm-te-store .nav-link{padding:14px 16px;font-size:12px}
.wm-te-store .hero-slider{height:clamp(220px,36vw,360px)}}
@media (max-width:768px){.wm-te-store .site-logo{max-width:190px;gap:8px}
.wm-te-store .site-logo .logo-mark{width:36px;height:36px}
.wm-te-store .site-logo .custom-logo-wrap img{max-width:36px;max-height:36px}
.wm-te-store .site-logo .logo-text{font-size:14px;letter-spacing:.7px}
.wm-te-store .site-logo .logo-text span{font-size:9px;letter-spacing:1px}
.wm-te-store .header-actions{gap:5px}
.wm-te-store .main-nav{overflow-x:hidden;overflow-y:visible}
.wm-te-store .nav-container{overflow-x:auto;overflow-y:visible}
.wm-te-store .nav-menu{width:max-content;min-width:100%;justify-content:flex-start}
.wm-te-store .nav-item{flex:0 0 auto}
.wm-te-store .nav-link{font-size:11px;padding:11px 12px}
.wm-te-store .dropdown{position:absolute;min-width:220px;max-width:calc(100vw - 24px)}
.wm-te-store .hero-content{max-width:75%;padding:10px 12px}
.wm-te-store .hero-title{font-size:16px}
.wm-te-store .hero-slider{height:clamp(155px,42vw,260px)!important}
.wm-te-store .category-card{min-height:126px}
.wm-te-store .top-bar .container{padding:0 10px!important}}
@media (max-width:480px){.wm-te-store .site-logo{max-width:160px}
.wm-te-store .ha-btn{padding:6px 7px}
.wm-te-store .hero-content{max-width:80%}
.wm-te-store .nav-link{font-size:10px;padding:10px 11px}
.wm-te-store .products-grid, .wm-te-store .categories-grid{gap:9px}}
.wm-te-store .btn-view-product{display:flex!important;text-align:center;text-decoration:none;align-items:center;justify-content:center;gap:6px}
.wm-te-store .btn-view-product:hover{background:var(--d)!important;color:var(--y)!important}
.wm-te-store .product-actions-single{display:grid;grid-template-columns:1fr;gap:8px;margin-top:14px}
.wm-te-store .store-style-digital .hero-slider{background:radial-gradient(circle at top left,color-mix(in srgb,var(--y) 25%,transparent),var(--d2) 55%)}
.wm-te-store .store-style-digital .product-card{border-color:color-mix(in srgb,var(--y) 28%,var(--g200));box-shadow:0 16px 45px rgba(49,46,129,.08)}
.wm-te-store .store-style-digital .product-image{background:linear-gradient(135deg,var(--g50),#fff)}
.wm-te-store .store-style-digital .section-title::after{background:linear-gradient(90deg,var(--y),var(--red))}
.wm-te-store .site-logo{display:flex!important;align-items:center!important}
.wm-te-store .site-logo .logo-mark{display:block!important;flex:0 0 auto!important}
.wm-te-store .site-logo .logo-text{display:block!important;visibility:visible!important;opacity:1!important;white-space:normal}
.wm-te-store .site-logo .logo-text span{display:block}
@media (max-width:768px){.wm-te-store .btn-view-product{font-size:10px}
.wm-te-store .product-actions-single{gap:7px}
.wm-te-store .site-logo .logo-text{display:block!important;max-width:135px!important}}
@media (max-width:420px){.wm-te-store .site-logo .logo-text{max-width:110px!important}
.wm-te-store .site-logo .logo-text span{display:none!important}}
.wm-te-store .hero-slider, .wm-te-store .hero-slide{overflow:hidden!important;}
.wm-te-store .hero-slide-img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;background:transparent!important;}
@media (max-width:768px){.wm-te-store .hero-slide-img{object-fit:cover!important;object-position:center center!important;}}
.wm-te-store .store-style-industrial .site-header{box-shadow:0 1px 0 rgba(148,163,184,.28),0 12px 34px rgba(15,23,42,.08)}
.wm-te-store .store-style-industrial .hero-slider{background:linear-gradient(135deg,#020617,#1e293b)!important}
.wm-te-store .store-style-industrial .product-card{border-top:3px solid color-mix(in srgb,var(--y) 70%,#e2e8f0);box-shadow:0 16px 42px rgba(15,23,42,.09)}
.wm-te-store .store-style-industrial .product-image{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}
.wm-te-store .store-style-industrial .section-title::after{background:linear-gradient(90deg,#cbd5e1,var(--red))}
.wm-te-store .store-style-industrial .category-card{border-color:color-mix(in srgb,var(--y) 24%,var(--g200));background:linear-gradient(180deg,#fff,#f8fafc)}
.wm-te-store .store-style-maker .hero-slider{background:radial-gradient(circle at top left,color-mix(in srgb,var(--y) 32%,transparent),#111827 55%)!important}
.wm-te-store .store-style-maker .product-card{border-color:color-mix(in srgb,var(--y) 28%,var(--g200));box-shadow:0 16px 45px rgba(76,29,149,.10)}
.wm-te-store .store-style-maker .product-image{background:linear-gradient(135deg,#f5f3ff,#ecfeff)}
.wm-te-store .store-style-maker .section-title::after{background:linear-gradient(90deg,var(--y),var(--red))}
.wm-te-store .store-style-maker .category-card{border-radius:22px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 14px 34px rgba(76,29,149,.08)}
.wm-te-store .store-style-plastico .site-header{box-shadow:0 1px 0 rgba(14,165,233,.18),0 12px 34px rgba(15,23,42,.07)}
.wm-te-store .store-style-plastico .hero-slider{background:linear-gradient(135deg,#075985,#0f766e)!important}
.wm-te-store .store-style-plastico .hero-badge{background:linear-gradient(135deg,#FACC15,#22C55E);color:#111827}
.wm-te-store .store-style-plastico .product-card{border-color:color-mix(in srgb,var(--y) 30%,var(--g200));box-shadow:0 16px 40px rgba(14,165,233,.08)}
.wm-te-store .store-style-plastico .product-card:hover{border-color:color-mix(in srgb,var(--red) 34%,var(--y));box-shadow:0 18px 50px rgba(34,197,94,.10)}
.wm-te-store .store-style-plastico .product-image{background:linear-gradient(135deg,#ecfeff,#fefce8)}
.wm-te-store .store-style-plastico .section-title::after{background:linear-gradient(90deg,#FACC15,#22C55E,#0EA5E9)}
.wm-te-store .store-style-plastico .category-card{border-radius:22px;background:linear-gradient(180deg,#fff,#ecfeff);border-color:color-mix(in srgb,var(--y) 26%,var(--g200));box-shadow:0 14px 34px rgba(14,165,233,.07)}
.wm-te-store .store-style-plastico .btn-add-cart, .wm-te-store .store-style-plastico .btn-view-product{box-shadow:0 10px 24px rgba(250,204,21,.16)}
.wm-te-store .hero-slider{height:clamp(338px,42vw,546px)!important;max-height:546px!important}
@media (max-width:1024px){.wm-te-store .hero-slider{height:clamp(286px,47vw,468px)!important;max-height:468px!important}}
@media (max-width:768px){.wm-te-store .hero-slider{height:clamp(202px,55vw,338px)!important;max-height:338px!important}
.wm-te-store .hero-content{max-width:86%;padding:16px 18px}
.wm-te-store .hero-title{font-size:clamp(19px,5vw,28px)}
.wm-te-store .hero-subtitle{font-size:13px}}
.wm-te-store .product-sales-page{padding-bottom:26px}
.wm-te-store .product-trust-strip{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin:18px 0 0;padding:12px 14px;background:linear-gradient(135deg,var(--g50),#fff);border:1px solid var(--g200);border-radius:999px;color:var(--g700);font-size:12px;font-weight:700}
.wm-te-store .landing-product-layout{align-items:start;gap:38px;padding-top:26px}
.wm-te-store .product-gallery-expanded{position:sticky;top:18px;align-self:start}
.wm-te-store .product-main-img-full{min-height:0;padding:18px;background:#fff;border-radius:calc(var(--card-radius,14px) + 8px);box-shadow:0 20px 60px rgba(15,23,42,.08);overflow:auto}
.wm-te-store .product-main-img-full img{display:block;width:auto!important;height:auto!important;max-width:100%!important;max-height:none!important;object-fit:contain!important;margin:auto;border-radius:calc(var(--card-radius,14px) + 2px)}
.wm-te-store .product-thumbs-full{gap:10px;flex-wrap:wrap}
.wm-te-store .product-thumbs-full img{width:76px;height:76px;background:#fff;border-radius:14px;padding:6px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.wm-te-store .product-sales-card{background:#fff;border:1px solid var(--g200);border-radius:calc(var(--card-radius,14px) + 8px);padding:24px;box-shadow:0 24px 70px rgba(15,23,42,.09)}
.wm-te-store .product-sales-card h1{font-size:clamp(26px,3.2vw,42px);letter-spacing:.2px;text-transform:none;margin-bottom:10px}
.wm-te-store .product-landing-subtitle{font-size:15px;color:var(--g700);line-height:1.65;margin:0 0 12px}
.wm-te-store .product-price-box{margin:14px 0 10px;padding:16px;border-radius:18px;background:linear-gradient(135deg,var(--g50),#fff);border:1px solid var(--g200)}
.wm-te-store .product-price-box .detail-price{font-size:clamp(32px,4vw,46px);line-height:1}
.wm-te-store .product-price-box small{display:block;color:var(--g600);margin-top:6px;line-height:1.4}
.wm-te-store .preserve-text{white-space:break-spaces;overflow-wrap:anywhere}
.wm-te-store .detail-desc.preserve-text{font-size:15px;color:var(--g700);line-height:1.75;margin:16px 0}
.wm-te-store .benefits-highlight{margin:18px 0;padding:18px;border-radius:18px;background:color-mix(in srgb,var(--y) 13%,#fff);border:1px solid color-mix(in srgb,var(--y) 38%,var(--g200));box-shadow:0 14px 34px rgba(15,23,42,.05)}
.wm-te-store .benefits-highlight strong{display:block;margin-bottom:10px;font-size:14px;text-transform:uppercase;letter-spacing:.07em;color:var(--d)}
.wm-te-store .benefits-highlight .preserve-text{font-size:14px;line-height:1.8;color:var(--g700)}
.wm-te-store .landing-dynamic{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.wm-te-store .landing-dynamic .detail-dynamic-item{border-radius:14px;background:#fff;border-color:var(--g200);box-shadow:0 8px 24px rgba(15,23,42,.04)}
.wm-te-store .landing-dynamic .detail-dynamic-item span{font-weight:600;line-height:1.55}
.wm-te-store .product-cta-box{position:relative;margin-top:18px;padding:16px;border-radius:20px;background:#f8fafc;border:1px solid var(--g200)}
.wm-te-store .btn-buy-whatsapp-main{padding:17px 18px!important;font-size:15px!important;box-shadow:0 14px 32px rgba(37,211,102,.24);animation:texSoftPulse 2.8s ease-in-out infinite}
.wm-te-store .cta-helper{display:block;text-align:center;margin:8px 0 12px;color:var(--g600);font-size:12px;line-height:1.45}
.wm-te-store .landing-features{margin-top:18px}
.wm-te-store .landing-features div{border-radius:12px;background:#fff;border:1px solid var(--g200);padding:10px 12px}
@keyframes texSoftPulse{0%,100%{transform:translateY(0);filter:brightness(1)}50%{transform:translateY(-1px);filter:brightness(1.04)}}
.wm-te-store .product-sales-section{margin:10px 0 18px}
.wm-te-store .sales-section-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:22px}
.wm-te-store .sales-copy-card{background:#fff;border:1px solid var(--g200);border-radius:22px;padding:24px;box-shadow:0 18px 55px rgba(15,23,42,.06)}
.wm-te-store .sales-copy-card h2{font-family:var(--font-display);font-size:24px;margin-bottom:12px}
.wm-te-store .sales-copy-card .tab-content{padding:0;color:var(--g700)}
.wm-te-store .steps-card ol{padding-left:20px;margin:0 0 18px;color:var(--g700);line-height:1.8}
.wm-te-store .steps-card li{margin-bottom:8px}
.wm-te-store .product-info-tabs{margin-top:22px;background:#fff;border:1px solid var(--g200);border-radius:22px;padding:0 20px 10px;box-shadow:0 16px 48px rgba(15,23,42,.05)}
.wm-te-store .product-info-tabs .tab-content{padding:20px 0}
.wm-te-store .specs-preserved{margin-top:14px;line-height:1.8;color:var(--g700)}
.wm-te-store .product-mobile-sticky{display:none}
@media (max-width:900px){.wm-te-store .landing-product-layout{grid-template-columns:1fr;gap:20px}
.wm-te-store .product-gallery-expanded{position:relative;top:auto}
.wm-te-store .sales-section-grid{grid-template-columns:1fr}
.wm-te-store .product-sales-card{padding:20px}
.wm-te-store .product-trust-strip{border-radius:18px;justify-content:flex-start}
.wm-te-store .landing-dynamic{grid-template-columns:1fr}}
@media (max-width:768px){.wm-te-store .product-sales-page{padding-bottom:82px}
.wm-te-store .single-product-layout.landing-product-layout{padding:16px 0 18px}
.wm-te-store .product-main-img-full{padding:10px;border-radius:18px}
.wm-te-store .product-main-img-full img{max-width:100%!important}
.wm-te-store .product-thumbs-full{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
.wm-te-store .product-thumbs-full img{width:62px;height:62px;flex:0 0 auto}
.wm-te-store .product-sales-card{border-radius:18px;padding:16px;box-shadow:0 16px 42px rgba(15,23,42,.08)}
.wm-te-store .product-sales-card h1{font-size:25px;line-height:1.15}
.wm-te-store .product-landing-subtitle{font-size:14px}
.wm-te-store .product-price-box{padding:14px}
.wm-te-store .product-cta-box{position:sticky;bottom:74px;z-index:20;padding:12px;border-radius:17px}
.wm-te-store .btn-buy-whatsapp-main{font-size:14px!important;padding:15px!important}
.wm-te-store .qty-selector{justify-content:center;margin-bottom:10px}
.wm-te-store .product-features.landing-features{grid-template-columns:1fr 1fr}
.wm-te-store .sales-copy-card{padding:18px;border-radius:18px}
.wm-te-store .sales-copy-card h2{font-size:20px}
.wm-te-store .product-info-tabs{border-radius:18px;padding:0 14px 8px}
.wm-te-store .product-mobile-sticky{position:fixed;left:12px;right:12px;bottom:12px;z-index:999;display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;background:var(--green);color:#fff;border-radius:18px;padding:14px 16px;box-shadow:0 16px 44px rgba(22,163,74,.32);font-weight:900}
.wm-te-store .product-mobile-sticky span{font-size:14px}
.wm-te-store .product-mobile-sticky strong{font-size:13px;background:rgba(255,255,255,.16);padding:6px 9px;border-radius:999px}
.wm-te-store .tab-content table td{display:block;width:100%;padding:8px 0;border-bottom:none}
.wm-te-store .tab-content table tr{display:block;border-bottom:1px solid var(--g200);padding:8px 0}}
@media (max-width:420px){.wm-te-store .product-trust-strip{font-size:11px}
.wm-te-store .product-sales-card h1{font-size:22px}
.wm-te-store .product-features.landing-features{grid-template-columns:1fr}
.wm-te-store .detail-price{font-size:34px}
.wm-te-store .product-mobile-sticky{left:8px;right:8px;bottom:8px}}
.wm-te-store .whatsapp-float{display:none!important}
.wm-te-store .product-mobile-nav{display:none}
.wm-te-store .product-sales-card .product-stock-status{margin:10px 0 12px}
.wm-te-store .product-price-box{margin-top:12px!important}
.wm-te-store .product-price-box small{display:none!important}
.wm-te-store .product-main-img-full img{max-width:none!important}
.wm-te-store .product-main-img-full{max-width:100%;scrollbar-width:thin}
.wm-te-store .detail-desc.preserve-text, .wm-te-store .benefits-highlight .preserve-text, .wm-te-store .detail-dynamic .preserve-text, .wm-te-store .variant-note .preserve-text, .wm-te-store .sales-copy-card .preserve-text, .wm-te-store .specs-preserved{white-space:break-spaces!important;line-height:1.85}
.wm-te-store .benefits-highlight .preserve-text{display:block}
.wm-te-store .landing-dynamic .detail-dynamic-item span{display:block;white-space:break-spaces!important}
.wm-te-store .product-cta-box{scroll-margin-top:90px}
.wm-te-store #product-description, .wm-te-store #product-benefits, .wm-te-store #product-details{scroll-margin-top:88px}
.wm-te-store .landing-features div span:first-child{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:999px;background:var(--g50);font-size:12px;font-weight:900;color:var(--d)}
@media (min-width:901px){.wm-te-store .product-gallery-expanded{overflow:visible}
.wm-te-store .product-main-img-full{justify-content:flex-start}
.wm-te-store .product-main-img-full img{margin:0 auto}}
@media (max-width:900px){.wm-te-store .product-main-img-full img{max-width:100%!important}}
@media (max-width:768px){.wm-te-store .product-sales-page{padding-bottom:112px!important}
.wm-te-store .product-sales-card{padding:18px!important}
.wm-te-store .product-sales-card h1{font-size:26px!important;line-height:1.12;margin-bottom:12px!important}
.wm-te-store .product-stock-status{font-size:11px;display:inline-flex;margin-bottom:8px!important}
.wm-te-store .product-price-box{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:14px 16px!important;margin:12px 0!important;border-radius:16px!important}
.wm-te-store .product-price-box .detail-price{font-size:34px!important;white-space:nowrap}
.wm-te-store .product-mobile-nav{display:flex;gap:8px;overflow-x:auto;padding:4px 0 8px;margin-bottom:8px;-webkit-overflow-scrolling:touch}
.wm-te-store .product-mobile-nav a{flex:0 0 auto;text-decoration:none;color:var(--d);background:#fff;border:1px solid var(--g200);border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900;box-shadow:0 8px 22px rgba(15,23,42,.05)}
.wm-te-store .product-cta-box{position:relative!important;bottom:auto!important;z-index:1!important;padding:14px!important;border-radius:18px!important;margin-top:16px!important}
.wm-te-store .btn-buy-whatsapp-main{border-radius:16px!important;min-height:52px;line-height:1.15;text-align:center;white-space:normal;animation:none!important}
.wm-te-store .qty-selector{margin-top:12px!important}
.wm-te-store .product-features.landing-features{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:14px!important}
.wm-te-store .product-features.landing-features div{font-size:12px!important;padding:10px!important;border-radius:14px!important}
.wm-te-store .sales-section-grid{gap:14px!important}
.wm-te-store .steps-card ol{font-size:14px;line-height:1.65}
.wm-te-store .product-mobile-sticky{left:10px!important;right:10px!important;bottom:10px!important;min-height:64px;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:10px 12px!important;border-radius:20px!important;background:linear-gradient(135deg,#16a34a,#22c55e)!important;color:#fff!important;text-decoration:none!important;box-shadow:0 18px 46px rgba(22,163,74,.42)!important;border:1px solid rgba(255,255,255,.28)}
.wm-te-store .sticky-wa-label{display:flex!important;flex-direction:column;gap:2px;min-width:0;line-height:1.1}
.wm-te-store .sticky-wa-label small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;opacity:.86;font-weight:800;white-space:nowrap}
.wm-te-store .sticky-wa-label b{font-size:15px;white-space:normal;line-height:1.12}
.wm-te-store .sticky-wa-price{flex:0 0 auto;display:inline-flex!important;align-items:center;justify-content:center;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:8px 10px;font-size:16px!important;font-weight:950!important;line-height:1;white-space:nowrap;max-width:42vw;overflow:hidden;text-overflow:ellipsis}
.wm-te-store .tab-content table td.preserve-text{white-space:break-spaces!important;line-height:1.75}}
@media (max-width:380px){.wm-te-store .sticky-wa-label b{font-size:13px}
.wm-te-store .sticky-wa-price{font-size:14px!important;padding:7px 8px}
.wm-te-store .product-mobile-sticky{gap:7px!important}
.wm-te-store .product-price-box .detail-price{font-size:30px!important}}
.wm-te-store .detail-shipping-note{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:5px 10px;border-radius:999px;background:#eafaf0;color:#075b2a;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.wm-te-store{overflow-x:hidden}
.wm-te-store .single-msj_product .landing-product-layout{display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(360px,.95fr)!important;
    align-items:start!important;
    gap:38px!important;}
.wm-te-store .single-msj_product .product-gallery-expanded, .wm-te-store .single-msj_product .product-sales-card{min-width:0;max-width:100%}
.wm-te-store .single-msj_product .product-gallery-expanded{position:sticky;top:118px;align-self:start;overflow:visible!important}
.wm-te-store .single-msj_product .product-main-img-full{width:100%!important;
    min-height:360px!important;
    max-height:none!important;
    overflow:hidden!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:18px!important;
    background:#fff!important;}
.wm-te-store .single-msj_product .product-main-img-full img{display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:min(68vh,620px)!important;
    object-fit:contain!important;
    object-position:center!important;
    margin:0 auto!important;
    border-radius:calc(var(--card-radius,14px) + 2px)!important;}
.wm-te-store .single-msj_product .product-thumbs-full{max-width:100%;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}
.wm-te-store .single-msj_product .product-thumbs-full img{flex:0 0 auto}
.wm-te-store .single-msj_product .preserve-text{white-space:pre-wrap!important;overflow-wrap:break-word!important;word-break:normal!important}
.wm-te-store .single-msj_product .benefits-highlight .preserve-text, .wm-te-store .single-msj_product .detail-dynamic .preserve-text, .wm-te-store .single-msj_product .tab-content .preserve-text{line-height:1.85!important}
.wm-te-store .single-msj_product .detail-shipping-note{display:inline-flex!important}
.wm-te-store .single-msj_product .product-price-box small.detail-shipping-note{display:inline-flex!important}
@media (max-width:1100px){.wm-te-store .single-msj_product .landing-product-layout{grid-template-columns:minmax(0,.95fr) minmax(340px,1fr)!important;gap:28px!important}
.wm-te-store .single-msj_product .product-main-img-full img{max-height:min(62vh,560px)!important}}
@media (max-width:900px){.wm-te-store .single-msj_product .landing-product-layout{grid-template-columns:1fr!important;gap:18px!important}
.wm-te-store .single-msj_product .product-gallery-expanded{position:relative!important;top:auto!important}
.wm-te-store .single-msj_product .product-main-img-full{min-height:260px!important;padding:12px!important}
.wm-te-store .single-msj_product .product-main-img-full img{max-height:min(68vh,520px)!important;max-width:100%!important}}
@media (max-width:600px){.wm-te-store .single-msj_product .product-main-img-full{min-height:220px!important;padding:8px!important;border-radius:18px!important}
.wm-te-store .single-msj_product .product-main-img-full img{max-height:430px!important}
.wm-te-store .single-msj_product .product-sales-card{padding:16px!important}
.wm-te-store .single-msj_product .detail-shipping-note{font-size:11px!important;padding:5px 9px!important;line-height:1.15!important;text-align:center!important}
.wm-te-store .single-msj_product .product-price-box{align-items:center!important}
.wm-te-store .single-msj_product .product-mobile-sticky{max-width:calc(100vw - 20px)!important}}
@media (max-width:380px){.wm-te-store .single-msj_product .product-main-img-full img{max-height:380px!important}
.wm-te-store .single-msj_product .product-price-box{flex-direction:column!important;align-items:flex-start!important}}

/* v4 services support */
.wm-te-store .service-card .service-badge{background:var(--d2);color:var(--y)}
.wm-te-store .btn-service-quote{background:var(--green);color:#fff;text-align:center;justify-content:center}
.wm-te-store .services-grid .product-card{border-color:rgba(37,211,102,.18)}
.wm-te-store.catalog-mode-services .ha-cart,.wm-te-store.catalog-mode-services .cart-drawer,.wm-te-store.catalog-mode-services .cart-overlay{display:none!important}
.wm-te-store .service-category-card h3:before{content:'🧰 ';font-size:.9em}
.wm-te-store.tex-single-service .qty-selector,.wm-te-store.tex-single-service .btn-add-cart-large{display:none!important}

/* v9.3 product-page stability: keeps gallery, details and footer inside a clean responsive layout */
.wm-te-store.tex-single-product{width:100%;min-height:100vh;background:var(--store-bg,var(--w));overflow-x:hidden}
.wm-te-store.tex-single-product > .container,
.wm-te-store.tex-single-product main.container{width:100%;max-width:1260px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;box-sizing:border-box}
.wm-te-store.tex-single-product .single-product-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,.92fr)!important;align-items:start!important;gap:36px!important;padding:36px 0 26px!important;width:100%;max-width:100%;box-sizing:border-box}
.wm-te-store.tex-single-product .product-gallery,
.wm-te-store.tex-single-product .product-detail{min-width:0;max-width:100%;box-sizing:border-box}
.wm-te-store.tex-single-product .product-gallery{position:sticky;top:92px;align-self:start}
.wm-te-store.tex-single-product .product-main-img{width:100%;min-height:420px;max-height:none;padding:22px;border-radius:22px;background:#fff;border:1px solid var(--g200);box-shadow:0 18px 55px rgba(15,23,42,.06);overflow:hidden;display:flex;align-items:center;justify-content:center}
.wm-te-store.tex-single-product .product-main-img img{display:block;width:auto!important;height:auto!important;max-width:100%!important;max-height:min(72vh,620px)!important;object-fit:contain!important;object-position:center!important;margin:0 auto;border-radius:14px}
.wm-te-store.tex-single-product .product-main-placeholder{font-size:72px;color:var(--g300);line-height:1}
.wm-te-store.tex-single-product .product-thumbs{display:flex;gap:10px;margin-top:14px;max-width:100%;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch}
.wm-te-store.tex-single-product .product-thumbs img{flex:0 0 auto;width:76px;height:76px;object-fit:contain;border:2px solid var(--g200);border-radius:12px;padding:5px;background:#fff;cursor:pointer;box-shadow:0 8px 22px rgba(15,23,42,.05)}
.wm-te-store.tex-single-product .product-thumbs img.active,
.wm-te-store.tex-single-product .product-thumbs img:hover{border-color:var(--y)}
.wm-te-store.tex-single-product .product-detail{background:#fff;border:1px solid var(--g200);border-radius:22px;padding:26px;box-shadow:0 18px 55px rgba(15,23,42,.06)}
.wm-te-store.tex-single-product .product-detail h1{word-break:normal;overflow-wrap:break-word}
.wm-te-store.tex-single-product .product-mobile-nav{flex-wrap:nowrap;max-width:100%}
.wm-te-store.tex-single-product .product-actions-single{max-width:100%}
.wm-te-store.tex-single-product .product-sales-section{clear:both;width:100%;max-width:100%;margin:12px 0 28px}
.wm-te-store.tex-single-product .sales-section-grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr);gap:22px;align-items:start}
.wm-te-store.tex-single-product .sales-copy-card{min-width:0;overflow-wrap:anywhere}
.wm-te-store.tex-single-product .tab-content.preserve-text{white-space:pre-wrap!important;overflow-wrap:break-word!important;word-break:normal!important}
.wm-te-store.tex-single-product .site-footer{clear:both;margin-top:22px}
.wm-te-store.tex-single-product .social-links a svg{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important}
@media (max-width:1024px){
    .wm-te-store.tex-single-product .single-product-layout{grid-template-columns:minmax(0,.95fr) minmax(330px,1fr)!important;gap:28px!important}
    .wm-te-store.tex-single-product .product-main-img{min-height:360px}
    .wm-te-store.tex-single-product .product-main-img img{max-height:min(64vh,560px)!important}
}
@media (max-width:820px){
    .wm-te-store.tex-single-product main.container{padding-left:14px;padding-right:14px}
    .wm-te-store.tex-single-product .single-product-layout{grid-template-columns:1fr!important;gap:18px!important;padding:18px 0 18px!important}
    .wm-te-store.tex-single-product .product-gallery{position:relative;top:auto}
    .wm-te-store.tex-single-product .product-main-img{min-height:260px;padding:12px;border-radius:18px}
    .wm-te-store.tex-single-product .product-main-img img{max-height:min(68vh,520px)!important}
    .wm-te-store.tex-single-product .product-detail{padding:18px;border-radius:18px}
    .wm-te-store.tex-single-product .product-thumbs{gap:8px;margin-top:10px}
    .wm-te-store.tex-single-product .product-thumbs img{width:60px;height:60px;border-radius:10px}
    .wm-te-store.tex-single-product .sales-section-grid{grid-template-columns:1fr;gap:14px}
}
@media (max-width:520px){
    .wm-te-store.tex-single-product main.container{padding-left:10px;padding-right:10px}
    .wm-te-store.tex-single-product .product-main-img{min-height:220px;padding:8px}
    .wm-te-store.tex-single-product .product-main-img img{max-height:430px!important}
    .wm-te-store.tex-single-product .product-detail h1{font-size:22px!important;line-height:1.12}
    .wm-te-store.tex-single-product .detail-price{font-size:30px!important}
    .wm-te-store.tex-single-product .product-mobile-sticky{max-width:calc(100vw - 20px)!important}
}

/* v9.4 — Platform footer navigation inside every business store */
.wm-te-store .wm-platform-footer-bar{display:grid;grid-template-columns:minmax(210px,.85fr) minmax(320px,1.3fr) minmax(280px,1fr);align-items:center;gap:18px;margin:28px 0 0;padding:20px;background:linear-gradient(135deg,#ffffff,#f8fafc);border:1px solid var(--g200);border-radius:24px;box-shadow:0 18px 48px rgba(15,23,42,.06)}
.wm-te-store .wm-platform-footer-brand{display:flex;align-items:center;gap:12px;min-width:0;color:#0f172a;text-decoration:none!important}
.wm-te-store .wm-platform-footer-logo{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;background:linear-gradient(135deg,#10b981,#059669);color:#06121f;box-shadow:0 10px 24px rgba(16,185,129,.24);overflow:hidden}
.wm-te-store .wm-platform-footer-logo img{width:100%;height:100%;object-fit:contain;padding:4px;background:#fff}
.wm-te-store .wm-platform-footer-logo strong{font-size:18px;font-weight:900;letter-spacing:-.05em;color:#07111f}
.wm-te-store .wm-platform-footer-brand-text{display:flex;flex-direction:column;font-weight:900;font-size:18px;line-height:1.1;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wm-te-store .wm-platform-footer-brand-text small{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wm-te-store .wm-platform-footer-search-wrap{position:relative;min-width:0;width:100%}
.wm-te-store .wm-platform-business-search{display:flex;align-items:center;width:100%;min-height:48px;background:#fff;border:1px solid #dbe3ef;border-radius:999px;box-shadow:0 8px 26px rgba(15,23,42,.06);overflow:hidden;transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}
.wm-te-store .wm-platform-business-search:focus-within{border-color:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.12),0 10px 28px rgba(15,23,42,.08)}
.wm-te-store .wm-platform-search-icon{font-size:18px;line-height:1;margin-left:17px;margin-right:8px;flex:0 0 auto}
.wm-te-store .wm-platform-business-search input{flex:1;min-width:0;border:0!important;outline:0!important;background:transparent!important;color:#0f172a;font-size:14px;padding:13px 8px!important;box-shadow:none!important}
.wm-te-store .wm-platform-business-search input::placeholder{color:#94a3b8}
.wm-te-store .wm-platform-business-search button{align-self:stretch;border:0;background:#0f172a;color:#fff;font-size:13px;font-weight:900;padding:0 20px;white-space:nowrap;transition:background .2s var(--ease),transform .2s var(--ease)}
.wm-te-store .wm-platform-business-search button:hover{background:#10b981;color:#07111f}
.wm-te-store .wm-platform-footer-menu{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;min-width:0}
.wm-te-store .wm-platform-footer-menu a{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#334155!important;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;text-decoration:none!important;white-space:nowrap;box-shadow:0 5px 16px rgba(15,23,42,.04)}
.wm-te-store .wm-platform-footer-menu a:hover{background:#0f172a;border-color:#0f172a;color:#fff!important;transform:translateY(-1px)}
.wm-te-store .wm-platform-footer-menu a.is-cta{background:#10b981;border-color:#10b981;color:#07111f!important}
.wm-te-store .wm-platform-footer-menu a.is-cta:hover{background:#0f172a;border-color:#0f172a;color:#fff!important}
.wm-te-store .wm-platform-footer-search-results{display:none;margin-top:12px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px;box-shadow:0 18px 46px rgba(15,23,42,.10);max-height:380px;overflow:auto;position:relative;z-index:5}
.wm-te-store .wm-platform-footer-search-results.is-open{display:block}
.wm-te-store .wm-platform-search-loading,.wm-te-store .wm-platform-search-empty,.wm-te-store .wm-platform-search-error{padding:18px;text-align:center;color:#64748b;font-size:13px;font-weight:700}
.wm-te-store .wm-platform-footer-search-results .wm-results-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:0!important;padding:0!important}
.wm-te-store .wm-platform-footer-search-results .wm-result-card{display:grid!important;grid-template-columns:80px minmax(0,1fr)!important;min-height:94px;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 8px 22px rgba(15,23,42,.06)!important;text-decoration:none!important;color:#0f172a!important;transform:none!important}
.wm-te-store .wm-platform-footer-search-results .wm-result-card:hover{border-color:#10b981!important;box-shadow:0 12px 28px rgba(16,185,129,.12)!important;transform:translateY(-1px)!important}
.wm-te-store .wm-platform-footer-search-results .wm-result-cover{height:100%!important;min-height:94px!important;background:#f8fafc!important;border-radius:0!important;position:relative!important;overflow:hidden!important}
.wm-te-store .wm-platform-footer-search-results .wm-result-cover img{width:100%!important;height:100%!important;object-fit:cover!important}
.wm-te-store .wm-platform-footer-search-results .wm-result-cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0,#f8fafc)}
.wm-te-store .wm-platform-footer-search-results .wm-result-body{padding:10px 12px!important;min-width:0!important}
.wm-te-store .wm-platform-footer-search-results .wm-result-body-top{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important}
.wm-te-store .wm-platform-footer-search-results .wm-result-logo{width:30px!important;height:30px!important;border-radius:9px!important;object-fit:cover!important;flex:0 0 auto!important}
.wm-te-store .wm-platform-footer-search-results .wm-result-body h4{font-size:13px!important;line-height:1.25!important;margin:0!important;color:#0f172a!important;font-weight:900!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}
.wm-te-store .wm-platform-footer-search-results .wm-result-city,.wm-te-store .wm-platform-footer-search-results .wm-result-slogan{display:block!important;color:#64748b!important;font-size:11px!important;line-height:1.35!important;margin-top:3px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.wm-te-store .wm-platform-footer-search-results .wm-result-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-top:8px!important;padding-top:8px!important;border-top:1px solid #f1f5f9!important;color:#64748b!important;font-size:10px!important;line-height:1.2!important}
.wm-te-store .wm-platform-footer-search-results .wm-result-cat-badge,.wm-te-store .wm-platform-footer-search-results .wm-result-verified-badge,.wm-te-store .wm-platform-footer-search-results .wm-result-premium-badge,.wm-te-store .wm-platform-footer-search-results .wm-results-count{display:none!important}
@media (max-width:1100px){.wm-te-store .wm-platform-footer-bar{grid-template-columns:1fr;align-items:stretch}.wm-te-store .wm-platform-footer-menu{justify-content:center}.wm-te-store .wm-platform-footer-brand{justify-content:center;text-align:left}}
@media (max-width:768px){.wm-te-store .wm-platform-footer-bar{padding:16px;margin-top:22px;border-radius:20px;gap:14px}.wm-te-store .wm-platform-footer-logo{width:46px;height:46px;border-radius:14px}.wm-te-store .wm-platform-footer-brand-text{font-size:17px}.wm-te-store .wm-platform-business-search{border-radius:18px;min-height:auto;flex-wrap:nowrap}.wm-te-store .wm-platform-business-search input{font-size:13px;padding:12px 6px!important}.wm-te-store .wm-platform-business-search button{padding:0 14px;font-size:12px}.wm-te-store .wm-platform-footer-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.wm-te-store .wm-platform-footer-menu a{width:100%;padding:10px 8px;font-size:11px}.wm-te-store .wm-platform-footer-search-results .wm-results-grid{grid-template-columns:1fr!important}.wm-te-store .wm-platform-footer-search-results{max-height:320px;padding:10px}}
@media (max-width:420px){.wm-te-store .wm-platform-footer-bar{padding:14px}.wm-te-store .wm-platform-footer-brand{justify-content:flex-start}.wm-te-store .wm-platform-footer-brand-text small{font-size:10px}.wm-te-store .wm-platform-business-search{display:grid;grid-template-columns:auto minmax(0,1fr);border-radius:16px}.wm-te-store .wm-platform-business-search button{grid-column:1/-1;height:40px;border-radius:0}.wm-te-store .wm-platform-search-icon{margin-left:13px}.wm-te-store .wm-platform-footer-menu{grid-template-columns:1fr}.wm-te-store .wm-platform-footer-search-results .wm-result-card{grid-template-columns:72px minmax(0,1fr)!important}}

/* Win Manager tokens / lead gate */
.wm-te-store .wm-token-disabled{opacity:.72!important;filter:grayscale(.15);cursor:not-allowed!important;pointer-events:none!important;background:#e5e7eb!important;color:#64748b!important;border-color:#cbd5e1!important;box-shadow:none!important;text-decoration:none!important}
.wm-te-store .wm-token-locked-box{display:flex;flex-direction:column;gap:6px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:16px;padding:16px;font-size:13px;line-height:1.45}
.wm-te-store .wm-token-locked-box strong{font-size:15px;color:#7c2d12}
.wm-token-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:18px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}
.wm-token-modal.open{display:flex}
.wm-token-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(8px)}
.wm-token-dialog{position:relative;width:min(560px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:28px;box-shadow:0 34px 100px rgba(15,23,42,.38);padding:24px;border:1px solid rgba(226,232,240,.9)}
.wm-token-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:14px;background:#f1f5f9;color:#0f172a;font-size:24px;font-weight:900;line-height:1;cursor:pointer}
.wm-token-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px;padding-right:38px}
.wm-token-head-icon{width:48px;height:48px;border-radius:16px;background:#dcfce7;display:flex;align-items:center;justify-content:center;font-size:24px;flex:0 0 48px}
.wm-token-head h3{margin:0 0 4px;font-size:23px;font-weight:950;color:#0f172a;letter-spacing:-.03em}
.wm-token-head p{margin:0;color:#64748b;font-size:13px;line-height:1.5}
.wm-token-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:13px 14px;font-weight:900;color:#0f172a;margin-bottom:16px;line-height:1.45}
.wm-token-form{display:flex;flex-direction:column;gap:13px}
.wm-token-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wm-token-form label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:#475569}
.wm-token-form input,.wm-token-form textarea{width:100%;border:1px solid #d7dce5;border-radius:14px;padding:13px 14px;font:500 14px/1.3 Inter,-apple-system,BlinkMacSystemFont,sans-serif;text-transform:none;letter-spacing:0;color:#0f172a;outline:none;background:#fff;transition:.2s}
.wm-token-form input:focus,.wm-token-form textarea:focus{border-color:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.14)}
.wm-token-alert{border-radius:14px;padding:12px 14px;font-size:13px;font-weight:800;line-height:1.45;background:#fee2e2;color:#991b1b;border:1px solid #fecaca}
.wm-token-alert.success{background:#dcfce7;color:#166534;border-color:#bbf7d0}
.wm-token-submit{border:0;border-radius:16px;background:#22c55e;color:#052e16;padding:14px 18px;font-weight:950;font-size:15px;cursor:pointer;box-shadow:0 14px 34px rgba(34,197,94,.25)}
.wm-token-submit[disabled]{opacity:.65;cursor:wait}
.wm-token-footnote{margin:0;text-align:center;color:#64748b;font-size:12px;line-height:1.55}
.wm-te-store .footer-token-link{display:inline-flex!important;align-items:center;gap:6px;color:var(--d)!important;text-decoration:none!important;font-weight:700!important;margin-bottom:8px}
@media(max-width:640px){.wm-token-dialog{border-radius:22px;padding:18px}.wm-token-grid{grid-template-columns:1fr}.wm-token-head h3{font-size:20px}.wm-token-modal{align-items:flex-end;padding:10px}.wm-token-dialog{max-height:88vh}}
