#home #recentItems,#home #recent{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
.home-shelf-section{display:grid;gap:12px;margin:2px 0 18px;padding:16px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 12px 34px rgba(34,36,91,.06)}.home-shelf-heading{display:flex;align-items:end;justify-content:space-between;gap:12px}.home-shelf-heading h2{margin:2px 0 0;font-size:19px;line-height:1.2}.home-shelf-heading .eyebrow{margin:0}.home-shelf-heading .text-action{border:0;background:transparent;color:var(--brand);font-weight:850;padding:8px 0;white-space:nowrap}.home-shelf-row{display:flex;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:2px 1px 5px;scrollbar-width:none}.home-shelf-row::-webkit-scrollbar{display:none}.home-shelf-tile{scroll-snap-align:start;display:grid;grid-template-columns:42px minmax(104px,1fr) auto;align-items:center;gap:10px;min-width:190px;max-width:230px;border:1px solid #e8e7f4;border-radius:18px;background:linear-gradient(180deg,#fff,#f8f7ff);padding:11px 12px;text-align:left;color:#252742;box-shadow:0 5px 16px rgba(44,45,92,.06);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.home-shelf-tile:active{transform:scale(.985)}.home-shelf-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),#8a57ed);color:#fff;font-size:13px;font-weight:950;letter-spacing:.03em;box-shadow:0 7px 15px rgba(91,92,226,.2)}.home-shelf-copy{display:grid;gap:2px;min-width:0}.home-shelf-copy strong,.home-shelf-copy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-shelf-copy strong{font-size:14px}.home-shelf-copy small{font-size:11px;color:var(--muted)}.home-shelf-count{min-width:27px;height:27px;padding:0 7px;border-radius:999px;display:grid;place-items:center;background:#eeedff;color:var(--brand);font-size:11px;font-weight:900}.home-shelf-section.hidden{display:none!important}@media(max-width:620px){.home-shelf-section{margin:0 0 14px;padding:14px;border-radius:20px}.home-shelf-heading{align-items:center}.home-shelf-heading h2{font-size:18px}.home-shelf-heading .text-action{font-size:12px}.home-shelf-tile{min-width:176px;grid-template-columns:39px minmax(92px,1fr) auto;padding:10px}.home-shelf-mark{width:39px;height:39px;border-radius:13px}}@media(max-width:390px){.home-shelf-section{padding:12px}.home-shelf-tile{min-width:166px;grid-template-columns:36px minmax(85px,1fr) auto;gap:8px}.home-shelf-mark{width:36px;height:36px}.home-shelf-copy strong{font-size:13px}.home-shelf-copy small{font-size:10px}}