.product-description {
  background-color: var(--product-description-bg);
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 250px;
}

.btn-product {
  top: -20px;
  position: relative;
}

.product-img-wrapper {
  top: 20px;
  position: relative;
  z-index: 1;
}

.product-text {
  color: var(--product-text);
}

.sh-separator {
  background-color: var(--tertiary);
  width: 25%;
  height: 8px;
  border-radius: 5px;
}

