body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{overflow-x:hidden}:root{--header-height:70px}body{background:#fbf6e3;background:var(--bg);color:#2c2c2c;color:var(--text);font-family:Poppins,sans-serif;height:auto;margin:0;padding-top:70px;padding-top:var(--header-height);width:100%}section{padding:40px 5%}h1,h2,h3,h4{margin:0}h2{letter-spacing:1px;margin-bottom:30px;position:relative;text-align:center;text-transform:uppercase}h2:after{background:#fbbf24;border-radius:3px;content:"";display:block;height:3px;margin:10px auto 0;width:60px}.btn,h2:after{background:var(--accent)}.btn{color:#2c2c2c;color:var(--dark);font-size:16px;max-width:280px;padding:12px 20px}.btn:hover{box-shadow:0 4px 10px #0000001a;transform:scale(1.05)}img{border-radius:16px;display:block;max-width:100%}.hero-section{background:var(--dark);color:#fff;gap:28px;justify-content:center;min-height:calc(100vh - var(--header-height));padding:32px 5%;text-align:center}.hero-content,.hero-section{align-items:center;display:flex;flex-direction:column;width:100%}.hero-content{gap:16px}.hero-title{font-size:1.75rem;font-weight:700;line-height:1.15;margin:0;overflow:hidden}.hero-title .span{color:var(--accent);font-weight:800}.hero-lead{font-size:.9375rem;line-height:1.6;margin:0 auto;max-width:560px;opacity:.92}.hero-features{color:#e5e7eb;display:flex;flex-wrap:wrap;font-size:.875rem;gap:12px;justify-content:center;margin:8px 0}.hero-features span{align-items:center;display:flex;gap:6px;white-space:nowrap}.hero-content .btn{background-color:#fbbf24;font-weight:700;margin-top:16px;max-width:260px;transition:all .3s ease}.hero-content .btn:hover{box-shadow:0 12px 28px #fbbf244d;transform:translateY(-3px)}.hero-images{grid-gap:10px;border-radius:16px;box-shadow:0 12px 32px #0206174d;display:grid;gap:10px;grid-auto-rows:110px;grid-template-columns:1fr 1fr;max-width:400px;overflow:hidden;padding:4px;width:100%}.hero-images img{transition:transform .3s ease}.hero-images img:hover{transform:scale(1.05)}.hero-images .big{grid-row:span 2}@media (min-width:480px){.hero-images{grid-auto-rows:130px}.visitors-count{display:none!important}}@media (min-width:768px){.hero-section{flex-direction:row;gap:40px;min-height:calc(80vh - var(--header-height));padding:48px 5%;text-align:left;width:100%}.hero-content{align-items:flex-start;flex:1 1 52%;max-width:560px}.hero-title{font-size:2.5rem}.hero-lead{font-size:1rem;max-width:100%}.hero-features{flex-direction:row;font-size:.9375rem;gap:16px}.hero-content .btn{align-self:flex-start;max-width:240px}.hero-images{flex:0 0 45%;gap:14px;grid-auto-rows:180px;max-width:none}}@media (min-width:1024px){.hero-section{padding:48px 8%}.hero-title{font-size:3rem}.hero-lead{font-size:1.125rem}.hero-images{gap:16px;grid-auto-rows:220px}}@media (max-width:360px){.hero-title{font-size:1.5rem}.hero-lead{font-size:.875rem}.hero-features{font-size:.8125rem;gap:8px}.hero-images{gap:8px;grid-auto-rows:95px}}.header{-webkit-overflow-scrolling:none;align-content:center;align-items:center;background-color:var(--dark);box-shadow:0 2px 6px rgba(15,23,42,.418);box-sizing:border-box;display:flex;flex-wrap:wrap;height:80px;justify-content:space-between;left:0;padding-bottom:20px;position:fixed;right:0;top:0;width:100%;z-index:1000}.header,.header-title{overflow:hidden}.span{color:var(--accent)}.icons{align-items:center;color:var(--light);display:flex;flex:1 1;gap:3em;justify-content:flex-end}.icons i{cursor:pointer;font-size:18px}.nav-profile{align-items:center;display:flex;position:relative}.header-title{margin:0}@media (max-width:768px){.header-title{animation:fadeInLogo .6s ease;font-size:1.2rem;letter-spacing:.5px}}@media (max-width:480px){.header-title{font-size:1rem}}.profile-inline{position:relative}.profile-btn,.profile-inline{align-items:center;display:inline-flex}.profile-btn{background:#0000;border:none;border-radius:8px;color:var(--light);cursor:pointer;font-weight:600;gap:6px;padding:6px 8px}.profile-btn:focus{outline:2px solid #fbbf2440}.profile-dropdown{background:#fff;border-radius:10px;box-shadow:0 12px 28px #0206172e;color:var(--dark);min-width:160px;padding:8px 6px;position:absolute;right:0;top:calc(100% + 8px);z-index:1300}.profile-dropdown li{border-radius:8px;cursor:pointer;font-weight:600;padding:10px 12px}.profile-dropdown li:hover{background:var(--bg);color:var(--accent)}.profile-dropdown li:active{transform:translateY(1px)}@media (max-width:480px){.profile-dropdown{left:8px;right:auto}}.menu-btn{background:#0000;border:none;border-radius:8px;color:var(--light);cursor:pointer;padding:6px}.menu-btn i{font-size:18px}.sheet-overlay{background:#02061773;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .28s ease;z-index:1050}.sheet-overlay.visible{opacity:1;pointer-events:auto}.side-sheet{background:#fff;box-shadow:-26px 0 60px #0206171f;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;padding:24px 16px;position:fixed;right:0;top:0;transform:translateX(110%);transition:transform .32s cubic-bezier(.2,.9,.3,1);width:100%;z-index:1060}.side-sheet.open{transform:translateX(0)}.sheet-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:16px 20px}.sheet-header h3{color:#2c2c2c;font-size:1.25rem;font-weight:700;margin:0}.sheet-close{align-items:center;background:#0000;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:6px;transition:color .3s ease}.sheet-close:hover{color:#fbbf24}.sheet-close i{font-size:1.25rem}.sheet-nav{display:flex;flex-direction:column;gap:12px;margin-top:20px}.sheet-nav .navlink{border-radius:8px;color:#1f2937;font-size:1rem;font-weight:700;padding:14px 12px;text-align:center;text-decoration:none}.sheet-nav .navlink.active,.sheet-nav .navlink:hover{background:#fff4dc;color:var(--accent)}.no-scroll{overflow:hidden;touch-action:none}.sheet-profile{background:#fff;border-bottom:1px solid #f3f4f6;padding:14px 16px}.sheet-profile-inner{align-items:center;display:flex;flex-direction:column;gap:20px;gap:8px;justify-self:center}.sheet-profile-name{color:#111827;font-size:1rem;font-weight:700}.sheet-profile-actions{display:flex;gap:8px}.sheet-action{background:#0000;border:1px solid var(--light);border-radius:8px;color:var(--dark);cursor:pointer;font-weight:700;padding:8px 10px}.sheet-action:hover{background:var(--bg);border-color:var(--accent);color:var(--accent)}@media (max-width:480px){.sheet-profile-name{max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.search-overlay{align-items:flex-start;background:#02061773;box-sizing:border-box;display:flex;inset:0;justify-content:center;opacity:0;padding:80px 16px 0;pointer-events:none;position:fixed;transition:opacity .22s ease;z-index:1200}.search-overlay.visible{opacity:1;pointer-events:auto}.search-container{flex-direction:column;max-width:100%}.search-box,.search-container{align-items:center;display:flex;width:100%}.search-box{background:#fff;border-radius:16px;box-shadow:0 25px 80px #02061740;box-sizing:border-box;gap:10px;padding:16px;position:relative}.search-box input{border:2px solid #f0f0f0;border-radius:12px;box-sizing:border-box;font-size:1rem;padding:14px 16px;transition:border-color .3s ease;width:100%}.search-box input:focus{border-color:var(--accent);outline:none}.search-box .search-action{align-items:center;background:linear-gradient(90deg,#ffd366,#f7b731);border:none;border-radius:12px;box-shadow:0 12px 34px #f7b7312e;color:var(--dark);cursor:pointer;display:inline-flex;flex-shrink:0;font-weight:800;gap:6px;justify-content:center;padding:12px 16px;transition:transform .18s cubic-bezier(.2,.9,.3,1),box-shadow .18s ease,filter .15s ease}.search-box .search-action i{font-size:16px}.search-box .search-close{background:#0000;border:none;border-radius:8px;color:#666;cursor:pointer;flex-shrink:0;font-size:1.1rem;padding:6px;transition:color .3s ease}.search-box .search-close:hover{background:#0000000d;color:var(--dark)}.search-results-container{background:#fff;border-radius:16px;box-shadow:0 25px 80px #02061740;margin-top:10px;max-height:300px;overflow:hidden;overflow-y:auto;width:100%}.search-results-list{max-height:280px;overflow-y:auto}.search-result-item{background:#fff;border-bottom:1px solid #f0f0f0;border-left:3px solid #0000;cursor:pointer;display:block;padding:12px;transition:all .2s ease}.search-result-item:hover{background-color:#f8f9fa;border-left-color:var(--accent);transform:translateX(2px)}.search-result-item:last-child{border-bottom:none}.search-result-info h4{color:#2c2c2c;font-size:15px;font-weight:600;margin:0 0 6px}.search-result-info p{color:#666;font-size:13px;line-height:1.4;margin:0 0 10px}.search-result-meta{align-items:flex-start;display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.search-result-price{color:var(--accent);font-size:15px;font-weight:700}.search-result-type{background:var(--light);border-radius:6px;color:var(--dark);font-size:11px;padding:3px 6px;text-transform:capitalize}.search-result-rating{color:#ffb300;font-size:11px}.search-result-category{align-items:center;color:#666;display:flex;font-size:10px;font-style:italic;gap:4px}.search-result-category:before{content:"📌";font-size:9px}.search-loading,.search-no-results{background:#fff;color:#666;font-size:15px;padding:24px 16px;text-align:center}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.cart-sheet{max-width:100vw;padding:20px 16px;width:100%}.cart-count{background:#fff;border-radius:999px;box-shadow:0 2px 8px #0000001f;color:#8a5800;font-size:10px;font-weight:800;height:14px;justify-content:center;line-height:1;min-width:14px;overflow:hidden;padding:1px 5px;pointer-events:none;position:absolute;right:-6px;top:-6px;white-space:nowrap;z-index:10}.cart-count,.cart-header{align-items:center;display:flex}.cart-header{justify-content:space-between}.cart-body{margin-top:12px;max-height:60vh;overflow:auto;padding-right:6px}.cart-item{align-items:center;border-bottom:1px solid #f3f3f3;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:12px 0}.cart-item-title{font-size:14px;font-weight:700}.cart-item-meta{color:#666;font-size:.9rem}.cart-item-controls{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.ctrl-btn{background:var(--light);border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:700;padding:6px 8px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.ctrl-btn:hover{box-shadow:0 8px 24px #0f172a1f;transform:translateY(-2px)}.ctrl-btn:active{transform:translateY(-1px)}.ctrl-btn.remove{background:#0000;border:1px solid #d047471f;border-radius:6px;color:#d04747;font-size:12px;padding:4px 6px}.cart-footer{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-top:18px}.btn.checkout{background:linear-gradient(90deg,#ffd366,#f7b731);border:none;border-radius:12px;box-shadow:0 14px 36px #f7b7312e;color:var(--dark);cursor:pointer;font-weight:800;padding:10px 16px;transition:transform .2s ease,box-shadow .2s ease;width:auto}.btn.checkout:hover{box-shadow:0 22px 50px #f7b73138;transform:translateY(-3px)}.cart-close{background:linear-gradient(90deg,#ffd366,#f7b731);border:none;border-radius:12px;box-shadow:0 12px 36px #f7b73124;color:var(--dark);cursor:pointer;font-size:14px;font-weight:800;padding:8px 12px;transition:transform .18s ease,box-shadow .18s ease}.cart-close:hover{box-shadow:0 22px 50px #f7b7312e;transform:translateY(-2px)}.cart-close:active{transform:translateY(-1px)}.cart-empty{color:#666;padding:14px 0;text-align:center}.icon-btn{align-items:center;background:#ffffff08;border:1px solid #ffffff0a;border-radius:8px;color:var(--light);cursor:pointer;display:inline-flex;font-size:14px;height:50px;justify-content:center;overflow:hidden;padding:6px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;width:50px}.icon-btn,.icon-btn i{position:relative}.icon-btn:hover{background:#ffffff0f;box-shadow:0 10px 30px #0206171f;transform:translateY(-2px)}.icon-btn .cart-count{background:#fff;border-radius:999px;box-shadow:0 6px 18px #00000014;color:#8a5800;font-size:10px;font-weight:800;padding:1px 4px;position:absolute;right:0;top:0}.mobile-actions{border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:8px;margin-bottom:20px;padding-bottom:20px}.action-item{align-items:center;border-radius:8px;color:var(--dark);cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:12px;padding:12px;transition:background-color .3s ease}.action-item:hover{background-color:#fff4dc}.action-item i{font-size:16px;text-align:center;width:18px}.visitor-item{align-items:center;cursor:default;justify-content:center}.visitor-item,.visitor-item:hover{background:#0000!important}.desktop-actions{border-top:1px solid #f0f0f0;margin-top:auto;padding-top:20px}@media (hover:none){.btn:hover,.ctrl-btn:hover,.icon-btn:hover,.search-action:hover{transform:none!important}}@media (min-width:768px){.header{height:var(--header-height);padding:8px 5%}.header-title{font-size:22px}.hero-section{flex-direction:row;gap:40px;min-height:calc(70vh - var(--header-height));padding:48px 5%}.hero-content{align-items:flex-start;flex:1 1 52%;gap:18px;text-align:left}.hero-title{font-size:36px}.hero-lead{font-size:16px;max-width:560px}.hero-content .btn{align-self:flex-start;width:auto}.hero-images{flex:0 0 45%;gap:14px;grid-auto-rows:180px;max-width:none}.hero-features{flex-direction:row;font-size:15px;gap:16px}.side-sheet{width:360px}.search-overlay{padding:120px 5% 0}.search-box,.search-container{max-width:600px}.search-box{min-width:480px}.search-results-container{max-width:600px}.search-result-meta{align-items:center;flex-direction:row;justify-content:space-between}.cart-sheet{max-width:95vw;width:420px}}@media (min-width:1024px){.header{padding:8px 10%}.hero-section{padding:48px 10%}.hero-title{font-size:48px}.hero-lead{font-size:18px}.hero-images{gap:16px;grid-auto-rows:220px}}@media (max-width:360px){.header-title{font-size:16px}.hero-title{font-size:24px}.hero-images{gap:8px;grid-auto-rows:100px}.search-box{flex-direction:column;gap:10px}.search-box .search-action{justify-content:center;width:100%}.icons{gap:5px}.icon-btn{padding:5px}.hero-section{margin-right:0;width:100%}.menu-btn{padding:5px}}@media (max-width:480px){.icons .icon-btn:not(:last-child){display:none}.icons{gap:5px}.nav-profile{margin-left:auto}.rating{display:none}.product-meta{justify-content:flex-start}}.hero-images img{border-radius:12px;height:100%;object-fit:cover;width:100%}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.search-result-item{animation:slideInUp .3s ease forwards}.search-results-list::-webkit-scrollbar{width:4px}.search-results-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.search-results-list::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}.search-results-list::-webkit-scrollbar-thumb:hover{background:#f59e0b}.fade-logo{animation:fadeInLogo .6s ease;display:inline-block;transition:opacity .4s ease,transform .4s ease}@keyframes fadeInLogo{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.logo-wrapper{align-items:center;display:flex;justify-content:flex-start;overflow:hidden}.header-title{color:var(--light);font-size:18px;font-weight:800;line-height:1.2;text-decoration:none;transition:color .3s ease,opacity .3s ease}.header-title:hover{color:var(--accent);opacity:.9}@media (max-width:768px){.header-title{font-size:1.2rem;letter-spacing:.5px;padding-left:10px;padding-right:70px}.rating{display:none}.product-meta{justify-content:flex-start}}@media (max-width:767px){.visitors-count{display:none!important}}@media (min-width:768px){.visitors-count{display:flex!important}}:root{--accent-light:#fef3c7}.product-grid{background:#fbf6e3;background:var(--bg);box-sizing:border-box;color:#2c2c2c;color:var(--text);min-height:100vh;padding:40px 5%;width:100%}.product-grid h2{color:#2c2c2c;color:var(--dark);font-size:2rem;margin-bottom:30px;text-align:center}.filter-controls{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.filters{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.filter-label{color:#6b7280;color:var(--muted);margin-right:12px}.filter-btn,.filter-label{font-size:.9rem;font-weight:600}.filter-btn{align-items:center;background:#fff;background:var(--card-bg);border:1px solid #1018281a;border-radius:12px;border-radius:var(--radius);color:#2c2c2c;color:var(--text);cursor:pointer;display:inline-flex;gap:6px;padding:10px 16px;transition:all .3s ease}.filter-btn:hover{border-color:#fbbf24;border-color:var(--accent);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.filter-btn:focus{box-shadow:0 0 0 3px #fbbf2433;outline:none}.filter-btn.active{background:#fbbf24;background:var(--accent);border-color:#fbbf24;border-color:var(--accent);box-shadow:0 4px 12px #fbbf244d;color:#2c2c2c;color:var(--dark);transform:translateY(-2px)}.sort-controls{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.sort-controls label{color:#6b7280;color:var(--muted);font-size:.9rem;font-weight:600}.sort-select{background:#fff;background:var(--card-bg);border:1px solid #1018281a;border-radius:12px;border-radius:var(--radius);color:#2c2c2c;color:var(--text);cursor:pointer;font-size:.9rem;min-width:160px;padding:10px 12px;transition:border-color .3s ease}.sort-select:focus{border-color:#fbbf24;border-color:var(--accent);box-shadow:0 0 0 3px #fbbf2433;outline:none}.results-count{align-items:center;color:#6b7280;color:var(--muted);display:flex;flex-wrap:wrap;font-size:.9rem;gap:8px;margin-bottom:20px}.active-filter{background:#fef3c7;background:var(--accent-light);border-radius:6px;font-size:.8rem;margin-left:12px;padding:4px 8px}.clear-filter{background:#0000;border:1px solid #6b7280;border:1px solid var(--muted);border-radius:4px;color:#6b7280;color:var(--muted);cursor:pointer;font-size:.75rem;margin-left:8px;padding:2px 6px;transition:all .3s ease}.clear-filter:hover{background:#6b7280;background:var(--muted);color:#fff}.grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.product{align-items:stretch;background:#fff;background:var(--card-bg);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 12px #0f172a14;display:flex;flex-direction:column;height:100%;padding:20px;transition:all .3s ease}.product,.product:hover{color:inherit;text-decoration:none}.product:hover{box-shadow:0 8px 24px #0f172a1f;transform:translateY(-4px)}.product-img{align-items:center;aspect-ratio:4/3;background:#e5e7eb;background:var(--light);border-radius:8px;display:flex;justify-content:center;margin-bottom:16px;overflow:hidden;width:100%}.product-img img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product:hover .product-img img{transform:scale(1.05)}.product-name{color:#2c2c2c;color:var(--dark);font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 8px}.product-desc{color:#6b7280;color:var(--muted);flex:1 1;font-size:.9rem;line-height:1.4;margin:0 0 16px}.product-meta{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:16px}.price{color:#fbbf24;color:var(--accent);font-size:1.1rem}.rating{color:#f59e0b}.product .btn,.rating{font-size:.9rem;font-weight:600}.product .btn{background:#2c2c2c;background:var(--dark);border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:auto;padding:12px 20px;transition:all .3s ease;width:100%}.product .btn:hover{background:#374151;transform:translateY(-2px)}.pagination{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2rem}.pagination-btn-active{background:#2c2c2c;background:var(--dark);border-color:#2c2c2c;border-color:var(--dark)}.pagination-dots{color:var(--muted)}.pagination-info{color:var(--muted);text-align:center}.no-results{color:#6b7280;color:var(--muted);padding:60px 20px;text-align:center}.no-results .btn{background:#fbbf24;background:var(--accent);border:none;border-radius:12px;border-radius:var(--radius);color:#2c2c2c;color:var(--dark);cursor:pointer;font-weight:600;margin-top:20px;padding:12px 24px;transition:all .3s ease}.no-results .btn:hover{box-shadow:0 4px 12px #fbbf244d;transform:translateY(-2px)}.product-grid.all-active .product{background:#fff;background:var(--card-bg);border:1px solid #f3f4f6;border-radius:16px;box-shadow:0 4px 16px #0f172a14;overflow:hidden;padding:24px;position:relative}.product-grid.all-active .product:after{background:linear-gradient(135deg,#0000 40%,#fef3c7);background:linear-gradient(135deg,#0000 40%,var(--accent-light) 100%);border-radius:0 0 0 60px;content:"";height:60px;position:absolute;right:0;top:0;width:60px;z-index:0}.product-grid.all-active .product>*{position:relative;z-index:1}.product-grid.all-active .product:hover{border-color:#fbbf24;border-color:var(--accent);box-shadow:0 12px 32px #0f172a26;transform:translateY(-6px)}.product-grid.all-active .product-img{aspect-ratio:4/3;border-radius:12px;margin-bottom:20px}.product-grid.all-active .product-name{font-size:1.2rem;margin:0 0 12px}.product-grid.all-active .product-desc{font-size:.95rem;margin:0 0 20px}.product-grid.all-active .price{font-size:1.2rem}@media (min-width:768px){.product-grid{padding:60px 8%}.filter-controls{align-items:center;flex-direction:row;justify-content:space-between}.filters{flex-wrap:nowrap}.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.product-grid{padding:80px 10%}.grid{grid-template-columns:repeat(3,1fr)}.product-grid h2{font-size:2.5rem;margin-bottom:40px}}@media (min-width:1200px){.grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:767px){.product-grid{padding:40px 4%}.filter-controls{gap:16px}.filters{justify-content:center}.filter-label{margin-bottom:8px;text-align:center;width:100%}.sort-controls{justify-content:center;width:100%}.sort-select{flex:1 1;min-width:auto}.results-count{justify-content:center;text-align:center}.grid{gap:16px;grid-template-columns:repeat(2,1fr)}.product{padding:16px}.product-name{font-size:1rem}.product-desc{font-size:.85rem}.price{font-size:1rem}.pagination-btn{font-size:.9rem;min-width:40px;padding:.6rem .8rem}}@media (max-width:480px){.product-grid{padding:30px 3%}.product-grid h2{font-size:1.75rem;margin-bottom:24px}.filter-btn{font-size:.85rem;padding:8px 12px}.grid{gap:12px;grid-template-columns:repeat(2,1fr)}.product{padding:12px}.product-name{font-size:.9rem}.product-desc{font-size:.8rem}.price{font-size:.9rem}.product .btn{font-size:.85rem;padding:10px 16px}.pagination{gap:.25rem}.pagination-btn{font-size:.85rem;min-width:36px;padding:.5rem .6rem}.pagination-info{font-size:.8rem}}@media (hover:none){.filter-btn:hover,.product .btn:hover,.product:hover{transform:none}.product:hover{box-shadow:0 4px 12px #0f172a14}}:root{--accent:#fbbf24}.footer{align-items:center;background:#2c2c2c;background:var(--dark);color:#d1d5db;display:flex;flex-direction:column;font-family:Poppins,sans-serif;padding:60px 5% 30px;width:100%}.top{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr);margin-bottom:48px;max-width:1200px;width:100%}.about{display:flex;flex-direction:column;gap:12px;min-width:0}.about h2{color:#fbf6e3;color:var(--bg);font-size:1.125rem;font-weight:700;margin:0 0 16px;padding-bottom:10px;position:relative;text-align:left}.about h2:after{background:#fbbf24;background:var(--accent);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.about p{align-items:center;color:#d1d5db;cursor:pointer;display:flex;font-size:.9375rem;gap:8px;line-height:1.6;margin:6px 0;transition:color .3s ease}.about p i,.about p:hover{color:#fbbf24;color:var(--accent)}.about p i{font-size:1.1em;text-align:center;width:18px}.about .btn2{align-items:center;background:#fbbf24;background:var(--accent);border:none;border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 12px #fbbf2440;color:#2c2c2c;color:var(--dark);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;margin-top:8px;padding:12px 20px;text-decoration:none;transition:all .3s ease}.about .btn2:hover{background:#f7b731;box-shadow:0 8px 20px #fbbf2459;transform:translateY(-3px)}.about .btn2:active{transform:translateY(-1px)}.bottom{border-top:1px solid #fbbf244d;color:#9ca3af;font-size:.875rem;max-width:1200px;padding-top:24px;text-align:center;width:100%}@media (max-width:992px){.top{gap:28px;grid-template-columns:repeat(2,1fr)}.about h2{text-align:center}.about h2:after{left:50%;transform:translateX(-50%)}.about{align-items:center;text-align:center}.about p{justify-content:center}}@media (max-width:640px){.footer{padding:48px 4% 24px}.top{gap:32px;grid-template-columns:1fr}.about{align-items:center;text-align:center}.about p{font-size:.9375rem}.about .btn2{max-width:260px;width:100%}}@media (max-width:480px){.footer{padding:40px 3% 20px}.about h2{font-size:1.0625rem}.about p{font-size:.875rem}.about .btn2{font-size:.9375rem;padding:11px 18px}.bottom{font-size:.8125rem;padding-top:20px}}@media (hover:none){.about .btn2:hover,.about p:hover{box-shadow:0 4px 12px #fbbf2440;color:#d1d5db;transform:none}}.contact{align-items:center;background-color:#fff8dc;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:60px 20px;width:100%}.contact-container{margin:0 auto;max-width:900px;width:100%}.contact-header{margin-bottom:50px;text-align:center}.contact-header h2{color:#333;font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.5px;margin-bottom:15px}.contact-header p{color:#555;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;margin:0 auto;max-width:600px}.contact-card{background:#fff;border:1px solid #ffa5001a;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:50px;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{box-shadow:0 15px 50px #0000001f;transform:translateY(-2px)}form{align-items:center;margin:0 auto;max-width:700px}.form-row{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin-bottom:25px;width:100%}.form-group{display:flex;flex-direction:column;gap:10px;width:100%}.form-group label{color:#333;font-size:.95rem;font-weight:600;letter-spacing:.3px}.form-group input,.form-group select,.form-group textarea{background-color:#fff;border:2px solid orange;border-radius:12px;box-sizing:border-box;color:#333;font-family:inherit;font-size:1rem;padding:14px 18px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ff7b00;box-shadow:0 0 0 4px #ffa5001a;outline:none;transform:translateY(-1px)}.form-group input::placeholder,.form-group textarea::placeholder{color:orange;opacity:.7}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='orange' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 18px center;background-repeat:no-repeat;cursor:pointer;padding-right:45px}.form-group textarea{font-family:inherit;height:140px;min-height:120px;resize:vertical}.btn{background:#fbbf24;box-shadow:0 4px 15px #4a69a04d;box-sizing:border-box;color:#fff;display:flex;font-size:1.1rem;gap:10px;letter-spacing:.5px;margin-top:10px;max-width:100%;padding:16px 40px;width:100%}.btn:hover{background:linear-gradient(135deg,#3a5a80,#4a6a90);box-shadow:0 6px 20px #4a69a066;transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn i{font-size:1.1rem}.success-message{align-items:center;animation:slideDown .5s ease;background:linear-gradient(135deg,#4caf50,#5cbf60);border-radius:12px;box-shadow:0 4px 15px #4caf504d;color:#fff;display:flex;gap:12px;justify-content:center;margin-top:25px;padding:20px 30px;text-align:center}.success-message i{font-size:1.5rem}.success-message p{font-size:1rem;font-weight:500;margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease}@media (max-width:768px){.contact{padding:40px 15px}.contact-header{margin-bottom:35px}.contact-card{border-radius:16px;padding:35px 25px}.form-row{gap:20px;grid-template-columns:1fr;margin-bottom:20px}.form-group{gap:8px}.form-group input,.form-group select,.form-group textarea{border-radius:10px;font-size:16px;padding:12px 16px}.btn{font-size:1rem;margin-top:8px;padding:14px 30px}.success-message{flex-direction:column;gap:8px;padding:18px 25px}}@media (max-width:480px){.contact{padding:30px 10px}.contact-header{margin-bottom:30px}.contact-header h2{margin-bottom:12px}.contact-header p{font-size:.95rem}.contact-card{border-radius:12px;padding:25px 20px}.form-row{gap:18px;margin-bottom:18px}.form-group label{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:11px 14px}.form-group textarea{height:120px;min-height:100px}.btn{font-size:.95rem;padding:13px 25px}.success-message{font-size:.9rem;padding:15px 20px}}.offer-icon i{color:#2c2c2c;font-size:24px}.offers-section{align-items:center;background-color:#2c2c2c;color:#fff;display:flex;flex-direction:column;gap:30px;padding:80px 20px;text-align:center}.offers-title{color:#f5d479;font-size:2rem;font-weight:700;margin-bottom:5px}.offers-subtitle{color:#cfcfcf;font-size:1rem;margin-bottom:40px}.offers-container{display:flex;flex-wrap:wrap;gap:25px;justify-content:center}.offer-card{background-color:initial;border:1px solid #f5d479;border-radius:12px;padding:40px 25px;position:relative;text-align:center;transition:all .3s ease;width:250px}.offer-card:hover{box-shadow:0 6px 18px #0003;transform:translateY(-5px)}.offer-circle{align-items:center;background-color:#f5d479;border-radius:50%;color:#2c2c2c;display:flex;font-weight:700;height:60px;justify-content:center;margin:0 auto 15px;width:60px}.offer-percent{font-size:.9rem;margin-bottom:20px}.offer-name{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:10px}.offer-desc{color:#ccc;font-size:15px;margin-bottom:20px}.offer-btn{background-color:#f5d479;border:none;border-radius:8px;color:#2c2c2c;cursor:pointer;font-weight:600;padding:10px 25px;transition:all .3s ease}.offer-btn:hover{background-color:#e6c45e}@media (max-width:768px){.offers-container{align-items:center;flex-direction:column}.offer-card{width:90%}}.gallery-section{background:#f9fafb;font-family:Poppins,sans-serif;padding:4rem 2rem;text-align:center;width:100%}.section-title{color:#111827;font-size:2rem;font-weight:600;margin-bottom:.5rem}.gallery-subtitle{color:#4b5563;font-size:1.05rem;margin-bottom:2.5rem}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center;margin-bottom:2rem;padding-left:80px;padding-right:80px}.gallery-item{background:#fff;border-radius:15px;box-shadow:0 6px 25px #00000014;cursor:pointer;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.gallery-item img{height:300px;object-fit:cover;transition:transform .4s ease;width:300px}.gallery-item:hover img{transform:scale(1.08)}.gallery-item:hover{box-shadow:0 12px 35px #00000026;transform:translateY(-6px)}.gallery-pagination{flex-wrap:wrap;gap:.5rem;margin-top:2rem}.gallery-pagination,.pagination-btn{align-items:center;display:flex;justify-content:center}.pagination-btn{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-weight:500;min-width:44px;padding:.75rem 1rem;transition:all .3s ease}.pagination-btn:hover:not(.pagination-btn-disabled){background:#f3f4f6;border-color:#9ca3af}.pagination-btn-active{background:#111827;border-color:#111827;color:#fff}.pagination-btn-disabled{cursor:not-allowed;opacity:.5}.pagination-dots{color:#6b7280;padding:.75rem .5rem}.pagination-info{color:#6b7280;font-size:.9rem;margin-top:1rem}.modal-backdrop{animation:fadeIn .3s ease;background:#000c;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-backdrop,.modal-content{align-items:center;display:flex;justify-content:center}.modal-content{max-height:90%;max-width:90%;position:relative}.modal-image{animation:zoomIn .3s ease;border-radius:10px;box-shadow:0 10px 50px #00000080;max-height:90vh;max-width:100%;object-fit:contain}.modal-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:-40px;top:-40px;transition:background .3s ease;width:40px}.modal-close:hover{background:#ffffff4d}.animate-up{animation:fadeUp .8s ease-out both}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.section-title{font-size:1.6rem}.gallery-subtitle{font-size:.95rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding-left:20px;padding-right:20px}.modal-close{background:#ffffff4d;right:10px;top:-50px}.modal-image{max-width:95%}.pagination-btn{font-size:.9rem;min-width:40px;padding:.6rem .8rem}}@media (max-width:480px){.gallery-section{padding:2.5rem 1rem}.gallery-item{border-radius:10px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding-left:10px;padding-right:10px}.gallery-item img{height:250px;width:250px}.gallery-pagination{gap:.25rem}.pagination-btn{font-size:.85rem;min-width:36px;padding:.5rem .6rem}.pagination-info{font-size:.8rem}}.title link{color:#111827}.led-section{background:#fff8dc;padding:48px 8%;width:100%}.led-badge,.led-price{background:#8a5800;transition:transform .26s ease,box-shadow .26s ease}.led-price{color:#fff;font-size:.9rem}.led-inner{margin:0 auto;max-width:1100px;text-align:left}.led-section h2{font-size:1.25rem;letter-spacing:1px;margin:0 0 6px;text-transform:uppercase}.led-sub{color:#5a4b2a;font-size:.95rem;margin-bottom:18px}.led-grid{grid-gap:26px;display:grid;gap:26px;grid-template-columns:repeat(3,1fr)}.led-card{align-items:stretch;animation:ledFadeUp .42s cubic-bezier(.2,.9,.3,1) forwards;background:#fff;border-radius:14px;box-shadow:0 14px 36px #0f172a17;display:flex;flex-direction:column;opacity:0;padding:22px;position:relative;transform:translateY(18px) scale(.995);transition:transform .22s ease,box-shadow .22s ease;will-change:transform,box-shadow}.led-card:first-child{animation-delay:80ms}.led-card:nth-child(2){animation-delay:.16s}.led-card:nth-child(3){animation-delay:.24s}.led-card:nth-child(4){animation-delay:.32s}.led-card:nth-child(5){animation-delay:.4s}.led-card:nth-child(6){animation-delay:.48s}@keyframes ledFadeUp{to{opacity:1;transform:translateY(0) scale(1)}}.led-media{align-items:center;background:linear-gradient(180deg,#fff,#fff8f0);border-radius:14px;display:flex;height:260px;justify-content:center;overflow:hidden;position:relative}.led-media img{border-radius:12px;height:100%;object-fit:cover;transition:transform .36s cubic-bezier(.2,.9,.3,1);width:100%}.led-badge{align-items:center;background:#ffcd6b;border-radius:50%;box-shadow:0 16px 40px #00000024;color:#8a4a00;display:flex;font-size:20px;font-weight:800;height:52px;justify-content:center;transition:transform .26s ease,box-shadow .26s ease,background .26s ease;width:52px}.led-price{background:linear-gradient(90deg,#fff3d8,#fff8e8);border-radius:999px;box-shadow:inset 0 -2px 0 #00000005,0 6px 18px #00000014;color:#8a5800;font-weight:800;padding:8px 14px;position:absolute;right:12px;top:12px;transition:transform .26s ease,box-shadow .26s ease,background .26s ease,color .26s ease}.led-body{padding:14px 0 0}.led-body h3{font-size:18px;font-weight:700;margin:0 0 6px}.led-desc{color:#6b7280;font-size:.95rem;margin:0 0 12px}.led-actions{align-items:center;gap:12px;justify-content:space-between}.led-add{background:#8a5800;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:8px 12px;transition:transform .26s ease,box-shadow .26s ease}.led-add:focus{outline:3px solid #ffcd6b38}.led-card:focus-within,.led-card:hover{box-shadow:0 20px 50px #0f172a1f;transform:translateY(-6px)}.led-card:focus-within{outline:3px solid #8a58001f}.led-card:focus-within .led-media img,.led-card:hover .led-media img{transform:scale(1.06)}.led-card:focus-within .led-badge,.led-card:hover .led-badge{box-shadow:0 22px 60px #0000002e;transform:translateY(-6px) scale(1.03)}.led-card:focus-within .led-price,.led-card:hover .led-price{background:linear-gradient(90deg,#fff9e6,#fff3d8);box-shadow:0 10px 28px #0000001f;transform:translateY(-4px)}.led-card:focus-within .led-add,.led-card:hover .led-add{box-shadow:0 6px 18px #0000001f;transform:translateY(-2px)}@media (max-width:1000px){.led-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.led-section{padding:40px 4%}.led-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.led-card{padding:18px}.led-media{height:200px}.led-body h3{font-size:16px}.led-desc{font-size:.9rem}.led-actions{flex-direction:column;gap:8px}.led-actions .btn{text-align:center;width:100%}}@media (max-width:480px){.led-section{padding:30px 3%}.led-section h2{font-size:1.1rem;margin-bottom:16px}.led-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.led-card{padding:16px}.led-media{height:160px}.led-badge{font-size:16px;height:40px;left:12px;top:12px;width:40px}.led-price{font-size:.85rem;padding:6px 10px;right:8px;top:8px}.led-body h3{font-size:.95rem}.led-desc{font-size:.8rem}.led-actions .btn{font-size:.85rem;padding:8px 10px}}@media (max-width:360px){.led-grid{gap:20px;grid-template-columns:1fr}.led-media{height:200px}.led-card{padding:20px}.led-body h3{font-size:1rem}}@media (max-width:320px){.led-grid{-webkit-overflow-scrolling:touch;display:flex;gap:16px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.led-grid::-webkit-scrollbar{height:6px}.led-grid::-webkit-scrollbar-thumb{background:#0000001a;border-radius:999px}.led-card{flex:0 0 auto;min-width:260px;scroll-snap-align:start}}@media (hover:none){.led-card:focus-within,.led-card:focus-within .led-add,.led-card:focus-within .led-badge,.led-card:focus-within .led-media img,.led-card:focus-within .led-price,.led-card:hover,.led-card:hover .led-add,.led-card:hover .led-badge,.led-card:hover .led-media img,.led-card:hover .led-price{transform:none}.led-card:focus-within,.led-card:hover{box-shadow:0 14px 36px #0f172a17}}@media (max-width:480px){.visitors-count{display:none}}.product-detail{background:var(--bg);margin:0 auto;max-width:1400px;min-height:100vh;padding:20px 5%}.breadcrumb-back,.breadcrumb-link{color:var(--primary)}.product-detail-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;margin-bottom:60px}.product-image{border-radius:var(--radius);box-shadow:0 10px 30px #0000001a;overflow:hidden;position:relative}.product-image img{display:block;height:300px;object-fit:cover;width:100%}.product-badge{background:var(--primary);border-radius:20px;color:var(--dark);font-size:12px;font-weight:700;left:16px;letter-spacing:.5px;padding:6px 12px;position:absolute;text-transform:uppercase;top:16px}.product-info h1{color:var(--dark);font-size:2rem;line-height:1.2;margin-bottom:16px}.price{color:var(--primary);display:block;font-size:2rem;font-weight:700;margin-bottom:12px}.rating{font-size:1.2rem;margin-bottom:20px}.full-description{color:var(--muted);font-size:1.1rem;line-height:1.6;margin-bottom:30px}.features h3,.specifications h3{color:var(--dark);font-size:1.3rem;margin-bottom:16px}.features ul{list-style:none;margin-bottom:30px;padding:0}.features li{align-items:center;border-bottom:1px solid #eee;display:flex;font-size:1rem;padding:8px 0}.features li:before{color:#10b981;content:"✓";font-size:1.1rem;font-weight:700;margin-right:12px}.spec-grid{margin-bottom:30px}.action-buttons{display:flex;flex-wrap:wrap;gap:16px}.btn-primary{background:var(--primary);color:var(--dark)}.btn-primary:hover{box-shadow:0 8px 20px #fbbf244d}.related-products{border-top:2px solid #f0f0f0;padding-top:40px}.related-products h3{color:var(--dark);font-size:1.5rem;margin-bottom:24px;text-align:center}.related-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.related-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:0 4px 15px #0000001a;display:block;overflow:hidden;transition:all .3s ease}.related-card,.related-card:hover{color:inherit;text-decoration:none}.related-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.related-card img{display:block;height:200px;object-fit:cover;transition:transform .3s ease;width:100%}.related-card:hover img{transform:scale(1.05)}.related-card h4{color:var(--dark);font-size:1.1rem;margin:16px 16px 8px}.related-card .price{color:var(--primary);font-size:1.2rem;margin:0 16px 16px}.error,.loading{color:var(--muted);font-size:1.2rem;padding:80px 20px;text-align:center}@media (min-width:768px){.product-detail{padding:40px 8%}.product-detail-content{gap:60px;grid-template-columns:1fr 1fr}.product-image img{height:500px}.spec-grid{grid-template-columns:1fr 1fr}.action-buttons{flex-wrap:nowrap}}@media (min-width:1024px){.product-detail{padding:60px 10%}.product-detail-content{gap:80px}.product-info h1{font-size:2.5rem}.related-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.product-detail{padding:20px 4%}.breadcrumb{font-size:12px}.product-info h1{font-size:1.75rem}.price{font-size:1.5rem}.full-description{font-size:1rem}.btn{font-size:.9rem;min-width:140px;padding:14px 24px}.action-buttons{flex-direction:column}.action-buttons .btn{width:100%}.spec-grid{padding:16px}.related-grid{grid-template-columns:1fr}}@media (hover:none){.btn:hover,.related-card:hover{transform:none}.btn-primary:hover,.btn-secondary:hover{box-shadow:none}}:root{--primary:#fbbf24;--dark:#2c2c2c;--light:#e5e7eb;--bg:#fbf6e3;--text:#2c2c2c;--muted:#6b7280;--card-bg:#fff;--radius:12px;--led-accent:#06d6a0}.led-detail{background:#fbf6e3;background:var(--bg);margin:0 auto;max-width:1400px;min-height:100vh;padding:20px 5%}.breadcrumb{align-items:center;display:flex;flex-wrap:wrap;font-size:14px;gap:8px;margin-bottom:30px}.breadcrumb-back,.breadcrumb-link{background:none;border:none;color:#06d6a0;color:var(--led-accent);cursor:pointer;font-size:14px;padding:8px 0;text-decoration:none}.breadcrumb-back:hover,.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-separator{color:#6b7280;color:var(--muted)}.breadcrumb-current{color:#2c2c2c;color:var(--text);font-weight:600}.led-detail-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;margin-bottom:60px}.led-image-section{position:relative}.led-image-container{border-radius:12px;border-radius:var(--radius);box-shadow:0 10px 30px #0000001a;overflow:hidden;position:relative}.led-image{display:block;height:400px;object-fit:cover;width:100%}.led-badge{background:#06d6a0;background:var(--led-accent);border-radius:20px;color:#fff;font-size:12px;font-weight:700;left:16px;letter-spacing:.5px;padding:6px 12px;position:absolute;text-transform:uppercase;top:16px}.led-info-section{display:flex;flex-direction:column;gap:20px}.led-title{color:#2c2c2c;color:var(--dark);font-size:2rem;line-height:1.2;margin:0}.led-price{color:#06d6a0;color:var(--led-accent);font-size:2rem;font-weight:700}.led-rating{color:#f59e0b;font-size:1.2rem}.led-short-description{color:#6b7280;color:var(--muted);font-size:1.1rem;font-weight:500;margin:0}.led-full-description{color:#2c2c2c;color:var(--text);font-size:1rem;line-height:1.6;margin:0}.led-benefits h3,.led-features h3,.led-specifications h3{color:#2c2c2c;color:var(--dark);font-size:1.3rem;margin-bottom:16px}.features-list{list-style:none;margin:0;padding:0}.feature-item{align-items:center;border-bottom:1px solid #eee;display:flex;font-size:1rem;padding:8px 0}.feature-icon{font-size:1.1rem;margin-right:12px}.spec-grid{grid-gap:12px;background:#f9f9f9;border-radius:12px;border-radius:var(--radius);display:grid;gap:12px;grid-template-columns:1fr;padding:20px}.spec-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:8px 0}.spec-item:last-child{border-bottom:none}.spec-label{color:#2c2c2c;color:var(--dark);font-weight:600;text-transform:capitalize}.spec-value{color:#6b7280;color:var(--muted);text-align:right}.benefits-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.benefit-item{align-items:center;background:#f0fdf4;border:1px solid #dcfce7;border-radius:12px;border-radius:var(--radius);display:flex;gap:12px;padding:12px}.benefit-icon{font-size:1.2rem}.benefit-text{color:#2c2c2c;color:var(--dark);font-size:.9rem;font-weight:600}.led-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;min-width:160px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#06d6a0;background:var(--led-accent);color:#fff}.btn-primary:hover{box-shadow:0 8px 20px #06d6a04d;transform:translateY(-2px)}.btn-secondary{background:#2c2c2c;background:var(--dark);color:#fff}.btn-secondary:hover{box-shadow:0 8px 20px #2c2c2c4d;transform:translateY(-2px)}.related-led-products{border-top:2px solid #f0f0f0;padding-top:40px}.related-led-products h3{color:#2c2c2c;color:var(--dark);font-size:1.5rem;margin-bottom:24px;text-align:center}.related-led-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.related-led-card{background:#fff;background:var(--card-bg);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 15px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.related-led-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.related-led-image{height:200px;overflow:hidden;position:relative;width:100%}.related-led-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.related-led-card:hover .related-led-image img{transform:scale(1.05)}.related-led-badge{background:#06d6a0;background:var(--led-accent);border-radius:12px;color:#fff;font-size:10px;font-weight:700;left:12px;padding:4px 8px;position:absolute;text-transform:uppercase;top:12px}.related-led-info{padding:20px}.related-led-info h4{color:#2c2c2c;color:var(--dark);font-size:1.1rem;margin:0 0 8px}.related-led-desc{color:#6b7280;color:var(--muted);font-size:.9rem;line-height:1.4;margin:0 0 12px}.related-led-meta{align-items:center;display:flex;justify-content:space-between}.related-led-price{color:#06d6a0;color:var(--led-accent);font-size:1.1rem;font-weight:700}.related-led-rating{color:#f59e0b;font-size:.9rem;font-weight:600}.led-detail-error{color:#6b7280;color:var(--muted);padding:80px 20px;text-align:center}.led-detail-error h2{color:#2c2c2c;color:var(--dark);margin-bottom:16px}@media (min-width:768px){.led-detail{padding:40px 8%}.led-detail-content{gap:60px;grid-template-columns:1fr 1fr}.led-image{height:500px}.spec-grid{grid-template-columns:1fr 1fr}.benefits-grid{grid-template-columns:repeat(4,1fr)}.led-actions{flex-wrap:nowrap}}@media (min-width:1024px){.led-detail{padding:60px 10%}.led-detail-content{gap:80px}.led-title{font-size:2.5rem}.related-led-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.led-detail{padding:20px 4%}.breadcrumb{font-size:12px}.led-title{font-size:1.75rem}.led-price{font-size:1.5rem}.benefits-grid{grid-template-columns:1fr}.benefit-item{padding:10px}.btn{font-size:.9rem;min-width:140px;padding:14px 24px}.led-actions{flex-direction:column}.led-actions .btn{width:100%}.spec-grid{padding:16px}.related-led-grid{grid-template-columns:1fr}}@media (hover:none){.btn:hover,.related-led-card:hover{transform:none}.btn-primary:hover,.btn-secondary:hover{box-shadow:none}}.login{background-color:#fff8e7;min-height:100vh;padding:30px 0}.header p.LAD{color:#e5e7eb;font-size:1.7rem;font-weight:700}.form{max-width:750px}input[type=email],input[type=password]{border:2px solid #fbbf24;border-radius:8px;font-size:1rem;max-width:600px;outline:none;padding:16px 18px;transition:all .3s ease;width:100%}*{box-sizing:border-box;list-style:none;margin:0;padding:0;text-decoration:none}.register{background-color:#fff8e7;min-height:100vh;padding:10px 0;width:100%}.header{padding-top:30px;text-align:center}.header .LAD{color:#000;font-size:1.7rem;font-weight:700}.header .LAD span{color:#fbbf24}.form{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000d;margin:40px auto 0;padding:50px 60px;width:100%}form{display:flex;flex-direction:column;gap:24px;width:100%}.CA{color:#000;font-size:2.8rem;font-weight:600;margin:0}.JCLD{color:#333;font-size:1.1rem;font-weight:lighter;margin:0 0 16px}.form-group{width:80%}label{color:#111;display:block;font-size:1rem;font-weight:600;margin-bottom:8px}input[type=email],input[type=password],input[type=text]{border:2px solid #fbbf24;border-radius:8px;font-size:1rem;max-width:600px;outline:none;padding:16px 18px;transition:all .3s ease;width:100%}input:focus{border-color:#fbbf24;box-shadow:0 0 0 2px #f5b70026}.check{align-items:flex-start;display:flex;gap:12px;margin:0}.check input[type=checkbox]{height:20px;margin-top:2px;width:20px}.check label{font-size:.95rem;font-weight:400;line-height:1.4;margin:0}.check .ts{color:#e6a800;font-weight:600}.submit-button{background:#f5b700;border:none;border-radius:8px;color:#000;cursor:pointer;font-size:1.1rem;font-weight:700;padding:16px 20px;transition:background .3s ease}.submit-button:hover{background:#e6a800}.or{color:#555;margin:20px 0 10px;text-align:center}.GAF{display:flex;gap:20px;justify-content:space-between}.facebook,.google{background:#fff;border:2px solid #fbbf24;border-radius:8px;cursor:pointer;flex:1 1;font-size:15px;font-weight:700;padding:.9rem 1rem;transition:background .3s ease}.facebook:hover,.google:hover{background:#fbbf241a}.AC{font-size:.95rem;margin-top:12px;text-align:center}.AC a{color:#f5b700;font-weight:600}.AC a:hover{text-decoration:underline}@media (max-width:480px){.form{padding:30px 20px}.GAF{flex-direction:column}.facebook,.google{margin:0}}
/*# sourceMappingURL=main.8123702f.css.map*/