#sidebar.on ~ .quick-menu-item {
    display: none;
}

body:has(.quick-menu-item.on) {
    overflow: hidden !important;
    position: fixed !important;
    height: 100dvh !important;
}

.quick-menu-item {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    pointer-events: none;
}

.quick-menu-item.off { display: none; }

.quick-menu-item .dim {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#000 60%, #464646 100%);
    opacity: 0;
    pointer-events: none;
    transition-property: all;
    transition-duration: 0.5s;
}

.quick-menu-item.on .dim {
    opacity: 0.9;
    pointer-events: all;
}

.quick-menu-item .quick-menu-info-wrap {
    width: 100%;
    /* height: calc(100vh - 320px); */
    height: calc(100% - 260px);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.quick-menu-item .quick-menu-info-wrap .quick-menu-info-title {
    flex: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    opacity: 0;
    transition-property: all;
    transition-duration: 0s;
    padding: 48px 0;
}

.quick-menu-item.on .quick-menu-info-wrap .quick-menu-info-title {
    opacity: 1;
    transition-duration: 0.5s;
}

.quick-menu-item .quick-menu-info-wrap .quick-menu-info-title .amt-symbol-img {
    display: block;
    width: auto;
    height: 28px;
}

.quick-menu-item .quick-menu-info-wrap .quick-menu-info-title p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
}

.quick-menu-item .quick-menu-info-wrap .quick-menu-info-cont {
    flex: none;
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.quick-menu-item .quick-menu-info-wrap .quick-menu-info {
    flex: none;
    width: 100%;
    height: 240px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateZ(0) scale(0.6);
    opacity: 0;
    transition-property: all;
    transition-duration: 0s;
}

.quick-menu-item .quick-menu-info-wrap .quick-menu-info.on {
    transform: translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    transition-duration: 0.5s;
}

.quick-menu-item .quick-menu-info-wrap .quick-menu-info > .infographic-img {
    width: auto;
    height: 240px;
    margin: auto;
}

.wheel-menu-item {
    width: 72px;
    height: 72px;
    position: absolute;
    bottom: calc(80px + constant(safe-area-inset-bottom));
    bottom: calc(80px + env(safe-area-inset-bottom));
    right: 50%;
    transform: translateX(calc(50vw - 16px)) translateY(calc(80px - 16px)) translateZ(0);
    overflow: visible;
    transition: all 0.5s;
}

:has(#bottomDrawer) .wheel-menu-item {
    transform: translateX(calc(50vw - 16px)) translateY(-12px) translateZ(0);
}

:has(#bottomDrawer) .wheel-menu-item.on {
    transform: translateX(50%) translateZ(0);
}

:has(#bottomDrawer.on) .quick-menu-item { display: none; }


:has(.bottom-step-wrap) .wheel-menu-item {
    transform: translateX(calc(50vw - 16px)) translateY(-12px) translateZ(0);
}

:has(.page-floating-button) .wheel-menu-item {
    transform: translateX(calc(50vw - 16px)) translateY(0) translateZ(0);
}

.wheel-menu-item.on {
    bottom: calc(80px + constant(safe-area-inset-bottom));
    bottom: calc(80px + env(safe-area-inset-bottom));
    right: 50%;
    transform: translateX(50%) translateZ(0);
}

.wheel-menu-item .wheel-menu-toggle-btn {
    appearance: none;
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border: none;
    outline: none;
    background: linear-gradient(#000 60%, #464646 100%);
    border-radius: 20px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    transition-property: all;
    transition-duration: inherit;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
}

.wheel-menu-item .wheel-menu-toggle-btn:after {
    content: '';
    display: block;
    width: 40px;
    height: 120%;
    background: rgba(255,255,255,0.2);
    background: linear-gradient(90deg, rgba(255,255,255,0),rgba(255,255,255,0.4));
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-120%) translateY(-50%) translateZ(0) skewX(-20deg);
    pointer-events: none;
}

.wheel-menu-item:not(.on) .wheel-menu-toggle-btn:after {
    animation: btnGlossAnim 3s infinite;
}

@keyframes btnGlossAnim {
    0% { transform: translateX(-120%) translateY(-50%) translateZ(0) skewX(-20deg); }
    40% { transform: translateX(200%) translateY(-50%) translateZ(0) skewX(-20deg); }
    100% { transform: translateX(200%) translateY(-50%) translateZ(0) skewX(-20deg); }
}

.wheel-menu-item.on .wheel-menu-toggle-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: auto;
    -webkit-tap-highlight-color: transparent;
}

.wheel-menu-item .wheel-menu-toggle-btn .icon-holder {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transition: all 0.5s;
}

.wheel-menu-item.on .wheel-menu-toggle-btn .icon-holder { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }

.wheel-menu-item .wheel-menu-toggle-btn svg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
    
}

.wheel-menu-item .wheel-menu-toggle-btn .icon-img {
    width: 60px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.wheel-menu-item .wheel-menu-toggle-btn .photon {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
}

.wheel-menu-item .wheel-menu-toggle-btn svg:nth-of-type(1) { transform: translateZ(0) scale(1); opacity: 1; }
.wheel-menu-item .wheel-menu-toggle-btn svg:nth-of-type(2) { transform: translateZ(0) scale(1); }
.wheel-menu-item .wheel-menu-toggle-btn .photon { transform: translateZ(0) scale(0); opacity: 0; }

.wheel-menu-item.on .wheel-menu-toggle-btn svg:nth-of-type(1) { transform: translateY(50%) translateZ(0) scale(5); opacity: 0; }
.wheel-menu-item.on .wheel-menu-toggle-btn svg:nth-of-type(2) { transform: translateY(10%) translateZ(0) scale(2.4); }
.wheel-menu-item.on .wheel-menu-toggle-btn .photon { transform: translateZ(0) scale(1.25); opacity: 0.2; }

.wheel-menu-item .wheel-menu-toggle-btn svg path { fill: #fff; }
.wheel-menu-item .wheel-menu-toggle-btn svg circle { fill: #fff; }

.wheel-menu-item .wheel-menu-wrap {
    width: 288px;
    height: 288px;
    border-radius: 50%;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    opacity: 0;
}

.wheel-menu-item .wheel-menu {
    width: 288px;
    height: 288px;
    border-radius: 50%;
    position: relative;
    pointer-events: none;
}

.wheel-menu-item .wheel-menu .wheel-bg {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.wheel-menu-item .wheel-menu .wheel-bg path { fill: #fff; pointer-events: all; }

.wheel-menu-item .wheel-menu .piece {
    width: 0;
    height: 96px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform-origin: 50% 100%;
    pointer-events: all;
}

.wheel-menu-item .wheel-menu .piece:nth-of-type(1) { transform: rotate(0deg);}
.wheel-menu-item .wheel-menu .piece:nth-of-type(2) { transform: rotate(45deg);}
.wheel-menu-item .wheel-menu .piece:nth-of-type(3) { transform: rotate(90deg);}
.wheel-menu-item .wheel-menu .piece:nth-of-type(4) { transform: rotate(135deg);}
.wheel-menu-item .wheel-menu .piece:nth-of-type(5) { transform: rotate(180deg);}
.wheel-menu-item .wheel-menu .piece:nth-of-type(6) { transform: rotate(225deg);}
.wheel-menu-item .wheel-menu .piece:nth-of-type(7) { transform: rotate(270deg);}
.wheel-menu-item .wheel-menu .piece:nth-of-type(8) { transform: rotate(315deg);}

.wheel-menu-item .wheel-menu .piece .btn {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
}

.wheel-menu-item .wheel-menu .piece .btn.act {
    background: #F2F2F7;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
}

.wheel-menu-item .wheel-menu .piece .btn:before {
    content: '';
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
}

.wheel-menu-item .wheel-menu .piece .btn.active-motion:before {
    animation: active-motion 0.6s;
}

@keyframes active-motion {
    0% { opacity: 0; transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0); border-radius: 50%; }
    40% { opacity: 1; border-radius: 50%; }
    100% { opacity: 0; transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); border-radius: 8px; }
}

.wheel-menu-item .wheel-menu .piece.sub-menu-on { z-index: 1; }
.wheel-menu-item .wheel-menu .piece.sub-menu-on .btn .wheel-sub-menu { transform: translateX(-50%) translateY(-100%) scale(1); opacity: 1; }

.wheel-menu-item .wheel-menu .piece:nth-of-type(1) .btn { transform: translateX(-50%) translateY(-50%) rotate(0deg); }
.wheel-menu-item .wheel-menu .piece:nth-of-type(2) .btn { transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
.wheel-menu-item .wheel-menu .piece:nth-of-type(3) .btn { transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
.wheel-menu-item .wheel-menu .piece:nth-of-type(4) .btn { transform: translateX(-50%) translateY(-50%) rotate(-135deg); }
.wheel-menu-item .wheel-menu .piece:nth-of-type(5) .btn { transform: translateX(-50%) translateY(-50%) rotate(-180deg); }
.wheel-menu-item .wheel-menu .piece:nth-of-type(6) .btn { transform: translateX(-50%) translateY(-50%) rotate(-225deg); }
.wheel-menu-item .wheel-menu .piece:nth-of-type(7) .btn { transform: translateX(-50%) translateY(-50%) rotate(-270deg); }
.wheel-menu-item .wheel-menu .piece:nth-of-type(8) .btn { transform: translateX(-50%) translateY(-50%) rotate(-315deg); }

.wheel-menu-item .wheel-menu .piece .btn p {
    margin: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: #2a3138;
    transition: all 0.2s;
}

.wheel-menu-item .wheel-menu .piece .btn.act p { font-weight: 500;}

.wheel-menu-item .wheel-menu .piece .btn .icon-holder {
    width: auto;
    height: auto;
    position: relative;
}

.wheel-menu-item .wheel-menu .piece .btn svg { display: block; width: 28px; height: 28px;}
.wheel-menu-item .wheel-menu .piece .btn svg path { fill: #2a3138; transition: all 0.2s; }
.wheel-menu-item .wheel-menu .piece .btn.act svg path { fill: #fe6a2b; }

.wheel-menu-item .wheel-menu .piece .btn .line-icons {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    color: #2a3138;
    transition: all 0.2s;
}

.wheel-menu-item .wheel-menu .piece .btn.act .line-icons { color: #fe6a2b; }

.wheel-menu-item .wheel-menu .piece .btn.act p { color: #fe6a2b; }

.wheel-menu-item .wheel-menu .piece .btn .badge { pointer-events: none; }

.wheel-menu-item .wheel-menu .piece .btn .badge.badge-xs {
    display: inline-block;
    width: auto;
    min-width: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    background: #fe6a2b;
    color: #fff;
    padding: 0 4px;
    border-radius: 8px;
    vertical-align: middle;
    position: absolute;
    top: -3px;
    right: -3px;
}

.wheel-menu-item .wheel-menu .piece .btn .badge.dot {
    display: inline-block;
    width: 6px;
    min-width: 6px;
    height: 6px;
    padding: 0;
    border-radius: 50%;
    background: #fe6a2b;
    position: absolute;
    top: 0;
    right: 0;
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu {
    min-width: 96px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-100% + 18px)) scale(0);
    box-shadow: 0 6px 10px rgba(0,0,0,0.3);
    z-index: 4;
    transition: all 0.3s;
    opacity: 0;
    transform-origin: 50% calc(100% + 7px);
    padding: 6px 8px;
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    pointer-events: none;
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    padding: 8px;
    -webkit-tap-highlight-color: transparent;
    color: #2a3138;
    text-decoration: none;
    border-radius: 4px;
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a:active {
    background: rgba(0,0,0,0.1);
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu > hr {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    border-top: 1px solid #d9dbdc;
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a .label-txt {
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
    white-space: nowrap;
    position: relative;
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a .label-txt .badge.dot {
    width: 4px;
    min-width: 4px;
    height: 4px;
    top: 0;
    right: auto;
    margin-left: 2px;
    margin-top: 2px;
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a.recent-view {
    width: 128px;
    height: auto;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 4px 8px 0;
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a.recent-view .thumb-area {
    flex: none;
    width: 42px;
    height: 42px;
    position: relative;
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a.recent-view .thumb-area .tire-img {
    width: 100%;
    height: 100%;
    position: relative;
    mix-blend-mode: darken;
    transform: translateY(2px);
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a.recent-view .thumb-area .brand-logo {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-2px);
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a.recent-view .txt-area {
    flex: 1 1 auto;
    position: relative;
    color: #2a3138;
    font-size: 10px;
    line-height: 14px;
}
.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a.recent-view .txt-area .model {
    width: 100%;
    word-break: break-all;
    line-height: inherit;
    font-size: 12px;
}
.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a.recent-view .txt-area .discount {
    width: 100%;
    color: #a0a6af;
    text-decoration: line-through;
    line-height: inherit;
    font-size: 11px;
}
.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu a.recent-view .txt-area .price {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: inherit;
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu .recent-view-empty {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 8px 0;
}

.wheel-menu-item .wheel-menu .piece .btn .wheel-sub-menu .recent-view-empty p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #a0a6af;
}