/**
 * Base layer.
 *
 * Keep this file intentionally small. Design-system resets for custom
 * immersive pages live in scope.css so WordPress, WooCommerce and plugins
 * are not affected globally.
 */
#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  margin-top: 0 !important;
  max-width: 100%;
  color: var(--vs-color-text);
  background: var(--vs-color-white);
}

body,
button,
input,
textarea,
select {
  font-family: var(--vs-font-main);
}

body .wp-site-blocks {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

main {
  min-height: calc(100dvh - 80px);
}

footer {
  margin-top: auto;
}

.wc-block-mini-cart__quantity-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wc-block-mini-cart__badge {
  position: absolute;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--vs-blue-primary, #2aa5ad);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}
