.ct-megamenu-nav{position:static}.ct-megamenu-groups{display:flex;justify-content:center;gap:0;margin:0;padding:0;list-style:none}.ct-megamenu-group{position:static!important}.ct-megamenu-group-link{display:flex;align-items:center;gap:5px;padding:12px 22px;font-size:14px;font-weight:600;color:#333;text-decoration:none;white-space:nowrap;transition:color .15s ease;position:relative}.ct-megamenu-group-link:hover,.ct-megamenu-group.active>.ct-megamenu-group-link{color:#2a9d8f;text-decoration:none}.ct-megamenu-group-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#2a9d8f;transition:all .2s ease;transform:translate(-50%)}.ct-megamenu-group:hover>.ct-megamenu-group-link:after,.ct-megamenu-group.show>.ct-megamenu-group-link:after{width:80%}.ct-megamenu-chevron{transition:transform .2s ease}.ct-megamenu-group:hover .ct-megamenu-chevron,.ct-megamenu-group.show .ct-megamenu-chevron{transform:rotate(180deg)}.ct-megamenu-panel{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:2px solid #2a9d8f;box-shadow:0 8px 32px #0000001f;z-index:1000;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;max-height:520px}.ct-megamenu-group:hover>.ct-megamenu-panel,.ct-megamenu-group.show>.ct-megamenu-panel{opacity:1;visibility:visible;transform:translateY(0)}.ct-megamenu-panel-inner{display:flex;max-width:1400px;margin:0 auto;min-height:380px;max-height:500px}.ct-megamenu-sidebar{width:250px;min-width:250px;background:#f8f9fa;border-right:1px solid #e9ecef;overflow-y:auto;padding:12px 0}.ct-megamenu-sidebar-title{padding:8px 20px 12px;font-size:11px;font-weight:700;color:#999;letter-spacing:1.5px;text-transform:uppercase}.ct-megamenu-sidebar-item{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;color:#333;text-decoration:none;font-size:14px;font-weight:400;line-height:1.4;transition:all .15s ease;border-left:3px solid transparent;cursor:pointer}.ct-megamenu-sidebar-item:hover,.ct-megamenu-sidebar-item.active{background:#fff;color:#2a9d8f;font-weight:600;border-left-color:#2a9d8f;text-decoration:none}.ct-megamenu-sidebar-item svg{opacity:0;transform:translate(-4px);transition:all .15s ease;flex-shrink:0}.ct-megamenu-sidebar-item:hover svg,.ct-megamenu-sidebar-item.active svg{opacity:1;transform:translate(0)}.ct-megamenu-sidebar::-webkit-scrollbar{width:4px}.ct-megamenu-sidebar::-webkit-scrollbar-track{background:transparent}.ct-megamenu-sidebar::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.ct-megamenu-content{flex:1;padding:16px 24px;overflow-y:auto;position:relative}.ct-megamenu-cat-panel{display:none}.ct-megamenu-cat-panel.active{display:block;animation:ctMegaFadeIn .2s ease}@keyframes ctMegaFadeIn{0%{opacity:0}to{opacity:1}}.ct-megamenu-cat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #eee}.ct-megamenu-cat-header h3{font-size:16px;font-weight:700;color:#1e1e1e;margin:0;text-transform:none;letter-spacing:0}.ct-megamenu-viewall{display:flex;align-items:center;gap:4px;font-size:13px;color:#2a9d8f;text-decoration:none;font-weight:500}.ct-megamenu-viewall:hover{color:#21867a;text-decoration:none}.ct-megamenu-tabs{display:flex;flex-wrap:wrap;gap:0;margin-bottom:16px;border-bottom:1px solid #eee}.ct-megamenu-tab{padding:8px 16px;font-size:13px;color:#666;text-decoration:none;border-bottom:2px solid transparent;transition:all .15s ease;white-space:nowrap}.ct-megamenu-tab:hover{color:#2a9d8f;text-decoration:none}.ct-megamenu-tab.active{color:#2a9d8f;border-bottom-color:#2a9d8f;font-weight:600}.ct-megamenu-loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:#999;font-size:14px;grid-column:1 / -1}.ct-megamenu-products{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.ct-megamenu-product{display:flex;flex-direction:column;align-items:center;text-decoration:none;padding:10px 6px;border-radius:8px;transition:all .2s ease;border:1px solid transparent}.ct-megamenu-product:hover{background:#f8f9fa;border-color:#e9ecef;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.ct-megamenu-product-img{width:110px;height:110px;display:flex;align-items:center;justify-content:center;margin-bottom:6px;overflow:hidden}.ct-megamenu-product-img img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .2s ease}.ct-megamenu-product:hover .ct-megamenu-product-img img{transform:scale(1.05)}.ct-megamenu-product-placeholder{width:100%;height:100%;background:#f0f0f0;border-radius:4px}.ct-megamenu-product-name{font-size:11px;color:#333;text-align:center;line-height:1.3;margin:0;max-height:28px;overflow:hidden;word-break:break-word}.ct-megamenu-product:hover .ct-megamenu-product-name{color:#2a9d8f}.ct-megamenu-empty{display:flex;align-items:center;justify-content:center;min-height:200px;grid-column:1 / -1}.ct-megamenu-browse-btn{display:flex;align-items:center;gap:6px;padding:12px 24px;background:#2a9d8f;color:#fff;border-radius:6px;text-decoration:none;font-size:14px;font-weight:500}.ct-megamenu-browse-btn:hover{background:#21867a;color:#fff;text-decoration:none}@media(max-width:1200px){.ct-megamenu-products{grid-template-columns:repeat(4,1fr)}.ct-megamenu-product-img{width:90px;height:90px}.ct-megamenu-group-link{padding:12px 16px;font-size:13px}}@media(max-width:991px){.ct-megamenu-panel{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/ct-megamenu.css.map */
