/* ===== Video banner – layout ===== */



/* jen stránka id=732 */

.id-732 #content-wrapper::before{ display:none !important; }

.id-732 .category-content-wrapper,

.id-732 .content-wrapper-in{ background:transparent !important; }



/* jistota proti mezeře nahoře */

.id-732 .category-content-wrapper{ margin-top:0 !important; padding-top:0 !important; }



.video-banner--tauros{

  position:relative;

  overflow:hidden;

  margin:0 0 24px 0;

  width:100%;

}

/* video poměr stran */

.video-banner__media{position:relative;width:100%;padding-top:40%;}

@media (max-width:768px){.video-banner__media{padding-top:56.25%;}}



.video-banner__video{

  position:absolute;inset:0;

  width:100%;height:100%;

  object-fit:cover;object-position:center;

}



@media (max-width: 768px){

  .video-banner__media{

    padding-top: calc(56.25% + 50px); /* původní 16:9 + 50px navíc */

  }

}



/* overlay */

.video-banner--tauros::after{

  content:"";position:absolute;inset:0;

  background:rgba(0,0,0,.5);z-index:1;

}



/* obsah banneru – vlevo */

.video-banner__content{

  position:absolute;inset:0;

  display:flex;

    align-items:flex-start;

  justify-content:flex-start;

  padding:16px;z-index:2;pointer-events:none;

}



/* vnitřní kontejner (fluid, bez pevných šířek) */

.video-banner__inner{

  width:100%;

  max-width:1418px;

  margin:0 auto;

  text-align:left;

  pointer-events:auto;

}



.video-banner__info {

  padding-top: 100px;

}



/* texty */

.video-banner__inner h1{

  color:#fff;margin:0 0 10px;

  font-size:clamp(26px,5vw,52px);

  text-shadow:0 2px 12px rgba(0,0,0,.5);

  font: italic normal 900 54px/1.2 Urbane;

}



.video-banner__inner p {

  color:#fff !important;

  margin:0 0 32px;

  font-size:clamp(14px,3.8vw,18px);

  text-shadow:0 2px 12px rgba(0,0,0,.5);

}



@media (max-width: 768px){

  .video-banner__inner h1 {

  font: italic normal 900 32px/1.2 Urbane;

}



.video-banner__info {

  padding-top: 50px;

}



   }

}



.video-banner__inner p{

  color:#fff;margin:0 0 32px;

  font-size:clamp(14px,3.8vw,18px);

  text-shadow:0 2px 12px rgba(0,0,0,.5);

}



/* CTA */

.video-banner__cta{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-start;}

.video-banner__cta .btn{border-radius:999px;}



@media (max-width: 768px){

  .video-banner__cta{ display:none !important; }

}



@media (max-width:768px){

  .video-banner__inner{padding:20px 14px;}

  .video-banner__cta{flex-direction:column;align-items:stretch;gap:10px;}

  .video-banner__cta .btn{width:100%;text-align:center;}

}



/* Skrytí default H1 bloku jen na stránce id=732 (mezera zmizí) */

.id-732 .category-top{display:none!important;}



/* Kotva – neskákat pod sticky header */

#productsListHeading{scroll-margin-top:80px;}

@media (max-width:768px){#productsListHeading{scroll-margin-top:64px;}}







/* jen stránka id=708 o nas */

.id-708 .breadcrumbs, .id-708 .breadcrumbs a {

    background-color: inherit;

    border-color: #e6e6e6;

    color: #FFF;

}



.type-category.in-traktory-pro-profiky .content-wrapper ,

.type-category.in-traktory-pro-kutily-hobby .content-wrapper,

.type-category.in-bagry-a-minibagry .content-wrapper,

.type-category.in-prislusenstvi-pro-bagry-a-minibagry .content-wrapper  {

    background-size: cover !important;

    background-position: center center !important;

    background-repeat: no-repeat !important;

    height: 330px; /* nebo auto + padding */

}



/* pro mobily */

@media (max-width: 768px) {

  .type-category.in-traktory-pro-profiky .content-wrapper,

  .type-category.in-traktory-pro-kutily-hobby .content-wrapper,

  type-category.in-bagry-a-minibagry .content-wrapper,

  type-category.in-prislusenstvi-pro-bagry-a-minibagry .content-wrapper {

      background-size: cover !important;

    background-position: center center !important;

    background-repeat: no-repeat !important;

      height: 350px; /* menší výška pro mobil */

  }

}



/* pro extra malé mobily */

@media (max-width: 480px) {

  .type-category.in-traktory-pro-profiky .content-wrapper,

  .type-category.in-traktory-pro-kutily-hobby .content-wrapper,

  .type-category.in-bagry-a-minibagry .content-wrapper,

  .type-category.in-prislusenstvi-pro-bagry-a-minibagry .content-wrapper {

      height: 350px;

  }



.type-category.in-traktory-pro-profiky .content-wrapper h1,

.type-category.in-traktory-pro-kutily-hobby .content-wrapper h1,

.type-category.in-bagry-a-minibagry .content-wrapper h1,

.type-category.in-prislusenstvi-pro-bagry-a-minibagry .content-wrapper h1 {

    margin: 0 !important;

    padding: 170px 10px 143px !important;

    color: #fff; /* pro lepší čitelnost na fotce */

    text-align: center;

}

}



.type-category.in-traktory-pro-profiky .content-wrapper + #footer,

.type-category.in-traktory-pro-kutily-hobby .content-wrapper + #footer,

.type-category.in-bagry-a-minibagry .content-wrapper + #footer,

.type-category.in-prislusenstvi-pro-bagry-a-minibagry .content-wrapper + #footer {

    display: none !important;

}



.type-category.in-bagry-a-minibagry .content-wrapper,

.type-category.in-prislusenstvi-pro-bagry-a-minibagry .content-wrapper {

    background-image: url(/user/documents/upload/TAUROS_KAT_malotraktory.jpg);

    margin-bottom: 52px;

}



.empty-content {

    padding-top: 100px;

}



.category-title {

    font: italic normal 900 32px/1.2 Urbane;

}



.pribehy h2 {

    font: italic normal 900 32px/1.2 Urbane;

}