@media(max-width:980px){
  html,body{max-width:100%;overflow-x:hidden}
  body.sweids-menu-open{overflow:hidden}
  .hg-header{position:sticky!important;top:0!important;width:100%!important}
  .hg-head{position:static!important}
  .hg-menu-toggle{position:relative;z-index:1002;width:42px;height:42px;padding:0;font-size:27px;line-height:1}
  .hg-nav{
    position:fixed!important;
    z-index:1000!important;
    top:115px!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    height:calc(100dvh - 115px)!important;
    max-height:none!important;
    padding:25px 6vw 90px!important;
    overflow-y:auto!important;
    background:linear-gradient(145deg,#005d3b,#003e30)!important;
    border:0!important;
    box-shadow:none!important;
    transform:translateX(-100%);
    visibility:hidden;
    display:block!important;
    transition:transform .28s ease,visibility .28s!important;
  }
  .admin-bar .hg-nav{top:147px!important;height:calc(100dvh - 147px)!important}
  .hg-nav.is-open{transform:translateX(0);visibility:visible}
  .hg-nav ul{display:block!important;width:100%;margin:0!important;padding:0!important}
  .hg-nav li{display:block!important;width:100%;padding:0!important;border-bottom:1px solid rgba(255,255,255,.13)}
  .hg-nav a{display:flex!important;align-items:center!important;width:100%;min-height:58px;padding:0 4px!important;color:#fff!important;font-size:14px!important;letter-spacing:.05em!important}
  .hg-nav a:after{display:none!important}
  .hg-actions{gap:3px!important}
  .hg-logo img{max-width:145px}
  .site-main,.woocommerce-page main,.single-product .site-main{width:min(94%,100%)!important;margin-left:auto!important;margin-right:auto!important}
  .woocommerce div.product{width:100%!important;overflow:visible}
  .woocommerce-account #customer_login{width:100%!important}
}
@media(max-width:600px){
  .hg-top .hg-wrap{height:34px}
  .hg-head{height:70px}
  .hg-nav{top:104px!important;height:calc(100dvh - 104px)!important}
  .admin-bar .hg-nav{top:150px!important;height:calc(100dvh - 150px)!important}
  .woocommerce ul.products{width:100%!important}
  .woocommerce ul.products li.product{min-width:0!important}
  .single-product .woocommerce-product-gallery{width:100%!important}
  .single-product .woocommerce-product-gallery__wrapper{width:100%!important}
  .single-product .woocommerce-product-gallery__image{width:100%!important}
  .single-product .woocommerce-product-gallery__image img{max-width:100%!important}
}
