.shop-card-mini-2{width:100%;display:flex;align-items:center;padding:8px;margin:0;gap:5px;background-color:var(--neumorphic-background,#e0e0e0);border-radius:8px 8px 0 0;cursor:pointer;color:#374151;box-shadow:0 -2px 5px rgba(0,0,0,.1)}.shop-profile-pic{border-radius:50%;margin-right:8px;width:40px;height:40px;-o-object-fit:cover;object-fit:cover;box-shadow:0 2px 4px rgba(0,0,0,.2)}.shop-name{font-size:14px;font-weight:700}.pop-in{animation:pop-in .5s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes pop-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}