.el-loading-spinner .el-loading-text{color:#409eff}.el-loading-spinner .path{stroke:#409eff}.el-loading-spinner i{color:#409eff}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:hsla(0,0%,100%,.9);margin:0;top:0;right:0;bottom:0;left:0;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-loading-spinner .el-loading-text{color:var(--black);margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:var(--black);stroke-linecap:round}.el-loading-spinner i{color:var(--black)}.el-loading-fade-enter,.el-loading-fade-leave-active{opacity:0}@keyframes loading-rotate{to{transform:rotate(1turn)}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.mu-store{background:#fff;box-shadow:2px 4px 14px rgba(0,0,0,.08);border-radius:8px;padding:12px 16px;position:relative}.mu-store.is-disabled .mu-store__logo-wrapper{background:var(--gray-5)!important}.mu-store.is-disabled .mu-store__logo-wrapper img{filter:grayscale(100%)}.mu-store.is-disabled .mu-store__title{color:var(--gray-2)}.mu-store__disabled-phrase{color:var(--gray-2);line-height:24px;margin-top:3px;display:inline-block}.mu-store__wrapper{display:block;text-decoration:none;color:var(--gray-1)}.mu-store__badge-container{position:absolute;top:8px;left:8px;max-width:calc(100% - 56px)}.mu-store__logo-wrapper{display:flex;align-items:center;justify-content:center;box-sizing:border-box;height:56px;margin:0 auto 4px;padding:0 6px;max-width:162px}@media(max-width:calc(1600px - 1px)){.mu-store__logo-wrapper{height:44px;margin-bottom:2px;padding:0 7px}}@media(max-width:calc(992px - 1px)){.mu-store__logo-wrapper{height:40px;padding:0 17px}}.mu-store__logo-wrapper img{max-width:100%;max-height:100%;height:auto}.mu-store__like-button{position:absolute;top:14px;right:12px}@media(max-width:calc(992px - 1px)){.mu-store .mu-like-button__icon{font-size:14px}}.mu-store__title{font-size:12px;line-height:18px;display:block;visibility:hidden;height:0;transition:height .3s;margin:0;position:absolute;left:0;right:0;top:calc(100% - 12px);border-radius:0 0 8px 8px;background:var(--white);padding:0 16px 10px 16px;font-weight:500;box-shadow:2px 8px 14px rgba(0,0,0,.08);z-index:2}.mu-store__info{font-size:14px;line-height:21px;font-weight:500;color:var(--gray-1);margin:2px 0 0 0}@media(max-width:calc(1200px - 1px)){.mu-store__info{font-size:12px;line-height:18px;font-weight:500}}.mu-store__info-wrapper{text-align:center}.mu-store__rate{font-size:20px;line-height:35px;font-weight:700;display:block;color:var(--black)}.mu-store__rate_old{display:inline-block;font-size:14px;line-height:21px;font-weight:500;margin-left:4px}@media(max-width:calc(1200px - 1px)){.mu-store__rate_old{font-size:12px;line-height:18px;font-weight:500}}.mu-store__rate_new{background:var(--color-yellow);padding:7px 11px 4px;line-height:26px;display:table;margin:auto;position:relative;top:-5px;transform:rotate(-3deg);font-family:Agrandir;font-weight:900}@media(max-width:calc(1600px - 1px)){.mu-store__rate_new{font-size:16px;line-height:20px}}@media(max-width:calc(1200px - 1px)){.mu-store__rate_new{font-size:12px;line-height:15px}}@media(max-width:calc(1200px - 1px)){.mu-store__rate{font-size:14px;line-height:21px;font-weight:700}}.mu-store.is-hover:hover{border-radius:8px 8px 0 0}.mu-store.is-hover:hover .mu-store__title{visibility:visible;height:auto}@media(max-width:calc(992px - 1px)){.mu-store.is-hover:hover .mu-store__title{visibility:hidden;height:0;display:none}}@media(max-width:calc(1200px - 1px)){.mu-store.is-hover:hover .mu-store__title{visibility:hidden;height:0}}@media(max-width:calc(1600px - 1px)){.mu-store{padding:12px 8px 12px 7px}}.mu-like-button{background:none;border:none;outline:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease-in-out}.mu-like-button__icon{color:var(--gray-3);-webkit-font-smoothing:antialiased;font-size:16px}.mu-like-button.is-active .mu-like-button__icon,.mu-like-button:hover .mu-like-button__icon,.mu-like-button__icon_active{color:var(--color-red)}