.product-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;aspect-ratio:1/1;min-height:250px;width:100%;border-radius:16px;border:1px solid #262626;background:#171717;overflow:hidden;cursor:pointer;transition:all .3s ease;transform-style:preserve-3d;--glow-x: 50%;--glow-y: 50%;--glow-intensity: 0;--glow-radius: 200px}.product-card:hover{box-shadow:0 8px 30px #0000004d}.product-card-image{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#262626,#171717);color:#525252}.product-card-placeholder svg{width:48px;height:48px}.product-card-category{position:absolute;top:12px;left:12px;padding:6px 12px;background:#000000b3;backdrop-filter:blur(8px);border-radius:20px;font-size:11px;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:10}.product-card-content{position:relative;padding:16px;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 50%,transparent 100%);z-index:5}.product-card-name{margin:0;font-size:16px;font-weight:600;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-glow{content:"";position:absolute;inset:0;padding:4px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(var(--glow-color),calc(var(--glow-intensity) * .6)) 0%,rgba(var(--glow-color),calc(var(--glow-intensity) * .3)) 30%,transparent 60%);border-radius:inherit;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:1;transition:opacity .3s ease;z-index:20}.product-card-ripple{position:absolute;pointer-events:none;z-index:100}@media(max-width:640px){.product-card{min-height:200px}.product-card-name{font-size:14px}.product-card-category{font-size:10px;padding:4px 10px}}@media(min-width:641px)and (max-width:1024px){.product-card{min-height:220px}}.category-sidebar{position:sticky;top:80px;width:240px;flex-shrink:0;padding:24px 0}.category-sidebar-title{margin:0 0 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#737373}.category-sidebar-nav{display:flex;flex-direction:column;gap:4px}.category-sidebar-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#525252;cursor:pointer;transition:all .15s ease;text-align:left}.category-sidebar-item:hover{background:#f5f5f5;color:#000}.category-sidebar-item.active{background:#000;color:#fff}.category-sidebar-count{font-size:12px;color:#a3a3a3}.category-sidebar-item.active .category-sidebar-count{color:#a3a3a3}.category-filter-button{display:none;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #e5e5e5;border-radius:50px;font-size:14px;font-weight:500;color:#000;cursor:pointer;transition:all .15s ease}.category-filter-button:hover{border-color:#000}.category-filter-button svg{width:18px;height:18px}.category-filter-badge{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:#000;border-radius:50%;font-size:11px;font-weight:600;color:#fff}.category-drawer-backdrop{position:fixed;inset:0;background:#00000080;z-index:90}.category-drawer{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:#fff;z-index:100;display:flex;flex-direction:column;box-shadow:4px 0 20px #0000001a}.category-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e5e5e5}.category-drawer-title{margin:0;font-size:18px;font-weight:600;color:#000}.category-drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:50%;color:#525252;cursor:pointer;transition:all .15s ease}.category-drawer-close:hover{background:#f5f5f5;color:#000}.category-drawer-close svg{width:20px;height:20px}.category-drawer-nav{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:4px}.category-drawer-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:transparent;border:none;border-radius:8px;font-size:15px;font-weight:500;color:#525252;cursor:pointer;transition:all .15s ease;text-align:left}.category-drawer-item:hover{background:#f5f5f5;color:#000}.category-drawer-item.active{background:#000;color:#fff}.category-drawer-count{font-size:13px;color:#a3a3a3}.category-drawer-item.active .category-drawer-count{color:#a3a3a3}@media(max-width:768px){.category-sidebar{display:none}.category-filter-button{display:flex}}.search-box{position:relative;display:flex;align-items:center;width:100%;max-width:300px;background:#f5f5f5;border-radius:50px;border:1px solid transparent;transition:all .2s ease}.search-box:focus-within{background:#fff;border-color:#e5e5e5;box-shadow:0 2px 8px #00000014}.search-box-icon{position:absolute;left:14px;display:flex;align-items:center;justify-content:center;color:#737373;pointer-events:none}.search-box-icon svg{width:18px;height:18px}.search-box-input{width:100%;padding:10px 40px 10px 44px;background:transparent;border:none;font-size:14px;color:#000;outline:none}.search-box-input::placeholder{color:#a3a3a3}.search-box-clear{position:absolute;right:10px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#e5e5e5;border:none;border-radius:50%;color:#525252;cursor:pointer;transition:all .15s ease}.search-box-clear:hover{background:#d4d4d4;color:#000}.search-box-clear svg{width:14px;height:14px}.search-box-mobile-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:50%;color:#000;cursor:pointer;transition:all .15s ease}.search-box-mobile-toggle:hover{background:#f5f5f5}.search-box-mobile-toggle svg{width:20px;height:20px}.search-box.mobile-expanded{position:fixed;top:0;left:0;right:0;max-width:none;padding:12px 16px;background:#fff;border-radius:0;border-bottom:1px solid #e5e5e5;z-index:80;gap:12px}.search-box.mobile-expanded .search-box-icon{position:static}.search-box.mobile-expanded .search-box-input{padding:10px 0}.search-box.mobile-expanded .search-box-clear{position:static;flex-shrink:0}.search-box-close{flex-shrink:0;padding:8px 12px;background:transparent;border:none;font-size:14px;font-weight:500;color:#000;cursor:pointer}@media(min-width:769px){.search-box-close{display:none}}.catalogue-page{min-height:100vh;background:#fff}.catalogue-mobile-header{display:none;position:sticky;top:64px;z-index:40;padding:12px 16px;background:#fff;border-bottom:1px solid #e5e5e5;gap:12px}.catalogue-layout{display:flex;max-width:1400px;margin:0 auto;padding:0 24px;gap:48px}.catalogue-main{flex:1;min-width:0;padding:24px 0}.catalogue-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:24px}.catalogue-results{display:flex;align-items:baseline;gap:8px}.catalogue-results-count{font-size:32px;font-weight:700;color:#000;line-height:1}.catalogue-results-text{font-size:14px;color:#737373}.catalogue-search-desktop{flex-shrink:0}.catalogue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.catalogue-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:48px 24px;text-align:center}.catalogue-empty-icon{width:64px;height:64px;margin-bottom:24px;color:#d4d4d4}.catalogue-empty-icon svg{width:100%;height:100%}.catalogue-empty-title{margin:0 0 8px;font-size:20px;font-weight:600;color:#000}.catalogue-empty-text{margin:0 0 24px;font-size:14px;color:#737373;max-width:300px}.catalogue-empty-button{padding:12px 24px;background:#000;border:none;border-radius:50px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.catalogue-empty-button:hover{background:#262626}@media(max-width:1024px){.catalogue-layout{gap:32px}.catalogue-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}}@media(max-width:768px){.catalogue-mobile-header{display:flex;align-items:center}.catalogue-layout{padding:0 16px}.catalogue-main{padding:16px 0}.catalogue-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:16px}.catalogue-search-desktop{display:none}.catalogue-results-count{font-size:24px}.catalogue-grid{grid-template-columns:1fr;gap:12px}}@media(min-width:769px){.catalogue-mobile-header{display:none}}
