*{padding:0;margin:0;box-sizing:border-box}body,#root{width:100vw;height:100vh}.detail-popup{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#0000004d}.detail-popup .detail-popup-wrapper{width:400px;max-width:90vw;max-height:95%;background-color:#fff;color:#333;border-radius:8px;display:flex;position:relative;flex-direction:column;overflow:hidden}.detail-popup .detail-popup-wrapper .close-btn{position:absolute;top:10px;right:10px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.detail-popup .detail-popup-wrapper .close-btn:after{content:"x";height:100%;color:#fff;font-size:20px;font-weight:700}.detail-popup .detail-popup-wrapper .top-row{width:100%;height:400px;max-height:90vw;flex-grow:1;display:flex;align-items:center;justify-content:center}.detail-popup .detail-popup-wrapper .top-row .detail-image{display:block;max-width:100%;max-height:100%;margin:auto;background-color:#fff}.detail-popup .detail-popup-wrapper .bottom-row{padding:20px 0;width:100%;flex-grow:0;flex-shrink:0;display:flex}.detail-popup .detail-popup-wrapper .bottom-row .left-column{padding-left:20px}.detail-popup .detail-popup-wrapper .bottom-row .left-column .detail-title{font-size:18px;font-weight:700;margin:0 0 10px}.detail-popup .detail-popup-wrapper .bottom-row .left-column .detail-description{font-size:14px;margin:0 0 10px;max-height:80px;overflow:auto}.detail-popup .detail-popup-wrapper .bottom-row .left-column .detail-attributes{display:flex;flex-wrap:wrap}.detail-popup .detail-popup-wrapper .bottom-row .left-column .detail-attributes .attribute{font-size:12px;display:flex;align-items:center;justify-content:center;height:25px;background-color:#ffa2a263;margin:0 10px 10px 0;border-radius:4px;padding:0 8px;white-space:pre}.detail-popup .detail-popup-wrapper .bottom-row .left-column .detail-owner{font-size:14px}.detail-popup .detail-popup-wrapper .bottom-row .left-column .detail-owner .detail-strong{font-weight:700;font-size:12px;text-decoration:underline;cursor:pointer}.detail-popup .detail-popup-wrapper .bottom-row .right-column{display:none;margin:0 0 0 auto;align-items:center;justify-content:center;width:150px;flex-shrink:0;padding:0 20px}.detail-popup .detail-popup-wrapper .bottom-row .right-column .detail-store{display:flex;height:30px;width:100%;border-radius:4px;align-items:center;justify-content:center;background-color:#333;color:#fff;font-size:14px;font-weight:700;margin:auto;cursor:pointer;outline:none}.landing-page{width:100%;height:100%;background-color:#fff}.landing-page .frame-popup .frame-popup-wrapper{background-color:#fff;border-radius:8px;padding:0 10px}
