.product-modal{box-sizing:border-box;width:min(1140px,94vw);max-width:none;max-height:92vh;padding:0;border:none;border-radius:10px;background:#f5f3ef;overflow:hidden}.product-modal[open]{display:flex;flex-direction:column}.product-modal::backdrop{background:#14120e8c}.product-modal-body{box-sizing:border-box;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:56px 24px 24px}.product-modal-close{position:absolute;top:8px;right:8px;z-index:10;display:block;width:40px;height:40px;border:none;border-radius:50%;background:#efece6;color:#1c1c1c;font-size:24px;line-height:1;cursor:pointer;transition:background .15s}.product-modal-close:hover{background:#ddd8ce}.product-modal-status{margin:0;font-size:14px;color:#5c584f}.product-modal-status:empty{display:none}@media(max-width:900px){.product-modal{position:fixed;top:0;right:0;bottom:0;left:0;margin:0;width:100%;height:100vh;height:100dvh;max-height:none;border-radius:0}.product-modal-body{padding:0 14px 14px}.product-modal .configurator .preview{margin:0 -14px;padding:8px 14px}}
