/* Kola pro Kola – úprava detailu produktu
   Verze 2
   - bez levého sidebaru na desktopu
   - širší detail produktu
   - galerie zůstává při scrollování vlevo, takže nevzniká velké prázdné místo
   - mobil beze změny
*/

@media (min-width: 992px) {

  /* Levý sloupec kategorií */
  body.type-detail .sidebar,
  body.type-detail aside.sidebar {
    display: none !important;
  }

  /* Hlavní obsah */
  body.type-detail .content,
  body.type-detail main.content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.type-detail .content-wrapper.container,
  body.type-detail .content-wrapper-in {
    max-width: 1380px !important;
  }

  /* Horní část produktu */
  body.type-detail .p-detail-inner {
    align-items: flex-start !important;
  }

  /*
   * Pravý informační sloupec je u kol vyšší než galerie.
   * Galerie proto zůstane vlevo viditelná, dokud neskončí horní část produktu.
   */
  body.type-detail .p-image-wrapper {
    position: sticky !important;
    top: 18px !important;
    align-self: flex-start !important;
  }

  /* Spodní obsah přes dostupnou šířku */
  body.type-detail .p-detail-tabs-wrapper,
  body.type-detail .p-details-tabs-wrapper,
  body.type-detail .tabs-wrapper,
  body.type-detail .p-detail-tabs-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.type-detail .p-detail-tabs-content table,
  body.type-detail .detail-description table {
    max-width: 100% !important;
  }
}
