:root{--bg:#012;--panel:#0a1929;--secondary-panel:#1e3a5f;--muted:#6b9dc2;--stroke:#2b5797;--brand:#87ceeb;--accent:#4a90e2;--wave-foam:#b3d9ff;--deep-teal:#006b7d}*{box-sizing:border-box}html,body{background:var(--bg);color:#fff;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,Helvetica,sans-serif;overflow-x:hidden}body{background-image:url(/logo_white.png);background-position:50%;background-repeat:no-repeat;background-size:500px;background-attachment:fixed;position:relative}body:after{content:"";z-index:-2;pointer-events:none;background:rgba(0,17,34,.9);width:100%;height:100%;position:fixed;top:0;left:0}.container{z-index:2;max-width:1200px;margin:0 auto;padding:24px;position:relative}.row{align-items:center;gap:16px;display:flex}.space-between{justify-content:space-between}.header{z-index:1000;border-bottom:2px solid var(--stroke);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;background:rgba(0,17,34,.98);padding:12px 0;position:-webkit-sticky;position:sticky;top:0}.brand{z-index:1001;flex-grow:1;position:relative}.brand img{filter:brightness(1.1);z-index:1001;cursor:pointer;pointer-events:auto;width:auto;position:relative;height:120px!important}.brand a{z-index:1001;pointer-events:auto;display:inline-block;position:relative}nav{position:relative;z-index:1002!important;pointer-events:auto!important}nav a{z-index:1003!important;pointer-events:auto!important;color:var(--brand)!important;cursor:pointer!important;font-weight:600!important;text-decoration:none!important;transition:all .3s!important;display:inline-block!important;position:relative!important}nav a:hover{color:#fff!important;background:var(--accent)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px rgba(74,144,226,.5)!important}select{z-index:1004!important;pointer-events:auto!important;cursor:pointer!important;-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:menulist!important;background:var(--bg)!important;color:#fff!important;border:1px solid var(--stroke)!important;position:relative!important}select:hover{border-color:var(--accent)!important;background:rgba(74,144,226,.1)!important}select:focus{outline:2px solid var(--accent)!important;outline-offset:2px!important}select option{background:var(--bg)!important;color:#fff!important;padding:8px!important}.nav{z-index:100;gap:20px;display:flex;position:relative}.nav a{color:var(--brand);z-index:101;pointer-events:auto;cursor:pointer;border-radius:8px;padding:8px 16px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav a:hover{color:#fff;background:var(--accent);transform:translateY(-2px);box-shadow:0 4px 16px rgba(74,144,226,.4)}.hero{border:2px solid var(--stroke);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3;background:rgba(10,25,41,.85);border-radius:16px;margin-top:32px;padding:48px;position:relative;box-shadow:0 8px 32px rgba(0,0,0,.4)}.hero h1{color:var(--brand);text-shadow:2px 2px 8px rgba(0,0,0,.8);margin:0 0 12px;font-size:48px}.hero p{color:var(--muted);text-shadow:1px 1px 3px rgba(0,0,0,.6);max-width:720px;font-size:18px;line-height:1.6}.cta{gap:16px;margin-top:24px;display:flex}.btn{border:2px solid var(--stroke);background:var(--panel);color:#fff;cursor:pointer;z-index:50;pointer-events:auto;border-radius:10px;padding:14px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.3)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--deep-teal)}.btn-ghost{border-color:var(--brand);color:var(--brand);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(30,58,95,.8)}.btn-ghost:hover{background:var(--brand);color:var(--bg)}.btn-small{padding:8px 16px;font-size:14px}.grid{z-index:3;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px;display:grid;position:relative}@media (max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid{grid-template-columns:1fr}}.card{border:2px solid var(--stroke);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:4;background:rgba(10,25,41,.9);border-radius:16px;padding:20px;transition:all .3s;position:relative;box-shadow:0 4px 16px rgba(0,0,0,.3)}.card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.4)}.card h3{color:var(--brand);margin:12px 0 8px;font-size:20px}.card .desc{color:var(--muted);min-height:44px;line-height:1.5}.thumb{border:2px solid var(--stroke);background:linear-gradient(135deg,var(--bg),var(--secondary-panel));border-radius:12px;justify-content:center;align-items:center;height:180px;margin-bottom:12px;display:flex;overflow:hidden}.thumb img{object-fit:cover;border-radius:10px;width:100%;height:100%}.thumb-ph{color:var(--muted);font-size:18px}.cat-nav{z-index:500;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--stroke);background:rgba(0,17,34,.95);border-radius:12px;flex-wrap:wrap;gap:12px;margin:16px 0 24px;padding:16px;display:flex;position:-webkit-sticky;position:sticky;top:140px}.cat-btn{border:2px solid var(--stroke);color:var(--brand);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:501;pointer-events:auto;cursor:pointer;background:rgba(30,58,95,.8);border-radius:25px;padding:12px 20px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.cat-btn:hover{color:#fff;background:var(--accent);border-color:var(--accent);transform:scale(1.05)}.cat-block{z-index:3;margin:32px 0;position:relative}.cat-title{color:var(--brand);text-shadow:2px 2px 4px rgba(0,0,0,.7);margin:0 0 16px;font-size:28px}.features{z-index:3;flex-wrap:wrap;gap:20px;margin-top:32px;display:flex;position:relative}.feature{background:var(--accent);color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:25px;padding:12px 24px;font-size:16px;font-weight:600;box-shadow:0 4px 16px rgba(0,0,0,.3)}.footer{border-top:2px solid var(--stroke);color:var(--muted);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3;background:rgba(0,17,34,.8);margin-top:48px;padding:24px 0;font-size:16px;position:relative}@media (max-width:639px){html,body{width:100%!important;max-width:100vw!important;height:auto!important;min-height:100vh!important;overflow-x:hidden!important;overflow-y:auto!important}body{background-position:50%;background-size:150px;background-attachment:scroll}button,a.btn,input[type=submit],input[type=button]{min-width:44px!important;min-height:44px!important}.container{width:100%!important;max-width:100%!important;height:auto!important;padding:0 8px!important;overflow-y:visible!important}.product-grid,.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;height:auto!important;max-height:none!important}}@media (min-width:640px) and (max-width:1023px){html,body{width:100%;overflow-x:hidden;height:auto!important;overflow-y:auto!important}.product-grid,.products-grid{grid-template-columns:repeat(3,1fr)!important;gap:16px!important;height:auto!important;max-height:none!important}}@media (min-width:1024px){html,body{height:auto!important;overflow-y:auto!important}.product-grid,.products-grid{grid-template-columns:repeat(4,1fr)!important;gap:20px!important;height:auto!important;max-height:none!important}}@media (max-width:768px){html,body{width:100%;overflow-x:hidden}.brand img{height:80px!important}.hero{padding:32px 20px}.hero h1{font-size:36px}.nav{flex-direction:column;gap:8px}.cat-nav{top:100px}body{background-position:50%;background-size:200px;background-attachment:scroll}.header-container{flex-direction:column!important;align-items:center!important;gap:16px!important;padding:0 16px!important}.header-container>div{justify-content:center!important;width:100%!important;max-width:none!important}.header-container>div:first-child{order:1}.header-container img{width:auto!important;height:100px!important}.header-container>div:nth-child(2){order:3;max-width:100%!important}.header-container>div:nth-child(3){order:2;justify-content:center!important}.container{padding:0 16px!important}.product-grid{grid-template-columns:1fr!important;gap:24px!important}.product-card{border-radius:16px!important;margin-bottom:0!important}.product-card img{height:200px!important}.product-card .wishlist-btn{width:44px!important;height:44px!important;font-size:18px!important}.product-card .stock-badge{padding:6px 12px!important;font-size:13px!important}.product-card .add-to-cart-btn{min-height:52px!important;padding:16px 20px!important;font-size:16px!important}.product-card .details-btn{min-width:90px!important;min-height:52px!important;padding:16px 18px!important}.filter-section{margin:16px 0!important;padding:24px 20px!important}.filter-grid{grid-template-columns:1fr!important;gap:20px!important}.filter-group{padding:20px!important}.search-input{padding:16px 60px 16px 20px!important;font-size:16px!important}.search-icon{width:40px!important;height:40px!important}.page-header{padding:20px 0!important;position:static!important}.page-header h1{font-size:28px!important}.favorites-badge{padding:10px 16px!important;font-size:15px!important}button,select,input[type=range],input[type=checkbox],input[type=text],input[type=search],input[type=email],textarea{-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:44px!important}.btn{min-height:48px!important;padding:14px 20px!important;font-size:16px!important}input,textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:8px}input[type=text],input[type=search],input[type=email],input[type=tel],input[type=password],textarea,select{font-size:16px!important}select{padding:12px 14px!important;font-size:16px!important}input[type=checkbox]{width:24px!important;height:24px!important}.no-results{margin:16px 0!important;padding:40px 24px!important}.no-results h3{font-size:24px!important}.no-results p{font-size:16px!important}.no-results .action-buttons{flex-direction:column!important;gap:12px!important}.no-results button{width:100%!important;padding:16px 24px!important}.quick-view-modal{max-width:calc(100vw - 20px)!important;max-height:90vh!important;margin:10px!important}.quick-view-modal>div:last-child{grid-template-columns:1fr!important;gap:20px!important;padding:20px!important}.quick-view-modal h1{font-size:22px!important}.quick-view-modal h2{font-size:20px!important}.quick-view-modal .quick-view-modal>div:first-child{padding:20px 24px!important}.recently-viewed{margin-bottom:20px!important;padding:16px!important}.recently-viewed h2{font-size:18px!important}.recently-viewed>div:last-child{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.toast-container{bottom:20px!important;left:10px!important;right:10px!important}.toast-item{width:100%!important;min-width:auto!important;max-width:none!important;padding:14px 16px!important;font-size:14px!important}.nav{flex-wrap:wrap!important;justify-content:center!important;gap:12px!important}.nav a{padding:8px 16px!important;font-size:14px!important}.hero{margin-top:20px!important;padding:24px 16px!important}.hero h1{text-align:center!important;font-size:28px!important}.hero p{text-align:center!important;font-size:16px!important}}@media (max-width:1024px) and (min-width:769px){.header-container{gap:16px!important}.header-container>div:nth-child(2){max-width:400px!important}.container{padding:0 20px!important}.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:28px!important}.filter-grid{grid-template-columns:1fr 1fr!important;gap:20px!important}.page-header h1{font-size:32px!important}.search-input{padding:15px 55px 15px 22px!important}}a,button,.btn,.cat-btn,select{pointer-events:auto!important;cursor:pointer!important}@media (hover:none) and (pointer:coarse){.product-card{transition:none!important;transform:none!important}.product-card:active{transition:transform .1s!important;transform:scale(.98)!important}button:active{transition:transform .1s!important;transform:scale(.95)!important}.wishlist-btn:active,.add-to-cart-btn:active,.details-btn:active{opacity:.8!important}.product-card .action-buttons{gap:16px!important}.product-card .action-buttons button{min-height:48px!important;padding:14px 18px!important}}*{-webkit-touch-callout:default;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;-khtml-user-select:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}button:focus,input:focus,select:focus,a:focus{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:639px){.product-detail-container{max-width:100%!important;height:auto!important;padding:16px 12px!important;overflow-x:hidden!important;overflow-y:visible!important}.product-detail-grid{grid-template-columns:1fr!important;gap:16px!important;height:auto!important;display:grid!important}.product-image-main{height:350px!important;min-height:350px!important;max-height:350px!important}.product-image-main img,.product-main-image{object-fit:contain!important;width:100%!important;height:350px!important;min-height:350px!important;max-height:350px!important}.product-detail-container button,.product-detail-container select,.product-detail-container input{min-height:44px!important}.product-detail-container .btn-primary{width:100%!important;min-height:48px!important;padding:14px 20px!important;font-size:16px!important}.product-detail-container .card{height:auto!important;overflow:visible!important}}@media (min-width:640px) and (max-width:1023px){.product-detail-grid{grid-template-columns:1fr!important;gap:32px!important}.product-detail-container{padding:24px 16px!important}.product-image-main{height:450px!important;max-height:450px!important}.product-image-main img,.product-main-image{object-fit:contain!important;height:450px!important;max-height:450px!important}}@media (min-width:1024px){.product-detail-grid{grid-template-columns:1fr 1fr!important;gap:48px!important}.product-image-main{height:500px!important;max-height:500px!important}.product-image-main img,.product-main-image{object-fit:contain!important;height:500px!important;max-height:500px!important}}@media (max-width:639px){.cart-page-section{padding:12px 8px 220px!important}.cart-item-card{padding:12px!important}.cart-summary-wrapper{z-index:1000!important;border-radius:16px 16px 0 0!important;max-height:70vh!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow-y:auto!important}.cart-order-summary .btn,.cart-order-summary button,.cart-order-summary a{width:100%!important;min-height:48px!important}.cart-item-quantity button{min-width:44px!important;min-height:44px!important}.cart-item-remove{min-height:44px!important}}@media (min-width:640px) and (max-width:1023px){.cart-summary-grid{grid-template-columns:1fr!important}}@media (min-width:1024px){.cart-summary-wrapper{position:static!important}.cart-summary-grid{grid-template-columns:1fr 350px!important;display:grid!important}}@media (prefers-contrast:high){:root{--bg:#000;--panel:#1a1a1a;--brand:#fff;--accent:#0ff;--stroke:#fff}.product-card,.filter-section,.filter-group,button{border-width:3px!important}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
@media screen and (max-width:639px){html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size:16px}body{-webkit-overflow-scrolling:touch;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5;width:100%!important;overflow-x:hidden!important}*,:before,:after{box-sizing:border-box;max-width:100vw}.container,[class*=container]{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:8px!important;overflow-x:hidden!important}h1{margin:16px 0 12px!important;font-size:24px!important;font-weight:700!important;line-height:1.2!important}h2{margin:12px 0 8px!important;font-size:20px!important;font-weight:600!important;line-height:1.3!important}h3{margin:8px 0 6px!important;font-size:16px!important;font-weight:600!important;line-height:1.3!important}p{font-size:16px!important;line-height:1.5!important}.btn,button,[role=button],input[type=submit],input[type=button]{touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;border-radius:8px!important;min-width:44px!important;min-height:44px!important;padding:12px 16px!important;font-size:16px!important;font-weight:600!important}.product-grid,.products-grid,[class*=grid]{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;width:100%!important;margin:0!important;padding:8px!important;display:grid!important;overflow-x:hidden!important}.product-card,[class*=product-card]{background:rgba(16,20,27,.95)!important;border:2px solid rgba(74,144,226,.3)!important;border-radius:12px!important;flex-direction:column!important;height:auto!important;min-height:auto!important;margin:0!important;padding:0!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important;overflow:hidden!important}.product-card:active{border-color:rgba(74,144,226,.6)!important;transform:scale(.98)!important}.product-card>div:first-child{aspect-ratio:1!important;flex-shrink:0!important;width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important;position:relative!important;overflow:hidden!important}.product-card img{object-fit:cover!important;width:100%!important;height:100%!important}.product-card>div:last-child{flex-direction:column!important;flex:1!important;padding:8px!important;display:flex!important}.product-card h3{text-overflow:ellipsis!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0 0 6px!important;font-size:14px!important;line-height:1.3!important;display:-webkit-box!important;overflow:hidden!important}.product-card .price-display,.price-display{margin:4px 0!important;font-size:16px!important;font-weight:700!important}.product-card .category-badge,.category-badge{margin:2px 0!important;padding:4px 8px!important;font-size:10px!important}.stock-badge{padding:4px 8px!important;font-size:10px!important;top:8px!important;right:8px!important}.wishlist-btn{justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;padding:0!important;font-size:18px!important;display:flex!important;top:8px!important;left:8px!important}.action-buttons{width:100%!important;margin-top:8px!important;display:flex!important}.add-to-cart-btn{letter-spacing:.5px!important;border-radius:6px!important;width:100%!important;min-height:40px!important;padding:10px 12px!important;font-size:11px!important;font-weight:600!important;transition:all .2s!important}.add-to-cart-btn:active{transform:scale(.98)!important}.quick-view-btn,.details-btn{display:none!important}.mobile-header{z-index:1000!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:rgba(16,20,27,.98)!important;border-bottom:2px solid rgba(74,144,226,.3)!important;height:auto!important;min-height:60px!important;padding:10px 16px!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;box-shadow:0 4px 12px rgba(0,0,0,.4)!important}.mobile-header-content{justify-content:space-between!important;align-items:center!important;gap:12px!important;height:100%!important;display:flex!important}.mobile-logo{background:0 0!important;align-items:center!important;height:100%!important;display:flex!important}.mobile-logo img{background:0 0!important}.mobile-logo-text{letter-spacing:.5px!important;font-size:18px!important;font-weight:700!important}.hamburger-btn{justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;padding:8px!important;display:flex!important}.cart-btn{border-radius:8px!important;min-height:44px!important;padding:8px 14px!important;font-size:14px!important}.desktop-only{display:none!important}.mobile-only{display:block!important}.filter-section{border-radius:12px!important;margin-bottom:16px!important;padding:16px!important}.filter-section h2{margin-bottom:12px!important;font-size:20px!important}.filter-grid{grid-template-columns:1fr!important;gap:16px!important}.filter-group{padding:16px!important}input[type=search],input[type=text],input[type=email],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:8px!important;min-height:44px!important;padding:12px 16px!important;font-size:16px!important}.category-filter-section{display:none!important}.page-header{margin-bottom:16px!important;padding:16px 0!important}.page-header h1{text-align:center!important;font-size:24px!important}.mobile-page-header{margin-bottom:12px!important;padding:12px 0!important}.mobile-page-header h1{margin-bottom:8px!important;font-size:20px!important}.hero-section{text-align:center!important;align-items:center!important;min-height:60vh!important;padding:60px 16px 24px!important}.hero-section h1{text-align:center!important;margin-bottom:16px!important;font-size:max(28px,min(8vw,48px))!important;line-height:1.2!important}.hero-section p{text-align:center!important;max-width:100%!important;font-size:max(16px,min(4vw,20px))!important;line-height:1.5!important}.hero-section .btn{border-radius:10px!important;width:100%!important;max-width:300px!important;margin:8px auto!important;padding:14px 24px!important;font-size:16px!important;transition:all .2s!important}.hero-section .btn:active{transform:scale(.97)!important}.modal-content,.quick-view-modal{border-radius:16px!important;width:calc(100vw - 20px)!important;max-width:none!important;height:auto!important;max-height:90vh!important;margin:10px!important}.toast,.toast-item{width:calc(100vw - 32px)!important;max-width:none!important;font-size:14px!important;left:16px!important;right:16px!important}.back-to-top,button[title="Back to top"]{width:48px!important;height:48px!important;bottom:20px!important;right:20px!important}.no-results{padding:40px 20px!important}.no-results h3{font-size:22px!important}.no-results .action-buttons{flex-direction:column!important;gap:12px!important}.no-results button{width:100%!important;min-height:48px!important}.mobile-nav-overlay{z-index:1001!important;opacity:0!important;visibility:hidden!important;background:rgba(0,0,0,.8)!important;width:100%!important;height:100vh!important;transition:all .3s!important;position:fixed!important;top:0!important;left:0!important}.mobile-nav-overlay[data-open=true]{opacity:1!important;visibility:visible!important}.mobile-nav-menu{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:linear-gradient(rgba(16,20,27,.98) 0%,rgba(20,25,35,.98) 100%)!important;border-right:2px solid rgba(74,144,226,.4)!important;width:280px!important;height:100%!important;padding:24px 0!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;position:absolute!important;top:0!important;left:0!important;transform:translate(-100%)!important;box-shadow:4px 0 24px rgba(0,0,0,.5)!important}.mobile-nav-menu[data-open=true]{transform:translate(0)!important}.mobile-nav-link{color:rgba(255,255,255,.9)!important;letter-spacing:.3px!important;border-left:4px solid transparent!important;align-items:center!important;min-height:48px!important;padding:14px 24px!important;font-size:16px!important;font-weight:500!important;text-decoration:none!important;transition:all .2s!important;display:flex!important;position:relative!important}.mobile-nav-link:before{content:""!important;background:var(--brand)!important;width:0!important;height:0!important;transition:all .2s!important;position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%)!important}.mobile-nav-link:hover,.mobile-nav-link:active{border-left-color:var(--brand)!important;color:var(--brand)!important;background:rgba(74,144,226,.15)!important;padding-left:28px!important}.mobile-nav-link:hover:before{width:4px!important;height:100%!important}.hamburger-icon{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:3px!important;display:flex!important}.hamburger-line{background:var(--brand)!important;border-radius:1px!important;width:18px!important;height:2px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.hamburger-btn[data-open=true] .hamburger-line-1{transform:rotate(45deg)translateY(6px)!important}.hamburger-btn[data-open=true] .hamburger-line-2{opacity:0!important}.hamburger-btn[data-open=true] .hamburger-line-3{transform:rotate(-45deg)translateY(-6px)!important}input[type=checkbox]{width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important}input[type=range]{height:44px!important;padding:16px 0!important}.product-grid,.container,main{-webkit-overflow-scrolling:touch;transform:translate(0,0)}button:active,.btn:active{transition:transform .1s!important;transform:scale(.98)!important}input,select,textarea{font-size:16px!important}img{-webkit-backface-visibility:hidden;backface-visibility:hidden;max-width:100%!important;height:auto!important}}@media screen and (min-width:640px) and (max-width:1023px){.product-grid,.products-grid{grid-template-columns:repeat(3,1fr)!important;gap:16px!important}.container{padding:0 16px!important}.filter-grid{grid-template-columns:repeat(2,1fr)!important}.mobile-only{display:none!important}.hero-section h1{font-size:40px!important}.hero-section p{font-size:20px!important}}@media screen and (min-width:1024px){.product-grid,.products-grid{grid-template-columns:repeat(4,1fr)!important;gap:20px!important}.container{max-width:1400px!important;padding:0 24px!important}.mobile-only{display:none!important}.desktop-only{display:block!important}}.mobile-full-width{width:100%!important}.mobile-center{text-align:center!important}.mobile-flex{display:flex!important}.mobile-grid{display:grid!important}.mobile-hidden{display:none!important}@media (hover:none) and (pointer:coarse){button,.btn,a,input,select{min-width:44px!important;min-height:44px!important}button:active,.btn:active{transform:scale(.98)!important}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:high){.product-card,.filter-section,.filter-group,button{border-width:3px!important}}
@media (max-width:768px){button:focus,input:focus,select:focus,textarea:focus,[tabindex]:focus{outline:2px solid var(--brand);outline-offset:2px;box-shadow:0 0 0 4px rgba(135,206,235,.2)}input[type=text],input[type=email],input[type=tel],input[type=password],select,textarea{border:2px solid var(--stroke);background:var(--panel);color:#fff;border-radius:8px;min-height:44px;padding:12px 16px;font-size:16px;transition:border-color .2s}input:focus,select:focus,textarea:focus{border-color:var(--brand)}.modal,[role=dialog]{z-index:1000;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.9);padding:16px;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.modal-content{background:var(--panel);border-radius:12px;max-width:100%;margin:auto;padding:20px;position:relative}.loading-spinner{border:3px solid rgba(135,206,235,.3);border-top:3px solid var(--brand);border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart-button,.wishlist-button{position:relative;overflow:hidden}.cart-button:before,.wishlist-button:before{content:"";background:rgba(255,255,255,.2);border-radius:50%;width:0;height:0;transition:width .3s,height .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-button:active:before,.wishlist-button:active:before{width:100px;height:100px}.quick-view-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,17,34,.95)}.mobile-spacing{margin-bottom:24px}.mobile-spacing:last-child{margin-bottom:0}.toast{background:var(--panel);border:1px solid var(--brand);z-index:1001;border-radius:8px;padding:16px;transition:transform .3s;position:fixed;bottom:20px;left:16px;right:16px;transform:translateY(100px)}.toast.show{transform:translateY(0)}body{overflow-x:hidden}img{max-width:100%;height:auto}.responsive-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.responsive-table table{min-width:100%;font-size:14px}}@media (max-width:375px){.product-grid{grid-template-columns:1fr 1fr;gap:4px}.container{padding-left:12px;padding-right:12px}h1{font-size:22px}h2{font-size:18px}}@media (min-width:768px) and (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr);gap:12px}.container{padding-left:24px;padding-right:24px}}
:root{--touch-target-min:44px;--mobile-spacing:16px;--mobile-font-base:16px;--mobile-font-large:18px;--mobile-font-xlarge:24px}@media (max-width:768px){body{font-size:var(--mobile-font-base);line-height:1.6}h1{margin-bottom:16px;font-size:28px;line-height:1.2}h2{font-size:24px;line-height:1.3}h3{font-size:20px;line-height:1.4}p{font-size:var(--mobile-font-base);margin-bottom:12px;line-height:1.6}.btn,button:not(.icon-only){min-height:var(--touch-target-min);font-size:var(--mobile-font-base);border-radius:8px;width:100%;max-width:100%;padding:14px 24px;font-weight:600;transition:all .2s}.btn-primary{min-height:48px;font-size:18px}.btn-small{min-height:40px;padding:10px 16px;font-size:14px}.product-grid{padding:var(--mobile-spacing);grid-template-columns:1fr;gap:16px;display:grid}.product-card{background:rgba(30,42,58,.95);border:1px solid rgba(74,144,226,.2);border-radius:12px;flex-direction:column;transition:transform .2s;display:flex;overflow:hidden}.product-card:active{transform:scale(.98)}.product-card-image{aspect-ratio:1;object-fit:cover;width:100%}.product-card-content{padding:16px}.product-card-title{color:#fff;margin-bottom:8px;font-size:18px;font-weight:600}.product-card-price{color:var(--brand);margin-bottom:12px;font-size:20px;font-weight:700}.product-card-button{width:100%;min-height:44px;font-size:16px;font-weight:600}.cart-container{padding:var(--mobile-spacing)}.cart-item{background:rgba(30,42,58,.95);border:1px solid rgba(74,144,226,.2);border-radius:12px;grid-template-columns:80px 1fr;gap:12px;margin-bottom:12px;padding:16px;display:grid}.cart-item-image{object-fit:cover;border-radius:8px;width:80px;height:80px}.cart-item-details{flex-direction:column;gap:8px;display:flex}.cart-item-title{color:#fff;font-size:16px;font-weight:600}.cart-item-price{color:var(--brand);font-size:18px;font-weight:700}.cart-quantity-controls{align-items:center;gap:12px;display:flex}.cart-quantity-btn{border-radius:8px;justify-content:center;align-items:center;min-width:44px;min-height:44px;font-size:20px;font-weight:700;display:flex}.cart-summary{background:rgba(16,20,27,.98);border-top:2px solid rgba(74,144,226,.3);padding:20px;position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;box-shadow:0 -4px 20px rgba(0,0,0,.3)}.cart-total{color:var(--brand);margin-bottom:16px;font-size:24px;font-weight:700}.mobile-nav{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(16,20,27,.98);border-bottom:1px solid rgba(74,144,226,.2);position:-webkit-sticky;position:sticky;top:0}.mobile-nav-container{padding:12px var(--mobile-spacing);justify-content:space-between;align-items:center;min-height:60px;display:flex}.mobile-menu-button{min-width:var(--touch-target-min);min-height:var(--touch-target-min);color:var(--brand);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(16,20,27,.98);padding:20px;transition:transform .3s;position:fixed;top:60px;bottom:0;left:0;right:0;transform:translate(-100%)}.mobile-menu.open{transform:translate(0)}.mobile-menu-item{color:#fff;min-height:var(--touch-target-min);border-bottom:1px solid rgba(74,144,226,.1);padding:16px;font-size:18px;font-weight:600;text-decoration:none;display:block}input[type=text],input[type=email],input[type=tel],input[type=number],select,textarea{width:100%;min-height:var(--touch-target-min);font-size:var(--mobile-font-base);border:2px solid var(--stroke);background:var(--bg);color:#fff;border-radius:8px;padding:12px 16px}textarea{min-height:120px}label{color:var(--brand);margin-bottom:8px;font-size:16px;font-weight:600;display:block}.form-group{margin-bottom:20px}.contact-buttons-container{flex-direction:column;gap:12px;padding:16px;display:flex}.whatsapp-button,.email-button{border-radius:12px;justify-content:center;align-items:center;gap:12px;min-height:56px;font-size:18px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.whatsapp-button{color:#fff;background:#25d366;border:2px solid #25d366}.email-button{color:#fff;background:#4a90e2;border:2px solid #4a90e2}.whatsapp-button:active{background:#20ba5a;transform:scale(.98)}.email-button:active{background:#3a7bc8;transform:scale(.98)}.card{background:rgba(30,42,58,.95);border:1px solid rgba(74,144,226,.2);border-radius:12px;margin-bottom:16px;padding:20px}.card h3{color:var(--brand);margin-bottom:16px;font-size:20px;font-weight:700}img{max-width:100%;height:auto}.product-image{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.hide-mobile{display:none!important}.show-mobile{display:block!important}.mobile-full-width{width:100%!important;max-width:100%!important}.mobile-padding{padding:var(--mobile-spacing)}.mobile-margin{margin:var(--mobile-spacing)}body{overflow-x:hidden}.container{max-width:100%;padding-left:var(--mobile-spacing);padding-right:var(--mobile-spacing)}}.icon{vertical-align:middle;width:20px;height:20px;display:inline-block}.icon-lg{width:24px;height:24px}.no-emoji{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}
@media (max-width:768px){*{-webkit-tap-highlight-color:rgba(74,144,226,.2);box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5;overflow-x:hidden}html,body{max-width:100vw;overflow-x:hidden}.container{max-width:100%;padding:0 16px}h1{margin-bottom:16px;font-size:28px;font-weight:700;line-height:1.2}h2{margin-bottom:12px;font-size:24px;font-weight:700;line-height:1.3}h3{margin-bottom:12px;font-size:20px;font-weight:700;line-height:1.4}p{margin-bottom:12px;font-size:16px;line-height:1.6}.product-name{font-size:16px;font-weight:600;line-height:1.4}.product-price{color:var(--brand);font-size:22px;font-weight:700}button,.btn{font-size:16px;font-weight:600}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:16px;display:grid}.product-card-mobile{background:rgba(255,255,255,.03);border:1px solid rgba(74,144,226,.2);border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card-mobile:active{transform:scale(.98)}.product-card-mobile .product-image-container{background:rgba(30,42,58,.6);width:100%;padding-bottom:100%;position:relative;overflow:hidden}.product-card-mobile .product-image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.product-card-mobile .product-info{flex-direction:column;gap:8px;padding:12px;display:flex}.product-card-mobile .product-name{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card-mobile .product-price{color:var(--brand);margin:0;font-size:20px;font-weight:700}.product-card-mobile .add-to-cart-btn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;min-height:40px;padding:10px 12px;font-size:14px;font-weight:600;transition:background .2s}.product-card-mobile .add-to-cart-btn:active{background:#357abd}.mobile-header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(16,20,27,.98);border-bottom:1px solid rgba(74,144,226,.2);padding:12px 16px;position:-webkit-sticky;position:sticky;top:0}.mobile-header-container{justify-content:space-between;align-items:center;max-width:100%;display:flex}.mobile-logo{color:var(--brand);font-size:20px;font-weight:700}.mobile-nav-actions{align-items:center;gap:16px;display:flex}.mobile-cart-icon{justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.mobile-cart-badge{color:#fff;text-align:center;background:#ef4444;border-radius:10px;min-width:18px;padding:2px 6px;font-size:11px;font-weight:700;position:absolute;top:8px;right:8px}.mobile-menu-button{width:44px;height:44px;color:var(--brand);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:24px;display:flex}.mobile-menu-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:rgba(16,20,27,.98);transition:transform .3s;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(-100%)}.mobile-menu-overlay.open{transform:translate(0)}.mobile-menu-header{border-bottom:1px solid rgba(74,144,226,.2);justify-content:space-between;align-items:center;padding:16px;display:flex}.mobile-menu-close{width:44px;height:44px;color:var(--brand);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:28px;display:flex}.mobile-menu-items{padding:20px 0}.mobile-menu-item{color:#fff;border-bottom:1px solid rgba(74,144,226,.1);padding:16px 24px;font-size:18px;font-weight:600;text-decoration:none;transition:background .2s;display:block}.mobile-menu-item:active{background:rgba(74,144,226,.1)}.cart-page-mobile{min-height:100vh;padding:16px}.cart-items-list{flex-direction:column;gap:12px;margin-bottom:100px;display:flex}.cart-item-mobile{background:rgba(30,42,58,.95);border:1px solid rgba(74,144,226,.2);border-radius:12px;grid-template-columns:80px 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.cart-item-mobile .item-image{object-fit:cover;border-radius:8px;width:80px;height:80px}.cart-item-mobile .item-details{flex-direction:column;gap:6px;display:flex}.cart-item-mobile .item-name{color:#fff;font-size:15px;font-weight:600;line-height:1.3}.cart-item-mobile .item-price{color:var(--brand);font-size:18px;font-weight:700}.cart-quantity-controls{align-items:center;gap:8px;margin-top:6px;display:flex}.cart-quantity-btn{width:32px;height:32px;color:var(--brand);cursor:pointer;background:rgba(74,144,226,.2);border:1px solid rgba(74,144,226,.3);border-radius:6px;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.cart-quantity-display{text-align:center;color:#fff;min-width:32px;font-size:16px;font-weight:600}.cart-remove-btn{color:#ef4444;cursor:pointer;background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.cart-summary-mobile{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:rgba(16,20,27,.98);border-top:2px solid rgba(74,144,226,.3);padding:16px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px rgba(0,0,0,.3)}.cart-summary-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cart-summary-label{color:var(--muted);font-size:16px;font-weight:600}.cart-summary-value{color:#fff;font-size:18px;font-weight:700}.cart-total{color:var(--brand);font-size:24px;font-weight:700}.cart-contact-buttons{flex-direction:column;gap:10px;margin-top:16px;display:flex}.cart-whatsapp-btn,.cart-email-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;padding:14px 20px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.cart-whatsapp-btn{color:#fff;background:#25d366}.cart-whatsapp-btn:active{background:#20ba5a}.cart-email-btn{color:#fff;background:#4a90e2}.cart-email-btn:active{background:#357abd}.product-detail-mobile{padding:0}.product-image-gallery{aspect-ratio:1;background:rgba(30,42,58,.6);width:100%;position:relative}.product-detail-content{padding:20px 16px}.product-detail-name{color:#fff;margin-bottom:12px;font-size:24px;font-weight:700;line-height:1.3}.product-detail-price{color:var(--brand);margin-bottom:20px;font-size:28px;font-weight:700}.product-detail-description{color:var(--muted);margin-bottom:20px;font-size:16px;line-height:1.6}.product-features-list{margin-bottom:24px;padding:0;list-style:none}.product-features-list li{color:var(--muted);padding:8px 0 8px 24px;font-size:15px;line-height:1.5;position:relative}.product-features-list li:before{content:"•";color:var(--brand);font-weight:700;position:absolute;left:8px}.product-add-to-cart-sticky{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:rgba(16,20,27,.98);border-top:2px solid rgba(74,144,226,.3);padding:16px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px rgba(0,0,0,.3)}.product-add-to-cart-btn-mobile{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;min-height:56px;padding:16px 24px;font-size:18px;font-weight:700;transition:background .2s}.product-add-to-cart-btn-mobile:active{background:#357abd}.contact-page-mobile{padding:16px}.contact-form-mobile input,.contact-form-mobile textarea,.contact-form-mobile select{color:#fff;background:rgba(30,42,58,.6);border:2px solid rgba(74,144,226,.3);border-radius:8px;width:100%;min-height:48px;margin-bottom:16px;padding:12px 16px;font-size:16px}.contact-form-mobile textarea{resize:vertical;min-height:120px}.contact-form-mobile label{color:var(--brand);margin-bottom:8px;font-size:15px;font-weight:600;display:block}.contact-submit-btn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;min-height:52px;padding:14px 20px;font-size:18px;font-weight:700;transition:background .2s}.contact-submit-btn:active{background:#357abd}.contact-buttons-group{flex-direction:column;gap:12px;margin-top:24px;display:flex}.btn,button:not(.icon-only){cursor:pointer;border:none;border-radius:8px;min-height:44px;padding:12px 20px;font-size:16px;font-weight:600;transition:all .2s}.btn-primary{background:var(--brand);color:#fff;min-height:52px;font-size:18px}.btn-secondary{color:var(--brand);background:rgba(74,144,226,.2);border:2px solid rgba(74,144,226,.3)}.btn-full-width{width:100%}.hero-mobile{text-align:center;background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:60vh;padding:40px 20px;display:flex;position:relative}.hero-mobile:before{content:"";z-index:1;background:rgba(0,0,0,.4);position:absolute;top:0;bottom:0;left:0;right:0}.hero-mobile-content{z-index:2;position:relative}.hero-mobile h1{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);margin-bottom:16px;font-size:32px;font-weight:700;line-height:1.2}.hero-mobile p{color:rgba(255,255,255,.95);margin-bottom:24px;font-size:18px;line-height:1.5}.hero-cta-btn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:10px;min-height:56px;padding:16px 32px;font-size:18px;font-weight:700;box-shadow:0 4px 16px rgba(74,144,226,.4)}.mobile-only{display:block!important}.desktop-only{display:none!important}.mobile-padding{padding:16px}.mobile-margin-bottom{margin-bottom:16px}.mobile-text-center{text-align:center}.mobile-full-width{width:100%!important}*{max-width:100%}img{max-width:100%;height:auto}.lazy-load-placeholder{background:linear-gradient(90deg,rgba(30,42,58,.6) 0%,rgba(45,59,79,.6) 50%,rgba(30,42,58,.6) 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}html{scroll-behavior:smooth}a,button{touch-action:manipulation}}
