.emma-shell {
  color: #fff;
}

.emma-bg {
  background-color: #7b61c9;
}

.emma-bg-image {
  background-image: url("bg-emma.png");
  background-size: cover;
  background-position: center;
  opacity: .3;
  transform: rotate(180deg);
}

.emma-sidebar-bg {
  background-image: url("bg-2-emma.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.emma-content-card {
  height: 100%;
}

.woocommerce div.product form.cart {
  margin: 0;
}

.woocommerce div.product form.cart .quantity {
  display: none;
}

.woocommerce div.product form.cart .button,
.single_add_to_cart_button {
  width: 100%;
  height: 3rem;
  border-radius: 9999px;
  background: #ffd233;
  color: #1f1f1f;
  font-weight: 800;
}

.price del {
  color: hsl(var(--muted-foreground));
  font-size: .875rem;
}

.price ins {
  text-decoration: none;
  color: hsl(var(--destructive));
}

@media (max-width: 1023px) {
  .emma-shell {
    height: auto;
    min-height: 100vh;
    padding: 0;
  }
}

