*{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body{background:#efefef;height:100vh;overflow:hidden}.wrapper{position:absolute;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;box-sizing:border-box}#wrapper3d{position:absolute;width:100%;height:100%;box-sizing:border-box}#canvas3d{display:block;box-sizing:border-box}.popup{width:100vw;height:100%;background:#2d2d2d39;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:absolute;left:0;top:0;box-sizing:border-box;display:flex;justify-content:center;align-items:center;z-index:1000;flex-direction:row;pointer-events:all}.popup-closed{display:none}.popup-box-wrapper{width:80%;max-width:1000px;height:90%;position:relative;background-color:#fff;box-sizing:border-box;border-radius:8px;display:flex;justify-content:center;align-items:center;flex-direction:row;overflow:hidden}#image-box{width:100%;height:100%;background-color:#fff;padding:40px;box-sizing:border-box;display:flex;justify-content:space-evenly;gap:20px;flex-wrap:wrap;overflow-y:hidden;position:relative;background-size:contain;background-position:center;background-repeat:no-repeat}#details-box{width:30%;background-color:transparent;display:flex;justify-content:center;flex-direction:column;align-items:baseline}#redirect-btn{text-decoration:none;background-color:#f9b86b;color:#000;padding:10px 25px;border:none;border-radius:16px;font-size:1.4em;display:inline-block;margin-top:150%;margin-bottom:0;pointer-events:all}.card{display:flex;flex-direction:column;width:100%;max-width:250px}.popup img{width:100%;background-color:#fff;border-radius:8px}.popup p{margin-top:10px}#info-btn{font-size:16px;color:#5faef7;border:none;background-color:transparent;cursor:pointer}#close-popup-btn{position:absolute;top:10px;right:16px;font-size:26px;z-index:1100;color:#000;border:none;background-color:transparent;cursor:pointer;font-weight:700;pointer-events:all}@media (max-width: 800px){.popup-box-wrapper{flex-direction:column;width:95%;height:70%}#image-box{width:99%}#details-box{width:99%;align-items:center}#redirect-btn{margin-bottom:30px;margin-top:0}}
