.featured-page{padding-bottom:120px}.featured-page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.featured-page-head h1{display:flex;align-items:center;gap:8px;margin:5px 0 0;font-size:30px}.featured-search{height:52px;display:flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--border);border-radius:15px;padding:6px 7px 6px 14px;margin-bottom:14px}.featured-search:focus-within{border-color:#aab8ed;box-shadow:0 0 0 3px rgba(67,97,202,.08)}.featured-search input{flex:1 1;min-width:0;border:0;outline:0;background:transparent}.featured-search button{height:38px;padding:0 17px;border:0;border-radius:10px;background:#1f2024;color:#fff;font-weight:700}.featured-category-scroll{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;white-space:nowrap;padding:2px 0 18px;margin-bottom:8px;-webkit-overflow-scrolling:touch}.featured-category-scroll::-webkit-scrollbar{display:none}.featured-category-scroll a{flex:0 0 auto;border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:9px 17px;font-size:13px;font-weight:700}.featured-category-scroll a.active{background:var(--secondary);border-color:var(--secondary);color:#fff}.featured-page-row{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;padding:2px 1px 10px;scrollbar-width:none}.featured-page-row::-webkit-scrollbar{display:none}.featured-page-row>.listing-card{flex:0 0 250px;scroll-snap-align:start}.featured-page-row .listing-image-wrap{aspect-ratio:1.12/1}@media(min-width:900px){.featured-page-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}.featured-page-row>.listing-card{min-width:0}.featured-page-row .listing-image-wrap{aspect-ratio:1.12/1}}@media(max-width:620px){.featured-page{padding-top:20px}.featured-page-head h1{font-size:25px}.featured-search{height:50px;margin-bottom:12px}.featured-search button{height:36px;padding:0 14px}.featured-category-scroll{margin-inline:-12px;padding-inline:12px;padding-bottom:14px}.featured-category-scroll a{padding:8px 15px;font-size:12px}.featured-page-row{margin-inline:-12px;padding-inline:12px}.featured-page-row>.listing-card{flex-basis:210px}.featured-page-row .listing-image-wrap{aspect-ratio:1.12/1}}