#accordion-content .shp-accordion {
    padding-top: 0px;
}
@media (max-width: 787px) {
    #myModal .close-btn {
        position: fixed;
    }
    .modal-obsah {
        position: relative;
    }
}
.add-to-cart-button, .cart-related-button .btn.btn-sm, .surcharge-list select, .variant-list select {
        height: unset;
    line-height: unset;
}
article [datetime="14.6.2023"]{
display:none;
}
.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs span, .breadcrumbs span:hover {
    display: none;
}
.p-detail-inner-header-mobile .ratings-and-brand{
    display: none;
}
.p-detail-inner .km-container{
    width: min(var(--max), calc(100% - 2 * var(--s4)));
    margin: auto;
}
html{display: block;}

/* ==========================================================
   KM TABLE – ČISTÁ, ELEGANTNÍ TABULKA (LANDING STYLE)
   Použití: <table class="km-table">
   ========================================================== */

.km-table, #tabulka-velikosti .table-size{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(10, 54, 86, 0.10);
  font-size: 15px;
}

/* HLAVIČKA */
.km-table thead th, #tabulka-velikosti .table-size thead th{
  background: var(--km-accent) !important;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 13px;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
}

/* ZAOBLENÍ HLAVIČKY */
.km-table thead th:first-child, #tabulka-velikosti .table-size thead th:first-child{
  border-top-left-radius: 0px;
}
.km-table thead th:last-child{
  border-top-right-radius: 0px;
}

/* ŘÁDKY */
.km-table tbody tr, #tabulka-velikosti .table-size tbody tr{
  transition: background .2s ease;
}

.km-table tbody tr:nth-child(even), #tabulka-velikosti .table-size tbody tr:nth-child(even){
  background: rgba(250, 222, 233, 0.35); /* jemný KM akcent */
}

.km-table tbody tr:hover, #tabulka-velikosti .table-size tbody tr:hover{
  background: rgba(235, 59, 132, 0.08);
}

/* BUŇKY */
.km-table td, #tabulka-velikosti .table-size td{
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(10, 54, 86, 0.12);
  color: #0b1b2a;
}

/* PRVNÍ SLOUPEC – VELIKOST */
.km-table td:first-child, #tabulka-velikosti .table-size td:first-child{
  font-weight: 700;
  color: #0a3656;
}

/* POSLEDNÍ ŘÁDEK BEZ SPODNÍ ČÁRY */
.km-table tbody tr:last-child td, #tabulka-velikosti .table-size tbody tr:last-child td{
  border-bottom: none;
}

/* MOBIL – lepší čitelnost */
@media (max-width: 480px){
  .km-table, #tabulka-velikosti .table-size{
    font-size: 14px;
  }

  .km-table thead th, #tabulka-velikosti .table-size thead th{
    font-size: 12px;
    padding: 10px 6px;
  }

  .km-table td, #tabulka-velikosti .table-size td{
    padding: 10px 6px;
  }
}