.nav-item[data-nav-state="active"] > button > a,
.nav-item[data-nav-state="active"] > a {
  text-decoration-line: underline;
  text-decoration-color: #09bfe7;
  text-decoration-thickness: 2px;
  text-underline-offset: 15px;
}

body.hikotron-mobile-drawer-open {
  overflow: hidden;
}

[data-mobile-drawer],
#mobile-drawer {
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
}

[data-mobile-drawer-panel] {
  transition: transform 200ms ease-out;
}


.bde-mini-cart-offcanvas .woocommerce-mini-cart-item {
  gap: 10px !important;
  align-items: center !important;
}

.bde-mini-cart-offcanvas .woocommerce-mini-cart {
  gap: 10px !important;
}

.bde-mini-cart-toggle__counter {
  padding: 2px 4px !important;
}