.baostyle-site-header, .baostyle-site-footer, .baostyle-header-top, .baostyle-header-desktop, .baostyle-mobile-header {
  background-color: #ffffff;
}

.baostyle-header-top .widget {
  margin-bottom: 0;
}

.baostyle-header-top .widget_nav_menu .menu, .baostyle-header-banner .widget_nav_menu .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.baostyle-header-top .widget_nav_menu .menu li, .baostyle-header-banner .widget_nav_menu .menu li {
  position: relative;
}

.baostyle-header-top .widget_nav_menu .menu a, .baostyle-header-banner .widget_nav_menu .menu a {
  display: block;
  text-decoration: none;
}

.baostyle-header-top-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1940;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.baostyle-header-banner.d-none {
  display: none !important;
}

.baostyle-header-banner-hidden-all {
  display: none !important;
}

.baostyle-header-top, .baostyle-header-banner, .baostyle-header-desktop-main, .baostyle-mobile-header {
  background-color: var(--baostyle-surface);
}

.baostyle-header-top, .baostyle-header-banner {
  overflow: visible;
  position: relative;
  z-index: 20;
}

.baostyle-header-top .widget, .baostyle-header-banner .widget {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.baostyle-header-top .widget-title, .baostyle-header-banner .widget-title {
  margin-bottom: .5rem;
  font-size: .95rem;
  font-weight: 600;
  color: var(--bs-heading-color, #212529);
}

.baostyle-header-top .widget_nav_menu, .baostyle-header-banner .widget_nav_menu {
  position: relative;
}

.baostyle-header-top .widget_nav_menu .widget-title, .baostyle-header-banner .widget_nav_menu .widget-title {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
}

.baostyle-header-top .widget_nav_menu .widget-title::after, .baostyle-header-banner .widget_nav_menu .widget-title::after {
  content: "";
  width: .85rem;
  height: .85rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform .2s ease;
}

.baostyle-header-top .widget_nav_menu:hover .widget-title::after, .baostyle-header-top .widget_nav_menu:focus-within .widget-title::after, .baostyle-header-banner .widget_nav_menu:hover .widget-title::after, .baostyle-header-banner .widget_nav_menu:focus-within .widget-title::after {
  transform: rotate(180deg);
}

.baostyle-header-top-panel, .baostyle-header-search-panel, .baostyle-header-user-panel, .baostyle-header-cart-panel, .baostyle-header-wishlist-panel {
  background-color: var(--baostyle-surface);
}

.baostyle-header-top-panel-inner {
  padding: 1rem 0 1.5rem;
  border-top: 1px solid var(--baostyle-border-color-soft);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.baostyle-primary-nav .menu, .baostyle-mobile-nav .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.baostyle-primary-nav .menu-item a, .baostyle-mobile-nav .menu-item a {
  text-decoration: none;
}

.baostyle-mega-stage {
  position: fixed !important;
  left: 0;
  right: 0;
  top: var(--baostyle-header-overlay-top);
  z-index: 1250;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.baostyle-mega-stage-inner .baostyle-mega-menu, .baostyle-mega-stage-inner .baostyle-mega-menu-clone {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.baostyle-header-row + .row .baostyle-primary-nav-desktop {
  width: 100%;
}

.baostyle-primary-nav .nav-link, .baostyle-desktop-menu > .menu-item > a, .baostyle-menu-link {
  font-weight: 500;
}

.baostyle-header-search form {
  margin-bottom: 0;
}

.baostyle-header-search .search-form, .baostyle-header-search .wp-block-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.baostyle-header-search input[type="search"] {
  min-width: 180px;
}

.baostyle-mobile-header .custom-logo {
  max-height: 48px;
  width: auto;
}

.baostyle-header-desktop .custom-logo {
  max-height: 64px;
  width: auto;
}

.baostyle-header-widget-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.baostyle-header-widget-row > .widget {
  flex: 1 1 0;
  width: auto;
  max-width: none;
  margin-bottom: 0;
}

.baostyle-header-widget-row > .widget > :last-child {
  margin-bottom: 0;
}

.baostyle-header-dropdown-panel {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.baostyle-header-dropdown-panel-inner {
  padding: 1rem 0;
}

.baostyle-header-overlay-active {
  overflow: hidden;
}

.offcanvas-backdrop.show {
  background-color: rgba(0, 0, 0, 0.55);
}

.baostyle-mobile-header .avatar {
  width: 28px;
  height: 28px;
  display: block;
}

.baostyle-header-desktop .avatar {
  width: 28px;
  height: 28px;
  display: block;
}

.baostyle-header-inline-search .search-form, .baostyle-header-inline-search .wp-block-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
}

.baostyle-header-inline-search input[type="search"] {
  width: 100%;
  min-width: 0;
  line-height:42px;
}

.baostyle-header-search-close {
  font-size: 1.25rem;
  line-height: 1;
}

.baostyle-header-search-close i {
  font-size: 20px;
}

.baostyle-mobile-header i {
  font-size: 20px;
}

.baostyle-cart-offcanvas .woocommerce-mini-cart, .baostyle-cart-offcanvas .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

.baostyle-cart-offcanvas .woocommerce-mini-cart-item {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.baostyle-cart-offcanvas .woocommerce-mini-cart-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.baostyle-user-offcanvas .widget:last-child, .baostyle-cart-offcanvas .widget:last-child {
  margin-bottom: 0;
}

.baostyle-header-desktop, .baostyle-mobile-header {
  position: relative;
  z-index: 1300;
  background: #fff;
}

body.baostyle-header-overlay-active {
  overflow: hidden;
}

.baostyle-header-panel-overlay {
  inset: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: var(--baostyle-header-overlay-top);
  z-index: 600;
  background: rgba(0, 0, 0, 0.38);
}

.baostyle-nav-overlay {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: var(--baostyle-header-overlay-top);
  z-index: 1200;
  background: rgba(0, 0, 0, 0.38);
}

.offcanvas, .baostyle-user-offcanvas, .baostyle-cart-offcanvas, .baostyle-mobile-menu-offcanvas {
  position: fixed !important;
  z-index: 2000 !important;
}

.offcanvas-backdrop {
  z-index: 1990 !important;
}

.baostyle-user-offcanvas, .baostyle-cart-offcanvas, .baostyle-mobile-menu-offcanvas {
  will-change: transform;
}

.baostyle-header-sticky-placeholder {
  display: none;
  width: 100%;
}

.baostyle-header-desktop-sticky, .baostyle-mobile-header-sticky {
  will-change: transform;
  transition: box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.baostyle-header-inline-search {
  width: 100%;
  display: flex;
  flex: 0 1 520px;
  min-width: 220px;
  max-width: 520px;
}

.baostyle-header-inline-search-position-left {
  margin-right: auto;
}

.baostyle-header-inline-search-position-center {
  margin-left: auto;
  margin-right: auto;
}

.baostyle-header-inline-search-position-right {
  margin-left: auto;
}

.baostyle-header-inline-search .search-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
  width: 100%;
}

.baostyle-header-inline-search .search-field {
  width: 100%;
  min-width: 0;
}

.baostyle-header-inline-search .search-submit {
  white-space: nowrap;
}

.baostyle-mobile-sidebar-offcanvas .offcanvas-body {
  overflow-y: auto;
}

.baostyle-mobile-sidebar-offcanvas {
  width: min(82vw, 340px);
  will-change: transform;
}

body.offcanvas-open, body.baostyle-offcanvas-open {
  padding-right: 0 !important;
}

.baostyle-header-inline-search-shell.widget_search, .baostyle-header-inline-search-shell.woocommerce.widget_product_search {
  overflow: visible;
}

.baostyle-header-inline-search-shell .search-form, .baostyle-header-inline-search-shell .woocommerce-product-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
}

.baostyle-header-inline-search-shell .search-field {
  flex: 1 1 auto;
  min-width: 0;
}

.baostyle-header-inline-search-shell .commercekit-ajs-results {
  top: calc(100% + 8px);
  left: 0;
  right: auto;
  width: 100% !important;
  min-height: 0;
  max-height: 480px;
  z-index: 1085;
}

.baostyle-site-header {
  position: relative;
  z-index: 1040;
  background: #fff;
  background-color: var(--baostyle-surface);
}

.baostyle-header-row {
  min-height: 4.75rem;
}

.baostyle-header-inline-search-shell {
  position: relative;
  width: min(100%, 24rem);
}

.baostyle-mobile-header {
  border-bottom: 1px solid var(--baostyle-border-color-soft);
}

.baostyle-mobile-menu-offcanvas .offcanvas-header, .baostyle-mobile-menu-offcanvas .offcanvas-body {
  background-color: var(--baostyle-surface);
}

.baostyle-header-search-panel .search-form, .baostyle-header-search-panel .wp-block-search {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0;
}

.baostyle-header-search-panel input[type="search"] {
  width: 100%;
  min-width: 0;
}

.baostyle-mobile-header .baostyle-header-action-btn {
  width: 38px;
  height: 38px;
}

.baostyle-header-user-panel .widget:last-child, .baostyle-header-cart-panel .widget:last-child {
  margin-bottom: 0;
}

.baostyle-header-search-panel-content .widget:last-child {
  margin-bottom: 0;
}

.baostyle-header-action-icon i {
  font-size: 18px;
  line-height: 1;
}

.baostyle-header-search-panel-content {
  width: 100%;
}

.baostyle-header-search-panel-box {
  background: #fff;
}

.baostyle-header-search-panel-box .widget:last-child {
  margin-bottom: 0;
}

.baostyle-user-panel-card, .baostyle-empty-cart-card {
  padding: 1rem 1.125rem;
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
}

.baostyle-user-panel-avatar img, .baostyle-user-panel-avatar .avatar {
  width: 56px;
  height: 56px;
  display: block;
}

.baostyle-header-search-panel-form .search-form, .baostyle-mobile-inline-search .search-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
  width: 100%;
}

.baostyle-header-search-panel-form .search-field, .baostyle-mobile-inline-search .search-field {
  width: 100%;
  min-width: 0;
}

.baostyle-header-search-panel-form .search-submit, .baostyle-mobile-inline-search .search-submit {
  white-space: nowrap;
}

.baostyle-header-search-panel-form, .baostyle-mobile-inline-search {
  width: 100%;
  max-width: 720px;
}

.baostyle-header-search-panel-form.baostyle-header-inline-search-shell, .baostyle-mobile-inline-search.baostyle-header-inline-search-shell {
  width: 100%;
}

.baostyle-header-search-panel .baostyle-header-inline-search-shell .commercekit-ajs-results, .baostyle-mobile-search-row .baostyle-header-inline-search-shell .commercekit-ajs-results {
  max-height: 60vh;
}

.baostyle-header-action-icon .baostyle-wishlist-count-badge, .baostyle-header-action-icon .baostyle-cart-count-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--bs-danger, #dc3545);
  color: #fff;
  font-size: 0.7rem;
  line-height: 18px;
  text-align: center;
}

.baostyle-wishlist-offcanvas .commercekit-wishlist-list.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.baostyle-wishlist-offcanvas .commercekit-wishlist-list.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.baostyle-wishlist-offcanvas .commercekit-wishlist-pages {
  margin-top: 1rem;
}

.baostyle-wishlist-offcanvas #commercekit-wishlist-shortcode {
  min-height: 120px;
}

.baostyle-wishlist-offcanvas .baostyle-wishlist-mini-list {
  margin: 0;
  padding: 0;
}

.baostyle-wishlist-offcanvas .baostyle-wishlist-mini-thumb {
  width: 72px;
}

.baostyle-wishlist-offcanvas .baostyle-wishlist-mini-item:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.baostyle-wishlist-offcanvas .baostyle-wishlist-mini-item {
  padding-right: 0;
}

.baostyle-wishlist-offcanvas .baostyle-wishlist-mini-thumb img {
  display: block;
  width: 72px;
  height: auto;
  border-radius: 0.5rem;
}

.baostyle-wishlist-offcanvas .baostyle-wishlist-mini-actions .btn-link {
  text-decoration: none;
}

.baostyle-header-action-btn.btn-sm .baostyle-header-action-icon {
  font-size: 1rem;
}

.baostyle-header-actions {
  min-height: 40px;
  gap: .75rem;
}

.baostyle-header-action-btn {
  min-width: 38px;
  position: relative;
  z-index: 1035;
  width: var(--baostyle-header-action-size);
  height: var(--baostyle-header-action-size);
  border-radius: 999px;
  border: 1px solid var(--baostyle-border-color-soft);
  background-color: var(--baostyle-surface);
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.baostyle-header-action-btn:hover, .baostyle-header-action-btn:focus {
  background-color: var(--baostyle-surface-muted);
  border-color: rgba(var(--bs-dark-rgb, 33, 37, 41), .2);
  transform: translateY(-1px);
}

.baostyle-header-action-icon {
  line-height: 1;
  font-size: 1.05rem;
}

.baostyle-header-inline-search .form-control, .baostyle-header-search-panel .form-control {
  border-radius: 999px;
}

.baostyle-header-inline-search .btn, .baostyle-header-search-panel .btn {
  padding: 5px;
}

.baostyle-header-actions > button[data-bs-target="#baostyleUserPanel"], .baostyle-header-actions > button[aria-controls="baostyleUserPanel"], .baostyle-mobile-header-actions > button[data-bs-target="#baostyleUserPanel"], .baostyle-mobile-header-actions > button[aria-controls="baostyleUserPanel"] {
  width: auto;
 /* min-width: 10rem;*/
  min-height: var(--baostyle-header-action-size);
  padding-inline: .75rem 1rem;
  gap: .625rem;
}

.baostyle-header-actions > button[data-bs-target="#baostyleUserPanel"] .avatar, .baostyle-header-actions > button[aria-controls="baostyleUserPanel"] .avatar, .baostyle-mobile-header-actions > button[data-bs-target="#baostyleUserPanel"] .avatar, .baostyle-mobile-header-actions > button[aria-controls="baostyleUserPanel"] .avatar {
  flex: 0 0 auto;
}

.baostyle-header-actions > button[data-bs-target="#baostyleUserPanel"] span, .baostyle-header-actions > button[aria-controls="baostyleUserPanel"] span, .baostyle-mobile-header-actions > button[data-bs-target="#baostyleUserPanel"] span, .baostyle-mobile-header-actions > button[aria-controls="baostyleUserPanel"] span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 11rem;
}

@media (max-width: 1199.98px) {
  .baostyle-header-actions > button[data-bs-target="#baostyleUserPanel"] span, .baostyle-header-actions > button[aria-controls="baostyleUserPanel"] span {
    max-width: 8rem;
  }
}

.baostyle-unified-card, .baostyle-post-card, .baostyle-term-card, .baostyle-review-card, .baostyle-icon-box, .baostyle-product-card, .card, .widget, .baostyle-checkout-lite-header, .baostyle-checkout-lite-footer, .baostyle-header-search-panel .offcanvas-body, .baostyle-header-user-panel .offcanvas-body, .baostyle-header-cart-panel .offcanvas-body, .baostyle-header-wishlist-panel .offcanvas-body {
  border-radius: var(--baostyle-card-radius);
}

.baostyle-mobile-header-inner {
  min-height: 3.75rem;
}

.baostyle-mobile-header-left {
  flex: 1 1 auto;
  min-width: 0;
}

.baostyle-mobile-branding {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.baostyle-mobile-site-logo, .baostyle-mobile-site-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

.baostyle-mobile-header .custom-logo, .baostyle-mobile-header .baostyle-mobile-logo-image {
  max-height: 48px;
  width: auto;
}

.baostyle-mobile-header-actions {
  max-width: 50%;
}

@media (max-width: 575.98px) {
  .baostyle-mobile-header .custom-logo, .baostyle-mobile-header .baostyle-mobile-logo-image {
    max-height: 42px;
  }

  .baostyle-mobile-header-actions {
    gap: 0.375rem !important;
  }
}

.baostyle-header-menu-stack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-width: 0;
}

.baostyle-header-menu-stack > .baostyle-primary-nav-desktop {
  min-width: 0;
}

.baostyle-header-menu-stack > .baostyle-secondary-nav {
  flex: 0 1 auto;
  min-width: 0;
}

.baostyle-header-menu-stack-horizontal {
  justify-content: center;
}

.baostyle-secondary-nav .baostyle-desktop-menu-secondary {
  gap: 1rem;
  font-size: .95rem;
}

.baostyle-secondary-nav .baostyle-desktop-menu-secondary > .baostyle-menu-item > .baostyle-menu-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.baostyle-secondary-nav-mobile {
  width: 100%;
}

.baostyle-mobile-menu-secondary {
  display: block;
}

.baostyle-mobile-header-top-widget-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.baostyle-mobile-header-top-widget-stack > .widget {
  width: 100%;
  margin: 0;
  padding: 0;
}

.baostyle-mobile-header-top-widget-stack .widget-title {
  font-size: .95rem;
  margin-bottom: .5rem;
}

.baostyle-mobile-header-top-widget-stack .menu, .baostyle-mobile-header-top-widget-stack ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.baostyle-mobile-header-top-widget-stack .menu a {
  display: block;
  padding: .35rem 0;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .baostyle-header-widget-row > .widget {
    flex: 0 0 100%;
    width: 100%;
  }

  .baostyle-header-top .widget, .baostyle-header-banner .widget {
    margin-bottom: 0;
  }

  .baostyle-header-top .widget_nav_menu .menu, .baostyle-header-banner .widget_nav_menu .menu {
    display: block;
    position: static;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0.5rem;
  }

  .baostyle-header-top .widget_nav_menu .menu a, .baostyle-header-banner .widget_nav_menu .menu a {
    padding: 0.25rem 0;
  }

  .baostyle-header-panel-overlay {
    top: 0;
  }

  .baostyle-mobile-header.baostyle-mobile-header-sticky.baostyle-is-sticky-active {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1300 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .baostyle-header-inline-search-shell .search-form, .baostyle-header-inline-search-shell .woocommerce-product-search {
    flex-wrap: nowrap;
  }

  .baostyle-header-inline-search-shell .commercekit-ajs-results {
    width: 100% !important;
  }

  .baostyle-mobile-header-actions > button[data-bs-target="#baostyleUserPanel"] span, .baostyle-mobile-header-actions > button[aria-controls="baostyleUserPanel"] span {
    max-width: 7rem;
  }

  .baostyle-header-top {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .baostyle-header-top .widget_nav_menu, .baostyle-header-banner .widget_nav_menu {
    position: relative;
    overflow: visible;
  }

  .baostyle-header-top .widget_nav_menu > div, .baostyle-header-banner .widget_nav_menu > div {
    position: static;
  }

  .baostyle-header-top .widget_nav_menu .widget-title, .baostyle-header-banner .widget_nav_menu .widget-title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    padding-right: 0.25rem;
  }

  .baostyle-header-top .widget_nav_menu .widget-title::after, .baostyle-header-banner .widget_nav_menu .widget-title::after {
    content: "";
    font-family: "bootstrap-icons";
    font-size: 0.75rem;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  .baostyle-header-top .widget_nav_menu:hover .widget-title::after, .baostyle-header-top .widget_nav_menu:focus-within .widget-title::after, .baostyle-header-banner .widget_nav_menu:hover .widget-title::after, .baostyle-header-banner .widget_nav_menu:focus-within .widget-title::after {
    transform: rotate(180deg);
  }

  .baostyle-header-top .widget_nav_menu:hover .menu, .baostyle-header-top .widget_nav_menu:focus-within .menu, .baostyle-header-banner .widget_nav_menu:hover .menu, .baostyle-header-banner .widget_nav_menu:focus-within .menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .baostyle-header-top .widget_nav_menu .menu li + li, .baostyle-header-banner .widget_nav_menu .menu li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .baostyle-header-top .widget_nav_menu .menu a:hover, .baostyle-header-top .widget_nav_menu .menu a:focus, .baostyle-header-banner .widget_nav_menu .menu a:hover, .baostyle-header-banner .widget_nav_menu .menu a:focus {
    background: rgba(13, 110, 253, 0.08);
  }

  .baostyle-header-banner.d-lg-none {
    display: none !important;
  }

  .baostyle-header-banner.d-lg-block {
    display: block !important;
  }

  .baostyle-header-top .widget_nav_menu .menu, .baostyle-header-banner .widget_nav_menu .menu {
    display: block;
    position: absolute;
    left: 0;
    z-index: 1045;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.35rem);
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
    min-width: 14rem;
    border: 1px solid var(--baostyle-border-color-soft);
    box-shadow: var(--baostyle-shadow-dropdown);
    background-color: var(--baostyle-surface);
    top: calc(100% + .55rem);
    padding: .75rem 0;
    border-radius: 1rem;
  }

  .baostyle-header-top .widget_nav_menu::after, .baostyle-header-banner .widget_nav_menu::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: .9rem;
  }

  .baostyle-header-top .widget_nav_menu .menu a, .baostyle-header-banner .widget_nav_menu .menu a {
    color: inherit;
    border-radius: .375rem;
    padding: .625rem 1.125rem;
    line-height: 1.35;
  }

  .baostyle-primary-nav-desktop {
    position: relative;
    z-index: 1310;
  }

  .baostyle-desktop-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .baostyle-desktop-menu > .baostyle-menu-item {
    position: relative;
  }

  .baostyle-desktop-menu > .baostyle-menu-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
  }

  .baostyle-desktop-menu .baostyle-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }

  .baostyle-primary-nav-desktop .baostyle-dropdown-menu, .baostyle-primary-nav-desktop .baostyle-flyout-menu {
    list-style: none;
    margin: 0;
    background: #fff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }

  .baostyle-primary-nav-desktop .baostyle-desktop-menu > .baostyle-menu-item > .baostyle-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block !important;
    min-width: 240px;
    padding: 0.75rem 0;
    border-radius: 0.375rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 1320;
  }

  .baostyle-primary-nav-desktop .baostyle-menu-item:hover > .baostyle-dropdown-menu, .baostyle-primary-nav-desktop .baostyle-menu-item:focus-within > .baostyle-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .baostyle-primary-nav-desktop .baostyle-dropdown-menu > .baostyle-menu-item, .baostyle-primary-nav-desktop .baostyle-flyout-menu > .baostyle-menu-item {
    position: relative;
  }

  .baostyle-primary-nav-desktop .baostyle-dropdown-menu .baostyle-menu-link, .baostyle-primary-nav-desktop .baostyle-flyout-menu .baostyle-menu-link {
    padding: 0.625rem 1rem;
  }

  .baostyle-primary-nav-desktop .baostyle-dropdown-menu .baostyle-menu-link:hover, .baostyle-primary-nav-desktop .baostyle-flyout-menu .baostyle-menu-link:hover {
    background: rgba(0, 0, 0, 0.04);
  }

  .baostyle-primary-nav-desktop .baostyle-flyout-menu {
    position: absolute;
    top: -0.75rem;
    left: calc(100% - 1px);
    display: block !important;
    min-width: 240px;
    padding: 0.75rem 0;
    border-radius: 0.375rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 1330;
  }

  .baostyle-primary-nav-desktop .baostyle-menu-item:hover > .baostyle-flyout-menu, .baostyle-primary-nav-desktop .baostyle-menu-item:focus-within > .baostyle-flyout-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .baostyle-primary-nav-desktop .baostyle-desktop-menu > .baostyle-menu-item > .baostyle-mega-menu {
    display: none !important;
  }

  .baostyle-primary-nav-desktop .baostyle-desktop-menu > .baostyle-menu-item > .baostyle-mega-tabs-menu {
    display: none !important;
  }

  .baostyle-mega-stage--tabs .baostyle-mega-stage-inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .baostyle-mega-tabs-layout {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
  }

  .baostyle-mega-tabs-nav {
    min-width: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 1rem;
  }

  .baostyle-mega-tabs-menu-clone {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .baostyle-mega-tabs-menu-clone > .baostyle-menu-item {
    margin: 0;
    padding: 0;
  }

  .baostyle-mega-tabs-menu-clone > .baostyle-menu-item > .baostyle-mega-tabs-panel, .baostyle-mega-tabs-menu-clone > .baostyle-menu-item > .baostyle-menu-item-body .baostyle-menu-desc-pro, .baostyle-mega-tabs-menu-clone > .baostyle-menu-item > .baostyle-menu-desc-pro {
    display: none !important;
  }

  .baostyle-mega-tabs-menu-clone .baostyle-mega-tab-link {
    display: block;
    padding: 0.875rem 1rem;
    border-radius: 0.5rem;
    color: #212529;
    text-decoration: none;
    white-space: normal;
    transition: background-color 0.18s ease, color 0.18s ease;
  }

  .baostyle-mega-tabs-menu-clone .baostyle-mega-tab-trigger.is-active > .baostyle-mega-tab-link, .baostyle-mega-tabs-menu-clone .baostyle-mega-tab-link:hover, .baostyle-mega-tabs-menu-clone .baostyle-mega-tab-link:focus {
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    outline: none;
  }

  .baostyle-mega-tabs-content {
    min-width: 0;
  }

  .baostyle-mega-tabs-content-panel {
    display: none;
    min-width: 0;
  }

  .baostyle-mega-tabs-content-panel.is-active {
    display: block;
  }

  .baostyle-mega-tabs-panel-header {
    margin-bottom: 1rem;
  }

  .baostyle-mega-tabs-panel-header .baostyle-menu-link-text {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    color: #212529;
  }

  .baostyle-mega-tabs-panel-header .baostyle-menu-native-description {
    margin-top: 0.5rem;
  }

  .baostyle-mega-tabs-panel-desc {
    margin-bottom: 1rem;
  }

  .baostyle-mega-tabs-content-panel > .baostyle-mega-tabs-panel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .baostyle-mega-tabs-content-panel > .baostyle-mega-tabs-panel > .baostyle-menu-item {
    min-width: 0;
  }

  .baostyle-mega-tabs-content-panel > .baostyle-mega-tabs-panel > .baostyle-menu-item > .baostyle-menu-link {
    display: block;
    padding: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #212529;
    text-decoration: none;
    white-space: normal;
  }

  .baostyle-mega-tabs-content-panel > .baostyle-mega-tabs-panel > .baostyle-menu-item > .baostyle-menu-link:hover {
    color: #0d6efd;
    text-decoration: underline;
  }

  .baostyle-mega-tabs-sub-links, .baostyle-mega-tabs-sub-links .baostyle-mega-tabs-sub-links {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .baostyle-mega-tabs-sub-links > .baostyle-menu-item {
    margin-bottom: 0.35rem;
  }

  .baostyle-mega-tabs-sub-links > .baostyle-menu-item > .baostyle-menu-link {
    display: block;
    padding: 0.2rem 0;
    font-weight: 400;
    color: #495057;
    text-decoration: none;
    white-space: normal;
  }

  .baostyle-mega-tabs-sub-links > .baostyle-menu-item > .baostyle-menu-link:hover {
    color: #0d6efd;
    text-decoration: underline;
  }

  .baostyle-mega-tabs-sub-links .baostyle-menu-native-description, .baostyle-mega-tabs-sub-links .baostyle-menu-desc-pro, .baostyle-mega-tabs-content-panel > .baostyle-mega-tabs-panel > .baostyle-menu-item > .baostyle-menu-link .baostyle-menu-native-description, .baostyle-mega-tabs-content-panel > .baostyle-mega-tabs-panel > .baostyle-menu-item > .baostyle-menu-link .baostyle-menu-desc-pro {
    display: none;
  }

  .baostyle-mega-tabs-sub-links .baostyle-menu-caret, .baostyle-mega-tabs-menu-clone .baostyle-menu-caret {
    display: none !important;
  }

  .baostyle-header-desktop.baostyle-header-desktop-sticky.baostyle-is-sticky-active {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1300 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .baostyle-mobile-sidebar-toggle-wrap, .baostyle-mobile-sidebar-offcanvas {
    display: none !important;
  }

  .baostyle-mobile-secondary-menu-wrap, .baostyle-mobile-header-top-widgets {
    display: none !important;
  }
}

/* Header top mobile widget stacking */
@media (max-width: 991.98px) {
  .baostyle-header-top .baostyle-header-widget-row,
  .baostyle-header-top .baostyle-header-widget-row-top {
    flex-direction: column;
    align-items: stretch;
  }

  .baostyle-header-top .baostyle-header-widget-row > .widget,
  .baostyle-header-top .baostyle-header-widget-row-top > .widget {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}


/***my add***/
.widget_media_image img {width:100%;}
