.auto001-category-car-imgbox{
  height:auto;
  aspect-ratio:8/5;
  overflow:hidden;
  background:#fff;
}
.auto001-category-car-imgbox picture{
  display:block;
  width:100%;
  height:100%;
}
.auto001-category-car-imgbox img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  transform:none;
}
.auto001-car-detail-main-imgbox{

  height:300px;
  overflow:hidden;
  background:#fff;
}
.auto001-car-detail-main-imgbox picture,
.auto001-similar-car-imgbox picture{
  display:block;
  width:100%;
  height:100%;
}
.auto001-car-detail-main-imgbox img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  transform:none;
}
.auto001-similar-car-imgbox{
  height:auto;
  aspect-ratio:8/5;
  overflow:hidden;
  background:#fff;
}
.auto001-similar-car-imgbox img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  transform:none;
}
.auto001-price-imgbox{
  width:132px;
  height:83px;
  overflow:hidden;
  background:#fff;
}
.auto001-price-imgbox picture,
.auto001-price-imgbox-mobile picture{
  display:block;
  width:100%;
  height:100%;
}
.auto001-price-imgbox img,
.auto001-price-imgbox-mobile img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  transform:none;
}
.auto001-price-imgbox-mobile{
  width:100%;
  height:auto;
  aspect-ratio:8/5;
  overflow:hidden;
  background:#fff;
}

/* Objednávkový iframe: na mobilu bez rámečku a přes celou šířku viewportu. */
@media (max-width: 767.98px){
  #booking .auto001-order-shell{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    border:0 !important;
    border-radius:0 !important;
  }
  #booking #orderIframe{
    width:100% !important;
    max-width:none;
    border:0 !important;
    border-radius:0 !important;
  }
}

/* Detail vozu: galerie fotografií. */
.auto001-car-main-image{max-height:360px;width:100%;object-fit:contain;}
.auto001-car-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:.5rem;border-top:1px solid var(--bs-border-color);background:#fff;}
.auto001-car-thumb{border:1px solid var(--bs-border-color);border-radius:.5rem;background:#fff;padding:.25rem;min-height:82px;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.auto001-car-thumb img{display:block;width:100%;height:74px;object-fit:cover;border-radius:.35rem;}
.auto001-car-thumb.is-active{outline:2px solid currentColor;outline-offset:1px;}
