.shop-mega{position:relative;display:inline-flex;align-items:center}
.shop-mega summary{list-style:none;cursor:pointer;color:inherit;font-weight:inherit}
.shop-mega summary::-webkit-details-marker{display:none}
.shop-mega summary:after{content:"⌄";margin-left:6px;color:#efb91f;font-size:12px}
.shop-mega-top>summary.status-button{display:flex;align-items:center;margin:0}
.shop-mega-top .shop-mega-list{left:0;transform:none}
.shop-mega-list{position:absolute;z-index:100;left:50%;top:calc(100% + 12px);width:330px;transform:translateX(-50%);display:none;padding:7px;background:#242528;border:1px solid #4a4b50;border-radius:0 0 14px 14px;box-shadow:0 20px 55px rgba(0,0,0,.65)}
.shop-mega:hover .shop-mega-list,.shop-mega:focus-within .shop-mega-list,.shop-mega[open] .shop-mega-list{display:grid}
.shop-mega-list a{display:flex!important;align-items:center;justify-content:space-between;gap:10px;padding:12px 13px!important;border:0!important;border-bottom:1px solid #55575c!important;border-radius:0!important;color:#f0bd18!important;background:transparent!important;font-weight:900!important;text-decoration:none;white-space:normal}
.shop-mega-list a:last-child{border-bottom:0!important}
.shop-mega-list a:hover{background:#303237!important;color:#ffda55!important}
.shop-mega-list a span:last-child{font-size:18px}
@media(max-width:820px){.shop-mega-list{position:fixed;left:12px;right:12px;top:72px;width:auto;max-height:calc(100vh - 90px);transform:none;overflow:auto}.shop-mega summary:after{content:"＋"}.shop-mega[open] summary:after{content:"−"}}
