/* Shop category filter panel */
.hcb-shop-filters {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;

  background: #ffffff;
  border-radius: 4px;
  padding: 28px 32px;
  margin: 0px 0 40px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  clear: both;
}

/* Filter label */
.hcb-shop-filters__label {
  display: block !important;
  width: 100% !important;

  font-size: 17px;
  font-weight: 600;
  color: #111;
  margin: 0 0 14px;
  text-align: center;
}

/* Actual button row */
.hcb-shop-filters__buttons {
  width: 100% !important;
  max-width: 100% !important;

  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;

  gap: 14px 16px;
}

/* Mobile */
@media (max-width: 700px) {
  .hcb-shop-filters {
    padding: 22px 18px;
  }

  .hcb-shop-filters__buttons {
    gap: 10px;
  }

  .hcb-shop-filters__buttons a {
    font-size: 14px;
    padding: 9px 13px;
  }
}

/* Shop Banner Styling */
.hcb-membership-banner {
  border-radius: 16px;
  background: #694873;
  color: #fff;
  padding-top: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--30);
  padding-left: var(--wp--preset--spacing--30);
  box-shadow: var(--wp--preset--shadow--shadow-2);
  text-align: center;
}

.hcb-membership-banner h2 {
  margin: 0 0 12px;
}

.hcb-membership-banner p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
}

.hcb-membership-banner-button {
  display: inline-block;
  background: #fff;
  padding: 8px 16px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
  color: #000;
}

.hcb-membership-banner-button:hover,
.hcb-membership-banner-button:focus {
  text-decoration: none;
}

/* Credit banner on cart */
.hcb-credit-banner {
  margin: 0 0 28px;
}

.hcb-credit-banner h2 {
  margin: 0 0 12px;
}

.hcb-credit-banner p {
  margin: 0 0 20px;
}

.hcb-credit-banner__form {
  margin: 0;
}

.hcb-credit-banner__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.hcb-credit-banner__input {
  width: 80px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  font-family: inherit;
}

.hcb-credit-banner .hcb-membership-banner-button,
.hcb-credit-banner__secondary-button {
  border: 0;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
}

/* .hcb-credit-banner .hcb-membership-banner-button {
  border: 0;
}

.hcb-credit-banner__secondary-button {
  background: #fff;
  color: #111;
  border: 1px solid #ccc;
  text-decoration: none;
} */

.hcb-credit-banner__secondary-button:hover,
.hcb-credit-banner__secondary-button:focus {
  background: #f3f3f3;
}

.hcb-credit-banner__locked {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.18);
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 700px) {
  .hcb-credit-banner__controls {
    align-items: stretch;
  }

  .hcb-credit-banner__input,
  .hcb-credit-banner .hcb-membership-banner-button,
  .hcb-credit-banner__secondary-button,
  .hcb-credit-banner__locked {
    width: 100%;
  }
}
