/* Alkategória blokk elrejtése */
.subcategory {
    display: none !important;
}
/* Terméklista: 4 termék egy sorban asztali nézetben */
@media (min-width: 992px) {

  .product-snapshot-horizontal {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  .product-snapshot-horizontal > .product-snapshot.list_div_item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .product-snapshot-horizontal .product-card {
    height: 100% !important;
  }

  .product-snapshot-horizontal .product-card__row {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  .product-snapshot-horizontal .product-card__left,
  .product-snapshot-horizontal .product-card__right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
/* A négyrácsos termékkártyák javítása */
@media (min-width: 992px) {

  .product-snapshot-horizontal {
    align-items: start !important;
    grid-auto-rows: auto !important;
    row-gap: 30px !important;
  }

  .product-snapshot-horizontal > .product-snapshot.list_div_item,
  .product-snapshot-horizontal .product-card,
  .product-snapshot-horizontal .product-card__row,
  .product-snapshot-horizontal .product-card__left,
  .product-snapshot-horizontal .product-card__right {
    height: auto !important;
    min-height: 0 !important;
  }

  .product-snapshot-horizontal .product-card__row {
    display: block !important;
    margin: 0 !important;
  }

  .product-snapshot-horizontal .product-card__left,
  .product-snapshot-horizontal .product-card__right {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  .product-snapshot-horizontal .product-card__right {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

  .product-snapshot-horizontal .product-card__body {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    padding: 15px 10px 10px !important;
    text-align: center !important;
  }

  .product-snapshot-horizontal .product-card__title,
  .product-snapshot-horizontal .product-card__price,
  .product-snapshot-horizontal .product-card__short-description,
  .product-snapshot-horizontal .product-card__footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }

  .product-snapshot-horizontal .product-card__title {
    margin: 0 0 10px !important;
  }

  .product-snapshot-horizontal .product-card__footer {
    position: static !important;
    margin-top: 10px !important;
    padding: 0 10px 15px !important;
    text-align: center !important;
  }
}
/* Kiszerelés megjelenítése mobilon */
@media (max-width: 991px) {
  .product-card.mobile-simple-view .product-card__short-description,
  .product-snapshot-horizontal .product-card__short-description {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 6px !important;
  }
}
/* PlantSoul főoldali kép */
#plantsoul-fokep {
  display: block !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Számítógépen nagyobb */
@media (min-width: 768px) {
  #plantsoul-fokep {
    width: 950px !important;
    max-width: none !important;
  }
}

/* Telefonon kisebb */
@media (max-width: 767px) {
  #plantsoul-fokep {
    width: 90% !important;
    max-width: 90% !important;
  }
}