.amazon-popup-wrapper{display:none;opacity:0;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:11230;background:rgba(34,34,34,0.85);overflow:hidden;cursor:pointer;animation:fade-in .5s ease-in-out;-webkit-tap-highlight-color:transparent}.amazon-popup-wrapper.is-active{display:flex;opacity:1}.amazon-popup-wrapper .amazon-popup-inner{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:center;margin:0 auto;width:18em;max-width:calc(100% - 2em);max-height:8.5em;height:100%;background:#fafafa;border-radius:var(--border-radius);border:1px solid #444;padding:1.25em;animation:show-popup-content 0.5s ease-in-out}.amazon-popup-wrapper .amazon-popup-inner a.button{width:100%;max-width:13.5em;min-height:63px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:3.5em}.amazon-popup-wrapper .amazon-popup-inner a:nth-child(2){margin-top:1em}.amazon-popup-wrapper a.button-outline{position:relative;padding:0.75em 2em;font-size:1.125em;font-weight:700;text-transform:uppercase;color:var(--color-base-invert);box-shadow:inset 0 0 0 2px var(--color-base-invert)}.amazon-popup-wrapper a.button-outline span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-width:2em;max-height:2em;margin-right:0.5em;position:relative;top:50%;transform:translateY(-50%)}@keyframes fade-in{0%{background:rgba(34,34,34,0)}100%{background:rgba(34,34,34,0.85)}}@keyframes show-popup-content{0%{opacity:0;transform:scale(0.95)}100%{opacity:1;transform:scale(1)}}

