.sm-hotzone-trigger{position:fixed;top:0;width:20px;height:100vh;z-index:1000}.sm-hotzone-trigger.left{left:0}.sm-hotzone-trigger.right{right:0}.sm-hotzone-menu{position:fixed;top:0;height:100%;background:#2c3e50;color:#fff;z-index:1001;transition:transform .3s ease-in-out;display:flex;flex-direction:column}.sm-hotzone-menu.left{left:0;transform:translateX(-100%)}.sm-hotzone-menu.right{right:0;transform:translateX(100%)}.sm-hotzone-menu.left:hover,.sm-hotzone-menu.right:hover,.sm-hotzone-trigger.left:hover+.sm-hotzone-menu.left,.sm-hotzone-trigger.right:hover+.sm-hotzone-menu.right{transform:translateX(0)}.sm-menu-header{padding:10px;box-sizing:border-box;display:flex;justify-content:center}.sm-menu-image{max-width:100%;height:auto;display:block}.sm-hotzone-menu ul{list-style:none;padding:0;margin:0;overflow-y:auto}.sm-hotzone-menu ul li a{display:flex;align-items:center;gap:10px;padding:10px;color:var(--sm-text-color,#ecf0f1);text-decoration:none;white-space:nowrap;transition:background-color .2s}.sm-hotzone-menu ul li a:hover{background-color:var(--sm-item-hover-color,#3498db)}.sm-hotzone-menu ul li a i{font-size:1.2em}.sm-hotzone-hamburger{display:none;position:fixed;top:10px;z-index:1002;background:#333;color:#fff;border:none;padding:5px 10px;border-radius:5px;cursor:pointer;font-size:18px}.sm-hotzone-hamburger.left{left:10px}.sm-hotzone-hamburger.right{right:10px}.sm-hotzone-hamburger.sm-is-active{opacity:0;pointer-events:none}@media (max-width:1024px){.sm-hotzone-trigger{display:none}.sm-hotzone-hamburger{display:block}.sm-hotzone-menu.sm-is-open{transform:translateX(0)!important}}