.Products-module__GxL6lG__container{width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.Products-module__GxL6lG__header{text-align:center;margin-bottom:3rem}.Products-module__GxL6lG__header h1{margin-bottom:.5rem;font-size:2.5rem}.Products-module__GxL6lG__header p{color:var(--foreground-muted);font-size:1.1rem}.Products-module__GxL6lG__layout{gap:2rem;display:flex}.Products-module__GxL6lG__sidebar{border-radius:16px;flex:0 0 260px;align-self:flex-start;height:fit-content;padding:1.5rem}.Products-module__GxL6lG__sidebarToggle{cursor:pointer;width:100%;font-family:var(--font-heading);color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:1rem;font-weight:700;display:none}.Products-module__GxL6lG__chevron{font-size:.75rem;transition:transform .25s;display:inline-block}.Products-module__GxL6lG__chevronOpen{transform:rotate(180deg)}.Products-module__GxL6lG__sidebar h3{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);margin-bottom:1rem;font-size:1rem}.Products-module__GxL6lG__filterList{margin-bottom:2rem;list-style:none}.Products-module__GxL6lG__filterList li{margin-bottom:.5rem}.Products-module__GxL6lG__filterLink{color:var(--foreground-muted);border-radius:8px;padding:.6rem .8rem;font-size:.95rem;font-weight:600;transition:all .2s;display:block}.Products-module__GxL6lG__filterLink:hover{background-color:var(--badge-bg);color:var(--foreground)}.Products-module__GxL6lG__activeFilter{background-color:var(--primary-glow);color:var(--primary);border:1px solid var(--primary)}.Products-module__GxL6lG__searchBox{border-top:1px solid var(--border);padding-top:1.5rem}.Products-module__GxL6lG__searchInput,.Products-module__GxL6lG__searchTrigger{background-color:var(--input-bg);border:1px solid var(--input-border);width:100%;color:var(--foreground);border-radius:8px;padding:.6rem .8rem;font-family:inherit;font-size:.9rem}.Products-module__GxL6lG__searchInput:focus,.Products-module__GxL6lG__searchTrigger:focus{border-color:var(--input-focus);outline:none}.Products-module__GxL6lG__searchTrigger{cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.Products-module__GxL6lG__searchTrigger:hover{border-color:var(--input-focus)}.Products-module__GxL6lG__searchTrigger span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Products-module__GxL6lG__searchTrigger span:last-child{color:var(--foreground-muted);font-size:.75rem;font-weight:700}.Products-module__GxL6lG__main{flex-grow:1}.Products-module__GxL6lG__toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.Products-module__GxL6lG__resultCount{color:var(--foreground-muted);font-size:.9rem;font-weight:500}.Products-module__GxL6lG__resultCount strong{color:var(--foreground);font-weight:800}.Products-module__GxL6lG__sortControlWrapper{align-items:center;gap:.6rem;margin-left:auto;display:flex}.Products-module__GxL6lG__sortLabel{color:var(--foreground-muted);white-space:nowrap;font-size:.85rem;font-weight:600}.Products-module__GxL6lG__sortSelect{background:var(--background-alt);border:1px solid var(--border);color:var(--foreground);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border-radius:10px;outline:none;padding:.45rem 2.2rem .45rem .85rem;font-size:.88rem;font-weight:600;transition:border-color .2s,background-color .2s}.Products-module__GxL6lG__sortSelect:focus,.Products-module__GxL6lG__sortSelect:hover{border-color:var(--border-hover);background-color:var(--badge-bg)}.Products-module__GxL6lG__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.Products-module__GxL6lG__card{border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.Products-module__GxL6lG__cardImageWrapper{background-color:var(--background);width:100%;padding-bottom:100%;position:relative}.Products-module__GxL6lG__cardImage{object-fit:cover;transition:transform .5s}.Products-module__GxL6lG__card:hover .Products-module__GxL6lG__cardImage{transform:scale(1.05)}.Products-module__GxL6lG__cardCategory{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;text-transform:uppercase;background-color:#0f172abf;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:700;position:absolute;bottom:10px;left:10px}.Products-module__GxL6lG__cardContent{flex-direction:column;flex-grow:1;padding:1.25rem;display:flex}.Products-module__GxL6lG__cardContent h3{color:var(--foreground);flex-grow:1;margin-bottom:.75rem;font-size:1rem;line-height:1.4}.Products-module__GxL6lG__cardFooter{justify-content:space-between;align-items:center;display:flex}.Products-module__GxL6lG__price{color:var(--primary);font-size:1.15rem;font-weight:800}.Products-module__GxL6lG__buyText{color:var(--foreground-muted);font-size:.8rem;font-weight:700}.Products-module__GxL6lG__card:hover .Products-module__GxL6lG__buyText{color:var(--primary)}.Products-module__GxL6lG__noResults{text-align:center;border-radius:16px;padding:4rem}.Products-module__GxL6lG__noResults h3{margin-bottom:.75rem;font-size:1.5rem}.Products-module__GxL6lG__noResults p{color:var(--foreground-muted);margin-bottom:1.5rem}@media (max-width:768px){.Products-module__GxL6lG__layout{flex-direction:column}.Products-module__GxL6lG__sidebar{flex:none;width:100%;padding:1rem}.Products-module__GxL6lG__sidebarToggle{display:flex}.Products-module__GxL6lG__sidebarContent{max-height:0;margin-top:0;transition:max-height .3s;overflow:hidden}.Products-module__GxL6lG__sidebarContentOpen{max-height:1500px;margin-top:1rem;overflow:visible}.Products-module__GxL6lG__toolbar{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.Products-module__GxL6lG__sortControlWrapper{margin-left:auto}.Products-module__GxL6lG__sortSelect{padding:.4rem 1.8rem .4rem .65rem;font-size:.82rem}}.Products-module__GxL6lG__pagination{justify-content:center;align-items:center;gap:1.5rem;width:100%;margin-top:3rem;display:flex}.Products-module__GxL6lG__pageBtn{color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.Products-module__GxL6lG__pageBtn:hover:not(.Products-module__GxL6lG__disabled){background:var(--primary-glow);color:var(--primary);border-color:var(--primary);transform:translateY(-1px)}.Products-module__GxL6lG__pageInfo{color:var(--foreground-muted);font-size:.95rem;font-weight:600}.Products-module__GxL6lG__disabled{opacity:.4;pointer-events:none;cursor:not-allowed}
