.store-button{box-shadow:none;color:#000;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;min-width:240px;height:64px;padding:12px 40px;font-family:TikTok Sans,sans-serif;font-size:18px;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex;position:relative}.store-button__icon-wrap{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.store-button__icon{object-fit:contain;max-width:22px;max-height:22px;display:block}.store-button__icon--apple{max-width:18px;max-height:21px}.store-button .qr-popover{opacity:0;pointer-events:none;z-index:20;width:224px;padding-bottom:14px;display:block;position:absolute;bottom:100%;left:50%;transform:translate(-50%,8px)}@media (hover:hover) and (pointer:fine){.hero:not(.hero--mobile) .store-button:hover{opacity:.92}.hero:not(.hero--mobile) .store-button:focus-visible{opacity:.92}.hero:not(.hero--mobile) .store-button:hover .qr-popover{opacity:1;pointer-events:auto;transform:translate(-50%)}.hero:not(.hero--mobile) .store-button:focus-visible .qr-popover{opacity:1;pointer-events:auto;transform:translate(-50%)}}