.bb-catalog-access-anonymous {
  display: block;
  width: 100%;
  min-height: 44px;
  margin: 8px 0 0;
  padding: 7px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #315a88;
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
}

.bb-catalog-access-anonymous:hover {
  color: #173f70;
  text-decoration: underline;
}

.bb-catalog-access-anonymous:focus-visible {
  outline: 3px solid rgba(31, 58, 96, 0.24);
  outline-offset: 1px;
  text-decoration: underline;
}

.bb-catalog-anonymous-notice {
  display: flex;
  justify-content: center;
  padding: 14px 18px 0;
  background: #f6f8fb;
}

.bb-catalog-anonymous-notice button {
  min-height: 44px;
  padding: 8px 14px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #315a88;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
}

.bb-catalog-anonymous-notice button:hover {
  color: #173f70;
  text-decoration: underline;
}

.bb-catalog-anonymous-notice button:focus-visible {
  outline: 3px solid rgba(31, 58, 96, 0.24);
  outline-offset: 2px;
  text-decoration: underline;
}

html[data-catalog-allow-cart="false"] .floating-cart,
html[data-catalog-allow-cart="false"] .cart-button,
html[data-catalog-allow-cart="false"] .variation-bottom {
  display: none !important;
}

@media (max-width: 600px) {
  .bb-catalog-access-anonymous {
    min-height: 48px;
    padding: 9px 8px;
  }

  .bb-catalog-anonymous-notice {
    padding-inline: 12px;
  }
}
