.prosam-store-theme-0-x-wrapperPopUp{width:100%;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.32);z-index:1000}.prosam-store-theme-0-x-containerPopUp{width:100%;max-width:500px;height:500px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-white);z-index:1001;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;gap:var(--spacing-spacing-l)}.prosam-store-theme-0-x-imagePopUpContainer{height:100%;max-height:300px;overflow:hidden;img{-o-object-fit:cover;object-fit:cover;width:100%}}.prosam-store-theme-0-x-textPopUpContainer{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-spacing-l);justify-content:center;padding:0 var(--spacing-spacing-m);h3{padding:0;margin:0}}.prosam-store-theme-0-x-popUpButton{width:250px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--color-prosam-blue-700);border-radius:8px;color:#fff;text-decoration:none;font-weight:500;transition:all .2s ease-in-out;&:hover{background-color:var(--color-prosam-blue-500)}&:active,&:focus{background-color:var(--color-prosam-blue-800)}}.prosam-store-theme-0-x-closePopUpButton{position:absolute;right:10px;top:10px;color:#fff;cursor:pointer;font-weight:600}