@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap);body{margin:0;font-family:"Inter",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root,.App,body,html{height:100%}button,input[type=reset],input[type=submit]{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.react-modal-content{width:85%;height:45%;border-radius:12px 12px 0 0;outline:none;overflow:hidden;background-color:#fff}.react-modal-folders-content{width:100%;height:100%;overflow-y:auto;background-color:#f2f2f2}.animate-modal{width:100%;height:90%}.animate-create-folder-modal{height:200px}.animate-create-folder-modal,.animate-edit-folder-modal{width:100%;background-color:#fff;border-radius:12px 12px 0 0;animation-name:animateModal;animation-duration:.3s;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards}.animate-edit-folder-modal{height:300px}.fade-appear,.fade-enter{opacity:0;z-index:1}.fade-appear-active,.fade-enter.fade-enter-active{opacity:1;transition:opacity .3s linear .15s}.fade-exit{opacity:1}.fade-exit.fade-exit-active{opacity:0;transition:opacity .15s linear}@media only screen and (min-width:768px){.react-modal-content{width:100%;height:90%}.react-create-folder-modal{width:100%;height:35%}}.App{text-align:center;width:100%;margin:0 auto}.divider{width:100%;height:20px}.iconBtn{background:none;border:none;display:flex}.iconBtn:hover{cursor:pointer}.defaultHeaderBox-home{background-color:#fff;height:48px;width:320px;display:flex;flex-direction:row;align-items:center;justify-content:center}.centerContent div{display:contents}.rightContent{max-width:15%}.imageSearch{text-align:center;max-width:15%;padding-left:8px}.defaultHeaderBox,.imageSearch{align-items:center;justify-content:center;display:flex}.defaultHeaderBox{background-color:#fff;height:48px;width:100%;flex-direction:row;box-shadow:1px 5px 5px 0 rgba(0,0,0,.2);-webkit-box-shadow:1px 5px 5px 0 rgba(0,0,0,.1);-moz-box-shadow:1px 5px 5px 0 rgba(0,0,0,.2)}.leftContent{max-width:10%}.rightContent{text-align:center;justify-content:center;max-width:25%}.markerIconTitle,.rightContent{align-items:center;display:flex}.markerIconTitle{text-transform:uppercase;font-weight:700;font-size:8px}.markerIcon{width:72px;height:22px;background:#fff;border-radius:46px;justify-content:center;display:flex;margin-top:10px;padding:0 2px}.circle,.circleSmall{width:8px;height:8px;border-radius:50%}.leftContentMarkerIcon{width:22px;display:flex;align-items:center;justify-content:center}.rightContentMarkerIcon{width:55px;display:flex}.orderActionTitle{width:-webkit-max-content;width:max-content;font-family:Inter;font-size:.875rem;display:inline;flex-direction:row;align-items:center;margin-right:4px;margin-left:7px}.orderActionButton{width:100%}.orderActionButton,.orderActionButton-home{height:48px;background-color:#fff;display:flex}.orderActionButton-home{width:320px}.leftActionButton{justify-content:flex-end}.centerTitle,.leftActionButton{flex:2 1;display:flex;align-items:center}.centerTitle{justify-content:center}.rightActionButton{flex:1 1;display:flex;align-items:center;justify-content:flex-start;padding:25.4px 5px}.productInfoHeader{width:auto;font-family:"Inter";color:#000}.reference{color:#666;margin-bottom:0;margin-top:0;font-size:14px}.reference,.titlePDP{width:auto;height:auto;display:flex}.titlePDP{font-size:16px;margin-bottom:16px;font-weight:600;font-family:Inter}.title,.titlePDP{margin-top:12px;margin-right:20px;text-transform:uppercase;text-align:start}.title{width:auto;height:auto;display:flex;margin-bottom:0;font-size:19px}.subTitle{font-weight:700}.subTitle,.subTitleOld{width:auto;height:auto;display:flex;margin-top:12px;font-size:14px}.subTitleOld{margin-right:16px;text-decoration:line-through;color:#8a8a8a}.collectionsHistory{display:flex}.activeCollection{color:#666}.activeCollection,.unactiveCollection{width:auto;height:auto;display:flex;margin-top:12px;font-size:14px}.unactiveCollection{margin-right:16px;color:#666;text-decoration:line-through;color:#8a8a8a}.productInfoSubtitle{display:flex}.statusProduct{font-size:14px}.statusName{display:flex;margin-bottom:0;margin-top:-1px;color:#666}.status{display:flex;color:red;font-weight:600;margin-left:4px}.personIcon{width:220px;min-width:200px;height:48px;display:flex;text-align:center;margin-top:7px;margin-bottom:20px}.personName{display:flex;font-size:12px}.personIconTitle{display:flex;height:0;margin-top:-5px;margin-bottom:17px;font-size:11px;color:#666}.defaultPicture,.profilePicture{object-fit:cover;width:100%}.defaultPicture{transform:scale(.7)}.imgBox{width:48px;height:48px;border-radius:50%;overflow:hidden;background:rgba(0,0,0,.3);margin-right:14px}.titles{display:block;font-family:"Inter";font-size:12px;font-weight:700;text-transform:uppercase;color:#000}.chipItemTitle{margin:auto;font-family:Inter;font-style:normal;font-weight:400;font-size:11px;line-height:130%;color:#000;opacity:.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chipItem{display:flex;max-height:24px;border-radius:53.3333px;margin:2px;padding:5px 10px;position:relative;cursor:default}.closeButton{display:flex;justify-content:center;cursor:pointer}.waviy{position:relative;display:flex;align-items:flex-end;transform:scale(.3)}.waviy span{color:#000;animation:waviy 1.5s infinite;animation-delay:calc(0.1s*var(--i))}@keyframes waviy{0%,40%,to{transform:translateY(0)}20%{transform:translateY(-10px)}}.path svg path{stroke-dasharray:3000;stroke-dashoffset:3000;animation:dash 1s ease infinite;animation-delay:calc(0.08s*var(--i))}@keyframes dash{0%{stroke-dashoffset:3000}50%{stroke-dashoffset:0;fill:#000}to{stroke-dashoffset:3000}}.filter{width:100%;background:#fff}.filter-item{height:47px;display:flex;align-items:center;justify-content:space-between;padding:0 6px 0 16px;border:solid rgba(0,0,0,.10196078431372549);border-width:0 0 1px}.filterTitle{font-family:"Inter",sans-serif;font-size:14px}.subTitleGrade{color:#9c9c9c;font-size:12px;text-transform:capitalize!important}.personBox{max-width:90%;height:-webkit-max-content;height:max-content;display:flex;align-items:center;overflow:hidden}.referenceMaterialCard{margin-bottom:0;margin-top:0;font-size:11px;opacity:.5}.referenceMaterialCard,.titleMaterialCard{width:auto;height:auto;display:flex;padding:4px 8px}.titleMaterialCard{text-align:start;margin-bottom:4px;margin-top:4px;font-size:14px;text-transform:uppercase}.subTitleMaterialCard{width:auto;height:auto;display:flex;margin-top:12px;padding:4px 8px;font-size:11px;opacity:.5}.valueMaterialCard{width:-webkit-max-content;width:max-content;height:auto;display:inline;align-items:center;padding:0 0 0 11px;font-size:10px}.materialCard{background:#fff;width:272px;height:-webkit-min-content;height:min-content;padding:0 0 11px;margin:8px 4px;border-radius:3px;font-family:Inter;text-align:start;color:#000}.divisor{background:#000;opacity:.1;width:272px;height:1px;margin:11px 0}.priceLabel{padding-left:23px;font-size:20px;letter-spacing:-.5px}.priceLabel,.priceTypeLabel{font-family:Inter;text-align:left}.priceTypeLabel{padding:53px 0 0 24px;font-size:9px;text-transform:uppercase}.priceItem{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:143px;background:#f2f2f2;border:.5px solid rgba(0,0,0,.10196078431372549)}.dropDownPrice{width:100%;display:grid;grid-template-columns:1fr 1fr}.componentsDict{background-color:#7a7a7a}.priceTypeLabelDetails{font-family:"Inter"}.priceLabelDetails,.priceTypeLabelDetails{width:-webkit-max-content;width:max-content;font-size:12px}.priceLabelDetails{font-family:Inter;font-weight:700;display:flex;text-transform:uppercase;text-align:right}.detailsItemFather{width:100%}.detailsItem{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#f2f2f2;border:1px solid rgba(0,0,0,.10196078431372549);border-width:1px 0}.dotMarker{width:8px;height:8px;border-radius:50%;position:relative;margin-left:23.7px;margin-top:3px}.labelHistoryItem{width:-webkit-max-content;width:max-content;font-family:"Inter";font-size:12px;font-weight:700}.labelHistoryItem,.subTitleHistory{height:-webkit-max-content;height:max-content}.subTitleHistory{width:auto;display:flex;text-align:start;font-family:Inter;font-size:11px;color:#000;opacity:.5}.date{width:-webkit-max-content;width:max-content;height:-webkit-max-content;height:max-content;font-family:"Inter";font-size:12px;font-weight:700;margin-right:27px}.lineSeparator{width:100%;height:1px}.lineSeparator,.lineSeparatorVertical{background:rgba(0,0,0,.10196078431372549)}.lineSeparatorVertical{height:100%;width:1px}.dot{height:100%;display:flex;align-items:flex-start;justify-content:flex-start;z-index:1}.historyItemLeft{border-left:1px solid rgba(0,0,0,.10196078431372549)}.historyItemLeft,.lineDot{display:flex;align-items:center;justify-content:center}.lineDot{width:100%;height:100%;position:absolute}.LineSeparatorBox{display:flex;flex-direction:row}.lineSeparatorLeft{width:20%;display:flex;align-items:center;justify-content:center}.lineSeparatorRight{width:70%;padding:0 0 17px}.borderBottonHistory{padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.10196078431372549)}.historyItemLabel,.notVoted{margin-top:-4px}.historyItemSubTitle{margin-top:2px;margin-bottom:17px}.historyItemRight{width:80%}.historyItem,.historyItemRight{display:flex;flex-direction:row}.historyItem{justify-content:center;align-content:center}.historyItemDot{width:20%;display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;position:relative}.historyItemContent{display:flex;flex-direction:column;flex:2 1}.historyItemDate{flex:1 1;margin-top:-4px}.divisoryBar{width:241px;height:1px;background-color:rgba(0,0,0,.10196078431372549);display:flex;justify-content:center}.historyBox{height:auto;background-color:hsla(0,0%,94.9%,.9490196078431372);padding:24px 0}.commentBox,.commentGroup,.historyBox{width:100%;display:flex;flex-direction:column}.commentBox{height:80%;max-height:330px;overflow-y:scroll}.commentBoxHeader{display:flex;justify-content:space-between;background-color:hsla(0,0%,94.9%,.9490196078431372);padding:15px 0 0}.commentBoxContent{font-size:14px;font-weight:400;font-style:normal;letter-spacing:0;padding:11px 16px 0}.commentBoxActionButtons,.commentBoxContent{text-align:left;font-family:Inter;background-color:hsla(0,0%,94.9%,.9490196078431372)}.commentBoxActionButtons{display:flex;padding-top:10px;font-size:15px;color:rgba(0,0,0,.5)}.commentBoxLineSepareator{padding:5px 0}.commentTextEditButton,.commentTextPublishButton{width:40%;margin-left:18px;margin-right:0;background:#000;color:#fff;font-size:14px;font-style:normal;text-align:center;height:40px;border-radius:4px}@media screen and (min-width:767px){.mobile{display:none}}@media screen and (max-width:767px){.desktop{display:none}}.commentBoxFooter{margin-top:3px;margin-bottom:-8px;display:flex;justify-content:center;align-items:center;width:100%;margin-left:-5px}.commentBoxActionFooter{padding:0 16px 16px 26px}.commentBoxTextArea{flex-direction:row;position:relative}.commentBoxTextArea,.commentBoxTextAreaEdit{display:flex;align-items:center;justify-content:space-around}.commentBoxTextAreaEdit{border-radius:10px;background-color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}.commentBoxNoContent{margin:15px 0 30px 10px;font-size:12px}.commentTextArea{width:80%;resize:none;height:auto;padding:0 10px;font-size:14px;overflow-y:hidden;font-family:Inter;border-radius:10px;border-color:#fff}.commentTextArea:focus{outline:none!important;border-color:#fff;box-shadow:0 0 0 #fff}.react-modal-overlay{align-items:flex-end}@keyframes animateModal{0%{transform:translateY(900px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-modal{animation-name:animateModal;animation-duration:.3s;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards}.deleteModalDiv{width:100%;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:space-between}@media only screen and (min-width:767px){.deleteModalDivHeader{height:20%;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;text-align:center;padding:0 20px}}@media only screen and (max-width:767px){.deleteModalDivHeader{height:13%;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;text-align:center;padding:0 20px}}.deleteModalDivCenter{height:60%;width:100%;display:flex;font-weight:400;font-size:16px;text-align:center;align-items:center;flex-direction:column;justify-content:center}.deleteModalDivBottom{height:20%;width:100%;display:flex;align-items:center;justify-content:space-around;border-top:1px solid rgba(0,0,0,.25)}.deleteModalButton{color:#f66;border-right:.5px solid rgba(0,0,0,.25)}.deleteModalButton,.deleteModalCancelButton{width:100%;height:100%;display:flex;font-weight:700;cursor:pointer;align-items:center;justify-content:center}.deleteModalCancelButton{color:rgba(0,0,0,.6);border-left:.5px solid rgba(0,0,0,.25)}.commentBoxCharCounter{font-weight:500;position:absolute;right:0}.commentBoxCharCounter,.commentEditBoxCharCounter{display:flex;font-size:12px;padding:15px 16px;font-family:Inter;justify-content:flex-start;color:grey}.commentEditFooter{margin-top:3px;margin-bottom:0;display:flex;justify-content:center;align-items:center;width:105%;margin-left:-15px}.timeStampLabelDetails{font-size:12px;margin-right:16px}.authorLabelDetails,.timeStampLabelDetails{width:-webkit-max-content;width:max-content;font-family:"Inter";background-color:hsla(0,0%,94.9%,.9490196078431372)}.authorLabelDetails{font-size:14px;color:#7b7b7b;font-weight:700;display:flex;text-transform:capitalize;text-align:left;margin-left:16px}.attachmentMain{display:grid;grid-gap:12px 0;grid-template-columns:100px 100px 100px;justify-content:center;margin-bottom:10px;position:relative}.attachmentMain img{width:80px;height:80px;display:flex;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.1)}.attachmentMain:hover img{box-shadow:0 4px 8px rgba(0,0,0,.2)}.filesMain img{width:80px;height:80px;display:flex;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.1)}.filesMain:hover img{box-shadow:0 4px 8px rgba(0,0,0,.2)}.filesMain{display:grid;grid-gap:12px 0;grid-template-columns:95px 95px 95px;grid-template-columns:100px 100px 100px;justify-content:center;margin-left:11px;margin-bottom:10px;position:relative}.countFiles{padding-top:15px;padding-bottom:11px;margin-left:-2px;font-size:12px;display:flex;justify-content:flex-start;margin-bottom:7px}.editFileMain{display:grid;grid-gap:10px;gap:10px;grid-template-columns:auto auto auto;padding-bottom:16px;margin-bottom:10px}.editFileMain img{width:80px;height:80px}.deleteFile{position:relative;width:10px!important;height:10px!important;border-radius:50%;background-color:#fff;padding:5px;margin:-14px -14px -14px 66px;border:1px solid grey}.general,.productStatusBar{width:4px;height:100%;position:absolute}.general{background:#000;opacity:.1}.bar{width:4px;height:20%;position:relative}.commentBoxActionButtons-editorMenu{display:flex;text-align:left;font-family:Inter;padding:10px 0;font-size:15px;color:rgba(0,0,0,.5);background-color:hsla(0,0%,94.9%,.9490196078431372);grid-gap:1.5rem;gap:1.5rem}.commentActionButton{font-size:12px;cursor:pointer}.componente-aberto-fechado{transition:height .5s ease;overflow:hidden;height:30px}.componente-aberto-fechado.aberto{height:100px}.commentBoxWrapper{display:flex;flex-direction:column;padding:5px 0;background-color:hsla(0,0%,94.9%,.9490196078431372)}.wrapper-tag-list{display:flex;overflow-x:scroll}.wrapper-chip{width:10rem}.wrapper-tag-list::-webkit-scrollbar{width:2px!important;height:2px!important}.wrapper-tag-list::-webkit-scrollbar-track{background-color:initial!important}@media screen and (max-width:500px){.wrapper-tag-list::-webkit-scrollbar-thumb{background-color:initial!important}}[data-rsbs-overlay]{display:flex;border-top-left-radius:var(--rsbs-overlay-rounded);border-top-right-radius:var(--rsbs-overlay-rounded);background:var(--rsbs-bg);flex-direction:column;height:var(--rsbs-overlay-h);transform:translate3d(0,var(--rsbs-overlay-translate-y),0);will-change:height}[data-rsbs-overlay]:focus{outline:none}[data-rsbs-is-blocking=false] [data-rsbs-overlay]{box-shadow:0 -5px 60px 0 rgba(38,89,115,.11),0 -1px 0 rgba(38,89,115,.05)}[data-rsbs-overlay],[data-rsbs-root]:after{max-width:var(--rsbs-max-w);margin-left:var(--rsbs-ml);margin-right:var(--rsbs-mr);background-color:unset}[data-rsbs-backdrop],[data-rsbs-overlay],[data-rsbs-root]:after{@media screen and (min-width:767px){display:none}z-index:3;overscroll-behavior:none;touch-action:none;position:fixed;right:0;bottom:0;left:0;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;background-color:unset}[data-rsbs-backdrop]{top:-60px;bottom:-60px;background-color:var(--rsbs-backdrop-bg);will-change:opacity;cursor:pointer;opacity:1}[data-rsbs-is-dismissable=false] [data-rsbs-backdrop]{cursor:ns-resize}[data-rsbs-root]:after{content:"";pointer-events:none;background:var(--rsbs-bg);height:1px;transform-origin:bottom;transform:scaleY(var(--rsbs-antigap-scale-y));will-change:transform;background-color:unset}[data-rsbs-footer],[data-rsbs-header]{flex-shrink:0;cursor:ns-resize;background-color:unset}[data-rsbs-header]{text-align:center;-webkit-user-select:none;user-select:none;z-index:1;padding:unset;border-radius:8px 8px 0 0;background-color:hsla(0,0%,100%,.8)}[data-rsbs-header]:before{display:none}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){[data-rsbs-header]:before{display:none}}[data-rsbs-has-header=false] [data-rsbs-header]{box-shadow:none;padding-top:calc(12px + env(safe-area-inset-top));background-color:unset}[data-rsbs-scroll]{flex-shrink:1;flex-grow:1;-webkit-tap-highlight-color:revert;-webkit-touch-callout:revert;-webkit-user-select:auto;user-select:auto;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}[data-rsbs-scroll]:focus{outline:none}[data-rsbs-has-footer=false] [data-rsbs-content]{padding-bottom:env(safe-area-inset-bottom)}[data-rsbs-content]{overflow:hidden}[data-rsbs-footer]{box-shadow:0 -1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity)*0.125)),0 2px 0 var(--rsbs-bg);overflow:hidden;z-index:1;padding-bottom:calc(16px + env(safe-area-inset-bottom))}[data-rsbs-is-dismissable=false]:matches([data-rsbs-state=opening],[data-rsbs-state=closing]),[data-rsbs-is-dismissable=true]{& :matches([data-rsbs-header],[data-rsbs-scroll],[data-rsbs-footer])>*{opacity:var(--rsbs-content-opacity)}& [data-rsbs-backdrop]{opacity:var(--rsbs-backdrop-opacity)}}[data-rsbs-state=closed],[data-rsbs-state=closing]{pointer-events:none}:root{--rsbs-backdrop-bg:transparent;--rsbs-handle-bg:none;--rsbs-max-w:none;--rsbs-ml:none;--rsbs-mr:none;--rsbs-overlay-rounded:16px}.AddTag{flex-direction:row;grid-gap:.5rem;gap:.5rem;font-size:.75rem;font-weight:700;width:7.688rem;height:1.938rem;background:#fff;border:.063rem solid #d6d6d6;border-radius:.5rem}.AddTag,.uploadMain{display:flex;justify-content:center;align-items:center;cursor:pointer}.uploadMain{margin-top:5px;transform:scaleX(-1)}.inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.inputfile:focus+label{outline:1px dotted #000;outline:5px auto -webkit-focus-ring-color}.inputfile+label *{pointer-events:none}.tag-product-wrapper{position:relative;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;width:100%;background-color:#fff}.tag-product-header-wapper{min-height:56px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(0,0,0,.1);position:relative;width:100%}.tag-product-title{font-family:Inter;font-size:14px;font-weight:400;line-height:17px;letter-spacing:0;text-align:center}.tag-product-button{background:#333;border-radius:8px;color:#fff;width:45%;padding:12px 8px;cursor:pointer;font-weight:600;font-size:13px;transition:all .5s}button:disabled{background:rgba(0,0,0,.2);cursor:default}.tag-product-button:hover{filter:brightness(.9)}.tag-product-button-outlined{background:#fff;color:#333;border:1px solid rgba(0,0,0,.1);font-weight:400}.tag-product-create-folder-icon{width:24px;margin-left:12px}.tag-product-close-modal-icon{margin-right:12px;position:absolute;right:5px;cursor:pointer}.modal-action-area-tag-product{display:flex;align-items:center;flex-direction:column;width:100%;height:100%;grid-gap:25px;gap:25px;padding:20px 0 30px}.footer-tag-product{height:72px;box-shadow:0 0 24px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;padding:0 25px}.react-edit-tag-product-modal{width:30%;min-width:350px;max-width:380px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.animate-edit-tag-product-modal,.tag-product-wrapper{border-radius:12px}.container-autocomplete{width:100%;display:flex;flex-direction:column;align-items:flex-start}.label-autocomplete{font-weight:400;font-size:14px;line-height:150%;color:#171717}.item-option-autocomplete{height:45px;width:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.item-option-autocomplete:hover{filter:brightness(.95)}.gradeItensFather{width:100%}.gradeItens{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#f2f2f2;border:1px solid rgba(0,0,0,.10196078431372549);border-width:1px 0}.estampaItensFather{width:100%;display:flex;background-color:#f2f2f2;overflow-y:auto}.estampa{display:block;font-size:12px;margin-bottom:12px}.estampaPrintType{margin:12px 6px;display:flex}.noContentDiv{display:flex;height:200px;margin:0 10px;align-items:center}.materialBox{display:flex;flex-direction:row;overflow-x:auto}.lastUpdate{display:flex;margin:22px 17px;font-size:12px}.lastUpdate p{margin-top:0;margin-left:3px;margin-bottom:10px}.emptyStatusContainer,.photoStatusContainer{display:flex;flex-direction:column;width:100%;height:100%}.emptyStatusContainer{justify-content:center;align-items:center}.editStatusContainer{display:flex;flex-direction:column;width:100%;height:100%;padding:5px 16px;align-items:flex-start}.editStatusRow{display:flex;flex-direction:row;width:100%;align-items:center;padding-left:5px}.tagList{list-style:none;display:flex;flex-direction:column;margin-left:-8px;margin-top:-2px}.tagBackground{background-color:#e3e2ed;border-radius:8px;padding:.1px 6px;white-space:nowrap;overflow:hidden;display:inline-block;margin:2px}.statusRow{padding:2px 0 2px 16px}.addButton,.statusRow{display:flex}.editStatusButton{margin-left:24px;margin-top:-16px}.addButton p{font-weight:700;text-decoration:underline;color:#000}.textField{flex-direction:column}.buttonContainer,.textField{display:flex;padding:5px 16px}.buttonContainer{align-items:center;justify-content:space-between}.buttonText{color:#fff}.statusText{margin-top:8px;color:#666;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.productInfo{flex-direction:column;justify-content:center;align-items:center;background:#fff;border-width:0 0 2px;margin:0 0 0 14px}.divisorBar{width:80%;height:1px;margin-top:20px;background-color:rgba(0,0,0,.10196078431372549)}.image-slider-box{margin-left:5px;height:100%}.status-bar{height:calc(100% - 44px)}.swiper-slide{width:auto;height:100%;padding-bottom:44px}.swiper-wrapper{height:calc(100% - 20px)}.swiper-pagination{bottom:1px;background-color:#fff;height:44px;display:flex;justify-content:center;align-items:center}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:0}.swiper-pagination-bullet-active{background:#000}.swiper-button-next,.swiper-button-prev{background:#fff;color:#000;width:48px;height:48px;margin-top:0}.swiper-button-next:after,.swiper-button-prev:after{font-size:18px}.swiper-button-prev{left:0}.swiper-button-next{right:0}.zoom-mode-image{position:relative;width:100%;object-fit:cover}.swiper-slide-zoom{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.swiper-slide-zoom-img{height:100%}.react-transform-component,.react-transform-wrapper{width:100%!important;height:100%!important;display:flex;justify-content:center;align-items:center}.filterButton{width:100%;height:48px;background:#000}.arrowFilterRight{justify-content:flex-end}.arrowFilterRight,.filterName{width:auto;height:0;color:#fff;display:flex;align-items:center}.filterName{text-transform:uppercase;font-family:"Inter";font-size:12px;justify-content:center}.products-box-padding-filters{padding-top:150px!important}.products-box{justify-content:center;display:flex;flex-direction:row;flex-wrap:wrap;padding-top:30px}.drawer-content{width:100vw;max-width:600px}.headerFixed{width:100%}.home-container{height:100%;display:flex;flex-direction:column}.home-content{flex:1 1;overflow:hidden}@media (min-width:700px){.drawer-content{min-width:600px;max-width:600px}}.menu-wrapper{padding-top:50px}.menu-container{position:fixed;z-index:1000;height:50px;width:100%;bottom:0;box-shadow:4px -3px 27px 0 rgba(0,0,0,.15)}.menu-button,.menu-container{background-color:#fff;display:flex;justify-content:center}.menu-button{flex-direction:column;font-size:9px;align-items:center;width:50%;border-bottom:2px solid rgba(0,0,0,.2);transition:all .2s;font-family:Inter;font-style:normal;font-weight:600;letter-spacing:0;color:grey;opacity:.6}.buttonSize{margin-bottom:3px;width:22px;opacity:.4}.img-selected{opacity:.8}.activeFilters{padding:10px 3px;display:flex;flex-direction:row;overflow-x:scroll;margin-bottom:10px}.activeFilters::-webkit-scrollbar{width:2px!important;height:2px!important}@media screen and (max-width:500px){.activeFilters::-webkit-scrollbar-thumb{background-color:initial}.activeFilters::-webkit-scrollbar-track{background-color:initial!important}}.product-list{display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;height:100%;overflow-y:scroll}.product-item{max-width:300px}.product-item-simple{width:100px;height:150px;background-color:rgba(0,0,255,.356);display:flex;align-items:center;justify-content:center;margin:1px}.end-page-info{height:200px;width:100%}.productCardSmall{width:96px;height:144px;margin:2px;position:relative;border-radius:2px;overflow:hidden}.static-image{height:100%;display:flex;align-items:center;justify-content:center}.imgSmall{width:96px;height:144px;object-fit:cover}.productCardLarge{max-height:600px;width:100vw;border-radius:2px}.image-swipper,.imgLarge,.imgSwipper{height:100%}.imgLarge{object-fit:contain;max-width:100%;width:auto;max-height:600px}.loadingText{max-width:100%;max-height:100%;min-height:400px;width:100%;display:flex;text-align:center;align-items:center}.markerIconBox{position:absolute;top:4px;right:4px}.imageContainer{min-height:auto;width:100%;display:flex;flex-direction:row}.titleTextBox{height:30px}.skeleton-box-image{min-height:100%;width:450px}.skeleton-box,.skeleton-box-image{background:linear-gradient(90deg,transparent,#fff,transparent),linear-gradient(#eee,#eee);background-repeat:no-repeat;background-size:100% 100%;background-position:-315px 0,0 0,0 190px,50px 195px;animation:loading 1.5s infinite}.skeleton-box{min-height:600px;width:100%}.skeleton-box-static{background:linear-gradient(90deg,transparent,#fff,transparent),linear-gradient(#eee,#eee);height:100%;width:100%}.productInformation{height:92px;font-family:Inter;margin-left:2px}.productDescription{color:#000;font-weight:500;line-height:14px;margin:8px 0}.productCardInfo,.productDescription{font-size:11px;font-style:normal;letter-spacing:0;white-space:nowrap;overflow:hidden;text-align:left;text-overflow:ellipsis}.productCardInfo{font-weight:400;color:#757575;line-height:11px;margin:0 0 6px;max-width:145px;max-height:15px}.canceledProduct{background-color:rgba(255,0,85,.15);overflow-y:hidden;overflow-x:hidden;position:absolute}.canceledProductInformation{height:92px;font-family:Inter;margin-left:2px;text-decoration:line-through;-webkit-text-decoration-color:rgba(0,0,0,.3);text-decoration-color:rgba(0,0,0,.3)}a[disabled=disabled]{pointer-events:none}.canceledProductDescription{font-weight:500;line-height:14px;margin:8px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.canceledProductCardInfo,.canceledProductDescription{color:rgba(0,0,0,.3);font-size:11px;font-style:normal;letter-spacing:0;text-align:left}.canceledProductCardInfo{font-weight:400;line-height:11px;margin:0 0 6px}.saveProductHome{width:95%;display:flex;align-items:center;justify-content:space-between}.saveProductHome button{width:5px}@keyframes loading{to{background-position:315px 0,0 0,0 190px,50px 195px}}@media only screen and (min-width:300px){.canceledProductDescription,.productDescription{width:96px}.saveProductHome{width:82%}.productCardInfo{max-width:100px}}@media only screen and (min-width:400px){.productCardSmall{width:144px;height:216px;margin:2px;position:relative;border-radius:2px}.imgSmall{width:100%;height:100%;object-fit:cover}.canceledProductDescription,.productDescription{width:144px}.saveProductHome{width:85%}.productCardInfo{max-width:110px}}@media only screen and (min-width:600px){.productCardSmall{width:192px;height:288px;margin:2px;position:relative;border-radius:2px}.canceledProductDescription,.productDescription{width:192px}.saveProductHome{width:89%}.productCardInfo{max-width:100px}}@media only screen and (min-width:800px){.productCardSmall{width:240px;height:360px;margin:2px;position:relative;border-radius:2px}.canceledProductDescription,.productDescription{width:240px}.saveProductHome{width:90%}.productCardInfo{max-width:100px}}@media only screen and (min-width:1000px){.productCardSmall{width:288px;height:432px;margin:2px;position:relative;border-radius:2px}.saveProductHome{width:92%}.productCardInfo{max-width:145px}}.filter-box{align-items:center;justify-content:center;background:#fff}.verticalBar{margin-top:10px;width:2.1px;background-color:rgba(0,0,0,.10196078431372549);height:31px}.container-pdp{display:flex;flex-direction:row;max-width:100%;width:100%;height:calc(100% - 48px);overflow:hidden}.image-container{width:calc(100% - 21rem);height:auto;margin-top:2px}.info-container{margin-top:1px;width:21rem;max-width:21rem;overflow:hidden;overflow-y:scroll;padding-top:30px}.MuiDrawer-paperAnchorBottom{height:100%!important}.folder-create-wrapper{position:relative;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%}.header-create-wapper{display:flex;align-items:center;justify-content:space-between}.title-create-folder{font-size:18px;font-weight:500}@media only screen and (min-width:768px){.react-create-folder-modal{height:200px;width:30%;min-width:300px;max-width:360px}.animate-create-folder-modal{border-radius:12px}}.folder-card{padding:8px;border-radius:4px;flex-direction:column;justify-content:flex-end;position:relative;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;min-width:288px;height:100%;width:100%}.folder-card,.medium-folder-card{background-color:#fff;display:flex}.medium-folder-card{margin:10px;width:288px;max-width:350px;height:144px;border-radius:10px;flex:1 1;cursor:pointer}.cover-div{width:96px}.folder-card-info-area{width:100%;max-width:254px;min-width:192px;display:flex;flex-direction:column;justify-content:space-around}.folder-card-info{width:100%;height:30%;display:flex;align-items:center;justify-content:space-between;font-family:Inter;font-style:normal;letter-spacing:0;text-align:left}.folder-card-is-shared{width:calc(25% - 16px);display:flex;justify-content:center;align-content:center;opacity:.5}.folder-name{width:calc(100% - 32px);height:30%;font-size:16px;font-weight:400;padding:16px;font-family:Inter;letter-spacing:0;word-break:break-all;line-height:150%}.folder-products-amount{height:30%;font-size:12px;font-weight:500;color:rgba(0,0,0,.5);padding-left:16px;padding-right:16px}.folder-action-area{height:30%;border-top:1px solid rgba(0,0,0,.05)}.folder-card-cover{max-width:96px;height:100%;border-radius:10px 0 0 10px}.check-icon{width:24px;position:absolute;right:16px;top:28px}.unchecked-icon{border:2.5px solid rgba(0,0,0,.8);background-color:#fff;border-radius:4px;width:18px;height:18px}.title-folder{margin-left:10px;font-size:16px;height:0}.text-folder{margin-left:10px;margin-bottom:10px;font-size:12px;color:rgba(0,0,0,.5)}.share-folder-action-area{padding-left:16px}.share-folder-action-area,.share-folder-disabled-action-area{width:75%;height:100%;display:flex;align-items:center;justify-content:flex-start;border-right:1px solid rgba(0,0,0,.05);color:rgba(0,0,0,.8);font-family:Inter;font-size:12px;font-weight:400;letter-spacing:0;text-align:left}.share-folder-disabled-action-area{margin-left:16px;opacity:.2;cursor:"default"}.share-folder-action-area-icon{height:20px;margin-right:5px;display:flex;align-items:center}.edit-folder-action-area{width:25%;height:100%;display:flex;align-items:center;justify-content:center}.shared-folder-icon{width:24px;position:absolute;right:64px;top:28px}.edit-folder-icon{height:20px}.more-vert-icon{height:20px;opacity:.8}.folders-container{height:calc(100% - 165px);width:100%;background-color:#f5f5f5;padding-top:0}.folders-container-modal{width:100%;display:flex;align-items:center;flex-direction:column;background-color:#f5f5f5}.folder-card:first-child{margin-top:1px}.folders-action-area{width:100%;background-color:#f5f5f5;height:125px;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column}.create-folders-icon{width:24px;margin-right:8px}.react-modal-overlay{background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:center}@media only screen and (min-width:767px){.react-modal-content{min-width:300px;width:18%;height:36%;border-radius:16px;background-color:#fff}}@media only screen and (max-width:767px){.react-modal-content{min-width:100%;width:30%;height:90%;position:absolute;bottom:0;border-radius:16px;background-color:#fff}}.modal-container{justify-content:flex-start}.items-wrapper,.modal-container{display:flex;align-items:center;flex-direction:column;height:100%}.items-wrapper{position:relative;justify-content:space-between;width:100%}.img-icon{width:100px}.title{font-size:14px;text-transform:none;font-weight:200}.button-select{margin-top:10px;font-size:20px;color:#000;font-weight:800}.button-confirm{font-size:14px;width:100%;height:60px;background-color:#000;color:#fff;border-top:1px solid rgba(0,0,0,.1)}.modal-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 0}.header-left-icon{margin-left:12px}.header-right-icon{margin-right:12px;cursor:pointer}.content{min-width:200px;display:flex;flex-direction:column}.body{flex:1 1;overflow-y:scroll}::-webkit-scrollbar{width:5px;height:10px}.defaultHeaderBoxOrderItem{background-color:#fff;height:48px;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.leftContent{max-width:15%}.centerContent,.leftContent{text-align:center;align-items:center;justify-content:center;display:flex}.centerContent{flex:0.95 1}.rightContentOrderItem{text-align:center;align-items:center;justify-content:center;display:flex;max-width:20%;width:10%}.content{overflow-y:hidden;height:100vh}.content,.searchModal{width:100%}.filter-box{display:flex;flex-direction:row}.filter-box-left{display:flex;background-color:#fff}.products-box-modal{align-items:center;justify-content:center;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;padding-bottom:100px}.products-box-modal>*{margin-top:5px}.progressBarBox{width:100%;height:300px;display:flex;align-items:center;justify-content:center}.header-info{padding:10px}.buttonBox{position:fixed;bottom:0;width:100%;max-width:600px}.user-menu-content{display:grid;justify-content:center;padding-top:46px}.user-box{background-color:#fff;width:100px;height:100px;border-radius:50%;margin-left:24px}.user-box,.user-box p{display:flex;justify-content:center;align-items:center}.user-box p{font-size:24px;text-transform:uppercase}.user-email,.user-login{display:flex;justify-content:center}.user-email{font-size:10px;margin-top:-7px;color:#000;opacity:.5}.menu-modal{min-width:320px;height:100%;background-color:#f5f5f5}.header-menu{background-color:#fff;display:flex;align-items:center;padding-left:21px}.header-menu p{text-align:center;flex:.95 1;margin-right:40px;font-weight:600;line-height:17px}.header-menu p,.menu-footer{display:flex;align-items:center;justify-content:center}.menu-footer{background-color:#f5f5f5;padding-left:21px;cursor:pointer;position:fixed;z-index:1000;bottom:0}.menu-footer p{padding-left:27px}.menu-box{display:flex;flex-direction:row;justify-content:space-around;height:50px;background-color:#bfeaf1}.menu-item{display:flex;flex-direction:column;justify-content:center;align-items:center}.menuInfo{position:absolute;right:0;margin:10px;width:132px;background-color:#fff;border-radius:8px;z-index:10;border:1px solid #ccc;box-shadow:5px 5px 15px -12px #000;transition:all .5s ease-out;opacity:1;overflow:hidden}.menu-hide{animation:hideMenu .5s forwards}.menu-show{animation:showMenu .5s forwards}.menuItem{display:flex;flex-direction:row;height:41px;align-items:center;justify-content:flex-end;border-bottom:1px solid #ccc;transition:.7s}.menuItem:hover{cursor:pointer;background-color:#d8d8d8}.menuItemText{font-size:small;margin-right:10px}.menuItem:last-child{border:none}.menuItemIcon{margin-right:5px}@keyframes showMenu{0%{opacity:0;transform:translateY(900px);width:0;height:0}to{transform:translateY(0);opacity:1;display:block;width:132px;height:auto}}@keyframes hideMenu{0%{opacity:1;display:block}to{transform:translateY(900px);opacity:0;height:0;width:0}}.folder-edit-wrapper{position:relative;margin:0 auto;flex-direction:column;height:100%;width:100%}.folder-edit-wrapper,.header-edit-wapper{display:flex;justify-content:space-between}.header-edit-wapper{min-height:56px;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}.title-edit-folder{font-family:Inter;font-size:14px;font-weight:600;line-height:17px;letter-spacing:0;text-align:center}.create-folder-icon{width:24px;margin-left:12px}.modal-action-delete-text-area{font-family:"Inter";font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;font-feature-settings:"salt";margin:12px 0;display:inline;white-space:pre-wrap}.modal-action-delete-text-area>div{color:#f66;display:flex;justify-content:center}@media only screen and (min-width:768px){.react-edit-folder-modal{height:270px;width:30%;min-width:300px;max-width:380px}.animate-edit-folder-modal{border-radius:12px}}.folder-viewer-wrapper{position:relative;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%}.header-viewer-wapper{min-height:56px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1)}.title-viewer-folder{font-family:Inter;font-size:14px;font-weight:600;line-height:17px;letter-spacing:0;text-align:center}.folder-button{background-color:#000;width:80%;height:20px;color:#fff}.viewer-folder-icon{width:24px;margin-left:12px}.close-modal-icon{margin-right:12px;cursor:pointer}.modal-action-area{padding-bottom:120px;width:100%}.modal-action-area,.modal-action-delete-area{display:flex;align-items:center;flex-direction:column}.modal-action-delete-area{padding-bottom:60px;justify-content:center}.modal-action-viewer-text-area{width:80%;font-family:"Inter";font-style:normal;font-weight:400;font-size:20px;line-height:24px;text-align:center;font-feature-settings:"salt";margin:12px 0;display:inline;white-space:pre-wrap}.modal-action-viewer-text-area>div{font-weight:700;display:flex;justify-content:center}.modal-action-viewer-sub-text-area{width:80%;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0;text-align:center;font-family:"Inter";font-style:normal;font-feature-settings:"salt";margin:12px 0;display:inline;white-space:pre-wrap}.modal-action-delete-button-area{margin-top:24px;display:flex;justify-content:center;width:100%}.input-root{border-radius:100px;width:80%}.edit-input{width:80%;margin-bottom:20}@media only screen and (min-width:768px){.react-viewer-folder-modal{height:270px;width:30%;min-width:300px;max-width:380px}.animate-edit-folder-modal{border-radius:12px}}.folders-container{display:flex;flex-wrap:wrap;padding-top:10px;max-height:calc(100% - 180px);max-width:100vw;background-color:#f2f2f2;justify-content:space-around;align-items:flex-start;overflow-y:auto}.page-container{height:100%;overflow:hidden;background-color:#f2f2f2}.folder-card:first-child{margin-top:20px}.folders-menu-container{height:50px;width:100%}.button,.folders-menu-container{background-color:#fff;display:flex;justify-content:center}.button{flex-direction:column;font-size:14px;align-items:center;width:50%;border-bottom:2px solid rgba(0,0,0,.2);transition:all .2s;font-family:Inter;font-style:normal;letter-spacing:0;color:grey;opacity:.6}.button-selected{color:#000;opacity:1;border-bottom:2px solid #000;position:relative}.products-box{height:calc(100vh - 130px);background-color:#f5f5f5}.folder-info-box{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#f5f5f5;height:225px}.user-icon-box{width:100%;margin-top:24px}.user-icon,.user-icon-box{display:flex;justify-content:center;align-items:center}.user-icon{width:150px;height:150px;border-radius:150px;background-color:#fff;font-size:36px;font-weight:600}.user-name{font-size:14px;font-weight:600}.folder-length,.user-name{font-family:Inter;letter-spacing:0;display:flex;justify-content:center;width:100%;margin-top:16px}.folder-length{font-size:10px;font-weight:400}.title-text{margin:0}.title-text-container{height:calc(100vh - 100px);background-color:#f2f2f2}.header-box{height:80px;width:100%;display:flex;flex-direction:row;background-color:red;justify-content:space-between;align-items:center;box-shadow:1px 1px 3px 1px rgba(0,0,0,.2)}.header-right-box{margin-right:20px}.error-page{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;font-family:"Roboto",sans-serif;overflow:hidden;position:relative;flex-direction:row}.error-content{height:400px;width:800px;flex-direction:row}.error-content,.error-content-mobile{background-color:#e6c8b9;display:flex;align-items:center;border-radius:10px}.error-content-mobile{height:440px;width:80vw;flex-direction:column}.error-logo{border-right:1px solid #fafafa}.error-logo img{height:200px;width:auto}.error-logo-mobile img{margin-top:-10px;height:90px;width:100px}.error-logo-mobile{height:60px}.error-message{margin:20px}.error-message-mobile{margin:10px 20px}.error-title{font-size:24px;margin-bottom:32px;font-weight:700}.error-text{margin-top:24px;font-size:16px;font-weight:400;line-height:24px;text-align:justify}.error-imag-bg{top:-300px;left:-100px;height:1500px}.error-imag-bg,.error-imag-bg-mobile{position:absolute;z-index:-1}.error-code{font-weight:700}.error-link-content{margin-top:12px;display:flex;flex-direction:column}.error-link-content>span{margin-top:12px;margin-left:0}.error-link-btn{margin-left:10px;color:#0f0fe0;font-weight:700;transition:all .1s ease}.error-link-btn:hover{cursor:pointer;color:#4b4bc0}