/* WordPress integration adjustments. */
html {
  margin-top: 0 !important;
}

body.admin-bar .site-header--fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header--fixed {
    top: 46px;
  }
}

/* Shopify cart controls are intentionally excluded from this WooCommerce theme. */
[data-cart-drawer],
[data-cart-drawer-toggle],
.cart__toggle {
  display: none !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.site-header .logo__image {
  height: auto;
  max-width: 100px;
}

.header__dropdown__inner {
  align-items: flex-start;
}

.header__grandparent__links {
  width: 100%;
}

.mobile-menu__item {
  position: relative;
}

.mobile-nav__trigger {
  align-items: center;
  display: flex;
  justify-content: center;
}

.announcement__ticker a {
  color: inherit;
  text-decoration: none;
}

.announcement-bar-static .announcement__ticker {
  padding: 0 60px;
}
