::-webkit-scrollbar {
  width: 10px;
  height: 1em;
}
::-webkit-scrollbar-track {
  background: white;
}
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border: 2px solid #fff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #030;
}
.alignwide {
  max-width: 100%;
  width: 100%;
}
.wc-block-checkout form :is(input, .wc-block-gateway-input) {
  border: 1px solid var(--neutral-ultra-light) !important;
}
.wc-block-checkout form .wc-block-components-button {
  background: var(--primary);
  color: #fff;
  border-radius: 5px;
}
.wc-block-components-title.wc-block-components-title {
  font-size: 1.5rem !important;
  text-transform: uppercase;
  font-weight: bold;
}
.wc-block-components-checkout-step__description {
  color: var(--neutral-medium);
}
.wp-block-woocommerce-checkout-order-summary-block {
  position: sticky;
  top: var(--space-l);
  background: var(--white);
  padding: 25px;
  box-shadow: var(--box-shadow-l);
  border-radius: var(--radius-xs);
  border: 1px solid var(--neutrala-light);
}
.wc-block-components-totals-wrapper:first-of-type:after {
  border-width: 0;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
  background: var(--white);
  padding: var(--space-m) !important;
  border: 1px solid var(--neutral-ultra-light);
  border-radius: var(--radius-xs);
}
.woocommerce-order {
  background: #fff;
  border: 1px solid var(--neutral-ultra-light);
  box-shadow: var(--box-shadow-m);
  padding: var(--space-l);
  border-radius: var(--radius-xs);
}
.woocommerce-order section {
  padding: 0;
}
.woocommerce-order section h2 {
  margin-bottom: 15px;
  font-size: var(--h3);
}
.woocommerce-order-received h1 {
  display: none;
}
.woocommerce .woocommerce-notice.woocommerce-notice--success {
  margin-inline: auto;
}
.button {
  border-radius: var(--radius-xs);
}
header[data-x-overlay="always"]:not(.x-header_sticky-active, :hover) .bt-header-section {
  --top-links-color: var(--neutral-light);
  --main-navigation-bg: var(--transparent);
  box-shadow: none;
}
header[data-x-overlay="always"]:not(.x-header_sticky-active, :hover) .bt-header-section__navigation-main .menu-item a[aria-current="page"] {
  color: var(--white);
}
header[data-x-overlay="always"]:not(.x-header_sticky-active, :hover) .header-blur {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  background-color: transparent;
}
header[data-x-overlay="always"]:not(.x-header_sticky-active, :hover) .bt-header-section__extra-links--icon {
  color: var(--white);
  fill: var(--white);
}
header[data-x-overlay="always"]:not(.x-header_sticky-active, :hover) .bt-header-section__toggle .brxa-wrap {
  color: var(--white);
}
header[data-x-overlay="always"]:not(.x-header_sticky-active, :hover) #brxe-ddcf8d .brx-nav-nested-items > li > .brx-submenu-toggle.aria-current > * {
  color: var(--top-links-color);
}
.x-offcanvas_prevent-scroll_brxe-eavjea #brx-header {
  z-index: 1;
}
