.mobile-menu-toggle{display:inline-flex;width:60px;height:60px;align-items:center;justify-content:center;vertical-align:middle}.mobile-menu-toggle__x{position:relative;display:inline-block;height:20px;width:30px;vertical-align:middle;cursor:pointer}.mobile-menu-toggle__x--close div{transform:translateY(-50px);animation:Menu-line-disappear .6s cubic-bezier(0,0,.02,.99)}.mobile-menu-toggle__x--close div:nth-child(2){transform:rotate(45deg);animation:Rotate-menu-line-right .4s ease-out}.mobile-menu-toggle__x--close div:last-child{top:8px!important;transform:rotate(-45deg);animation:Rotate-menu-line-left .4s ease-out}.mobile-menu-toggle__x--open div{animation:Menu-line-appear .6s cubic-bezier(0,0,.02,.99)}.mobile-menu-toggle__x--open div:nth-child(2){top:5px;animation:Rotate-menu-line-back-left .4s ease-out}.mobile-menu-toggle__x--open div:last-child{top:9px;animation:Rotate-menu-line-back-right .4s ease-out}.mobile-menu-toggle__x div{position:absolute;top:1px;width:100%;height:3px;background-color:var(--item_name_color);border-radius:1px}.mobile-menu-toggle__x div:nth-child(2){top:8px}.mobile-menu-toggle__x div:last-child{top:15px}@keyframes Menu-line-disappear{0%{opacity:1}to{opacity:0}}@keyframes Menu-line-appear{0%{opacity:0}to{opacity:1}}@keyframes Rotate-menu-line-right{0%{transform:rotate(0)}to{transform:rotate(45deg)}}@keyframes Rotate-menu-line-back-left{0%{transform:rotate(45deg)}to{transform:rotate(0)}}@keyframes Rotate-menu-line-left{0%{top:9px;transform:rotate(0)}to{top:8px;transform:rotate(-45deg)}}@keyframes Rotate-menu-line-back-right{0%{transform:rotate(-45deg)}to{transform:rotate(0)}}@keyframes slide-in{0%{opacity:0;z-index:-1;transform:translateY(-20px)}to{opacity:1;z-index:-1;transform:translateY(0)}}@media(max-width:915px){.preview-products{position:absolute;top:0;left:20px;right:20px;height:100%}}.preview-products--admin-mobile{position:absolute;top:0;left:20px;right:20px;height:100%}.preview-products--admin-mobile .preview-products__wrapper{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:20px;column-gap:20px;row-gap:20px;white-space:normal;overflow-x:hidden;overflow-y:scroll;padding-right:0}.preview-products--admin-mobile .preview-products__product{height:unset;width:unset;margin:0}.preview-products--admin-mobile .preview-products__product:after{display:block;content:"";padding-bottom:100%}.preview-products--admin-mobile .preview-products__product:hover img{transform:translateY(-50%) translateX(-50%)}.preview-products--admin-mobile .preview-products__product div,.preview-products--admin-mobile .preview-products__product img{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.preview-products__wrapper{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;width:100%;padding-right:20px}@media(max-width:915px){.preview-products__wrapper{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:20px;column-gap:20px;row-gap:20px;white-space:normal;overflow-x:hidden;overflow-y:scroll;padding-right:0}}.preview-products__title{position:relative;margin:0 0 10px 0;color:var(--background_heavy)!important;opacity:.5;overflow:hidden;font-size:12px}.preview-products__title:after{position:absolute;content:"";width:100%;height:1px;background:var(--background_heavy);top:8px;margin-left:10px}.preview-products__product{position:relative;display:inline-block;height:175px;width:175px;margin-right:20px;overflow:hidden;cursor:pointer;-webkit-clip-path:polygon(14% 0,80% 0,100% 0,100% 86%,86% 100%,20% 100%,0 100%,0 14%);clip-path:polygon(14% 0,80% 0,100% 0,100% 86%,86% 100%,20% 100%,0 100%,0 14%);border-radius:6px}@media(max-width:915px){.preview-products__product{height:unset;width:unset;margin:0}.preview-products__product:after{display:block;content:"";padding-bottom:100%}}.preview-products__product:hover img{transform:scale(1)}.preview-products__product:last-child{margin-right:0}.preview-products__product div,.preview-products__product img{width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.2);transition:.25s ease-out}@media(max-width:915px){.preview-products__product div,.preview-products__product img{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}}.slide-products-enter-active{animation:slide-in .3s}.slide-products-leave-active{animation:slide-in .3s reverse}.element-loading{position:relative;background-color:#f0f0f2!important;overflow:hidden!important;color:transparent!important}.element-loading svg{fill:transparent!important}.element-loading a{color:transparent!important}.element-loading:before{display:block;top:0;left:0;content:"";position:absolute;width:100%;height:100%;transform:translateX(-100%);background:linear-gradient(90deg,transparent,#eaeaea,transparent);animation:element-loading 1.5s infinite}@keyframes element-loading{to{transform:translateX(100%)}}.search{position:relative;display:grid;grid-template-columns:calc(100% - 25px) 20px;-moz-column-gap:5px;column-gap:5px;grid-template-areas:"input icon";grid-template-rows:45px;padding:1px 15px;grid-area:search;background-color:#fff}.search:after{position:absolute;content:"";width:100%;height:1px;background:#eaeaea;top:50px;left:0}.search--searching{grid-template-areas:"input icon" "results results";grid-template-rows:45px calc(100vh - 120px);row-gap:15px}.search input{grid-area:input;line-height:45px;font-size:18px;background-color:#fff!important;color:#1c1c1c!important;border:none}.search input:focus{outline:none}.search input::-moz-placeholder{color:#989899}.search input::placeholder{color:#989899}.search input:-internal-autofill-selected,.search input:-webkit-autofill,.search input:-webkit-autofill:active,.search input:-webkit-autofill:focus,.search input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important;color:#545454!important}.search-icon{display:flex;align-items:center}.search-icon svg{cursor:pointer;grid-area:icon;width:20px;height:20px}.search-result{display:grid;grid-template-columns:60px calc(100% - 68px);-moz-column-gap:8px;column-gap:8px;height:60px;padding:4px 0;border-bottom:1px solid #eaeaea}.search-result:last-child{border-bottom:none}.search-result img{width:100%;height:52px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.search-result p{width:100%;margin:0;text-align:right;font-size:15px;line-height:26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1c1c1c!important}.search-result p:first-child{font-weight:600}.search-results{grid-area:results;overflow:auto;text-align:center}.search-results .element-loading{margin-bottom:8px}.search-results p{font-size:15px;color:#1c1c1c!important}.mobile-menu{position:absolute;left:-5px;top:60px;height:calc(100vh - 60px);width:calc(100vw - 63px);max-width:400px;background-color:var(--body_color);color:#545454;border-top:1px solid #eaeaea;line-height:normal}.mobile-menu__wrapper{display:none}.mobile-menu__wrapper--admin{display:block}@media(max-width:915px){.mobile-menu__wrapper{display:block}}.mobile-menu--admin{width:80%;height:calc(100vh - 192px)}.mobile-menu--client p{color:var(--font_heavy)}.mobile-menu__back{display:flex;align-items:baseline;padding:0 0 0 20px;font-size:18px;line-height:55px;color:var(--background_heavy);cursor:pointer}.mobile-menu__back svg{width:13px;height:13px;fill:var(--background_heavy);transform:rotate(180deg);margin-right:8px}.mobile-menu__item{cursor:pointer;font-size:18px}.mobile-menu__item p{margin:0;font-size:20px;padding:8px 0}.mobile-menu__item svg{width:15px;height:15px;float:right;margin-top:5px;fill:var(--background_heavy)}.mobile-menu__items{position:relative;padding:15px 20px 20px;height:calc(100vh - 525px);overflow-y:auto}.mobile-menu__items--admin{height:calc(100vh - 593px)}.mobile-menu__items--guide{height:auto}.mobile-menu__items:after{content:"";position:sticky;bottom:-20px;width:100%;height:20px;background:linear-gradient(0deg,var(--body_color) 9%,transparent 76%);left:0;display:block;right:0}@media(max-width:400px){.mobile-menu__items{height:calc(100vh - 62px - 100vw)}}.mobile-menu__items--no-top-padding{height:calc(100vh - 580px);padding:0 20px 20px}.mobile-menu__items--no-top-padding.mobile-menu__items--admin{height:calc(100vh - 648px)}.mobile-menu__items--no-top-padding.mobile-menu__items--guide{height:auto}@media(max-width:400px){.mobile-menu__items--no-top-padding{height:calc(100vh - 117px - 100vw)}}.mobile-menu input{font-family:Helvetica Neue,sans-serif}.mobile-menu input::-moz-placeholder{font-family:Helvetica Neue,sans-serif;text-align:left}.mobile-menu input::placeholder{font-family:Helvetica Neue,sans-serif;text-align:left}.mobile-menu__extra-content{position:absolute;bottom:20px;left:0;width:100%;padding:0 20px;padding-top:20px}.mobile-menu__extra-content--image:before{position:absolute;content:"";width:calc(100% - 40px);height:1px;background:var(--background_heavy);top:-15px;left:20px;opacity:.5}.mobile-menu__extra-content:after{display:block;content:"";padding-bottom:100%}.mobile-menu__collection-image{display:block;position:absolute;top:0;left:20px;right:20px;height:100%;border-radius:6px;overflow:hidden}.mobile-menu__collection-image div,.mobile-menu__collection-image img{position:absolute;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;top:0;left:0;width:100%;height:100%!important}.mobile-menu__collection-image div{-webkit-clip-path:polygon(10% 0,100% 0,100% 90%,90% 100%,0 100%,0 10%);clip-path:polygon(10% 0,100% 0,100% 90%,90% 100%,0 100%,0 10%)}.mobile-menu__collection-image:after{display:block;content:"";padding-bottom:100%}.mobile-menu__backdrop{position:fixed;top:60px;right:0;z-index:-1;background-color:rgba(0,0,0,.6);width:100vw;height:calc(100vh - 60px)}.mobile-menu__backdrop--admin{position:absolute;right:-5px}.mobile-menu-slide-animation-enter-active,.mobile-menu-slide-animation-leave-active{transition:opacity .3s ease-in-out,transform .3s ease-in-out;transform:translateX(0)}.mobile-menu-slide-animation-enter,.mobile-menu-slide-animation-leave-to{transform:translateX(-100%)}.mobile-menu-backdrop-slide-animation-enter-active,.mobile-menu-backdrop-slide-animation-leave-active{opacity:1;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.mobile-menu-backdrop-slide-animation-enter,.mobile-menu-backdrop-slide-animation-leave-to{opacity:0}