* {
}

@media screen and (width < 768px) {
  .product-cont {
    min-width: 100% !important;
  }
  .product-shortcode-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 1px solid #ddd;
  }

  .pgl-page-numbers {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  /*  .pgl-product-item {
    max-width: 250px !important;
    margin-left: auto;
    margin-right: auto;
  } */

  .pgl-page-number {
    font-size: 12px;

    line-height: 18px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
  }
}

.produktbild-container > div {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
}

.produktbild-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

/* Einzelprodukt */

.woocommerce-message::before {
  color: black !important;
}

.woocommerce-message {
  border-color: black !important;
  background-color: white !important;
  color: black !important;
  margin-bottom: 0px !important;
}
.e-woocommerce-notices-wrapper {
  border: 1px solid black !important;
}

.e-woocommerce-notices-wrapper:focus {
  border-color: black !important;
  outline: none !important;
}

.woocommerce-message:focus {
  border-color: black !important;
  outline: none !important;
}

.elementor-widget-woocommerce-notices:focus,
.e-woocommerce-notices-wrapper:focus {
  border-color: black !important;
  outline: none !important;
}

.woocommerce-message a {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
  word-spacing: 0em;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 50px 15px 50px;
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  transition: all 0.2s;
  margin-top: 10px !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
