.product-listing-page{background:#f8fafc;min-height:100vh;padding-bottom:80px;font-family:Inter,sans-serif}.product-listing-page .container{max-width:1400px;margin:0 auto;padding:0 24px}.product-listing-page .group-hero{color:#fff;background:#0f172a;padding:48px 0}.product-listing-page .group-hero .breadcrumbs{color:#94a3b8;margin-bottom:24px;font-size:.85rem}.product-listing-page .group-hero .breadcrumbs a{color:#94a3b8;text-decoration:none;transition:color .2s}.product-listing-page .group-hero .breadcrumbs a:hover{color:#fff}.product-listing-page .group-hero .hero-content{max-width:800px}.product-listing-page .group-hero .hero-content .title-wrapper{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:12px;display:flex}.product-listing-page .group-hero .hero-content .title-wrapper .group-title{letter-spacing:-.5px;margin:0;font-size:2.5rem;font-weight:800}.product-listing-page .group-hero .hero-content .title-wrapper .badge{color:#eab308;text-transform:uppercase;background:#eab30826;border:1px solid #eab3084d;border-radius:4px;align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.product-listing-page .group-hero .hero-content .group-description{color:#cbd5e1;margin:0;font-size:1.1rem;line-height:1.6}.product-listing-page .main-layout{grid-template-columns:280px 1fr;gap:32px;padding-top:32px;display:grid}@media (max-width:1024px){.product-listing-page .main-layout{grid-template-columns:1fr}}.product-listing-page .filters-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:6px;height:-moz-fit-content;height:fit-content;padding:24px;position:sticky;top:24px;box-shadow:0 4px 6px -1px #0000000d}@media (max-width:1024px){.product-listing-page .filters-sidebar{z-index:100;border-radius:0;display:none;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.product-listing-page .filters-sidebar.show{display:block}}.product-listing-page .mobile-filter-toggle{display:none}@media (max-width:1024px){.product-listing-page .mobile-filter-toggle{margin-bottom:20px;display:block}}.product-listing-page .mobile-filter-toggle .filter-toggle-btn{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-weight:700;display:flex;box-shadow:0 2px 4px #0000000d}.product-listing-page .products-section{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.product-listing-page .products-toolbar{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;display:flex}.product-listing-page .products-toolbar .toolbar-stats .total-count{color:#0f172a;font-weight:700}.product-listing-page .products-toolbar .toolbar-actions{align-items:center;gap:16px;display:flex}.product-listing-page .products-toolbar .sort-dropdown{align-items:center;gap:8px;display:flex}.product-listing-page .products-toolbar .sort-dropdown label{color:#64748b;font-size:.85rem;font-weight:600}.product-listing-page .products-toolbar .sort-dropdown select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;outline:none;padding:8px 12px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.product-listing-page .products-toolbar .sort-dropdown select:focus{border-color:#0f172a}.product-listing-page .products-toolbar .view-options{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;gap:4px;padding:4px;display:flex}@media (max-width:640px){.product-listing-page .products-toolbar .view-options{display:none}}.product-listing-page .products-toolbar .view-options .view-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:4px;padding:6px;transition:all .2s}.product-listing-page .products-toolbar .view-options .view-btn.active{color:#0f172a;background:#fff;box-shadow:0 1px 3px #0000001a}.product-listing-page .products-grid{gap:24px;width:100%;display:grid}.product-listing-page .products-grid.view-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}@media (max-width:640px){.product-listing-page .products-grid.view-grid{grid-template-columns:1fr}}.product-listing-page .products-grid.view-list{grid-template-columns:1fr}.product-listing-page .product-skeleton{background:#fff;border:1px solid #e2e8f0;border-radius:6px;height:380px}.product-listing-page .product-skeleton .skeleton-image{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-bottom:1px solid #e2e8f0;height:200px;animation:1.5s infinite shimmer}.product-listing-page .product-skeleton .skeleton-content{padding:20px}.product-listing-page .product-skeleton .skeleton-content .skeleton-line{background:#f1f5f9;border-radius:4px;height:16px;margin-bottom:12px}.product-listing-page .product-skeleton .skeleton-content .skeleton-line.short{width:60%}.product-listing-page .product-skeleton.skeleton-list{flex-direction:row;height:112px;display:flex}.product-listing-page .product-skeleton.skeleton-list .skeleton-image{border-bottom:none;border-right:1px solid #e2e8f0;flex-shrink:0;width:176px;height:100%}.product-listing-page .product-skeleton.skeleton-list .skeleton-content{flex-direction:column;flex:1;justify-content:center;display:flex}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-listing-page .empty-state{text-align:center;flex-direction:column;align-items:center;padding:80px 24px;display:flex}.product-listing-page .empty-state .empty-icon{color:#cbd5e1;margin-bottom:24px}.product-listing-page .empty-state h3{color:#0f172a;margin-bottom:12px;font-size:1.5rem;font-weight:800}.product-listing-page .empty-state p{color:#64748b;margin-bottom:24px;font-size:1.1rem}.product-listing-page .empty-state .reset-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:4px;padding:12px 24px;font-weight:700}.product-listing-page .empty-state .reset-btn:hover{background:#1e293b}.product-listing-page .pagination-wrapper{justify-content:center;margin-top:40px;display:flex}
