:root{--s-blue:#005bff;--s-red:#f91155;--s-ink:#001a34;--s-muted:#707f8d;--s-soft:#f2f5f9}
.home-page,.home-page *{box-sizing:border-box}
.home-page{margin:10px 0 56px;color:var(--s-ink);font-family:Arial,Helvetica,sans-serif}
.home-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}
.home-eyebrow{color:var(--s-blue);font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.home-heading h1{margin:7px 0 5px;font-size:clamp(28px,3vw,38px);line-height:1.18}
.home-heading p{margin:0;color:var(--s-muted)}
.home-all-link{flex:none;padding:11px 16px;border-radius:10px;background:#eaf2ff;color:var(--s-blue);font-weight:700;text-decoration:none}
.home-all-link:hover{background:#dceaff}
.seller-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.home-card{position:relative;min-width:0;padding:12px;border-radius:20px;background:#fff;box-shadow:0 3px 18px rgba(0,26,52,.07)}
.seller-card{display:block;min-width:0;color:var(--s-ink);text-decoration:none}
.seller-card-image{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:15px;background:var(--s-soft)}
.seller-card-image img{width:100%;height:100%;object-fit:contain}
.seller-no-image{color:var(--s-muted);font-size:13px}
.seller-price{display:block;margin-top:11px;color:var(--s-red);font-size:20px;font-weight:800}
.seller-card-title{height:42px;display:block;margin-top:6px;overflow:hidden;font-size:14px;line-height:21px}
.seller-stock{display:block;margin-top:7px;color:#10a844;font-size:13px}
.seller-stock.empty{color:var(--s-muted)}
.favorite-button{position:absolute;top:20px;right:20px;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:#fff;color:#617489;box-shadow:0 2px 10px rgba(0,26,52,.16);font-size:27px;line-height:1;cursor:pointer}
.favorite-button[aria-pressed="true"]{color:#f91155}
.favorite-button:hover{transform:scale(1.06)}
.home-empty{padding:40px 20px;border-radius:18px;background:#fff;color:var(--s-muted);text-align:center}
.home-empty a{color:var(--s-blue)}
.seller-load-more{min-height:72px;display:flex;align-items:center;justify-content:center;margin-top:18px;color:var(--s-muted);font-size:14px}
.seller-load-more.is-loading::before{content:'';width:22px;height:22px;margin-right:10px;border:3px solid #dbe7ff;border-top-color:var(--s-blue);border-radius:50%;animation:home-feed-spin .75s linear infinite}
.seller-load-more.is-error{color:var(--s-red);cursor:pointer}
@keyframes home-feed-spin{to{transform:rotate(360deg)}}
.favorites-page #favorites-empty[hidden]{display:none}
@media(max-width:1050px){.seller-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.seller-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-heading{align-items:start;flex-direction:column}.home-card{padding:8px}.favorite-button{top:16px;right:16px}}
@media(max-width:380px){.seller-grid{gap:8px}.seller-price{font-size:17px}.seller-card-title{font-size:13px}}
