* {
  text-transform: uppercase !important;
}

.sh-header-main {
  background-color: #ffffff !important;
  color: #b39359 !important;
}
.sh-header-location-icon {
  fill: #b39359 !important;
}
.sh-header-account-icon {
  stroke: #b39359 !important;
}
.sh-header-cart-icon {
  display: none;
  stroke: #b39359 !important;
  fill: none !important;
}
.sh-header-arrow-icon {
  fill: #b39359 !important;
}
.sh-header-search-icon {
  stroke: #b39359 !important;
}
.sh-header-cart-badge {
  display: none;
  background-color: #b39359 !important;
  color: #ffffff !important;
}

.sh-product-card-name {
  font-family: "lora-serif";
  margin-top: 8px;
  font-size: 26px;
}
.sh-product-card {
  box-shadow: 0 2px 10px #83808026;
  border-radius: 8px;
}
.sh-category-card {
  padding-bottom: 32px;
}
.pr-plus-minus-button-text-icon {
  display: none;
}
.beauty-link {
  display: none;
}
.login-modal .no-underline {
  color: var(--button-main);
}
