/* DOČASNĚ ODSTRANĚNO */
.footer-newsletter {
    display: none;
    }
    
    #header .header-top .header-top-wrapper .site-name a img, #header .header-top .header-top-wrapper h1.site-name a img {
    height: 110px;
    width: 100%;
    }
    
    .footer-rows .custom-footer p {
    font-weight: 300;
    }
    
    #footer .footer-bottom, #footer .footer-bottom a {
    font-weight: 300;
    }
    
    .footer-rows .custom-footer ul {
    font-weight: 300;
    }
    
    .onas-text p {
    font-weight: 300!important;
    }
    
    .one-column-body .description-inner .basic-description {
    font-weight: 300;
    font-size: 16px;
    }
    
    .p-short-description p.p1 {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 300;
    }
    
    .p-detail-inner h1 {
    font-size: 35px;
    font-weight: 400;
    color: #2f5b26;
    }
    
    
    
    .navigation-in.menu a:hover, 
    .navigation-in.menu a:hover b, 
    .navigation-in.menu a:hover span {
        background-color: transparent !important;
    }
    
    /* VÍTEJTE SEKCE */
    .welcome-wrapper h1 {
    font-size: 45px;
    color: #2f5b26;
    font-weight: 400;
    }
    
    .welcome-wrapper {
    padding-bottom: 120px;
    }
    
    /* NADPIS KATEGORIE HP */
    .homepage-group-title.h4 {
    color: #2f5b26;
    font-size: 45px;
    font-weight: 400;
    }
    
    .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    background-color: #f7f7f7;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: -1px;
    }
    
    /* Zrušení zeleného hover efektu pouze u položek s podmenu (třída .ext) */
    #navigation .menu-level-1 > li.ext:hover,
    #navigation .menu-level-1 > li.ext:hover > a {
        background-color: transparent !important;
        color: #000 !important; 
    }
    
    /* Subkategorie úpravy */
    
    .subcategories li a {
    border-radius: 10px;
    }
    
    .navigation-in>ul>li.ext>ul>li>div>a {
    font-weight: 400;
    margin-top: 10px;
    }
    
    .navigation-in>ul>li.ext>ul>li>div>a {
    font-size: 17px;
    }
    
    /* Submenu úpravy */
    .navigation-in.menu a:hover, .navigation-in.menu a:hover b, .navigation-in.menu a:hover span {
    background-color: none;
    }
    
    .subcategories.with-image li a .image {
    width: 80px;
    }
    
    .subcategories.with-image li a .image img {
    max-height: 60px;
    }
    
    .subcategories li a .text {
    font-size: 15px;
    font-weight: 400;
    color: #2f5b26;
    }

    .subcategories:hover {
        font-size: 15px;
        font-weight: 400;
        color: #2f5b26;
        }
    
    .homepage-latest-contribution-full-width {
    display: none;
    }
    
    .category-perex p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 15px;
    }
    
    .category-title {
    font-weight: 300;
    font-size: 55px;
    }
    
    .navigation-in>ul>li>a {
    text-transform: none;
    }
    
    /* KATEGORIE - Popis produktu */
    .products-block>div .p .p-in .p-bottom>div .p-desc {
    font-weight: 300;
    font-size: 14px;
    }
    
    /* LOGO 1 */
    .site-name img {
        width: 300px;   /* nastav si hodnotu */
        height: auto;
    }
    
    @media (min-width: 1024px) {
        #header .header-top .header-top-wrapper .site-name,
        #header .header-top .header-top-wrapper h1.site-name {
            padding-top: 28px;
        }
    }
    
    /* HEADER MENU 1 */
    
    
    
    .navigation-in li.is-active > a b,
    .navigation-in li.is-active > a span {
        color: #e4cdc8 !important;   /* tvoje aktivní barva */
        font-weight: 700 !important; /* tučnější řez */
    }
    
    
    .navigation-in ul li.ext ul li div {
        margin-left: -60px !important;
    }
    
    .navigation-in ul li.ext ul li {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }
    
    .navigation-in ul li.ext ul li .menu-image {
        display: block !important;
    }
    
    .navigation-in ul li.ext ul li div {
        display: block !important;
    }
    
    
    .navigation-in ul li.ext ul li div a:hover span {
        color: #000 !important;
    }
    
    .navigation-in ul li a b {
    font-size: 19px;
    color: #2f5b26 !important; 
    }
    
    .navigation-in.menu a:hover,
    .navigation-in.menu a:hover b,
    .navigation-in.menu a:hover span {
        background-color: #fff;
    }
    
    .navigation-in>ul>li a {
    border-radius: 0px;
    }
  
  /* KONEC KONEC KONEC KONEC */
  
  
  /* KONTAKT */
  #formContact {
      margin-bottom: 80px !important;
  }
  
  article header h1 {
  text-align: left;
  }
  
  
  /* BLOG ČLÁNKY */
  .news-item .description h4 {
      color: #fff !important;
  }
  
  .blog-wrapper .image+.text {
  background: rgba(0,0,0,.55);
  }
  
  /* DETAIL PRODUKTU */
  .quantity {
  border-radius: 0px;
  }
  
  .quantity .increase {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  }
  
  .btn.btn-conversion.add-to-cart-button {
      background-color: #e4cdc8 !important;
      color: #fff !important;
      font-size: 14px !important;
      padding: 8px 12px !important;
      border-radius: 0 !important;
      border: none !important;
      width: 100% !important;
      text-align: center !important;
      transition: background 0.2s ease !important;
      display: block !important;
  }
  
  .btn.btn-conversion.add-to-cart-button:hover {
      background-color: #e4cdc8 !important;
      border-radius: 0px!important;
  }
  
  
  .p-detail-inner .p-price-wrapper .price-final {
  color: #2f5b26;
  font-weight: 600;
  font-size: 45px;
  }
  
  .p-detail-full-width #tab-content {
  box-shadow: none;
  }
  
  .responsive-nav .shp-tabs-holder {
  display: none;
  }
  
  .p-detail-full-width.p-detail-full-width #tab-content {
      background: #fafafa !important;
      border-radius: none!important;
  }
  
  
  
  /* KATEGORIE */
  .category-perex, .category__secondDescription {
  text-align: left;
  }
  
  :where(body.ums_a11y_pagination--on) .btn.loadMore__button, :where(body.ums_a11y_pagination--on) .pagination .pagination__list .pagination__link, :where(body.ums_a11y_pagination--on) a.btn.goToTop__button {
  border-radius: 0px;
  }
  
  .subcategories li a {
  font-size: 18px;
  border-radius: 0px;
  }
  
  .subcategories {
  justify-content: left;
  }
  
  .category-top {
  padding-left: 0px;
  }
  
  .products-top-header {
  text-align: left;
  }
  
  .products-top {
  justify-content: left;
  text-align: left;
  }
  
  .sidebar-inner {
  border-width: 0px;
  }
  
  :where(body.ums_a11y_category_page--on) .category-header {
  padding-left: 20px;
  }
  
  .category-title {
  text-align: left;
  color: #2f5b26;
  }
  
  /* PŘÍZNAKY */
  .flags-default .flag {
  margin-right: 2px;
  border-radius: 0px;
  margin-top: 10px;
  }
  
  .flags-default {
  right: -10px;
  }
  
  
  
  /* BENEFITY */
  .benefitBanner {
  margin: 60px auto;
  }
  
  .benefitBanner__title {
      color: #2f5b26;
  }
  
  
  /* PATIČKA */
  .footer-bottom-full-width {
  background-color: #2f5b26;
  }
  
  #footer .footer-bottom, #footer .footer-bottom a {
  color: #fff;
  background-color: transparent;
  }
  
  .footer-rows,
  .footer-rows h4,
  .footer-rows p,
  .footer-rows a,
  .footer-rows li,
  .footer-rows label,
  .footer-rows strong,
  .footer-rows span {
      color: #fff !important;
  }
  
  
  /* PRODUKTY HP */
  
  .products-block>div .p {
    background-color: #ffffff!important;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #dcdcdc;
  }
  
  
  /* Tlačítko: Do košíku */
  .products .product .btn-cart {
    background-color: #e4cdc8;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    text-align: center;
    transition: background 0.2s ease;
    width: 100%;
    border-radius: 0px;
    border: none;
  }
  
  .products .product .btn-cart:hover {
    background-color: #e4cdc8;
    border: none;
  }
  
  
  /* Tlačítko: Detail */
  .btn.btn-primary {
      background-color: #e4cdc8 !important;
      color: #fff !important;
      font-size: 14px !important;
      padding: 8px 12px !important;
      text-align: center !important;
      transition: background 0.2s ease !important;
      width: 100% !important;
      border-radius: 0px !important;
      border: none !important;
      display: block !important;
  }
  
  .btn.btn-primary:hover {
      background-color: #e4cdc8 !important;
      border: none !important;
  }
  
  /* Název produktu */
  .products .product .name span {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    color: #2f5b26;
  }
  
  /* Cena */
  .products .product .price-final strong {
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
  
  /* Dostupnost */
  .products .product .availability {
    font-size: 13px;
    color: #2f5b26;
    margin-top: 4px;
  }
  
  /* Krátký popisek */
  .products .product .p-desc {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin-top: 10px;
    margin-bottom: 14px;
    min-height: 38px; /* aby měly karty konzistentní výšku textu */
  }
  
  
  
  
  /* Mezery mezi prvky */
  .products .product .prices {
    margin-top: 6px;
  }
  
  .products .product .p-tools {
    margin-top: auto;
  }
  
  
  /* Prohození: popisek nad tlačítko a tlačítko úplně dolů */
  .products .product .p-in {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }
  
  .products .product .p-bottom {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }
  
  .products .product .p-bottom [data-micro="offer"] {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }
  
  /* Popisek nad tlačítko */
  .products .product .p-bottom [data-micro="offer"] .p-desc {
    order: 50 !important;
    margin-top: 12px !important;
  }
  
  /* Tlačítko "Do košíku" úplně dole */
  .products .product .p-bottom [data-micro="offer"] .p-tools {
    order: 100 !important;
    margin-top: auto !important;
  }
  
  
  .p-detail-full-width #tab-content
  {
      background: transparent !important;
  }
  
  .p-detail-full-width {
      background: transparent !important;
  }