.pulse-drawer-shop-li{list-style:none}
.pulse-drawer-shop{padding:.4rem 0 0}
.pulse-drawer-tab-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.pulse-drawer-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;padding:0 3rem;margin-bottom:1.4rem}
.pulse-drawer-tab{display:flex;align-items:center;justify-content:center;padding:1.1rem;border-radius:3rem;background:rgba(var(--color-foreground),.06);font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent}
#pulse-tab-cat:checked ~ .pulse-drawer-tabs label[for="pulse-tab-cat"],
#pulse-tab-need:checked ~ .pulse-drawer-tabs label[for="pulse-tab-need"]{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}
.pulse-drawer-panel--need{display:none}
#pulse-tab-need:checked ~ .pulse-drawer-panel--cat{display:none}
#pulse-tab-need:checked ~ .pulse-drawer-panel--need{display:block}
.pulse-drawer-group{padding:.4rem 0 0}
.pulse-drawer-group__title{display:block;padding:.4rem 3rem 1.2rem;font-weight:600;font-size:1.5rem;color:rgb(var(--color-foreground))}
.pulse-drawer-tilegrid{list-style:none;margin:0;padding:0 3rem;display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.pulse-drawer-tilegrid li{list-style:none}
.pulse-drawer-tile2{display:block;text-decoration:none;color:rgb(var(--color-foreground))}
.pulse-drawer-tile2-thumb{display:block;width:100%;aspect-ratio:1/1;border-radius:1rem;overflow:hidden;background:rgba(var(--color-foreground),.06)}
.pulse-drawer-tile2-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.pulse-drawer-tile2-title{display:block;margin-top:.7rem;font-size:1.35rem;font-weight:500;line-height:1.25}
.pulse-drawer-tile2--active .pulse-drawer-tile2-title{text-decoration:underline}
.pulse-drawer-banners{padding:1.6rem 3rem 0;display:flex;flex-direction:column;gap:1rem}
.pulse-drawer-banner{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;border-radius:1rem;padding:1.3rem 1.6rem;text-decoration:none}
.pulse-drawer-banner--new{background:#ED6A32;color:#FFF5EA}
.pulse-drawer-banner--guide{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}
.pulse-drawer-banner-title{display:block;font-size:1.4rem;font-weight:600}
.pulse-drawer-banner-text{display:block;font-size:1.2rem;opacity:.8;margin-top:.1rem}
.pulse-drawer-banner-arrow{font-size:1.8rem;flex:none;line-height:1}
.pulse-drawer-cta-wrap{position:sticky;bottom:0;z-index:2;padding:1.4rem 3rem calc(1.4rem + env(safe-area-inset-bottom));background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.08);margin-top:1.6rem}
.pulse-drawer-cta{display:block;text-align:center;padding:1.3rem;border-radius:.8rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-weight:600;font-size:1.4rem;text-decoration:none}
.menu-drawer__navigation{padding-bottom:0}
