:root{--navy:#022366;--blue:#005dfd;--orange:#02b46f;--gold:#3ecf8e;--ink:#17233e;--muted:#69758b;--line:#e1e7f0;--paper:#fff;--bg:#f3f5f8}html{scroll-behavior:smooth}body{background:var(--bg);overflow-x:hidden}.market-header{position:sticky;z-index:1000;top:0;background:var(--navy);box-shadow:0 4px 18px #06142c38}.header-main{display:grid;grid-template-columns:190px minmax(300px,1fr) auto;align-items:center;gap:22px;max-width:1500px;height:72px;margin:auto;padding:10px 28px}.market-brand{display:flex;align-items:center;color:#fff;text-decoration:none}.market-brand .logo{color:#fff;font-size:28px}.market-brand .site-logo{max-width:174px;max-height:52px;object-fit:contain}.market-search{display:grid;grid-template-columns:135px 1fr 52px;height:45px;border:3px solid transparent;border-radius:10px;background:#fff;overflow:hidden}.market-search:focus-within{border-color:var(--gold)}.market-search select,.market-search input{min-width:0;border:0;outline:0;background:#fff}.market-search select{padding:0 10px;border-right:1px solid var(--line);color:#526078}.market-search input{padding:0 16px;font-size:15px}.market-search button{border:0;background:var(--orange);color:#fff;font-size:27px}.header-actions{display:flex;align-items:center;gap:8px}.header-actions>a,.header-cart{display:flex;align-items:center;gap:7px;padding:7px 10px;border:0;border-radius:9px;background:transparent;color:#fff;text-align:left;text-decoration:none}.header-actions>a:hover,.header-cart:hover{background:#ffffff15}.header-actions small,.header-actions b{display:block;white-space:nowrap}.header-actions small{color:#b7c5dc;font-size:10px}.header-actions b{font-size:12px}.header-cart{position:relative}.header-cart>span{font-size:25px}.header-cart em{position:absolute;left:23px;top:-3px;display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:20px;background:var(--orange);font-size:11px;font-style:normal;font-weight:900}.category-nav{display:flex;align-items:center;gap:22px;min-height:40px;padding:0 max(28px,calc((100vw - 1440px)/2));background:#102b57;overflow-x:auto;scrollbar-width:none}.category-nav a{flex:none;color:#e3eaf5;text-decoration:none;font-size:12px;font-weight:700;white-space:nowrap}.category-nav a:hover{color:#3ecf8e}.category-links{display:flex;gap:22px}.mobile-menu,.nav-close{display:none}.hero-carousel{position:relative;max-width:1500px;height:min(470px,34vw);min-height:330px;margin:auto;background:#022366;overflow:hidden}.hero-track{display:flex;height:100%;transition:transform .55s ease}.hero-slide{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#04132bd9 0,#0223669c 40%,transparent 72%)}.hero-content{position:absolute;z-index:2;left:7%;top:50%;max-width:590px;transform:translateY(-50%);color:#fff}.hero-content small{color:#ffb249;font-weight:900;letter-spacing:1.7px}.hero-content h1{margin:10px 0;font-size:clamp(34px,4vw,58px);line-height:1.02}.hero-content p{max-width:530px;color:#d5dfef;font-size:16px;line-height:1.55}.hero-content a{display:inline-block;margin-top:10px;padding:13px 19px;border-radius:9px;background:var(--orange);color:#fff;text-decoration:none;font-weight:800}.fallback-slide{background:radial-gradient(circle at 80% 30%,#1b5ab6,#022366 55%)}.fallback-sun{position:absolute;right:9%;top:12%;width:270px;height:270px;border-radius:50%;background:#02b46f;box-shadow:0 0 80px #3ecf8e99}.hero-control{position:absolute;z-index:3;top:50%;width:44px;height:64px;border:0;border-radius:8px;background:#02236666;color:#fff;font-size:40px;transform:translateY(-50%)}.hero-control:hover{background:#022366cc}.hero-control.prev{left:14px}.hero-control.next{right:14px}.hero-dots{position:absolute;z-index:3;bottom:18px;left:50%;display:flex;gap:7px;transform:translateX(-50%)}.hero-dots button{width:9px;height:9px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent}.hero-dots button.active{width:27px;border-radius:8px;background:#fff}.trust-strip{position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);max-width:1360px;margin:-22px auto 0;padding:0 22px}.trust-strip article{display:flex;align-items:center;gap:11px;min-height:72px;padding:14px 19px;border-right:1px solid var(--line);background:#fff;box-shadow:0 8px 25px #12264b10}.trust-strip article:first-child{border-radius:13px 0 0 13px}.trust-strip article:last-child{border:0;border-radius:0 13px 13px 0}.trust-strip article>span{font-size:24px}.trust-strip b,.trust-strip small{display:block}.trust-strip b{font-size:13px}.trust-strip small{margin-top:3px;color:var(--muted);font-size:10px}.home-section{max-width:1360px;margin:auto;padding:38px 22px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:19px}.section-heading small{color:var(--orange);font-weight:900;letter-spacing:1.4px}.section-heading h2{margin:5px 0 0;font-size:29px}.section-heading p{margin:5px 0 0;color:var(--muted)}.section-heading>a,.soft-action{border:0;background:transparent;color:var(--blue);font-weight:800;text-decoration:none}.category-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-card{position:relative;min-height:145px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;text-align:left;transition:.2s}.category-card:hover{border-color:#f5a44d;box-shadow:0 8px 25px #0d275211;transform:translateY(-2px)}.category-card span{display:grid;place-items:center;width:50px;height:50px;margin-bottom:20px;border-radius:12px;background:#edf3ff;font-size:26px}.category-card b,.category-card small{display:block}.category-card b{font-size:13px}.category-card small{margin-top:5px;color:var(--muted)}.product-row-section{padding-top:20px;padding-bottom:25px}.row-shell{position:relative}.product-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(215px,235px);gap:14px;padding:3px 2px 15px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:thin;overscroll-behavior-inline:contain}.market-product{position:relative;display:flex;flex-direction:column;min-height:390px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;scroll-snap-align:start;transition:.2s}.market-product:hover{border-color:#c9d3e2;box-shadow:0 9px 28px #10254a13;transform:translateY(-2px)}.product-image{position:relative;display:grid;place-items:center;height:190px;padding:14px;background:#f8fafc}.product-image img{width:100%;height:100%;object-fit:contain}.product-image .no-image{font-size:60px}.stock-badge,.offer-label{position:absolute;z-index:2;top:10px;padding:5px 7px;border-radius:7px;font-size:9px;font-weight:900}.stock-badge{right:9px;background:#e8f8ef;color:#08763b}.stock-badge.low{background:#fff0d8;color:#985800}.stock-badge.out{background:#fce8e7;color:#b42318}.offer-label{left:9px;background:var(--orange);color:#fff}.product-info{display:flex;flex:1;flex-direction:column;padding:14px}.product-meta{color:var(--orange);font-size:9px;font-weight:900;text-transform:uppercase}.product-info h3{display:-webkit-box;min-height:38px;margin:7px 0;color:#1a2c4d;font-size:14px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-spec{min-height:17px;color:var(--muted);font-size:10px}.product-price{margin:10px 0 12px;color:var(--blue);font-size:21px;font-weight:900}.product-price del{display:block;color:#9ba5b5;font-size:11px;font-weight:500}.card-actions{display:grid;grid-template-columns:1fr 38px;gap:7px;margin-top:auto}.card-actions button{min-height:38px;border:0;border-radius:8px;background:var(--orange);color:#fff;font-weight:800}.card-actions button:last-child{border:1px solid var(--line);background:#fff;color:var(--blue);font-size:19px}.card-actions button:disabled{background:#c6cbd3;color:#fff;cursor:not-allowed}.row-arrow{position:absolute;z-index:3;top:43%;display:grid;place-items:center;width:40px;height:55px;border:1px solid var(--line);border-radius:9px;background:#fffffff2;color:var(--blue);box-shadow:0 5px 20px #081c3f25;font-size:30px}.row-arrow.left{left:-12px}.row-arrow.right{right:-12px}.result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.promo-section{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.promo-card{min-height:250px;padding:28px;border:0;border-radius:17px;background:#005dfd;color:#fff;text-align:left;text-decoration:none;overflow:hidden}.promo-card small{color:#ffb348;font-weight:900;letter-spacing:1.4px}.promo-card h2{max-width:290px;margin:35px 0 8px;font-size:28px}.promo-card p{max-width:320px;color:#d7e1f0;line-height:1.5}.promo-card span{display:block;margin-top:25px;font-weight:900}.promo-card.professional{background:linear-gradient(135deg,#022366,#253c63)}.promo-card.support{background:linear-gradient(135deg,#b65700,#02b46f);font:inherit}.promo-card.support small{color:#fff3d7}.combo-market{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;max-width:1316px;margin:35px auto 55px;padding:45px;border-radius:20px;background:linear-gradient(130deg,#022366,#123d81);color:#fff}.combo-intro small{color:#ffb348;font-weight:900;letter-spacing:1.4px}.combo-intro h2{font-size:36px}.combo-intro p,.combo-intro li{color:#cfdbed;line-height:1.6}.combo-box{padding:25px;border-radius:15px;background:#fff;color:var(--ink)}.combo-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.combo-fields label{display:flex;flex-direction:column;gap:6px;color:#5c687d;font-size:10px;font-weight:800}.combo-fields input,.combo-fields select{width:100%;padding:11px;border:1px solid var(--line);border-radius:8px}.primary-action{width:100%;margin-top:14px;padding:13px;border:0;border-radius:8px;background:var(--orange);color:#fff;font-weight:900}.recommend-market{margin-top:14px;padding:14px;border-radius:9px;background:#eef4ff}.recommend-market div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.recommend-market article{padding:10px;border-radius:8px;background:#fff;text-align:center}.recommend-market b,.recommend-market small{display:block}.recommend-market b{color:var(--blue);font-size:18px}.recommend-market small{color:var(--muted);font-size:9px}.market-footer{background:#022366;color:#d6dfed}.back-top{width:100%;padding:13px;border:0;background:#102d59;color:#fff;font-weight:800}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:35px;max-width:1360px;margin:auto;padding:50px 22px}.footer-grid h3{color:#fff;font-size:13px}.footer-grid a,.footer-grid button,.footer-grid p{display:block;margin:9px 0;padding:0;border:0;background:transparent;color:#aebbd0;font:inherit;font-size:11px;text-align:left;text-decoration:none}.footer-grid a:hover,.footer-grid button:hover{color:#ffaf3d}.footer-brand{color:#fff;font-size:27px;font-weight:900}.footer-brand span{color:var(--orange)}.footer-bottom{display:flex;justify-content:space-between;gap:15px;max-width:1360px;margin:auto;padding:18px 22px;border-top:1px solid #ffffff15;color:#8292ab;font-size:10px}.wa-market{position:fixed;z-index:900;right:20px;bottom:20px;display:flex;align-items:center;gap:8px;padding:12px 15px;border-radius:30px;background:#1daf5d;color:#fff;box-shadow:0 6px 25px #06351b55;text-decoration:none;font-weight:800}.market-drawer{position:fixed;z-index:2000;top:0;right:-450px;width:430px;max-width:100%;height:100dvh;padding:22px;background:#fff;box-shadow:-12px 0 35px #04132b44;transition:.28s;overflow:auto}.market-drawer.open{right:0}.cart-shade{position:fixed;z-index:1900;inset:0;display:none;background:#06142b99}.cart-shade.open{display:block}.drawer-head{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-head small{color:var(--orange);font-weight:900}.drawer-head h2{margin:5px 0 17px}.drawer-head button{border:0;background:transparent;font-size:28px}.cart-item{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.cart-item img{width:58px;height:58px;object-fit:contain;border-radius:8px;background:#f4f6f9}.cart-item b,.cart-item small{display:block}.cart-item b{font-size:12px}.cart-item small{margin-top:5px;color:var(--blue);font-weight:800}.qty-control{display:flex;align-items:center;gap:7px}.qty-control button{width:28px;height:28px;border:1px solid var(--line);border-radius:7px;background:#fff}.remove-item{grid-column:2/-1;border:0;background:transparent;color:#ad2b25;text-align:right;font-size:10px}.cart-total{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.cart-total b{color:var(--blue);font-size:22px}.market-drawer .customer{display:grid;gap:9px}.market-drawer .customer label{font-size:10px}.market-drawer .customer input{padding:11px}.whatsapp-order{width:100%;margin-top:14px;padding:14px;border:0;border-radius:9px;background:#1ead5a;color:#fff;font-weight:900}.secure-note{color:var(--muted);font-size:9px;text-align:center}.toast{position:fixed;z-index:3000;left:50%;bottom:-80px;padding:12px 18px;border-radius:10px;background:#022366;color:#fff;box-shadow:0 5px 20px #0004;transform:translateX(-50%);transition:.25s}.toast.show{bottom:25px}.empty-products{grid-column:1/-1;padding:45px;border:1px dashed #cbd4e2;border-radius:14px;background:#fff;color:var(--muted);text-align:center}
@media(max-width:1050px){.header-main{grid-template-columns:170px 1fr auto}.header-actions>a{display:none}.category-cards{grid-template-columns:repeat(3,1fr)}.result-grid{grid-template-columns:repeat(3,1fr)}.promo-card h2{font-size:23px}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip article:first-child{border-radius:13px 0 0}.trust-strip article:nth-child(2){border-radius:0 13px 0 0}.trust-strip article:nth-child(3){border-radius:0 0 0 13px}.trust-strip article:last-child{border-radius:0 0 13px}}
@media(max-width:760px){.header-main{grid-template-columns:43px 115px 1fr;height:64px;padding:8px 12px;gap:7px}.mobile-menu{display:block;width:40px;height:40px;border:0;background:transparent;color:#fff;font-size:24px}.market-brand .logo{font-size:20px}.market-brand .site-logo{max-width:110px;max-height:40px}.header-actions{justify-content:flex-end}.header-cart>div{display:none}.header-cart{padding:5px}.market-search{position:absolute;top:64px;left:0;grid-template-columns:1fr 48px;width:100%;height:48px;border-radius:0;box-shadow:0 5px 15px #06142b33}.market-search select{display:none}.category-nav{position:fixed;z-index:2100;inset:0 auto 0 -290px;display:flex;width:280px;padding:20px;align-items:stretch;flex-direction:column;gap:17px;background:#0b2147;transition:.25s;overflow-y:auto}.category-nav.open{left:0}.category-links{align-items:stretch;flex-direction:column;gap:17px}.nav-close{display:block;padding:10px;border:0;border-bottom:1px solid #ffffff1c;background:transparent;color:#fff;text-align:left}.hero-carousel{height:420px;margin-top:48px}.hero-slide:after{background:linear-gradient(90deg,#04132be8,#022366b9)}.hero-content{left:10%;right:10%}.hero-content h1{font-size:36px}.trust-strip{margin-top:0;padding:0 12px}.home-section{padding:30px 13px}.category-cards{grid-template-columns:1fr 1fr}.product-track{grid-auto-columns:72vw}.row-arrow{display:none}.result-grid{display:grid;grid-auto-flow:column;grid-auto-columns:72vw;grid-template-columns:none;overflow-x:auto}.promo-section{grid-template-columns:1fr}.combo-market{grid-template-columns:1fr;margin:20px 13px 35px;padding:25px}.combo-fields{grid-template-columns:1fr 1fr}.recommend-market div{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.wa-market span{display:none}.wa-market{padding:13px}.section-heading h2{font-size:25px}}
@media(max-width:430px){.hero-carousel{height:390px;min-height:390px}.hero-content h1{font-size:31px}.hero-content p{font-size:14px}.hero-control{width:34px;height:50px}.trust-strip article{padding:11px}.trust-strip article>span{font-size:18px}.category-card{min-height:125px}.category-card span{margin-bottom:12px}.combo-fields{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.market-drawer{padding:16px}}
.technician-entry-banner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;max-width:1316px;margin:30px auto 5px;padding:24px 28px;border-radius:18px;background:linear-gradient(120deg,#022366,#124997);color:#fff;box-shadow:0 12px 35px #0223662b}.technician-entry-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:16px;background:#02b46f;font-size:31px}.technician-entry-banner small{color:#ffb24b;font-size:10px;font-weight:900;letter-spacing:1.4px}.technician-entry-banner h2{margin:4px 0;font-size:25px}.technician-entry-banner p{margin:0;color:#d5e0f0}.technician-entry-actions{display:flex;gap:9px}.technician-entry-actions a{padding:12px 16px;border-radius:9px;font-size:12px;font-weight:900;text-decoration:none;white-space:nowrap}.tech-login-action{background:#02b46f;color:#fff}.tech-register-action{border:1px solid #ffffff66;color:#fff}.technician-entry-actions a:hover{transform:translateY(-1px)}
.public-pos-top-v41111{padding-left:14px;border-left:1px solid #ffffff2e}.public-pos-entry-v41111{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;max-width:1316px;margin:26px auto 0;padding:20px 25px;border:1px solid #cbd9ec;border-radius:16px;background:#fff;color:#132642;box-shadow:0 10px 28px #02236617;text-decoration:none}.public-pos-entry-v41111>span{display:grid;place-items:center;width:57px;height:57px;border-radius:14px;background:#02b46f;color:#fff;font-size:27px}.public-pos-entry-v41111 small{color:#02b46f;font-size:9px;font-weight:900;letter-spacing:1.2px}.public-pos-entry-v41111 b{display:block;margin:3px 0;font-size:21px}.public-pos-entry-v41111 p{margin:0;color:#66758b;font-size:13px}.public-pos-entry-v41111 strong{padding:11px 15px;border-radius:9px;background:#123f7b;color:#fff;font-size:12px}.public-pos-entry-v41111:hover{border-color:#02b46f;transform:translateY(-1px)}
@media(max-width:760px){.public-pos-entry-v41111{grid-template-columns:auto 1fr;margin:16px 12px 0;padding:15px}.public-pos-entry-v41111>span{width:45px;height:45px}.public-pos-entry-v41111 b{font-size:17px}.public-pos-entry-v41111 p{font-size:11px}.public-pos-entry-v41111 strong{grid-column:1/-1;text-align:center}}
@media(max-width:760px){.technician-entry-banner{grid-template-columns:auto 1fr;margin:20px 13px 0;padding:20px 16px}.technician-entry-icon{width:52px;height:52px}.technician-entry-banner h2{font-size:20px}.technician-entry-banner p{font-size:12px}.technician-entry-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.technician-entry-actions a{text-align:center}}
@media(max-width:430px){.technician-entry-banner{display:block}.technician-entry-icon{margin-bottom:13px}.technician-entry-actions{margin-top:15px;grid-template-columns:1fr}}
.catalog-with-side-ads{display:grid;grid-template-columns:minmax(0,1fr);min-width:0}.main-catalog-content{min-width:0}.side-ad-rail{display:none}.side-ad-stage{position:sticky;top:124px;width:160px}.side-ad-card{position:relative;display:block;width:160px;height:min(600px,calc(100vh - 220px));min-height:390px;border:1px solid #d7dfeb;border-radius:14px;background:#022366;box-shadow:0 10px 30px #02236624;overflow:hidden;text-decoration:none}.side-ad-card img{width:100%;height:100%;object-fit:cover}.side-ad-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,#022366ed 82%)}.side-ad-copy{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:17px 13px;color:#fff}.side-ad-copy small{display:block;color:#ffb24b;font-size:8px;font-weight:900;letter-spacing:1.2px}.side-ad-copy b{display:block;margin:5px 0;font-size:17px;line-height:1.15}.side-ad-copy span{display:inline-block;margin-top:7px;padding:7px 9px;border-radius:7px;background:#02b46f;color:#fff;font-size:9px;font-weight:900}.side-ad-dots{position:absolute;z-index:3;top:10px;left:50%;display:flex;gap:4px;transform:translateX(-50%)}.side-ad-dots button{width:7px;height:7px;padding:0;border:1px solid #fff;border-radius:50%;background:#02236655}.side-ad-dots button.active{width:18px;border-radius:6px;background:#fff}.side-ad-label{position:absolute;z-index:3;top:27px;left:50%;padding:3px 6px;border-radius:8px;background:#02236699;color:#fff;font-size:7px;letter-spacing:1px;transform:translateX(-50%)}
@media(min-width:1700px){.catalog-with-side-ads{grid-template-columns:160px minmax(0,1500px) 160px;justify-content:center;align-items:stretch;gap:14px;width:calc(100% - 24px);max-width:1850px;margin:auto}.side-ad-rail{display:block;position:relative;min-height:100%}.main-catalog-content{grid-column:2}.side-ad-left{grid-column:1;grid-row:1}.side-ad-right{grid-column:3;grid-row:1}}
@media(max-height:690px){.side-ad-card{height:calc(100vh - 160px);min-height:320px}.side-ad-stage{top:118px}}
.hero-carousel{height:auto;min-height:360px;max-height:560px;aspect-ratio:8/3}.hero-picture{display:block;width:100%;height:100%;background:#022366}.hero-picture img,.hero-slide>.hero-picture img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.hero-slide:has(.hero-picture){background:radial-gradient(circle at 75% 35%,#164b91,#022366 70%)}
@media(max-width:760px){.hero-carousel{height:auto;min-height:430px;max-height:none;aspect-ratio:4/5}.hero-picture img,.hero-slide>.hero-picture img{object-fit:contain}.hero-content{top:auto;bottom:44px;transform:none}.hero-slide:after{background:linear-gradient(180deg,#04132b1a 15%,#022366e8 68%,#022366fc)}}
@media(max-width:430px){.hero-carousel{height:auto;min-height:390px;aspect-ratio:4/5}}
.footer-brand img{display:block;width:min(190px,100%);max-height:76px;object-fit:contain;object-position:left center;filter:drop-shadow(0 2px 4px #0004)}.footer-brand a{display:inline-block;margin:0}.brands-strip{padding:42px 0;background:#fff;border-top:1px solid var(--line);overflow:hidden}.brands-heading{text-align:center}.brands-heading small{color:var(--orange);font-weight:900;letter-spacing:1.5px}.brands-heading h2{margin:7px 0 24px;color:var(--ink);font-size:25px}.brands-window{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.brands-track{display:flex;align-items:center;width:max-content;animation:brandsMarquee 28s linear infinite}.brands-track:hover{animation-play-state:paused}.brands-track a{display:grid;place-items:center;width:190px;height:88px;margin:0 9px;padding:14px 20px;border:1px solid #e4e9f1;border-radius:12px;background:#fff}.brands-track img{width:100%;height:100%;object-fit:contain;filter:grayscale(1);opacity:.62;transition:.22s}.brands-track a:hover img{filter:none;opacity:1;transform:scale(1.04)}@keyframes brandsMarquee{to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.brands-track{animation:none}.brands-window{overflow-x:auto;mask-image:none}}@media(max-width:760px){.brands-strip{padding:32px 0}.brands-heading h2{font-size:21px}.brands-track{animation-duration:22s}.brands-track a{width:145px;height:72px;padding:11px 16px}.footer-brand img{width:155px;max-height:62px}}


/* ProyeSun Store Mobile V4.11.49 - tested responsive override */
@media (max-width:760px){
  html,body{width:100%;max-width:100%;overflow-x:hidden!important}
  .home-section,.product-row-section,.row-shell{width:100%;max-width:100%;min-width:0}
  .product-row-section{overflow:hidden}
  .home-section{padding-left:clamp(14px,4vw,18px);padding-right:clamp(14px,4vw,18px)}
  .section-heading{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:10px!important;width:100%;min-width:0}
  .section-heading>div{min-width:0}
  .section-heading h2{margin-right:0!important;font-size:clamp(25px,7vw,32px)!important;line-height:1.08!important;overflow-wrap:anywhere}
  .section-heading .soft-action{max-width:100%;padding-inline:4px!important;white-space:nowrap;font-size:clamp(12px,3.3vw,14px)!important}
  .row-shell{overflow:hidden!important}
  .product-track{
    display:grid!important;
    grid-auto-flow:column!important;
    grid-auto-columns:100%!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:3px 0 12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-inline:0!important;
    overscroll-behavior-inline:contain!important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none!important;
  }
  .product-track::-webkit-scrollbar{display:none!important}
  .market-product{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
    transform:none!important;
  }
  .market-product:hover{transform:none!important}
  .product-image{width:100%!important;max-width:100%!important;height:clamp(205px,58vw,285px)!important;padding:clamp(12px,4vw,18px)!important}
  .product-image img{max-width:100%!important;max-height:100%!important;object-fit:contain!important}
  .product-info{width:100%!important;max-width:100%!important;min-width:0!important;padding:clamp(15px,4vw,20px)!important}
  .product-meta,.product-spec{width:100%;max-width:100%;overflow-wrap:anywhere}
  .product-info h3{
    display:-webkit-box!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    margin:8px 0!important;
    font-size:clamp(18px,5.3vw,23px)!important;
    line-height:1.28!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    white-space:normal!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
  }
  .product-spec{min-height:0!important;font-size:clamp(11px,3.2vw,13px)!important;line-height:1.4!important}
  .product-price{margin:12px 0 14px!important;font-size:clamp(27px,8vw,36px)!important;line-height:1.08!important;overflow-wrap:anywhere}
  .card-actions{display:grid!important;grid-template-columns:minmax(0,1fr) clamp(50px,15vw,62px)!important;gap:10px!important;width:100%!important;max-width:100%!important;margin-top:auto!important}
  .card-actions button{width:100%!important;max-width:100%!important;min-width:0!important;min-height:50px!important;font-size:clamp(14px,4vw,17px)!important}
  .card-actions button:last-child{font-size:clamp(22px,6vw,28px)!important}
  .product-whatsapp{display:flex!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:50px!important;margin-top:10px!important;padding:12px 10px!important;font-size:clamp(13px,3.8vw,16px)!important;white-space:normal!important;text-align:center!important;overflow-wrap:anywhere!important}
  .row-arrow{display:none!important}
}
@media (max-width:480px){
  .home-section{padding-left:16px!important;padding-right:16px!important}
  .product-track{gap:10px!important}
  .product-image{height:clamp(200px,62vw,270px)!important}
  .product-info{padding:16px!important}
}
@media (max-width:380px){
  .home-section{padding-left:14px!important;padding-right:14px!important}
  .section-heading{gap:7px!important}
  .section-heading h2{font-size:clamp(24px,7.7vw,29px)!important}
  .section-heading .soft-action{font-size:12px!important}
  .product-info{padding:14px!important}
  .product-info h3{font-size:18px!important}
  .product-price{font-size:28px!important}
  .card-actions{grid-template-columns:minmax(0,1fr) 50px!important;gap:8px!important}
  .card-actions button{min-height:48px!important}
  .product-whatsapp{min-height:48px!important;font-size:13px!important}
}


/* =========================================================
   ProyeSun V4.11.50 - Resultados de búsqueda estilo lista
   Inspirado en patrones móviles de marketplaces, sin copiar UI.
   ========================================================= */
.search-filter-strip-v41150{display:flex;gap:9px;margin:0 0 16px;padding:2px 0 8px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.search-filter-strip-v41150::-webkit-scrollbar{display:none}.filter-chip-v41150,.filter-select-v41150{flex:0 0 auto;min-height:42px;padding:0 14px;border:1px solid #c9d3e2;border-radius:11px;background:#fff;color:#14243e;font:inherit;font-size:13px;font-weight:800;white-space:nowrap}.filter-chip-v41150.active{border-color:#0b5cab;background:#eef6ff;color:#0b5cab}.result-list-v41150{display:grid!important;grid-template-columns:1fr!important;grid-auto-flow:row!important;gap:14px!important;overflow:visible!important}.search-product-v41150{display:grid;grid-template-columns:minmax(190px,260px) minmax(0,1fr);gap:18px;padding:16px;border:1px solid #dde4ee;border-radius:16px;background:#fff;box-shadow:0 3px 14px #10254a0b;overflow:hidden}.search-product-image-v41150{position:relative;display:grid;place-items:center;min-width:0;min-height:220px;padding:10px;border:0;border-radius:12px;background:#f7f9fc;cursor:pointer;overflow:hidden}.search-product-image-v41150 img{display:block;width:100%;height:100%;max-height:260px;object-fit:contain}.search-product-body-v41150{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.search-product-meta-v41150{color:#65728a;font-size:12px;font-weight:800;text-transform:uppercase}.search-product-v41150 h3{margin:6px 0 7px;color:#14243e;font-size:clamp(18px,2vw,24px);line-height:1.22;overflow-wrap:anywhere}.search-product-spec-v41150{display:-webkit-box;margin:0 0 8px;color:#56657b;font-size:14px;line-height:1.45;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.search-product-sold-v41150{margin-bottom:6px;color:#65728a}.search-product-price-v41150{display:flex;flex-direction:column;margin-top:auto}.search-product-price-v41150 small{color:#778398}.search-product-price-v41150 strong{color:#0b3974;font-size:clamp(25px,3vw,34px);line-height:1.1}.search-product-actions-v41150{display:flex;flex-wrap:wrap;gap:9px;width:100%;margin-top:14px}.search-product-actions-v41150 button{min-height:44px;padding:10px 18px;border-radius:999px;font:inherit;font-weight:900;cursor:pointer}.search-add-v41150{flex:1 1 220px;border:0;background:#02b46f;color:#fff}.search-add-v41150:disabled{background:#c6cbd3}.search-detail-v41150{flex:0 0 auto;border:1px solid #c9d3e2;background:#fff;color:#174f92}
@media(max-width:760px){.search-results-v41150{padding-left:12px!important;padding-right:12px!important}.search-results-v41150 .section-heading{align-items:flex-end!important;gap:8px!important}.search-results-v41150 .section-heading h2{font-size:clamp(24px,7vw,31px)!important}.search-results-v41150 .section-heading .soft-action{font-size:12px!important;padding:8px!important}.search-filter-strip-v41150{margin-left:-2px;margin-right:-2px;padding-left:2px;padding-right:2px}.filter-chip-v41150,.filter-select-v41150{min-height:40px;padding:0 12px;font-size:12px}.search-product-v41150{grid-template-columns:minmax(112px,34vw) minmax(0,1fr);gap:12px;padding:10px;border-radius:13px}.search-product-image-v41150{min-height:168px;padding:6px;border-radius:10px}.search-product-image-v41150 img{max-height:190px}.search-product-v41150 h3{margin:4px 0 5px;font-size:clamp(15px,4.4vw,19px);line-height:1.23}.search-product-meta-v41150{font-size:10px}.search-product-spec-v41150{margin-bottom:5px;font-size:12px;line-height:1.35;-webkit-line-clamp:3}.search-product-sold-v41150{font-size:10.5px}.search-product-price-v41150 strong{font-size:clamp(22px,6.4vw,29px)}.search-product-price-v41150 small{font-size:10.5px}.search-product-actions-v41150{display:grid;grid-template-columns:1fr;margin-top:9px;gap:6px}.search-product-actions-v41150 button{width:100%;min-height:40px;padding:8px 10px;border-radius:999px;font-size:12px}.search-detail-v41150{display:none}.result-list-v41150{gap:10px!important}}
@media(max-width:380px){.search-results-v41150{padding-left:9px!important;padding-right:9px!important}.search-product-v41150{grid-template-columns:106px minmax(0,1fr);gap:9px;padding:8px}.search-product-image-v41150{min-height:152px}.search-product-v41150 h3{font-size:15px}.search-product-spec-v41150{-webkit-line-clamp:2}.search-product-price-v41150 strong{font-size:22px}.filter-chip-v41150,.filter-select-v41150{padding:0 10px}}

/* =========================================================
   ProyeSun V4.11.51 - Header móvil fijo + Home compacto
   - Logo, menú, carrito y búsqueda permanecen fijos.
   - Productos del inicio muestran 2 tarjetas compactas por vista.
   - Resultados de búsqueda V4.11.50 conservan su vista lista.
   ========================================================= */
@media(max-width:760px){
  :root{--mobile-market-header-h:112px}
  html{scroll-padding-top:calc(var(--mobile-market-header-h) + 8px)}
  body{padding-top:var(--mobile-market-header-h)!important;overflow-x:hidden!important}
  .market-header{
    position:fixed!important;
    z-index:3000!important;
    top:0!important;left:0!important;right:0!important;
    width:100%!important;height:var(--mobile-market-header-h)!important;
    background:var(--navy)!important;
    box-shadow:0 4px 16px #06142c42!important;
    transform:none!important;
  }
  .header-main{
    position:relative!important;
    grid-template-columns:42px minmax(96px,128px) 1fr!important;
    width:100%!important;max-width:none!important;height:64px!important;
    margin:0!important;padding:8px 12px!important;gap:7px!important;
  }
  .market-brand{min-width:0!important;height:48px!important;overflow:hidden!important}
  .market-brand .site-logo{display:block;max-width:124px!important;max-height:42px!important;width:auto!important;height:auto!important;object-fit:contain!important}
  .market-brand .logo{font-size:20px!important;white-space:nowrap!important}
  .header-actions{min-width:0!important;justify-content:flex-end!important}
  .header-actions>a{display:none!important}
  .header-cart{display:flex!important;flex:0 0 44px!important;width:44px!important;height:44px!important;padding:4px!important;justify-content:center!important}
  .header-cart>span{font-size:25px!important}
  .header-cart>div{display:none!important}
  .header-cart em{left:25px!important;top:0!important}
  .market-search{
    position:absolute!important;
    z-index:2!important;
    top:64px!important;left:0!important;right:0!important;
    display:grid!important;grid-template-columns:minmax(0,1fr) 52px!important;
    width:100%!important;height:48px!important;margin:0!important;
    border:0!important;border-top:1px solid #ffffff18!important;border-radius:0!important;
    background:#fff!important;box-shadow:0 4px 12px #06142b24!important;overflow:hidden!important;
  }
  .market-search select{display:none!important}
  .market-search input{width:100%!important;min-width:0!important;padding:0 16px!important;font-size:16px!important}
  .market-search button{width:52px!important;min-width:52px!important}
  .category-nav{top:0!important}
  .hero-carousel{margin-top:0!important}

  /* Home: tarjetas más pequeñas, estilo marketplace compacto */
  .product-row-section{padding-top:16px!important;padding-bottom:18px!important;overflow:hidden!important}
  .product-row-section .section-heading{margin-bottom:11px!important}
  .product-row-section .section-heading h2{font-size:clamp(21px,6vw,27px)!important;line-height:1.08!important}
  .product-row-section .section-heading small{font-size:10px!important;letter-spacing:1px!important}
  .product-row-section .soft-action{font-size:12px!important}
  .product-row-section .product-track{
    grid-auto-columns:calc((100% - 10px)/2)!important;
    gap:10px!important;
    padding:2px 0 8px!important;
    scroll-snap-type:x mandatory!important;
  }
  .product-row-section .market-product{
    min-height:0!important;
    border-radius:12px!important;
    box-shadow:none!important;
  }
  .product-row-section .product-image{
    height:clamp(112px,33vw,150px)!important;
    padding:8px!important;
  }
  .product-row-section .stock-badge,.product-row-section .offer-label{
    top:6px!important;padding:4px 5px!important;font-size:8px!important
  }
  .product-row-section .stock-badge{right:6px!important}
  .product-row-section .offer-label{left:6px!important}
  .product-row-section .product-info{padding:9px!important}
  .product-row-section .product-meta{
    display:block!important;max-width:100%!important;font-size:8px!important;
    white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important
  }
  .product-row-section .product-info h3{
    min-height:32px!important;margin:5px 0!important;font-size:12px!important;line-height:1.3!important;
    -webkit-line-clamp:2!important;overflow:hidden!important
  }
  .product-row-section .product-spec{
    min-height:0!important;margin:0!important;font-size:9px!important;line-height:1.25!important;
    white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important
  }
  .product-row-section .product-price{
    margin:7px 0 8px!important;font-size:clamp(17px,5vw,21px)!important;line-height:1.05!important
  }
  .product-row-section .product-price del{font-size:9px!important}
  .product-row-section .card-actions{
    grid-template-columns:minmax(0,1fr) 34px!important;gap:5px!important
  }
  .product-row-section .card-actions button{
    min-height:35px!important;padding:6px!important;border-radius:7px!important;font-size:11px!important
  }
  .product-row-section .card-actions button:last-child{font-size:18px!important}
  .product-row-section .product-whatsapp{
    min-height:35px!important;margin-top:6px!important;padding:6px 5px!important;border-radius:7px!important;
    gap:4px!important;font-size:9.5px!important;line-height:1.1!important
  }
  .product-row-section .product-whatsapp span{font-size:12px!important}

  /* La vista de resultados sigue siendo lista, no se compacta a 2 columnas */
  .search-results-v41150 .result-list-v41150{grid-auto-columns:auto!important}
  .search-results-v41150 .search-product-v41150{width:100%!important}
}
@media(max-width:380px){
  :root{--mobile-market-header-h:108px}
  .header-main{height:60px!important;padding:7px 10px!important;grid-template-columns:40px minmax(92px,118px) 1fr!important}
  .market-search{top:60px!important;height:48px!important}
  .market-brand .site-logo{max-width:112px!important;max-height:38px!important}
  .product-row-section .product-track{grid-auto-columns:calc((100% - 8px)/2)!important;gap:8px!important}
  .product-row-section .product-image{height:108px!important}
  .product-row-section .product-info{padding:8px!important}
  .product-row-section .product-info h3{font-size:11.5px!important}
  .product-row-section .product-price{font-size:17px!important}
  .product-row-section .product-whatsapp{font-size:9px!important}
}
