::-webkit-scrollbar {
  width: 10px;
  height: 1em;
}
::-webkit-scrollbar-track {
  background: white;
}
::-webkit-scrollbar-thumb {
  background: var(--neutral-medium);
  border: 2px solid #fff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--neutral-dark);
}
.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;
}
.is-large .wc-block-checkout__sidebar {
  top: 150px;
}
