.home-page{min-height:100vh;width:100%;background:rgb(var(--background));padding:1rem;padding-top:calc(var(--header-height) + 1rem);@media (min-width:768px){padding-left:2rem;padding-right:2rem;padding-bottom:2rem}@media (min-width:1025px){padding-top:2rem}}.home-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 0 1.5rem;border-bottom:1px solid rgb(var(--border));margin-bottom:2rem}.home-title{display:flex;flex-direction:column;gap:.25rem}.mobile-filters-toggle{display:none;background:rgb(var(--surface));border:1px solid rgb(var(--border));border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1rem;cursor:pointer;transition:all .2s ease}.mobile-filters-toggle:hover{background:rgb(var(--surface-hover));border-color:rgb(var(--border-hover))}.home-content{display:grid;grid-template-columns:320px 1fr;gap:2rem;position:relative;width:100%;max-width:1600px;margin:0 auto}.home-sidebar{position:sticky;top:2rem;height:fit-content;max-height:calc(100vh - 4rem);overflow-y:auto;background:rgb(var(--background));border:1px solid rgb(var(--border));border-radius:var(--radius);padding:1.5rem;z-index:10}.sidebar-content{width:100%;padding-top:5rem;@media (min-width:768px){padding-top:0}}.home-main{min-height:500px;min-width:0;width:100%}.mobile-filters-backdrop{display:none}@media (max-width:1200px){.home-content{grid-template-columns:280px minmax(0,1fr);gap:1.5rem}.home-sidebar{padding:1.25rem;max-height:calc(100vh - var(--header-height) - 5rem)}}@media (max-width:768px){.home-header{padding:1.5rem 0 1rem;margin-bottom:1.5rem}.mobile-filters-toggle{display:block}.home-content{grid-template-columns:1fr;gap:0}.home-sidebar{position:fixed;top:0;left:0;width:100%;height:100%;max-height:100vh;z-index:1000;transform:translateX(-100%);transition:transform .3s ease;border:none;border-radius:0;padding:2rem 1.5rem;overflow-y:auto}.home-sidebar.mobile-open,.mobile-filters-open .home-sidebar{transform:translateX(0)}.mobile-filters-backdrop{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;backdrop-filter:blur(4px)}}@media (max-width:480px){.home-header{flex-direction:column;align-items:stretch;gap:1rem;text-align:center}.home-sidebar{padding:1.5rem 1rem}}.home-sidebar::-webkit-scrollbar{width:6px}.home-sidebar::-webkit-scrollbar-track{background:rgb(var(--surface));border-radius:3px}.home-sidebar::-webkit-scrollbar-thumb{background:rgb(var(--border));border-radius:3px}.home-sidebar::-webkit-scrollbar-thumb:hover{background:rgb(var(--border-hover))}#products-grid-top{scroll-margin-top:calc(var(--header-height) + 50px + 1rem)}@media (max-width:1024px){#products-grid-top{scroll-margin-top:calc(var(--header-height-mobile) + 1rem)}}