.ref-media .ref-preview {
  aspect-ratio: 1;
}

.ref-media .ref-preview .ref-image {
  aspect-ratio: 1/1 !important;
  width: 100%;
  height: 100%;
  border: 2px solid var(--secondary) !important;
  border-radius: 0px !important;
}

.ref-preview .ref-image {
  aspect-ratio: 1/1 !important;
  width: 100% !important;
  height: 100% !important;
  border: 2px solid var(--secondary) !important;
  border-radius: 0px !important;
}

.reflow-add-to-cart.ref-product-controls .ref-button {
  border-radius: 0px;
  color: black;
  background-color: white;
  border: 1px solid var(--secondary);
  transition: 0.2s linear;
}

.reflow-add-to-cart.ref-product-controls .ref-button:hover {
  border-radius: 0px;
  color: white;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  transition: 0.2s linear;
}

.ref-field-variants {
  border: 1px solid var(--secondary);
  border-radius: 0px;
  color: black;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.reflow-add-to-cart.ref-product-controls.reflow-add-to-cart.ref-product-controls .ref-quantity-widget {
  border: 1px solid var(--secondary);
  border-radius: 0px;
}

.ref-quantity-widget input {
  color: var(--primary);
  font-weight: bold;
}

