.marketplace{--font_light:#fff!important;--font_heavy:#1c1c1c!important;--background_light:#fff!important;--background_heavy:#000!important;--background_heavy_RGB:27,27,27;--body_color:#fff!important;--body_color_RGB:255,255,255;--item_name_color:#fff!important}.marketplace-link{color:#13d8b2!important}.marketplace-button{display:inline-flex;align-items:center;vertical-align:middle!important;width:auto!important;padding:0 15px;font-size:15px;line-height:38px;height:38px;border-radius:6px;cursor:pointer;transition:.2s linear}.marketplace-button svg{display:inline-block;width:20px;height:20px;margin-left:6px;vertical-align:middle}@media(max-width:650px){.marketplace-button{padding:0 8px;font-size:13px}}.marketplace-button:hover{filter:contrast(85%)}.marketplace-button--basic{color:#fff;background-color:#13d8b2;border:1px solid #13d8b2;font-weight:700}.marketplace-button--basic g,.marketplace-button--basic svg{fill:#fff}.marketplace-button--basic:hover{color:#fff;background-color:#13d8b2}.marketplace-button--black-and-white{color:#545454;background-color:#fff;border:1px solid #545454}.marketplace-button--black-and-white:hover{color:#545454;background-color:#fff}.marketplace-button--black-and-white g,.marketplace-button--black-and-white svg{fill:#545454}.marketplace-button--slim{font-size:13px;line-height:30px;height:30px}.marketplace-title{text-align:center;font-size:25px;font-weight:600}.marketplace input{font-family:Montserrat,sans-serif;color:#545454}.marketplace input::-moz-placeholder{font-family:Montserrat,sans-serif;color:#989899;text-align:left}.marketplace input::placeholder{font-family:Montserrat,sans-serif;color:#989899;text-align:left}.marketplace-modal{position:fixed;width:100vw;height:100vh;left:0;top:0;font-weight:400;background-color:rgba(28,28,28,.5);z-index:100;text-align:left}@media(max-width:915px){.marketplace-modal{font-size:15px}}.marketplace-modal__content{position:absolute;padding:30px;left:50vw;top:50vh;background:#fff;transform:translateY(-50%) translateX(-50%);border-radius:6px}@media(max-width:915px){.marketplace-modal__content{padding:15px}}.marketplace-modal__content p{font-size:18px;margin:0 0 30px}@media(max-width:915px){.marketplace-modal__content p{font-size:15px;margin:0 0 15px}}.marketplace-modal__content textarea{width:100%;min-width:300px;min-height:200px;padding:15px}.marketplace-modal__buttons{margin-top:15px}@media(max-width:915px){.marketplace-modal__buttons span{display:block;margin-bottom:15px}}.marketplace-modal__buttons .marketplace-button{float:right;margin-left:15px}@media(max-width:915px){.marketplace-modal__buttons .marketplace-button{margin:8px auto 0;text-align:center;float:none;display:block;width:50%!important;max-width:200px}}.marketplace-modal__settings{margin-bottom:15px;font-size:14px}.marketplace-modal__product{display:grid;grid-template-columns:1fr 3fr;-moz-column-gap:15px;column-gap:15px;font-size:16px;font-weight:700;margin:15px 0}.marketplace-modal__product img{max-width:100%;max-height:50px}.marketplace-modal__error{color:#d4432f;margin-bottom:8px}.modal-show-enter-active{animation:slide_in_modal .3s ease-in-out}.modal-show-leave-active{animation:slide_out_modal .3s ease-in-out}@keyframes slide_in_modal{0%{opacity:0;transform:translateX(-70%)}to{transform:translateX(0);opacity:1}}@keyframes slide_out_modal{0%{transform:translateX(0);opacity:1}to{transform:translateX(-70%);opacity:0}}