.products-list{width:100%;min-width:0}.products-list-header{margin-bottom:1.5rem;padding:0 .5rem}@media (max-width:768px){.products-list-header{padding-top:.5rem}}.products-list .products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));justify-content:start;gap:1.5rem;width:100%;margin-bottom:2rem;display:grid}.products-list-loading,.products-list-error,.products-list-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex}.products-list-loading{gap:1rem;min-height:60vh}.products-list-error{background:rgb(var(--surface));border:1px solid rgb(var(--border));border-radius:var(--radius);gap:.5rem}.empty-state{flex-direction:column;align-items:center;gap:1rem;max-width:400px;display:flex}.empty-state-image{border-radius:var(--radius);object-fit:contain}.products-list-load-more{justify-content:center;padding:2rem;display:flex}.load-more-button{background:rgb(var(--surface));border:1px solid rgb(var(--border));border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;min-width:150px;padding:.75rem 2rem;transition:all .2s;display:flex}.load-more-button:hover:not(:disabled){background:rgb(var(--surface-hover));border-color:rgb(var(--border-hover));transform:translateY(-1px)}.load-more-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.products-list-loading-more{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.products-list>.pagination{border-top:1px solid rgb(var(--border));margin-top:1rem}@media (max-width:1200px){.products-list .products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem}}@media (max-width:768px){.products-list .products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.products-list-header{margin-bottom:1rem}}@media (max-width:576px){.products-list .products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media (max-width:480px){.products-list .products-grid{gap:.75rem}.products-list-loading,.products-list-error,.products-list-empty{min-height:300px;padding:1.5rem}}
.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-page{background:rgb(var(--background));width:100%;min-height:100vh;padding:1rem;padding-top:calc(var(--header-height) + 1rem)}@media (min-width:768px){.home-page{padding-bottom:2rem;padding-left:2rem;padding-right:2rem}}@media (min-width:1025px){.home-page{padding-top:2rem}}.home-header{border-bottom:1px solid rgb(var(--border));justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem 0 1.5rem;display:flex}.home-title{flex-direction:column;gap:.25rem;display:flex}.mobile-filters-toggle{background:rgb(var(--surface));border:1px solid rgb(var(--border));border-radius:var(--radius);cursor:pointer;margin-bottom:1rem;padding:.75rem 1rem;transition:all .2s;display:none}.mobile-filters-toggle:hover{background:rgb(var(--surface-hover));border-color:rgb(var(--border-hover))}.home-content{grid-template-columns:320px 1fr;align-items:stretch;gap:2rem;width:100%;max-width:1600px;margin:0 auto;padding-top:0;display:grid;position:relative}.home-sidebar{z-index:10;background:0 0;border:none;border-radius:0;height:100%;padding:0}.home-sidebar>*{height:100%}.sidebar-content{width:100%;padding-top:5rem}@media (min-width:768px){.sidebar-content{padding-top:0}}.home-main{width:100%;min-width:0;min-height:500px}.mobile-filters-backdrop{display:none}@media (max-width:1200px){.home-content{grid-template-columns:280px minmax(0,1fr);gap:1.5rem}.home-sidebar{max-height:calc(100vh - var(--header-height) - 5rem);padding:1.25rem}}@media (max-width:768px){.home-header{margin-bottom:1.5rem;padding:1.5rem 0 1rem}.mobile-filters-toggle{display:block}.home-content{grid-template-columns:1fr;gap:0}.home-sidebar{z-index:1000;border:none;border-radius:0;width:100%;height:100%;max-height:100vh;padding:2rem 1.5rem;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.home-sidebar.mobile-open,.mobile-filters-open .home-sidebar{transform:translate(0)}.mobile-filters-backdrop{z-index:999;backdrop-filter:blur(4px);background:#00000080;width:100%;height:100%;display:block;position:fixed;top:0;left:0}}@media (max-width:480px){.home-header{text-align:center;flex-direction:column;align-items:stretch;gap:1rem}.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)}}
