:root{--product-primary:#0066CC;--product-primary-light:#3399FF;--product-primary-dark:#004499;--product-accent:#FF6B35;--product-bg:#F5F7FA;--product-bg-light:#f8fafc;--product-border:#E8ECF2;--product-text:#1A1A2E;--product-text-secondary:#4A4A5A;--product-text-muted:#8A8A9A}.page-header{position:relative;height:360px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0;padding-top:80px}.page-header-sm{height:320px}.page-header-bg{position:absolute;top:0;left:0;width:100%;height:100%}.page-header-bg img{width:100%;height:100%;object-fit:cover}.page-header-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(10,22,40,.85) 0,rgba(0,102,204,.6) 100%)}.page-header-content{position:relative;z-index:2;text-align:center;color:#fff}.page-title{font-size:2.5rem;font-weight:700;margin-top:20px;margin-bottom:16px}.breadcrumb{display:flex;align-items:center;justify-content:center;gap:12px;font-size:.9375rem}.breadcrumb a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:#fff}.breadcrumb-separator{color:rgba(255,255,255,.5);font-size:.75rem}.breadcrumb-current{color:#fff}.search-section{background:#fff;padding:32px 0;border-bottom:1px solid var(--product-border)}.search-box{max-width:800px;margin:0 auto}.search-input-wrapper{position:relative;display:flex;align-items:center;background:var(--product-bg);border-radius:12px;padding:6px;border:2px solid transparent;transition:all .3s ease}.search-input-wrapper:focus-within{background:#fff;border-color:var(--product-primary);box-shadow:0 4px 20px rgba(0,102,204,.15)}.search-icon{width:48px;text-align:center;color:var(--product-text-muted);font-size:1.125rem}.search-input{flex:1;border:none;background:0 0;padding:14px 12px;font-size:1rem;color:var(--product-text);outline:0}.search-input::placeholder{color:var(--product-text-muted)}.search-btn{padding:12px 28px;background:var(--product-primary);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .25s ease}.search-btn:hover{background:var(--product-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,102,204,.3)}.search-tags{display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap}.search-tags-label{font-size:.875rem;color:var(--product-text-muted)}.search-tag{font-size:.8125rem;color:var(--product-text-secondary);background:var(--product-bg);padding:6px 14px;border-radius:9999px;text-decoration:none;transition:all .2s ease}.search-tag:hover{background:var(--product-primary);color:#fff}.product-list-section{padding:64px 0;background:var(--product-bg)}.product-list-layout{display:grid;grid-template-columns:260px 1fr;gap:32px}.product-sidebar{position:sticky;top:100px;height:fit-content}.sidebar-widget{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.sidebar-title{font-size:1.125rem;font-weight:600;color:var(--product-text);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--product-border)}.category-list{list-style:none;padding:0;margin:0}.category-item{margin-bottom:2px}.category-item a{display:flex;align-items:center;gap:12px;padding:10px 12px;color:var(--product-text-secondary);font-size:.875rem;text-decoration:none;border-radius:8px;transition:all .2s ease}.category-item a i{width:18px;text-align:center;color:var(--product-text-muted);font-size:.875rem}.category-item a span:not(.category-count){flex:1}.category-count{font-size:.75rem;font-weight:600;color:var(--product-text-muted);background:var(--product-bg);padding:2px 8px;border-radius:9999px}.category-item:hover a{background:var(--product-bg);color:var(--product-primary)}.category-item:hover a i{color:var(--product-primary)}.category-item.active a{background:var(--product-primary);color:#fff}.category-item.active a i{color:#fff}.category-item.active .category-count{background:rgba(255,255,255,.2);color:#fff}.product-main{min-width:0}.product-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding:16px 24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);flex-wrap:wrap;gap:16px}.toolbar-info{flex:1;min-width:fit-content;font-size:.9375rem;color:var(--product-text-secondary)}.toolbar-info strong{color:var(--product-primary);font-weight:600}.toolbar-actions{margin-left:auto;flex-shrink:0;display:flex;align-items:center;gap:16px}.view-switcher{display:flex;gap:4px;background:var(--product-bg);padding:4px;border-radius:8px}.view-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;border-radius:6px;color:var(--product-text-muted);cursor:pointer;transition:all .2s ease}.view-btn:hover{color:var(--product-primary);background:#fff}.view-btn.active{background:#fff;color:var(--product-primary);box-shadow:0 1px 3px rgba(0,0,0,.1)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.grid-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .3s ease}.grid-product-card:hover{transform:translateY(-6px);box-shadow:0 20px 25px rgba(0,0,0,.1)}.grid-product-link{display:block;color:inherit;text-decoration:none}.grid-product-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--product-bg)}.grid-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.grid-product-card:hover .grid-product-image img{transform:scale(1.05)}.grid-product-badge{position:absolute;top:12px;left:12px;padding:4px 10px;background:var(--product-accent);color:#fff;font-size:.6875rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.grid-product-content{padding:20px}.grid-product-title{font-size:1.0625rem;font-weight:600;color:var(--product-text);margin-bottom:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.grid-product-desc{font-size:.875rem;color:var(--product-text-secondary);line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}.grid-product-footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--product-border)}.grid-product-category{font-size:.75rem;font-weight:600;color:var(--product-primary);text-transform:uppercase;letter-spacing:.05em}.grid-product-arrow{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--product-bg);color:var(--product-text-muted);border-radius:9999px;font-size:.75rem;transition:all .2s ease}.grid-product-card:hover .grid-product-arrow{background:var(--product-primary);color:#fff}.related-section{padding:100px 0;background:linear-gradient(135deg,var(--product-bg-light) 0,var(--product-bg) 100%);position:relative;overflow:hidden}.related-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(0,102,204,.03) 0,transparent 40%),radial-gradient(circle at 80% 20%,rgba(255,107,53,.02) 0,transparent 40%);pointer-events:none}.related-section-header{text-align:center;margin-bottom:56px;position:relative;z-index:1}.related-section-header h2{font-size:2.25rem;font-weight:700;color:var(--product-text);margin-bottom:12px;letter-spacing:-.02em}.related-section-header p{color:var(--product-text-secondary);font-size:1.125rem;max-width:500px;margin:0 auto}.related-section-header h2::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,var(--product-primary),var(--product-accent));margin:16px auto 0;border-radius:2px}.related-section .product-grid{grid-template-columns:repeat(4,1fr);gap:28px;position:relative;z-index:1}.related-section .grid-product-card{border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.02),0 2px 4px -2px rgba(0,0,0,.02);border:1px solid rgba(0,102,204,.06);transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative}.related-section .grid-product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--product-primary),var(--product-primary-light));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.related-section .grid-product-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.08),0 8px 10px -6px rgba(0,0,0,.04);border-color:rgba(0,102,204,.12)}.related-section .grid-product-card:hover::before{transform:scaleX(1)}.related-section .grid-product-image{background:linear-gradient(135deg,var(--product-bg-light) 0,var(--product-bg) 100%)}.related-section .grid-product-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 0,rgba(0,102,204,.03) 100%);opacity:0;transition:opacity .4s ease}.related-section .grid-product-card:hover .grid-product-image::after{opacity:1}.related-section .grid-product-image img{transition:transform .6s cubic-bezier(.4, 0, .2, 1)}.related-section .grid-product-card:hover .grid-product-image img{transform:scale(1.08)}.related-section .grid-product-category,.related-section .grid-product-desc{display:none}.related-section .grid-product-content{padding:0;display:flex;align-items:center;justify-content:space-between}.related-section .grid-product-title{margin:0;padding:16px 20px;font-size:.9375rem;-webkit-line-clamp:1;flex:1;transition:color .3s ease}.related-section .grid-product-card:hover .grid-product-title{color:var(--product-primary)}.related-section .grid-product-footer{border-top:none;padding:0 16px 0 0;display:flex;align-items:center}.related-section .grid-product-arrow{width:32px;height:32px;background:var(--product-bg);color:var(--product-primary);transition:all .3s ease}.related-section .grid-product-card:hover .grid-product-arrow{background:var(--product-primary);color:#fff;transform:translateX(4px)}.product-list-view{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.list-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04);border:1px solid rgba(0,102,204,.06);transition:all .35s cubic-bezier(.4, 0, .2, 1)}.list-product-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.1);border-color:rgba(0,102,204,.12)}.list-product-link{display:grid;grid-template-columns:272px 1fr auto;align-items:stretch;gap:8px;color:inherit;text-decoration:none}.list-product-image{position:relative;width:240px;height:160px;margin:16px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,var(--product-bg) 0,var(--product-border) 100%);flex-shrink:0}.list-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.list-product-card:hover .list-product-image img{transform:scale(1.12)}.list-product-badge{position:absolute;top:8px;left:8px;padding:3px 8px;background:var(--product-accent);color:#fff;font-size:.625rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.list-product-content{min-width:0;padding:16px 24px 16px 0}.list-product-header{margin-bottom:10px}.list-product-category{display:inline-block;font-size:.6875rem;font-weight:600;color:var(--product-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.list-product-title{font-size:1.25rem;font-weight:600;color:var(--product-text);line-height:1.3}.list-product-desc{font-size:.9375rem;color:var(--product-text-secondary);line-height:1.6;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.list-product-features{display:flex;gap:8px;flex-wrap:wrap}.feature-tag{font-size:.75rem;color:var(--product-text-secondary);background:var(--product-bg);padding:4px 10px;border-radius:4px}.list-product-action{flex-shrink:0;padding:24px 24px 24px 0;display:flex;align-items:center}.list-product-action .btn{white-space:nowrap}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:48px}.page-btn{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0 12px;font-size:.9375rem;font-weight:500;color:var(--product-text-secondary);background:#fff;border:1px solid var(--product-border);border-radius:8px;text-decoration:none;transition:all .2s ease}.page-btn:hover:not(.disabled){border-color:var(--product-primary);color:var(--product-primary)}.page-btn.active{background:var(--product-primary);border-color:var(--product-primary);color:#fff}.page-btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.page-dots{color:var(--product-text-muted);padding:0 8px}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}.related-section .product-grid{grid-template-columns:repeat(3,1fr)}.list-product-link{grid-template-columns:228px 1fr auto;gap:6px}.list-product-image{width:200px;height:140px;margin:14px}}@media (max-width:1023px){.page-header{height:300px;padding-top:70px}.page-title{font-size:2rem}.product-list-layout{display:flex;flex-direction:column}.product-sidebar{position:static;order:-1!important}.product-main{order:0}.category-list{display:flex;flex-wrap:wrap;gap:8px}.category-item{margin-bottom:0}.category-item a{padding:8px 14px;white-space:nowrap;font-size:.8125rem}.category-item a i{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.related-section{padding:60px 0}.related-section-header h2{font-size:1.75rem}.related-section .product-grid{grid-template-columns:repeat(2,1fr);gap:20px}.list-product-link{grid-template-columns:184px 1fr;gap:4px}.list-product-image{width:160px;height:120px;margin:12px;border-radius:10px}.list-product-content{padding:12px 20px 12px 0}.list-product-action{display:none}.list-product-link{position:relative}.list-product-content::after{content:'\f054';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--product-bg);color:var(--product-text-muted);border-radius:50%;font-size:.75rem;transition:all .2s ease}.list-product-card:hover .list-product-content::after{background:var(--product-primary);color:#fff}}@media (max-width:639px){.search-section{padding:24px 0}.search-input-wrapper{flex-wrap:wrap;gap:8px}.search-icon{width:40px}.search-input{width:calc(100% - 60px);padding:10px}.search-btn{width:100%;padding:12px}.search-tags{gap:8px}.search-tags-label{width:100%;margin-bottom:4px}.search-tag{padding:4px 10px;font-size:.75rem}.page-header{height:280px;padding-top:60px}.page-title{font-size:1.5rem}.product-toolbar{flex-direction:row;align-items:center;justify-content:space-between}.toolbar-actions{margin-left:auto;flex-shrink:0}.product-grid{grid-template-columns:1fr}.related-section .product-grid{grid-template-columns:1fr}.related-section .grid-product-title{font-size:1rem;padding:14px 16px}.list-product-link{grid-template-columns:1fr}.list-product-image{width:calc(100% - 32px);height:180px;margin:16px 16px 0;border-radius:10px}.list-product-content{padding:16px 20px 20px}.list-product-action{display:none}.list-product-content::after{display:none}.page-btn{min-width:36px;height:36px;padding:0 8px;font-size:.875rem}.product-sidebar{order:-1!important}.view-switcher{display:none}#productGrid{display:grid!important}#productListView{display:none!important}}