.ref-button {
  position: relative;
  /*padding: 15px 30px;*/
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  outline: 2px solid #000;
  border-radius: 0;
  outline-offset: -8px;
  font-size: 18px;
  font-family: 'Bauer Bodoni Black BT';
  text-decoration: none !important;
  font-weight: bold;
  /*display: flex;*/
  /*align-items: center;*/
  gap: 10px;
  cursor: pointer;
  color: #000;
  transition: all 0.3s ease;
  text-transform: initial;
  text-align: center;
}

.ref-button {
  position: relative;
  /*padding: 15px 30px;*/
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  outline: 2px solid #000;
  border-radius: 0;
  outline-offset: -8px;
  font-size: 18px;
  font-family: 'Bauer Bodoni Black BT';
  text-decoration: none !important;
  font-weight: bold;
  /*display: flex;*/
  /*align-items: center;*/
  gap: 10px;
  cursor: pointer;
  color: #000;
  transition: all 0.3s ease;
  text-transform: initial;
  text-align: center;
}

.ref-button .icon-social-button {
  transition: filter 0.3s ease;
}

.ref-button:hover, .ref-button:active {
  background-color: #000;
  color: #fff;
  border-color: #fff;
  outline-color: #fff;
}

.ref-media {
  aspect-ratio: 1 !important;
  min-width: 128px !important;
  min-height: 128px !important;
}

.ref-image {
  margin-top: 0;
  aspect-ratio: 1 !important;
  width: auto !important;
  /*height: auto !important;*/
}

.ref-addons {
  display: flex;
  justify-content: center;
}

.ref-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: 'Bauer Bodoni Black BT';
  text-align: center;
  text-transform: uppercase;
}

.ref-footer {
  margin-bottom: 2rem;
}

.ref-field-variants {
  border: 2px solid black !important;
  border-radius: 0;
}

.ref-quantity-widget {
  border: 2px solid black !important;
  border-radius: 0;
}

.ref-category {
  background-color: #fff;
  padding: 0.50rem !important;
  margin: 0.3rem !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  border: 1px solid #000 !important;
  transition: ease;
}

.ref-category:hover {
  background-color: #909090;
  color: #fff !important;
}

.ref-category:hover a:hover {
  background-color: #909090;
  color: white !important;
  transition: ease;
}

.ref-summary {
  z-index: 9999;
}

