div[data-showhidetargetvalue].hide{display:none}
.editor-PageInfo [is='coral-button'].view-product-button{display:none}
.product-detail-element .editor-PageInfo [is='coral-button'].view-product-button{display:block}
.mmm-asset-folder-process{width:35rem}
@media(max-width:37.4375rem){.mmm-asset-folder-process{width:auto}
}
.mmm-asset-folder-process .mmm-workflow-warning-message span{font-size:1rem;color:var(--spectrum-global-color-red-400,#f00);font-weight:600}
.product-modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.5)}
.product-modal-content{background-color:#fff;margin:5% auto;padding:20px;border-radius:6px;box-shadow:0 6px 12px rgba(0,0,0,0.1);width:40%}
.product-modal-close{color:#6e6e6e;float:right;font-size:24px;line-height:24px;cursor:pointer}
.product-modal-close:hover{color:#0070d2}
#customInput{width:100%;padding:10px;margin-top:10px;margin-bottom:20px;border:1px solid #b0b0b0;border-radius:4px;box-sizing:border-box}
#okBtn{background-color:#0070d2;color:white;padding:10px 20px;margin:8px 0;border:0;border-radius:4px;cursor:pointer;width:auto}
#okBtn:hover{background-color:#005bac}
label{display:block;margin-bottom:5px;font-weight:normal}
@media screen and (max-width:768px){.custom-modal-content{width:80%;margin-top:10%}
}