
.image-normalizer {
  background: transparent;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative !important;
  transform: scale(0.65);
  transform-origin: center; /* Podle potřeby */
}

.image-normalizer-quick {
  background: transparent;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: scale(0.65);
  transform-origin: center; /* Podle potřeby */
}

.image-normalizer-card {
  background: transparent;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: scale(0.95);
  transform-origin: center; /* Podle potřeby */
}

.image-normalizer-bigger {
  background: transparent;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative !important;

  transform: scale(0.85);
  transform-origin: center; /* Podle potřeby */
}

.js-header-dropdown-menu-list {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .cart-notification-checkout {
    width: 100% !important;
  }
}