.woocommerce-notices-wrapper {
  border-top: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0 0;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-notices-wrapper + .woocommerce-coupon-form {
  width: 100%;
  margin: 2rem auto;
}
.woocommerce-message .button {
  display: inline-flex;
  order: 2;
  background-color: transparent !important;
  border: 1px solid black !important;
  color: black !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top: 0 !important;
  background-color: #f3f5f7 !important;
  font-size: 0.875rem !important;
  color: black;
  margin: 0;
  padding: 2rem !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  display: none !important;
}
.woocommerce-error .msg, .woocommerce-info .msg, .woocommerce-message .msg {
  display: inline-block;
  margin-right: 1rem;
}
bdi {
  font-size: 1.25rem;
  font-weight: 500;
}
.kk a.button {
  display: inline-block;
  border-radius: 25px;
  text-decoration: none;
}
.wp-image-144 {
  position: relative;
  top: -30px;
}
@media (max-width: 922px) {
  .home .entry-content h1 {
    display: block;
    line-height: 48px !important;
    font-size: 42px !important;
    margin-bottom: 2rem !important;
  }
  .home .custom-logo {
    display: inline-block !important;
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    flex: 0 0 120px;
  }
  .home .the-dog {
    position: relative;
    top: 20px;
    height: 100%;
    background-position: bottom center !important;
  }
}
.checkout h1, .checkout h2, .checkout h3, .card h1, .card h2, .card h3 {
  font-weight: 400;
  font-family: var(--font-fam-main);
}
