*,::after,::before{margin:0;padding:0;box-sizing:border-box}:root{--blue:#1a2a4a;--blue-dark:#0f1b33;--blue-light:#2a3f6a;--orange:#e8740c;--orange-light:#f5a623;--orange-dark:#c45e00;--white:#ffffff;--bg-color:#f4f7f9;--nm-light:rgba(255, 255, 255, 0.4);--nm-dark:rgba(0, 0, 0, 0.08);--nm-shadow:8px 8px 24px var(--nm-dark);--nm-inset:inset 4px 4px 12px var(--nm-dark);--gray-50:#f8f9fa;--gray-100:#f1f3f5;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#7a828a;--gray-600:#5a6268;--gray-700:#3d4348;--gray-800:#2d3238;--gray-900:#1a1d21;--success:#28a745;--danger:#dc3545;--radius:16px;--shadow:var(--nm-shadow);--shadow-md:12px 12px 32px var(--nm-dark);--shadow-lg:20px 20px 48px var(--nm-dark);--transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);--font:'Montserrat',sans-serif;--container:1280px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);color:var(--gray-900);background:var(--bg-color);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}*,::after,::before{transition:all .3s cubic-bezier(.165, .84, .44, 1)}.btn:active,.logo:active,a:active,button:active{transform:scale(.96)}.btn:hover,button:hover{transform:translateY(-3px)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes infiniteScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes skeleton-shimmer{0%{background-position:-150% 0}100%{background-position:150% 0}}.skeleton{background:linear-gradient(90deg,var(--gray-300) 25%,var(--gray-100) 50%,var(--gray-300) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s infinite ease-in-out;display:block;width:100%;height:100%}.img-skeleton-wrapper{position:relative;overflow:hidden;background:var(--gray-300)}.img-skeleton-wrapper img{opacity:0;transition:opacity .5s ease-in-out}.img-skeleton-wrapper.loaded img{opacity:1}.img-skeleton-wrapper.loaded::before{display:none}.img-skeleton-wrapper::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,var(--gray-300) 25%,var(--gray-50) 50%,var(--gray-300) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s infinite ease-in-out;z-index:1}.reveal{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.reveal.active{opacity:1;transform:translateY(0)}.animate-fade-in{animation:fadeInUp .8s ease forwards}.animate-zoom{animation:zoomIn .6s ease forwards}.header-sub{background:var(--white);border-bottom:1px solid var(--gray-200);height:48px;display:flex;align-items:center;position:sticky;top:66px;z-index:99;box-shadow:none}.category-nav{display:flex;gap:2rem;height:100%}.category-item{position:relative;height:100%;display:flex;align-items:center;cursor:pointer;font-size:.875rem;font-weight:600;color:var(--blue-dark);transition:var(--transition)}.category-item::after{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--orange);transition:var(--transition)}.category-item:hover{color:var(--orange)}.category-item:hover::after{width:100%}.mega-menu{position:fixed;top:114px;left:0;width:100%;background:var(--white);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--transition);z-index:98;padding:2rem 0;border-top:1px solid var(--gray-100)}.category-item:hover .mega-menu:not(.force-hide){opacity:1;visibility:visible;transform:translateY(0)}.mega-menu.force-hide{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.mega-menu-close{position:absolute;top:1rem;right:1.5rem;background:var(--gray-100);border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;color:var(--gray-500);transition:var(--transition);z-index:10}.mega-menu-close:hover{background:var(--orange);color:var(--white);transform:rotate(90deg)}.mega-menu-inner{display:grid;grid-template-columns:250px 1fr;gap:2rem;position:relative}.mega-menu-subs h4{margin-bottom:1rem;font-size:1rem;border-bottom:2px solid var(--gray-100);padding-bottom:.5rem}.mega-menu-list{display:flex;flex-direction:column;gap:.75rem}.mega-menu-link{font-size:.875rem;color:var(--gray-600);transition:var(--transition)}.mega-menu-link:hover{color:var(--orange);padding-left:5px}.mega-menu-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.mega-product-card{display:flex;gap:1rem;align-items:center;padding:.5rem;border-radius:var(--radius);transition:var(--transition)}.mega-product-card:hover{background:var(--gray-50)}.mega-product-img{width:60px;height:60px;object-fit:cover;border-radius:4px}.mega-product-info h5{font-size:.8125rem;margin:0}.mega-product-price{font-size:.75rem;color:var(--orange);font-weight:700}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:var(--transition)}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2;color:var(--blue-dark)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}.icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.icon svg{width:100%;height:100%}.icon-xs{width:16px;height:16px}.icon-sm{width:20px;height:20px}.icon-lg{width:32px;height:32px}.icon-xl{width:64px;height:64px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-family:var(--font);font-size:.875rem;font-weight:600;border:2px solid transparent;cursor:pointer;transition:var(--transition);text-align:center;white-space:nowrap}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-lg{padding:.75rem 1.75rem;font-size:1rem}.btn-block{width:100%}.btn-primary{background:var(--orange);color:var(--white);border-color:var(--orange)}.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.btn-outline{background:0 0;color:var(--blue);border-color:var(--blue)}.btn-outline:hover{background:var(--blue);color:var(--white)}.btn-whatsapp{background:#25d366;color:var(--white);border-color:#25d366}.btn-whatsapp:hover{background:#1da851;border-color:#1da851}.btn-link{background:0 0;border:none;color:var(--orange);font-weight:600;cursor:pointer;padding:.5rem 0}.btn-link:hover{color:var(--orange-dark)}.header-top{background:var(--blue-dark);color:var(--white);font-size:.75rem;padding:.5rem 0}.header-top-inner{display:flex;align-items:center;justify-content:space-between}.header-contact-bar{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.header-contact-link{display:flex;align-items:center;gap:.375rem;color:var(--gray-300);transition:var(--transition)}.header-contact-link:hover{color:var(--orange)}.header-lang{display:flex;gap:.25rem}.lang-btn{background:0 0;border:1px solid var(--gray-600);color:var(--gray-400);padding:.2rem .5rem;font-size:.6875rem;font-weight:600;cursor:pointer;font-family:var(--font);transition:var(--transition)}.lang-btn.active{background:var(--orange);color:var(--white);border-color:var(--orange)}.header-main{background:rgba(255,255,255,.8);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-bottom:1px solid rgba(0,0,0,.05);padding:.75rem 0;position:sticky;top:0;z-index:100;box-shadow:0 10px 30px rgba(0,0,0,.03)}.header-main-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:900;letter-spacing:-.03em;white-space:nowrap}.logo-img{width:48px;height:48px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.logo-img-footer{width:60px;height:60px;border-radius:20px}.logo-text{display:flex;align-items:baseline;letter-spacing:-.02em}.logo-echinmo{color:var(--orange)}.logo-bro{color:var(--blue)}.logo-sm{font-size:1.25rem;font-weight:900}.logo-sm .logo-img{width:38px;height:38px}.header-search{flex:1;max-width:520px;margin:0 1.5rem}.search-input-wrap{display:flex;border:none;background:var(--gray-100);border-radius:100px;overflow:hidden;transition:var(--transition);box-shadow:var(--nm-inset)}.search-input-wrap:focus-within{background:var(--white);box-shadow:var(--nm-shadow);transform:scale(1.02)}.search-input-wrap input{flex:1;border:none;padding:.75rem 1.25rem;font-family:var(--font);font-size:.9375rem;outline:0;background:0 0}.search-btn{background:var(--orange);color:var(--white);border:none;padding:.75rem 1.5rem;cursor:pointer;transition:var(--transition);font-weight:700}.search-btn:hover{background:var(--orange-dark);transform:scale(1.05)}.header-actions{display:flex;align-items:center;gap:.75rem}.header-cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--blue);transition:var(--transition)}.header-cart-btn:hover{color:var(--orange)}.cart-count{position:absolute;top:-2px;right:-2px;background:var(--orange);color:var(--white);font-size:.625rem;font-weight:700;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.hamburger-btn{background:0 0;border:2px solid var(--blue);color:var(--blue);width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.hamburger-btn:hover{background:var(--blue);color:var(--white)}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:200;opacity:0;visibility:hidden;transition:var(--transition)}.menu-overlay.open{opacity:1;visibility:visible}.side-menu{position:fixed;top:0;right:0;width:320px;height:100%;background:var(--white);z-index:201;overflow-y:auto;transition:transform .3s ease;transform:translateX(100%);box-shadow:var(--shadow-lg)}.side-menu.open{transform:translateX(0)}.menu-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:2px solid var(--gray-200)}.menu-close-btn{background:0 0;border:none;color:var(--gray-700);cursor:pointer;padding:.25rem}.menu-nav{padding:.5rem 0}.menu-nav-link{display:block;padding:.75rem 1rem;font-weight:600;font-size:.9375rem;color:var(--gray-800);transition:var(--transition)}.menu-nav-link:hover{background:var(--gray-100);color:var(--orange)}.menu-divider{height:2px;background:var(--gray-200);margin:.25rem 0}.menu-section-title{padding:.75rem 1rem;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500)}.menu-categories{padding:0 0 .5rem}.menu-cat-item{border-bottom:1px solid var(--gray-100)}.menu-cat-link{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:var(--gray-700);transition:var(--transition)}.menu-cat-link:hover{color:var(--orange);background:var(--gray-50)}.menu-sub{padding:0 0 .5rem 2.5rem}.menu-sub-link{display:block;padding:.3rem 0;font-size:.8125rem;color:var(--gray-500);transition:var(--transition)}.menu-sub-link:hover{color:var(--orange)}.menu-footer{padding:1rem}.menu-footer-link{display:flex;align-items:center;gap:.5rem;padding:.375rem 0;font-size:.8125rem;color:var(--gray-600)}.hero{background:radial-gradient(circle at top right,var(--blue-light) 0,var(--blue-dark) 100%);color:var(--white);padding:6rem 0;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-10%;right:-10%;width:40%;height:60%;background:var(--orange);filter:blur(150px);opacity:.1;z-index:1;border-radius:50%}.hero-inner{display:flex;align-items:center;gap:4rem;position:relative;z-index:2}.hero-content{flex:1;max-width:640px}.hero-title{font-size:3.5rem;font-weight:900;margin-bottom:2rem;line-height:1;color:var(--white);letter-spacing:-.03em}.hero-subtitle{font-size:1.25rem;color:rgba(255,255,255,.7);margin-bottom:3rem;line-height:1.6;font-weight:300}.hero-actions{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-slider-wrap{flex:1.2;min-width:0}.hero-slider{position:relative;padding-bottom:1rem}.hero-slider .slider-container{margin:0;padding:0}.hero-slider .slider-track{gap:1rem;padding:.5rem 0}.hero-slider .product-card{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);flex:0 0 260px}.hero-slider .product-card:hover{border-color:var(--orange)}.hero-slider .product-card-cat,.hero-slider .product-card-title a{color:var(--white)}.hero-slider .product-card-desc{color:var(--gray-400)}.hero-slider .slider-controls{position:absolute;top:-4rem;right:0;display:flex;gap:.5rem}.hero-slider .slider-nav{background:rgba(255,255,255,.1);border-color:transparent;color:var(--white)}.hero-slider .slider-nav:hover{background:var(--orange);border-color:var(--orange)}@media(max-width:1024px){.hero-inner{flex-direction:column;gap:3rem}.hero-content{max-width:100%;text-align:center}.hero-actions{justify-content:center}.hero-slider-wrap{width:100%}.hero-slider .slider-controls{position:static;justify-content:center;margin-top:1rem}}.section{padding:3rem 0}.section-alt{background:var(--gray-50)}.section-title{font-size:1.5rem;font-weight:800;color:var(--blue);margin-bottom:2rem;text-align:center;text-transform:uppercase;letter-spacing:.02em}.section-cta{text-align:center;margin-top:2rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.product-card{background:var(--bg-color);border:none;box-shadow:var(--nm-shadow);border-radius:var(--radius);transition:var(--transition);overflow:hidden;display:flex;flex-direction:column;margin:10px}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.product-card-img-wrap{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:0 0;border-radius:var(--radius) var(--radius) 0 0;padding:1rem}.product-card-img{width:100%;height:100%;object-fit:contain;transition:transform .5s cubic-bezier(.165, .84, .44, 1);filter:drop-shadow(5px 5px 10px rgba(0,0,0,.1))}.product-card:hover .product-card-img{transform:scale(1.1) rotate(2deg)}.product-badge{position:absolute;top:.75rem;left:.75rem;background:var(--orange);color:var(--white);padding:.2rem .625rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:1}.product-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1;background:0 0}.infinite-slider{overflow:hidden;position:relative;width:100%;padding:2rem 0;background:rgba(0,0,0,.02)}.infinite-slider-track{display:flex;width:max-content;animation:infiniteScroll 40s linear infinite}.infinite-slider:hover .infinite-slider-track{animation-play-state:paused}.infinite-slider .product-card{flex:0 0 300px;margin:0 1rem;background:var(--bg-color)}.hero-slider-outer{position:relative;width:100%;margin-top:1rem}.hero-viewport{overflow-x:hidden;scroll-behavior:smooth;width:100%}.hero-track{display:flex;width:max-content}.hero-slide{width:calc(var(--container)/ 2);max-width:calc(100vw - 3rem);flex-shrink:0;padding:0 .5rem}@media(max-width:1024px){.hero-slide{width:calc(100vw - 3rem)}}.hero-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:10px;width:100%}.product-hero-card{background:var(--white);border:1px solid var(--gray-200);border-radius:0!important;padding:.75rem;display:flex;align-items:center;gap:.75rem;position:relative;height:120px;overflow:hidden}.hero-card-badge{position:absolute;top:5px;right:5px;background:var(--orange);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;z-index:2;text-transform:uppercase}.product-hero-img-wrap{width:90px;height:90px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.product-hero-img-wrap img{max-width:100%;max-height:100%;object-fit:contain}.product-hero-body{flex:1;min-width:0}.product-hero-name{font-size:.8125rem;font-weight:700;color:var(--blue-dark);margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-hero-price{font-size:.875rem;font-weight:800;color:var(--orange)}.hero-controls{position:absolute;top:-3rem;right:0;display:flex!important}.mega-menu-display{display:flex;flex-direction:column;overflow:hidden;min-width:0;flex:1;position:relative}.mega-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;border-bottom:1px solid var(--gray-100);padding-bottom:.5rem}.mega-menu-slider-wrap{position:relative;width:100%;flex:1;display:flex;align-items:center}.mega-menu-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:5;width:calc(100% + 20px);margin-left:-10px}.mega-nav-btn{pointer-events:auto;background:var(--white);border:1px solid var(--gray-200);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;box-shadow:var(--shadow);transition:var(--transition)}.mega-nav-btn:hover{background:var(--orange);color:var(--white);border-color:var(--orange);transform:scale(1.1)}.mega-menu-slider{overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;width:100%}.mega-menu-slider::-webkit-scrollbar{display:none}.mega-slider-track.infinite-track{display:grid;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;gap:1rem;width:max-content;animation:infiniteScroll 40s linear infinite}.mega-menu-slider:hover .infinite-track{animation-play-state:paused}.product-mini-card{flex:0 0 160px;display:flex;flex-direction:column;gap:.5rem;background:var(--white);padding:.5rem;border-radius:0;border:1px solid var(--gray-100);box-shadow:none}.product-mini-card:hover{transform:translateY(-5px);box-shadow:4px 4px 10px rgba(0,0,0,.1)}.product-mini-img-wrap{height:100px;width:100%;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:0}.product-mini-img-wrap img{max-height:90%;max-width:90%;object-fit:contain}.product-mini-body{text-align:center}.product-mini-name{font-size:.75rem;margin:.25rem 0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-mini-price{font-size:.8125rem;font-weight:700;color:var(--orange)}.product-card-cat{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.12em;font-weight:700;margin-bottom:.25rem}.product-card-title{font-size:1.125rem;font-weight:800;margin:.5rem 0;line-height:1.2;color:var(--blue-dark);letter-spacing:-.01em}.product-card-title a:hover{color:var(--orange)}.product-card-desc{font-size:.875rem;color:var(--gray-600);margin-bottom:1.25rem;line-height:1.5;flex:1;font-weight:400}.product-card-price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:.5rem}.product-card-prices{display:flex;align-items:center;gap:.5rem}.product-card-price{font-size:1.25rem;font-weight:900;color:var(--orange);letter-spacing:-.02em}.product-old-price{font-size:.9375rem;color:var(--gray-400);text-decoration:line-through}.product-stock{font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:100px}.product-stock.in-stock{background:rgba(40,167,69,.1);color:var(--success)}.product-stock.out-of-stock{background:rgba(220,53,69,.1);color:var(--danger)}.product-card-actions{display:flex;gap:.75rem;margin-top:auto}.product-card-actions .btn:first-child{flex:1}.btn-cart-add{background:var(--blue-dark);color:var(--white);border-color:var(--blue-dark);width:48px;height:48px;padding:0;border-radius:var(--radius);box-shadow:var(--shadow)}.btn-cart-add:hover{background:var(--orange);border-color:var(--orange);transform:rotate(10deg)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.cat-card{background:var(--white);border:2px solid var(--gray-200);padding:1.5rem 1rem;text-align:center;transition:var(--transition);display:flex;flex-direction:column;align-items:center;gap:.75rem}.cat-card:hover{border-color:var(--orange);box-shadow:var(--shadow-md);transform:translateY(-2px)}.cat-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--orange)}.cat-card-icon .icon{width:40px;height:40px}.cat-card-title{font-size:.875rem;font-weight:700;color:var(--blue)}.cat-card-count{font-size:.75rem;color:var(--gray-500)}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.advantage-card{background:var(--white);border:2px solid var(--gray-200);padding:2rem 1.5rem;text-align:center;transition:var(--transition)}.advantage-card:hover{border-color:var(--orange)}.advantage-icon{width:56px;height:56px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--orange);color:var(--white)}.advantage-icon .icon{width:28px;height:28px}.advantage-card h3{font-size:1rem;color:var(--blue);margin-bottom:.5rem}.advantage-card p{font-size:.8125rem;color:var(--gray-600);line-height:1.5}.about-home{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.about-home-text h2{text-align:left}.about-home-text p{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7}.contact-quick-card{background:var(--blue);color:var(--white);padding:2rem}.contact-quick-card h3{font-size:1.125rem;margin-bottom:1.25rem;color:var(--orange)}.contact-quick-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem}.contact-quick-item a{color:var(--white);transition:var(--transition)}.contact-quick-item a:hover{color:var(--orange)}.seo-section{background:var(--gray-50)}.seo-section h2{font-size:1.25rem;color:var(--blue);margin-bottom:1rem}.seo-section p{color:var(--gray-600);line-height:1.8;font-size:.9375rem}.page-header{background:var(--blue);color:var(--white);padding:2rem 0}.page-header h1{font-size:1.75rem;font-weight:800;margin-bottom:.25rem}.page-header p{color:var(--gray-300);font-size:.9375rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;margin-bottom:1rem;flex-wrap:wrap}.breadcrumb a{color:var(--gray-300);transition:var(--transition)}.breadcrumb a:hover{color:var(--orange)}.breadcrumb span{color:var(--gray-400)}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.shop-filters{display:flex;gap:.75rem;flex-wrap:wrap}.form-select{padding:.5rem .75rem;font-family:var(--font);font-size:.8125rem;border:2px solid var(--gray-300);background:var(--white);cursor:pointer;color:var(--gray-700);min-width:180px;outline:0;transition:var(--transition)}.form-select:focus{border-color:var(--orange)}.chips-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.chip{padding:.375rem 1rem;font-size:.8125rem;font-weight:600;border:2px solid var(--gray-300);color:var(--gray-600);transition:var(--transition);cursor:pointer;font-family:var(--font)}.chip.active,.chip:hover{border-color:var(--orange);color:var(--orange);background:rgba(232,116,12,.05)}.pagination{display:flex;justify-content:center;gap:.375rem;margin-top:2rem}.page-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px solid var(--gray-300);background:var(--white);font-family:var(--font);font-weight:600;font-size:.875rem;cursor:pointer;transition:var(--transition);color:var(--gray-700)}.page-btn.active,.page-btn:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:1.5rem}.product-gallery{position:sticky;top:100px}.gallery-main{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--gray-100);border:2px solid var(--gray-200)}.gallery-main-img{width:100%;height:100%;object-fit:cover}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:var(--white);border:2px solid var(--gray-200);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);z-index:2}.gallery-nav:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}.gallery-prev{left:.5rem}.gallery-next{right:.5rem}.gallery-thumbs{display:flex;gap:.5rem;margin-top:.75rem}.gallery-thumb{width:72px;height:54px;border:2px solid var(--gray-200);overflow:hidden;cursor:pointer;transition:var(--transition);background:0 0;padding:0}.gallery-thumb.active{border-color:var(--orange)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-detail-cat{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.product-detail-name{font-size:1.5rem;font-weight:800;color:var(--blue);margin:.5rem 0}.product-detail-price-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.product-detail-price{font-size:1.75rem;font-weight:800;color:var(--orange)}.product-detail-old-price{font-size:1rem;color:var(--gray-500);text-decoration:line-through}.product-detail-desc{color:var(--gray-600);line-height:1.7;margin:1rem 0}.product-detail-features{margin:1.5rem 0}.product-detail-features h3{font-size:1rem;color:var(--blue);margin-bottom:.75rem}.features-list{display:flex;flex-direction:column;gap:.5rem}.features-list li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-700)}.features-list li .icon{color:var(--success)}.product-detail-actions{margin:1.5rem 0}.product-contact-options{border-top:2px solid var(--gray-200);padding-top:1.5rem;margin-top:1.5rem}.product-contact-options h3{font-size:1rem;color:var(--blue);margin-bottom:1rem}.contact-options-grid{display:flex;flex-direction:column;gap:.5rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty .icon{color:var(--gray-300);margin-bottom:1rem}.cart-empty h2{color:var(--gray-500);margin-bottom:1.5rem}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid var(--gray-200);margin-bottom:.75rem}.cart-item-img-wrap{width:80px;height:60px;flex-shrink:0;overflow:hidden;border:1px solid var(--gray-200)}.cart-item-img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;min-width:0}.cart-item-info h3{font-size:.875rem;font-weight:600;margin-bottom:.25rem}.cart-item-info h3 a:hover{color:var(--orange)}.cart-item-price{font-size:.8125rem;color:var(--gray-500)}.cart-item-qty{display:flex;align-items:center;gap:.5rem}.qty-btn{width:28px;height:28px;border:2px solid var(--gray-300);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.qty-btn:hover{border-color:var(--orange);color:var(--orange)}.qty-val{font-weight:700;font-size:.875rem;min-width:24px;text-align:center}.cart-item-subtotal{font-weight:700;font-size:.9375rem;color:var(--orange);white-space:nowrap}.cart-item-remove{background:0 0;border:none;color:var(--gray-400);cursor:pointer;padding:.25rem;transition:var(--transition)}.cart-item-remove:hover{color:var(--danger)}.cart-summary{background:var(--gray-50);border:2px solid var(--gray-200);padding:1.5rem;position:sticky;top:100px}.cart-summary h3{font-size:1.125rem;color:var(--blue);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--gray-200)}.cart-total-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1.125rem}.cart-total-row strong{color:var(--orange);font-size:1.25rem}.cart-summary-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:2px solid var(--gray-200)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-info-col{display:flex;flex-direction:column;gap:1rem}.contact-card{background:var(--gray-50);border:2px solid var(--gray-200);padding:1.5rem;transition:var(--transition)}.contact-card:hover{border-color:var(--orange)}.contact-card-icon{width:40px;height:40px;background:var(--orange);color:var(--white);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.contact-card-icon .icon{width:20px;height:20px}.contact-card h3{font-size:.9375rem;color:var(--blue);margin-bottom:.5rem}.contact-card a,.contact-card p{font-size:.875rem;color:var(--gray-600);line-height:1.5}.contact-card a:hover{color:var(--orange)}.contact-form{background:var(--gray-50);border:2px solid var(--gray-200);padding:2rem}.contact-form h3{font-size:1.125rem;color:var(--blue);margin-bottom:1.25rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8125rem;font-weight:600;color:var(--gray-700);margin-bottom:.375rem}.form-input{width:100%;padding:.625rem .75rem;border:2px solid var(--gray-300);font-family:var(--font);font-size:.875rem;outline:0;transition:var(--transition);background:var(--white)}.form-input:focus{border-color:var(--orange)}textarea.form-input{resize:vertical}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.25rem}.blog-card{background:var(--white);border:2px solid var(--gray-200);transition:var(--transition);overflow:hidden}.blog-card:hover{border-color:var(--orange);box-shadow:var(--shadow-md)}.blog-card-body{padding:1.5rem}.blog-card-date{font-size:.75rem;color:var(--gray-500);display:flex;align-items:center;gap:.375rem;margin-bottom:.5rem}.blog-card-title{font-size:1.125rem;font-weight:700;color:var(--blue);margin-bottom:.75rem;line-height:1.3}.blog-card-title a:hover{color:var(--orange)}.blog-card-excerpt{font-size:.875rem;color:var(--gray-600);line-height:1.6;margin-bottom:1rem}.blog-content{max-width:760px;margin:0 auto}.blog-content h3{font-size:1.25rem;color:var(--blue);margin:1.5rem 0 .75rem}.blog-content p{color:var(--gray-600);line-height:1.8;margin-bottom:1rem;font-size:.9375rem}.blog-content ul{margin-bottom:1rem;padding-left:0}.blog-content li{padding:.375rem 0;font-size:.9375rem;color:var(--gray-700);position:relative;padding-left:1.25rem}.blog-content li::before{content:'';position:absolute;left:0;top:.75rem;width:6px;height:6px;background:var(--orange)}.blog-date{font-size:.875rem;color:var(--gray-300);display:inline-flex;align-items:center;gap:.375rem}.blog-cta{background:var(--gray-50);border:2px solid var(--gray-200);padding:2rem;text-align:center;margin-top:2rem}.blog-cta p{margin-bottom:1rem;color:var(--gray-600)}.about-content{max-width:800px;margin:0 auto}.about-text-block h2{font-size:1.5rem;color:var(--blue);margin-bottom:1rem}.about-text-block p{color:var(--gray-600);line-height:1.8;margin-bottom:1rem;font-size:.9375rem}.no-results{text-align:center;padding:3rem 0;color:var(--gray-500);font-size:1.125rem}.cart-notification{position:fixed;bottom:-60px;left:50%;transform:translateX(-50%);background:var(--success);color:var(--white);padding:.75rem 1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;z-index:300;transition:bottom .3s ease;box-shadow:var(--shadow-md)}.cart-notification.show{bottom:2rem}.site-footer{background:var(--blue-dark);color:var(--gray-300);padding:3rem 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:2rem}.footer-logo{margin-bottom:1rem}.footer-desc{font-size:.8125rem;line-height:1.6;color:var(--gray-400);margin-bottom:1rem}.footer-social{display:flex;gap:.5rem}.social-link{width:36px;height:36px;border:2px solid var(--gray-600);display:flex;align-items:center;justify-content:center;color:var(--gray-400);transition:var(--transition)}.social-link:hover{border-color:var(--orange);color:var(--orange)}.social-link .icon{width:18px;height:18px}.footer-title{font-size:.875rem;font-weight:700;color:var(--white);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{font-size:.8125rem;color:var(--gray-400);transition:var(--transition)}.footer-link:hover{color:var(--orange)}.footer-contact-list{display:flex;flex-direction:column;gap:.5rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:var(--gray-400)}.footer-contact-item a{color:var(--gray-400);transition:var(--transition)}.footer-contact-item a:hover{color:var(--orange)}.footer-bottom{margin-top:2rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.75rem;color:var(--gray-500)}.gallery-zoom-hint{position:absolute;bottom:.75rem;right:.75rem;background:rgba(255,255,255,.8);color:var(--blue);width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;opacity:0;transition:var(--transition);pointer-events:none}.gallery-main:hover .gallery-zoom-hint{opacity:1}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.98);z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:var(--transition);padding:2rem}.lightbox.open{opacity:1;visibility:visible}.lightbox-content{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 0 50px rgba(0,0,0,.5);transform:scale(.9);transition:transform .4s cubic-bezier(.4, 0, .2, 1)}.lightbox.open .lightbox-content{transform:scale(1)}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;color:var(--white);font-size:3rem;font-weight:300;cursor:pointer;line-height:1;transition:var(--transition);z-index:100000}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.2);width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:var(--white);cursor:pointer;transition:var(--transition);z-index:100000;border-radius:50%}.lightbox-nav:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}@media (max-width:768px){.lightbox-nav{width:44px;height:44px}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}}.lightbox-active .category-nav,.lightbox-active .mobile-search-bar,.lightbox-active .side-menu,.lightbox-active .site-header{pointer-events:none;opacity:0;visibility:hidden;transition:opacity .3s}.lightbox-active #mainContent>:not(.product-detail-section){opacity:0;visibility:hidden;pointer-events:none}.lightbox-active #mainContent{pointer-events:none}.lightbox-active #productLightbox{pointer-events:auto}.slider-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.slider-controls{display:flex;gap:.5rem}.slider-nav{width:40px;height:40px;border:2px solid var(--gray-200);background:var(--white);color:var(--blue);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.slider-nav:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}.slider-container{overflow:hidden;margin:0 -1.5rem;padding:0 1.5rem}.slider-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:1rem 0}.slider-track::-webkit-scrollbar{display:none}.slider-track .product-card{flex:0 0 280px}@media(max-width:768px){.slider-track .product-card{flex:0 0 220px}}.mobile-search-toggle{display:none;background:0 0;border:none;color:var(--blue);width:40px;height:40px;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.mobile-search-toggle:hover{color:var(--orange)}.mobile-search-bar{display:none;padding:.5rem 1rem .75rem;background:var(--white);border-bottom:1px solid var(--gray-200)}.mobile-search-bar.open{display:block}.mobile-search-bar .search-input-wrap{display:flex;border:none;background:var(--gray-100);border-radius:100px;overflow:hidden;box-shadow:var(--nm-inset)}.mobile-search-bar .search-input-wrap input{flex:1;border:none;padding:.625rem 1rem;font-family:var(--font);font-size:.875rem;outline:0;background:0 0}.mobile-search-bar .search-btn{background:var(--orange);color:var(--white);border:none;padding:.625rem 1rem;cursor:pointer;font-weight:700}@media(max-width:1024px){.about-home{grid-template-columns:1fr}.product-detail{grid-template-columns:1fr}.product-gallery{position:static}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.header-sub{display:none}.mega-menu{display:none}.hero{padding:4rem 0}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.0625rem;margin-bottom:2rem}.contact-options-grid{flex-direction:column}.product-detail-actions .btn{width:100%}}@media(max-width:768px){.header-contact-bar{display:none}.header-search{display:none}.mobile-search-toggle{display:flex}.hero{padding:3rem 0}.hero-inner{gap:2rem}.hero-title{font-size:1.75rem;margin-bottom:1rem}.hero-subtitle{font-size:.9375rem;margin-bottom:1.5rem}.hero-actions{gap:.75rem}.hero-actions .btn{padding:.625rem 1.25rem;font-size:.875rem}.section{padding:2rem 0}.section-title{font-size:1.25rem;margin-bottom:1.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.cat-card{padding:1rem .75rem}.cat-card-icon{width:40px;height:40px}.cat-card-icon .icon{width:32px;height:32px}.advantages-grid{grid-template-columns:1fr 1fr;gap:1rem}.advantage-card{padding:1.25rem 1rem}.advantage-icon{width:44px;height:44px}.advantage-icon .icon{width:22px;height:22px}.blog-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-col{text-align:center}.footer-logo .logo{justify-content:center}.footer-social{justify-content:center}.footer-links{align-items:center}.footer-contact-list{align-items:center}.footer-contact-item{justify-content:center}.cart-item{flex-wrap:wrap;gap:.75rem}.cart-item-img-wrap{width:70px;height:52px}.cart-item-info{flex:1;min-width:120px}.cart-item-subtotal{width:100%;text-align:right;padding-top:.5rem;border-top:1px solid var(--gray-200)}.page-header h1{font-size:1.375rem}.page-header p{font-size:.8125rem}.product-detail-name{font-size:1.25rem}.product-detail-price{font-size:1.5rem}.gallery-thumbs{gap:.375rem;flex-wrap:wrap}.gallery-thumb{width:56px;height:42px}.shop-toolbar{flex-direction:column;align-items:stretch}.shop-filters{flex-direction:column}.form-select{min-width:100%;width:100%}.breadcrumb{font-size:.75rem}.slider-track .product-card{flex:0 0 220px}.contact-card{padding:1.25rem}.contact-form{padding:1.5rem}.side-menu{width:300px}.about-home-text h2{text-align:center}.seo-section h2{font-size:1.0625rem}.seo-section p{font-size:.875rem}.blog-content{padding:0}.product-card-price{font-size:1.0625rem}.product-card-title{font-size:1rem}.product-card-desc{font-size:.8125rem;margin-bottom:.75rem}.product-card-price-row{flex-direction:column;align-items:flex-start;gap:.375rem}.hero-grid{gap:6px}.product-hero-card{height:100px;padding:.5rem;gap:.5rem}.product-hero-img-wrap{width:70px;height:70px}.product-hero-name{font-size:.75rem}.product-hero-price{font-size:.8125rem}.infinite-slider .product-card{flex:0 0 240px}.chips-row{gap:.375rem}.chip{padding:.3rem .75rem;font-size:.75rem}.pagination{gap:.25rem}.page-btn{width:36px;height:36px;font-size:.8125rem}.cart-summary{padding:1.25rem}}@media(max-width:480px){.container{padding:0 1rem}.logo{font-size:1.125rem;gap:.5rem}.logo-img{width:36px!important;height:36px!important}.header-main{padding:.5rem 0}.header-actions{gap:.5rem}.hamburger-btn{width:36px;height:36px}.header-cart-btn{width:36px;height:36px}.mobile-search-toggle{width:36px;height:36px}.hero{padding:2rem 0}.hero-title{font-size:1.375rem;margin-bottom:.75rem}.hero-subtitle{font-size:.875rem;margin-bottom:1.25rem;line-height:1.5}.hero-actions{flex-direction:column;gap:.625rem}.hero-actions .btn{width:100%;justify-content:center}.products-grid{grid-template-columns:1fr 1fr;gap:.75rem}.product-card{margin:0}.product-card-body{padding:.875rem}.product-card-cat{font-size:.6875rem}.product-card-title{font-size:.875rem;margin:.25rem 0}.product-card-desc{display:none}.product-card-price{font-size:.9375rem}.product-old-price{font-size:.75rem}.product-card-actions{flex-direction:column;gap:.5rem}.product-card-actions .btn{font-size:.75rem;padding:.5rem .75rem}.btn-cart-add{width:100%;height:auto;padding:.5rem;border-radius:var(--radius)}.product-card-img-wrap{padding:.5rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.625rem}.cat-card{padding:.875rem .5rem;gap:.5rem}.cat-card-icon{width:36px;height:36px}.cat-card-icon .icon{width:28px;height:28px}.cat-card-title{font-size:.75rem}.cat-card-count{font-size:.6875rem}.advantages-grid{grid-template-columns:1fr}.advantage-card{padding:1.25rem}.section-title{font-size:1.125rem}.side-menu{width:100%}.slider-header{flex-direction:column;gap:.75rem;align-items:flex-start}.slider-controls{align-self:flex-end}.slider-track .product-card{flex:0 0 200px}.slider-nav{width:36px;height:36px}.page-header{padding:1.5rem 0}.page-header h1{font-size:1.25rem}.product-detail-name{font-size:1.125rem}.product-detail-price{font-size:1.375rem}.product-detail-old-price{font-size:.875rem}.product-detail-desc{font-size:.875rem}.product-detail-features h3{font-size:.9375rem}.features-list li{font-size:.8125rem}.product-detail-actions .btn{width:100%;font-size:.875rem}.product-contact-options h3{font-size:.9375rem}.contact-options-grid .btn{font-size:.8125rem;padding:.625rem 1rem}.cart-item{padding:.75rem}.cart-item-img-wrap{width:60px;height:45px}.cart-item-info h3{font-size:.8125rem}.cart-item-price{font-size:.75rem}.cart-item-qty{gap:.375rem}.qty-btn{width:26px;height:26px}.qty-val{font-size:.8125rem}.cart-item-subtotal{font-size:.875rem}.cart-summary h3{font-size:1rem}.cart-total-row{font-size:1rem}.cart-total-row strong{font-size:1.125rem}.contact-card{padding:1rem}.contact-card h3{font-size:.875rem}.contact-card a,.contact-card p{font-size:.8125rem}.contact-form{padding:1.25rem}.contact-form h3{font-size:1rem}.blog-card-body{padding:1rem}.blog-card-title{font-size:1rem}.blog-card-excerpt{font-size:.8125rem}.blog-content h3{font-size:1.125rem}.blog-content p{font-size:.875rem}.blog-content li{font-size:.875rem}.about-text-block h2{font-size:1.25rem}.about-text-block p{font-size:.875rem}.lightbox{padding:1rem}.lightbox-close{top:.75rem;right:.75rem;font-size:2rem}.footer-bottom{font-size:.6875rem}.footer-desc{font-size:.75rem}.footer-link{font-size:.75rem}.footer-contact-item{font-size:.75rem}.footer-title{font-size:.8125rem}.hero-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:6px}.product-hero-card{height:auto;min-height:80px}.hero-slide{width:calc(100vw - 2rem)}.hero-controls{position:static;justify-content:center;margin-bottom:.75rem}.infinite-slider .product-card{flex:0 0 200px;margin:0 .5rem}.no-results{padding:2rem 0;font-size:1rem}.cart-notification{padding:.625rem 1rem;font-size:.8125rem}.blog-cta{padding:1.25rem}.blog-cta p{font-size:.875rem}}@media(max-width:360px){.container{padding:0 .75rem}.logo{font-size:1rem}.logo-img{width:32px!important;height:32px!important}.hero-title{font-size:1.25rem}.hero-subtitle{font-size:.8125rem}.products-grid{grid-template-columns:1fr;gap:.75rem}.product-card-desc{display:block;font-size:.8125rem}.product-card-actions{flex-direction:row}.btn-cart-add{width:auto;height:auto;padding:.5rem}.categories-grid{grid-template-columns:1fr 1fr;gap:.5rem}.hero-grid{grid-template-columns:1fr}.product-hero-card{height:auto;min-height:70px}.cart-item-info h3{font-size:.75rem}.page-header h1{font-size:1.125rem}}@media(min-width:1440px){:root{--container:1400px}.hero-title{font-size:2.75rem}.products-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1920px){:root{--container:1600px}html{font-size:17px}.products-grid{grid-template-columns:repeat(5,1fr)}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr}}@media(hover:none) and (pointer:coarse){.btn:hover,.button:hover{transform:none}.product-card:hover{transform:none;box-shadow:var(--nm-shadow)}.product-card:active{transform:scale(.98)}.category-item:hover .mega-menu{opacity:0;visibility:hidden}.search-input-wrap:focus-within{transform:none}.search-btn:hover{transform:none}.btn,.button,.hamburger-btn,.header-cart-btn,.mobile-search-toggle,a{min-height:44px;min-width:44px}.menu-nav-link{padding:.875rem 1rem;min-height:48px;display:flex;align-items:center}.menu-cat-link{padding:.75rem 1rem;min-height:48px}.footer-link{padding:.375rem 0;min-height:44px;display:flex;align-items:center}.chip{min-height:44px;display:inline-flex;align-items:center}.page-btn{min-height:44px;min-width:44px}.gallery-nav{width:40px;height:40px}.qty-btn{min-width:36px;min-height:36px}}@media(max-width:768px) and (orientation:landscape){.hero{padding:2rem 0}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.875rem;margin-bottom:1rem}.hero-inner{flex-direction:row;gap:1.5rem}.hero-content{max-width:50%}.hero-slider-wrap{flex:1}.hero-actions{flex-direction:row}.hero-actions .btn{width:auto}}@media print{.cart-notification,.footer-social,.hamburger-btn,.header-sub,.header-top,.hero-controls,.menu-overlay,.mobile-search-bar,.mobile-search-toggle,.product-card-actions,.side-menu,.slider-controls{display:none!important}.hero{padding:1rem 0;background:var(--white)!important;color:var(--blue-dark)!important}.hero-subtitle,.hero-title{color:var(--blue-dark)!important}body{font-size:12pt}}.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:3rem 0}.error-content{text-align:center;max-width:600px;margin:0 auto}.error-icon{margin-bottom:1.5rem}.error-icon .icon{width:120px;height:120px;color:var(--orange);opacity:.8}.error-title{font-size:6rem;font-weight:900;color:var(--blue);margin:0;line-height:1}.error-subtitle{font-size:1.75rem;font-weight:700;color:var(--gray-700);margin:1rem 0}.error-text{font-size:1rem;color:var(--gray-600);margin-bottom:2rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.error-suggestions{background:var(--gray-50);border:2px solid var(--gray-200);padding:2rem;margin-top:2rem;text-align:left}.error-suggestions h3{font-size:1.125rem;color:var(--blue);margin-bottom:1rem}.error-suggestions ul{list-style:none;padding:0;margin:0}.error-suggestions li{margin-bottom:.75rem}.error-suggestions a{color:var(--gray-700);font-size:.9375rem;transition:var(--transition);display:inline-flex;align-items:center;gap:.5rem}.error-suggestions a:hover{color:var(--orange)}.error-suggestions a::before{content:'→';color:var(--orange);font-weight:700}@media(max-width:768px){.error-title{font-size:4rem}.error-subtitle{font-size:1.25rem}.error-icon .icon{width:80px;height:80px}.error-actions{flex-direction:column}.error-actions .btn{width:100%}.error-suggestions{padding:1.25rem}}