.shop-modal{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#000000a6;justify-content:center;align-items:center;padding:16px;animation:.3s forwards shopOverlayFadeIn;display:flex;position:fixed;inset:0}@keyframes shopOverlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.shop-modal__content{border:1px solid #0000;border-image:linear-gradient(180deg,var(--orange-light)0%,var(--grey-stroke)60%)1;background:#14161c;width:100%;max-width:90%;max-height:90vh;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards shopModalSlideIn;position:relative;overflow-y:auto;box-shadow:0 0 60px #fe510126,0 0 120px #fe510112,0 32px 80px #0009}@keyframes shopModalSlideIn{0%{opacity:0;transform:scale(.88)translateY(32px)}to{opacity:1;transform:scale(1)translateY(0)}}@media screen and (max-width:900px){.shop-modal__content{max-width:95%}}.shop-modal__close{width:36px;height:36px;color:var(--light-gray-text);cursor:pointer;z-index:1;background:0 0;border:1px solid #3d3d3d;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.shop-modal__close:hover{background:var(--orange-light);border-color:var(--orange-light);color:#fff}@media screen and (max-width:900px){.shop-modal__close{top:12px;right:12px}}.shop-modal__body{color:var(--white);margin-bottom:20px}.shop-modal__body p{margin:0;line-height:1.6}.shop-modal__body a{color:var(--orange-light);text-decoration:none;transition:opacity .2s}.shop-modal__body a:hover{opacity:.8}.shop-modal__footer{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.shop-modal__footer button{min-width:120px}@media screen and (max-width:900px){.shop-modal__footer{flex-direction:column;align-items:center}.shop-modal__footer button{width:100%;max-width:140px}}
