.seller-page{max-width:1200px;margin:0 auto;padding:28px 24px 70px}.seller-profile{display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line);padding:31px 0}.seller-avatar{height:78px;width:78px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:29px;font-weight:800}.seller-profile h1{font-size:31px;letter-spacing:-1px;margin:0}.seller-profile p:last-child{margin:3px 0 0;color:var(--muted)}.seller-contact{margin-left:auto;border:0;border-radius:8px;background:var(--orange);color:#fff;font-weight:700;padding:13px 18px;cursor:pointer}.seller-listings{padding-top:42px}.contact-note{position:fixed;bottom:20px;left:50%;transform:translate(-50%,130px);background:var(--ink);color:#fff;padding:12px 16px;border-radius:8px;font-size:13px;box-shadow:0 8px 24px #0003;transition:.25s;z-index:2}.contact-note.show{transform:translate(-50%,0)}@media(max-width:800px){.seller-page{padding:20px 16px 50px}.seller-profile{align-items:flex-start;gap:12px;padding:25px 0;flex-wrap:wrap}.seller-avatar{height:58px;width:58px;font-size:23px}.seller-profile h1{font-size:25px}.seller-contact{width:100%;margin:5px 0 0}.seller-listings{padding-top:32px}}
