.sellers-list-page{background:#f7f6f4;min-height:100vh;padding:120px 0 80px}.sellers-list-page__head{margin-bottom:28px}.sellers-list-page__back{color:#999;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:12px;padding:0;font-family:inherit;font-size:14px;transition:color .2s;display:inline-flex}.sellers-list-page__back:hover{color:#1a1a1a}.sellers-list-page__title{color:#1a1a1a;letter-spacing:-1px;margin-bottom:4px;font-size:36px;font-weight:700}@media (max-width:768px){.sellers-list-page__title{font-size:28px}}.sellers-list-page__count{color:#999;margin:0;font-size:14px}.sellers-list-page__filters{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.sellers-list-page__search-wrap{flex:1;min-width:200px;max-width:360px;position:relative}.sellers-list-page__search-icon{color:#bbb;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.sellers-list-page__search{box-sizing:border-box;background:#fff;border:1.5px solid #e5ddd5;border-radius:10px;outline:none;width:100%;padding:10px 14px 10px 36px;font-family:inherit;font-size:14px;transition:border-color .2s}.sellers-list-page__search:focus{border-color:#a86a3d}.sellers-list-page__search::placeholder{color:#bbb}.sellers-list-page__select{color:#333;cursor:pointer;appearance:none;background:#fff 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='%23bbb' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 12px center no-repeat;border:1.5px solid #e5ddd5;border-radius:10px;outline:none;padding:10px 32px 10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.sellers-list-page__select:focus{border-color:#a86a3d}.sellers-list-page__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1024px){.sellers-list-page__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.sellers-list-page__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sellers-list-page__grid{grid-template-columns:1fr}}.sellers-list-page__loading{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1024px){.sellers-list-page__loading{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.sellers-list-page__loading{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sellers-list-page__loading{grid-template-columns:1fr}}.sellers-list-page__skeleton{background:linear-gradient(90deg,#f0ede8 25%,#e8e4de 50%,#f0ede8 75%) 0 0/200% 100%;border-radius:14px;height:220px;animation:1.5s infinite slp-shimmer}.sellers-list-page__empty{color:#bbb;flex-direction:column;align-items:center;gap:12px;padding:80px 20px;font-size:15px;display:flex}.sellers-list-page__pagination{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:48px;display:flex}.sellers-list-page__page-btn{color:#666;cursor:pointer;background:#fff;border:1.5px solid #e5ddd5;border-radius:10px;width:40px;height:40px;font-family:inherit;font-size:14px;font-weight:500;transition:all .15s}.sellers-list-page__page-btn:hover{color:#a86a3d;border-color:#a86a3d}.sellers-list-page__page-btn--active{color:#fff;background:#a86a3d;border-color:#a86a3d}@media (max-width:768px){.sellers-list-page{padding:100px 0 60px}.sellers-list-page__filters{flex-direction:column}.sellers-list-page__search-wrap{max-width:100%}}@keyframes slp-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
