/**
 * CLS Fix - vložit do HEAD
 * Tyto styly se musí načíst PŘED renderingem stránky
 */

/* === HEADER === */
/* Nahrazuje JS z infoheader21.js */
@media (min-width: 768px) {
  .site-name {
    text-align: left;
  }
  #header .header-top .header-top-wrapper {
    justify-content: flex-start;
  }
}

#header .navigation-tools {
  display: none !important;
}


/* === MOBILE HEADER SECOND ROW === */
/* Nahrazuje JS z mobile_header22.js - rezervace místa */
#header-second-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}

/* === SIDEBAR / FILTRY === */
/* Prevence CLS při dynamickém načítání filtrů */
.sidebar-inner {
  min-height: 600px;
}

.filter-sections {
  min-height: 200px;
}

/* Oblíbené filtry - cat_filters_favorite21.js */
#fav-filters {
  min-height: 100px;
}

/* filterMove4.js - klonování do sekce Umístění */
.filter-section-parametric-id-1067 fieldset {
  min-height: 150px;
}

/* === PRODUKT === */
/* Varianty jako tlačítka - product_variants16.js */
.p-info-wrapper,
.p-detail-inner {
  min-height: 300px;
}

/* Doporučené produkty */
.related-products,
.accessories-products {
  min-height: 200px;
}

/* === KOŠÍK === */
/* kosik_heureka_text18.js - hodnocení + platby */
.cart-summary {
  min-height: 150px;
}

/* custom_delivery_note5.js */
.delivery-note-wrapper {
  min-height: 50px;
}

/* === HOMEPAGE === */
.container_flex {
  min-height: 300px;
}
@media (max-width: 767px) {
  .container_flex {
    min-height: 600px;
  }
}

/* === KATEGORIE === */
.category-content-wrapper {
  min-height: 800px;
}
.product {
  min-height: 350px;
}
.subcategories.with-image {
  min-height: 200px;
}

#header a:hover {
    text-decoration: none !important;
}