.baostyle-page-header {
  background-color: transparent;
}

.baostyle-archive-thumbnail img, .baostyle-single-thumbnail img, .baostyle-page-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

html, body {
  overflow-x: clip;
}

.baostyle-menu-item-body {
  display: flex;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
}

.baostyle-menu-item-body--top, .baostyle-menu-item-body--bottom {
  flex-direction: column;
}

.baostyle-menu-item-body--left, .baostyle-menu-item-body--right {
  flex-direction: row;
  align-items: flex-start;
}

.baostyle-menu-item-body--left .baostyle-menu-desc-pro, .baostyle-menu-item-body--right .baostyle-menu-desc-pro {
  flex: 0 0 auto;
  max-width: 220px;
}

.baostyle-mobile-menu-link .baostyle-menu-item-body {
  width: 100%;
}

.ratio-1-1 > img, .ratio-1-1 > picture, .ratio-1-1 > .attachment-woocommerce_thumbnail, .ratio-1-1 > .woocommerce-placeholder, .ratio-1-1 > .card-img-top {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.baostyle-review-card .card-body {
  padding: 1.25rem;
}

.baostyle-brand-card .card-body {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.baostyle-menu-item-body > .baostyle-menu-link, .baostyle-mobile-menu-entry > .baostyle-mobile-menu-link {
  min-width: 0;
}

body {
  background-color: #f8f9fa;
  text-rendering: optimizeLegibility;
}

.woocommerce-cart.baostyle-checkout-lite-body, .woocommerce-checkout.baostyle-checkout-lite-body {
  background-color: var(--bs-body-bg, #fff);
}

.site-title a {
  color: inherit;
}

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

.object-fit-cover {
  object-fit: cover;
}

.baostyle-single-excerpt {
  color: #6c757d;
}

.baostyle-post-tags a {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.baostyle-breadcrumb-placeholder {
  opacity: 0.9;
}

.baostyle-hero-carousel {
  position: relative;
}

.baostyle-hero-carousel .carousel-item {
  padding: 0;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.woocommerce .quantity .qty {
  min-height: 38px;
}

.baostyle-site-branding-inline .baostyle-branding-main {
  display: flex;
  align-items: center;
}

.baostyle-site-tagline-right {
  white-space: normal;
  max-width: 260px;
  line-height: 1.3;
}

.baostyle-cart-count-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #dc3545;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.baostyle-empty-cart-icon {
  font-size: 2rem;
  line-height: 1;
  color: #6c757d;
}

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

.baostyle-mega-stage-inner .baostyle-mega-column {
  position: relative;
  min-width: 0;
  margin: 0;
  width: auto;
  max-width: none;
}

.baostyle-mega-stage-inner .baostyle-mega-heading-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
}

.baostyle-mega-stage-inner .baostyle-mega-heading-link:hover {
  background: transparent;
  color: #212529;
  text-decoration: underline;
}

.baostyle-mega-stage-inner .baostyle-mega-description {
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.baostyle-mega-stage-inner .baostyle-mega-sub-links {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 0.75rem;
  min-width: 0;
  background: transparent;
  list-style: none;
}

.baostyle-mega-stage-inner .baostyle-mega-sub-links .baostyle-menu-item {
  position: static;
}

.baostyle-mega-stage-inner .baostyle-mega-sub-links .baostyle-menu-link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.35rem 0;
  color: #495057;
  text-decoration: none;
  white-space: normal;
}

.baostyle-mega-stage-inner .baostyle-mega-sub-links .baostyle-menu-link:hover {
  background: transparent;
  color: #212529;
  text-decoration: underline;
}

.baostyle-mega-stage-inner .baostyle-menu-caret {
  display: none;
}

.baostyle-mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.baostyle-mobile-menu-item {
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.baostyle-mobile-menu-row {
  min-height: 44px;
}

.baostyle-mobile-submenu-wrap {
  padding-left: 1rem;
}

.baostyle-mobile-sub-menu {
  padding-top: 0.25rem;
}

.baostyle-mobile-submenu-toggle i {
  transition: transform 0.2s ease;
}

.baostyle-mega-description p:last-child, .baostyle-mobile-mega-description p:last-child {
  margin-bottom: 0;
}

.baostyle-mega-description img, .baostyle-mobile-mega-description img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
}

.baostyle-mega-description a, .baostyle-mobile-mega-description a {
  text-decoration: none;
}

.baostyle-mega-description a:hover, .baostyle-mobile-mega-description a:hover {
  text-decoration: underline;
}

.baostyle-mobile-mega-description {
  font-size: 0.875rem;
  color: #6c757d;
  line-height: 1.5;
}

.baostyle-mobile-mega-description > *:last-child {
  margin-bottom: 0;
}

.baostyle-menu-title-block {
  min-width: 0;
  flex: 1 1 auto;
}

.baostyle-menu-native-description {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #6c757d;
}

.baostyle-menu-native-description p:last-child, .baostyle-menu-desc-pro p:last-child {
  margin-bottom: 0;
}

.baostyle-menu-desc-pro {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
}

.baostyle-menu-desc-pro img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
}

.baostyle-menu-desc-pro a {
  text-decoration: none;
}

.baostyle-menu-desc-pro a:hover {
  text-decoration: underline;
}

.baostyle-mobile-menu-link .baostyle-menu-desc-pro, .baostyle-mobile-menu-link .baostyle-menu-native-description {
  font-size: 0.8125rem;
}

.baostyle-checkout-lite-header .custom-logo {
  max-height: 60px;
  width: auto;
}

.baostyle-woo-lite-page .woocommerce {
  width: 100%;
}

.baostyle-woo-filters .baostyle-filter-title {
  margin-bottom: 0;
}

.baostyle-woo-filters .baostyle-filter-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}

.baostyle-woo-filters .baostyle-filter-toggle:hover, .baostyle-woo-filters .baostyle-filter-toggle:focus {
  color: inherit;
  text-decoration: none;
}

.baostyle-woo-filters .baostyle-filter-toggle i {
  flex: 0 0 auto;
  font-size: 0.9rem;
}

.baostyle-woo-filters .baostyle-filter-panel {
  margin-top: 0.875rem;
}

.baostyle-woo-filters .baostyle-filter-search {
  margin-bottom: 0.75rem;
}

.baostyle-woo-filters .baostyle-filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.baostyle-woo-filters .baostyle-filter-list li + li {
  margin-top: 0.45rem;
}

.baostyle-woo-filters .baostyle-filter-list-limited {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.baostyle-woo-filters .baostyle-filter-item-hidden, .baostyle-woo-filters .baostyle-filter-search-hidden {
  display: none !important;
}

.baostyle-woo-filters .baostyle-filter-show-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bs-primary, #0d6efd);
}

.baostyle-woo-filters .baostyle-filter-show-more:hover, .baostyle-woo-filters .baostyle-filter-show-more:focus {
  color: var(--bs-primary, #0d6efd);
  text-decoration: underline;
}

.baostyle-woo-filters .count {
  opacity: 0.72;
  font-size: 0.875em;
}

@media (max-width: 991.98px) {
  .baostyle-nav-overlay, .baostyle-mega-stage {
    display: none !important;
  }

  .baostyle-woo-filters .baostyle-filter-list-limited {
    max-height: 220px;
  }
}

.ratio-1-1 {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.title-lines-1, .title-lines-2, .title-lines-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.title-lines-1 {
  -webkit-line-clamp: 1;
 /* min-height: calc(1.45em * 1);*/
}

.title-lines-2 {
  -webkit-line-clamp: 2;
 /* min-height: calc(1.45em * 2);*/
}

.title-lines-3 {
  -webkit-line-clamp: 3;
 /* min-height: calc(1.45em * 3);*/
}

.baostyle-slider {
  position: relative;
}

.baostyle-slider-viewport {
  overflow: hidden;
  padding-bottom: 0.25rem;
}

.baostyle-slider-track {
  display: flex;
  gap: 0;
  transition: transform 0.25s ease, scroll-left 0.25s ease;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  align-items: stretch;
}

.baostyle-slider-track::-webkit-scrollbar {
  display: none;
}

.baostyle-slider-item {
  flex: 0 0 var(--baostyle-slider-item-mobile, 50%);
  min-width: 0;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .baostyle-slider-item {
    flex: 0 0 var(--baostyle-slider-item-desktop, 25%);
  }
}

.baostyle-product-rating-value, .baostyle-product-rating-count {
  white-space: nowrap;
  font-size: .7rem;
}

.baostyle-icon-box {
  display: flex;
  gap: 1rem;
  height: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
}

.baostyle-icon-box__icon {
  flex: 0 0 auto;
  line-height: 1;
}

.baostyle-icon-box__icon i, .baostyle-icon-box__icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1;
}

.baostyle-icon-box__content {
  flex: 1 1 auto;
  min-width: 0;
}

.baostyle-icon-box__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.3;
}

.baostyle-icon-box__desc {
  font-size: 0.95rem;
  line-height: 1.6;
}

.baostyle-icon-box__desc p:last-child {
  margin-bottom: 0;
}

.baostyle-icon-pos-top {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.baostyle-icon-pos-top .baostyle-icon-box__content {
  width: 100%;
}

.baostyle-icon-pos-bottom {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.baostyle-icon-pos-bottom .baostyle-icon-box__content {
  order: 1;
  width: 100%;
}

.baostyle-icon-pos-bottom .baostyle-icon-box__icon {
  order: 2;
}

.baostyle-icon-pos-left {
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
}

.baostyle-icon-pos-right {
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
}

.baostyle-icon-pos-right .baostyle-icon-box__content {
  order: 1;
}

.baostyle-icon-pos-right .baostyle-icon-box__icon {
  order: 2;
}

.baostyle-review-content {
  color: #495057;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.baostyle-review-product-image {
  flex: 0 0 64px;
  max-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.baostyle-review-product-image img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.baostyle-review-product-title a {
  line-height: 1.5;
}

.baostyle-brand-card .baostyle-term-card-title {
  margin-bottom: 0;
}

.baostyle-brand-card .baostyle-unified-card-thumb img {
  object-fit: contain;
  padding: 1rem;
  background: #fff;
}

.baostyle-image-pro {
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 0.5rem;
}

.baostyle-image-pro img {
  display: block;
  width: 100%;
  height: auto;
}

.baostyle-image-pro-content {
  padding: 1rem;
}

.baostyle-image-pro-title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

.baostyle-image-pro-subtitle {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  opacity: 0.85;
}

.baostyle-image-pro-description p:last-child {
  margin-bottom: 0;
}

.baostyle-image-pro-button-wrap {
  margin-top: 1rem;
}

.baostyle-image-pro-split {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.baostyle-image-pro-split .baostyle-image-pro-media, .baostyle-image-pro-split .baostyle-image-pro-split-content {
  width: 100%;
}

.baostyle-image-pro-split-content {
  display: flex;
  align-items: center;
}

.baostyle-image-pro-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}

.baostyle-image-pro-overlay-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  min-height: 340px;
  text-align: center;
  pointer-events: auto;
}

.baostyle-image-pro-overlay-content.is-top {
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.baostyle-image-pro-overlay-content.is-bottom {
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.baostyle-image-pro-overlay-content.is-left {
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.baostyle-image-pro-overlay-content.is-right {
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}

.baostyle-image-pro-overlay-content.is-center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.baostyle-image-pro-position-inner-top, .baostyle-image-pro-position-inner-bottom, .baostyle-image-pro-position-inner-left, .baostyle-image-pro-position-inner-right, .baostyle-image-pro-position-inner-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 340px;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

.baostyle-image-pro-position-inner-top .baostyle-image-pro-content, .baostyle-image-pro-position-inner-bottom .baostyle-image-pro-content, .baostyle-image-pro-position-inner-left .baostyle-image-pro-content, .baostyle-image-pro-position-inner-right .baostyle-image-pro-content, .baostyle-image-pro-position-inner-center .baostyle-image-pro-content {
  padding: 0;
}

.baostyle-image-pro-position-inner-top .baostyle-image-pro-title, .baostyle-image-pro-position-inner-bottom .baostyle-image-pro-title, .baostyle-image-pro-position-inner-left .baostyle-image-pro-title, .baostyle-image-pro-position-inner-right .baostyle-image-pro-title, .baostyle-image-pro-position-inner-center .baostyle-image-pro-title {
  color: #fff;
}

.baostyle-image-pro-position-inner-top .baostyle-image-pro-subtitle, .baostyle-image-pro-position-inner-bottom .baostyle-image-pro-subtitle, .baostyle-image-pro-position-inner-left .baostyle-image-pro-subtitle, .baostyle-image-pro-position-inner-right .baostyle-image-pro-subtitle, .baostyle-image-pro-position-inner-center .baostyle-image-pro-subtitle, .baostyle-image-pro-position-inner-top .baostyle-image-pro-description, .baostyle-image-pro-position-inner-bottom .baostyle-image-pro-description, .baostyle-image-pro-position-inner-left .baostyle-image-pro-description, .baostyle-image-pro-position-inner-right .baostyle-image-pro-description, .baostyle-image-pro-position-inner-center .baostyle-image-pro-description {
  color: rgba(255, 255, 255, 0.95);
}

@media (min-width: 768px) {
  .baostyle-image-pro-position-left .baostyle-image-pro-media, .baostyle-image-pro-position-left .baostyle-image-pro-split-content, .baostyle-image-pro-position-right .baostyle-image-pro-media, .baostyle-image-pro-position-right .baostyle-image-pro-split-content {
    width: 50%;
  }

  .baostyle-image-pro-position-left .baostyle-image-pro-media img, .baostyle-image-pro-position-right .baostyle-image-pro-media img {
    height: 100%;
    object-fit: cover;
  }
}

.baostyle-mobile-menu-entry {
  min-width: 0;
  width: 100%;
}

.baostyle-mobile-menu-entry .baostyle-menu-desc-pro {
  margin-top: 0.5rem;
}

.baostyle-menu-desc-pro .woocommerce, .baostyle-mega-description .woocommerce, .baostyle-mega-tabs-panel-desc .woocommerce {
  width: 100%;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .baostyle-mega-tabs-layout {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  }
}

.baostyle-cgkit-mini-cart-fsn {
  position: relative;
}

.baostyle-cgkit-mini-cart-fsn .commercekit-fsn-wrap, .baostyle-cgkit-mini-cart-fsn .commercekit-fsn {
  margin: 0;
}

.baostyle-cgkit-mini-cart-fsn:empty {
  display: none;
}

#commercekit-wishlist-shortcode .commercekit-wishlist.mini {
  opacity: 1;
  transform: none;
}

#commercekit-wishlist-shortcode .commercekit-wishlist.mini.no-wsl-update, #commercekit-wishlist-shortcode .commercekit-wishlist.mini a.commercekit-remove-wishlist2 {
  display: block;
}

#commercekit-wishlist-shortcode ul.products li.product .commercekit-wishlist {
  top: 12px;
  right: 12px;
  z-index: 5;
}

.baostyle-wishlist-mini-list .commercekit-remove-wishlist2 {
  cursor: pointer;
}


.baostyle-related-tag-link {
  min-height: 28px;
  padding: 0.2rem 1rem;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: var(--baostyle-card-radius);
  background: #fff;
  color: #212529;
  transition: all 0.2s ease;
}

.baostyle-related-tag-link:hover {
  border-color: rgba(0,0,0,0.22);
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.06);
}

#commercekit-wishlist-shortcode {
  position: relative;
}

#commercekit-wishlist-shortcode ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

#commercekit-wishlist-shortcode ul.products li.product {
  position: relative;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 1rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.04);
  overflow: hidden;
}

#commercekit-wishlist-shortcode ul.products li.product .commercekit-wishlist.mini {
  opacity: 1;
  right: 0.75rem;
  top: 0.75rem;
}

#commercekit-wishlist-shortcode ul.products li.product .commercekit-remove-wishlist2, #commercekit-wishlist-shortcode ul.products li.product .commercekit-remove-wishlist {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

#commercekit-wishlist-shortcode ul.products li.product .button, #commercekit-wishlist-shortcode ul.products li.product .added_to_cart {
  width: 100%;
  justify-content: center;
}

.baostyle-site-branding-inline {
  gap: 1rem;
}

.baostyle-branding-main {
  gap: .5rem;
}

.baostyle-wishlist-count-badge, .baostyle-cart-count-badge {
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 .25rem;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.15rem;
  box-shadow: 0 0 0 2px var(--baostyle-surface);
}

.baostyle-mobile-menu-link, .baostyle-mobile-menu-row {
  border-radius: .75rem;
}

.baostyle-mobile-menu-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: inherit;
  text-decoration: none;
  padding: .75rem .875rem;
}

.baostyle-mobile-menu-link:hover, .baostyle-mobile-menu-link:focus {
  background-color: var(--baostyle-surface-muted);
}

.baostyle-menu-desc-pro, .baostyle-menu-native-description {
  opacity: .72;
}

.baostyle-slider-prev:hover, .baostyle-slider-next:hover {
  background-color: #fff;
}

.baostyle-review-stars {
  display: inline-flex;
  gap: 0.25rem;
  font-size: 0.95rem;
  color: #f59f00;
}

a {
  text-underline-offset: .18em;
  text-decoration-thickness: .08em;
}

a:hover, a:focus {
  text-decoration-thickness: .1em;
}

.baostyle-product-rating-stars {
  color: #f59f00;
  padding-bottom: 5px;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error {
  border-radius: .875rem;
}

@media (max-width: 767.98px) {
  .baostyle-icon-pos-left, .baostyle-icon-pos-right {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .baostyle-icon-pos-right .baostyle-icon-box__content, .baostyle-icon-pos-right .baostyle-icon-box__icon {
    order: initial;
  }

  .baostyle-checkout-lite-header .d-flex {
    flex-direction: column;
    align-items: stretch !important;
    gap: .75rem;
  }

  .baostyle-checkout-lite-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.baostyle-site-main {
  min-height: 60vh;
}

.baostyle-container-custom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.site-main {
  padding-top: clamp(1.5rem, 2vw, 2.5rem);
  padding-bottom: clamp(2rem, 3vw, 3.5rem);
}

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

.baostyle-mobile-user-btn, .baostyle-mobile-search-toggle {
  width: 38px;
  height: 38px;
  padding: 0;
}

.baostyle-mobile-user-btn img, .baostyle-mobile-user-btn .avatar {
  width: 28px;
  height: 28px;
  display: block;
}

.baostyle-mobile-user-btn span, .baostyle-mobile-search-toggle span {
  line-height: 1;
  font-size: 16px;
}

.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button {
  border-radius: 0.375rem;
}

.baostyle-mega-description .button, .baostyle-mega-description .btn, .baostyle-mobile-mega-description .button, .baostyle-mobile-mega-description .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.baostyle-menu-desc-pro .button, .baostyle-menu-desc-pro .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.baostyle-woo-filters .baostyle-filter-search-input {
  min-height: 36px;
}

body, button, input, select, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], input[type="time"], input[type="month"], input[type="week"], input[type="datetime-local"], select, textarea, .form-control, .wp-block-search__input, .search-field {
  border-radius: var(--baostyle-field-radius);
  border-color: rgba(var(--bs-dark-rgb, 33, 37, 41), .12);
  box-shadow: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="datetime-local"]:focus, select:focus, textarea:focus, .form-control:focus, .wp-block-search__input:focus, .search-field:focus {
  border-color: rgba(var(--bs-primary-rgb, 13, 110, 253), .45);
  box-shadow: 0 0 0 .2rem rgba(var(--bs-primary-rgb, 13, 110, 253), .12);
}

button, input[type="submit"], input[type="button"], input[type="reset"], .btn, .wp-element-button, .wp-block-button__link, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
  border-radius: var(--baostyle-button-radius);
  border: 1px solid var(--baostyle-color-border);
}




.baostyle-checkout-lite-header .btn, .baostyle-checkout-lite-actions .btn {
  border-radius: 999px;
}


/***css my add***/
.baostyle-term-card-title {text-align: center;}
