.content-wrapper {
    background-color: #202020;
    margin-top: -60px;
}
.breadcrumbs {
    background-color: transparent;
    margin-top: 40px;
    
}
.cart-widget, .cart-widget-button {
    background-color: #0e0404d6;
}
.popup-widget-inner, .popup-widget:before {
    background-color: #ffffff00;
    border-color: #eb0000;
}

.cart-table{
color: #080303fc;
background-color:transparent;

}

.cart-table tr>td:nth-child(2n).p-name {
        background-color: transparent;
    }
    .cart-table tr>td:nth-child(2n), .cart-table tr>td:nth-child(odd).p-total {
        background-color: transparent;
    }
    .cart-table tr>td:nth-child(odd).p-quantity {
        display: none;
    }
    .cart-table tr td, .cart-table tr td.cart-p-image {
    background-color: transparent;
}
.content-wrapper-in{
margin-top: 25px;  
}
.next-to-carousel-banners {
    background-color: #202020;
        z-index: 1;
}
#header .header-top .header-top-wrapper .site-name, #header .header-top .header-top-wrapper h1.site-name {
        width: 100px;
        background-color: transparent;
        
    }
    #header .header-top .header-top-wrapper>div {
      z-index: 10;
    }
    .navigation-buttons a[data-target=search], .navigation-buttons a[data-target=search]:hover {
    background-color: transparent;
    
}
#header .header-top .header-top-wrapper {
    background-color: transparent;
}
#header, .top-navigation-bar {
    background-color: transparent; !important
}

.navigation-buttons a[data-target=navigation], .navigation-buttons a[data-target=navigation]:hover {
    display: none;
}
:where(body.ums_a11y_login--on) .top-nav-button-login {
    background-color: transparent;
}

    #header .header-top .header-top-wrapper {
    background-color: transparent;
}
.products-block .product .image img {
    border-radius: 10px;
    overflow: hidden; /* nepřesa */
}
.wide-carousel {
    background-color: #202020;
}
.body {
    background-color: #202020; !important
}
.footer-bottom, .footer-bottom-full-width {
    background-color: #202020;
}

.header-bottom {
  display: none;
}

@media (min-width: 992px) {
    #header .header-top .header-top-wrapper {
                height: 70px;
    }
}

.banner-category, .homepage-banners-full-width, .homepage-latest-contribution-full-width, .store-rating-full-width {
    background-color: #202020;
}
.detektivni-hero {
    position: relative;
    width: 100%;
    min-height: 500px; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    
    
    background-image: url('https://www.odhalzlocin.cz/user/documents/upload/banner-pribeh.png');
    background-size: cover;
    background-position: center;
  }
  .detektivni-hero-2 {
    position: relative;
    width: 100%;
    min-height: 500px; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 0px;
    margin: 0px 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    
    
    background-image: url('https://www.odhalzlocin.cz/user/documents/upload/banner-pribeh.png');
    background-size: cover;
    background-position: center;
  }

  /* Tmavý přechod */
  .detektivni-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
  }
  
  .detektivni-hero-2::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
  }

  /* Obsahová */
  .detektivni-obsah {
    position: relative;
    z-index: 2;
    padding: 60px;
    max-width: 550px;
    color: white;
  }

  .detektivni-obsah h2 {
    font-size: 42px;
    margin: 0 0 15px 0;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .detektivni-obsah p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #e0e0e0;
  }

  /* Styl tlačítka */
  .detektivni-tlacitko {
    display: inline-block;
    padding: 15px 35px;
    background-color: #c62828; 
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(198, 40, 40, 0.4);
  }

  .detektivni-tlacitko:hover {
    background-color: #ff3d00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(198, 40, 40, 0.6);
  }

  /* Responzivita pro mobily */
  @media (max-width: 768px) {
    .detektivni-hero {
      min-height: 400px;
      justify-content: center;
      text-align: center;
    }
    .detektivni-hero::before {
      background: rgba(0,0,0,0.6); 
    }
    .detektivni-obsah {
      padding: 30px;
    }
    .detektivni-obsah h2 {
      font-size: 28px;
    }
    .detektivni-obsah p {
      font-size: 16px;
    }
    .detektivni-tlacitko {
      width: 100%;
      box-sizing: border-box;
    }

       .site-name h1.site-name {
    display: none;
}

}


  @media (max-width: 768px) {
    .detektivni-hero-2 {
      min-height: 400px;
      justify-content: center;
      text-align: center;
    }
    .detektivni-hero-2::before {
      background: rgba(0,0,0,0.6); 
    }
    .detektivni-obsah {
      padding: 30px;
    }
    .detektivni-obsah h2 {
      font-size: 28px;
    }
    .detektivni-obsah p {
      font-size: 16px;
    }
    .detektivni-tlacitko {
      width: 100%;
      box-sizing: border-box;
    }

       .site-name h1.site-name {
    display: none;
}

}

/* 1. Zrušení omezení */
#header .header-top .header-top-wrapper .site-name {
    overflow: visible !important;

}
/* 2. Zvětšení loga */
#header .site-name img {
    width: 200px !important; 
    height: auto !important;
    position: absolute;
    top: 5px; 
    left: 0;  
    z-index: 9999 !important; 
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5)); 
}

/* 3. Zajištění */
#header .header-top, 
#header .header-top-wrapper {
    overflow: visible !important;
}


@media (max-width: 768px) {
    #header .site-name img {
        width: 180px !important;
        top: 0;
    }
}
.carousel-wrapper{
    margin-top: -70px;
}


/* --- PEVNÉ MENu --- */
.fixni-detektivni-menu {
    width: 100%;
    background-color: #121212; 
    border-top: 2px solid #333;   
    border-bottom: 2px solid #333;
    font-family: 'Segoe UI', Roboto, sans-serif;
    position: relative;
    z-index: 1005;
}

.fixni-seznam {
    display: flex;
    flex-direction: row; 
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.fixni-seznam li {
    flex: 1; 
    text-align: center;
}

.fixni-seznam li:first-child {
    border-right: 1px solid #333; 
}

.fixni-odkaz {
    display: block;
    padding: 25px 10px; 
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 1.5rem; 
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    white-space: nowrap; 
}


.fixni-odkaz:hover {
    color: #d4af37 !important; 
    background-color: rgba(255, 255, 255, 0.05);
}


.fixni-odkaz::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #d4af37;
    transition: width 0.3s ease;
}

.fixni-odkaz:hover::after {
    width: 100%;
}


@media (max-width: 480px) {
    .fixni-odkaz {
        font-size: 1.1rem; 
        padding: 20px 5px;
    }
}

.welcome-wrapper h1 {
        color: #D4AF37;
    }

.p-detail-full-width {
    background: #202020;
}

.sidebar, .sidebar .box {
    border-color: #dadada;
    display: none;
}

.filters-wrapper, .category-header {

display: none;

}

.detektivni-hero-kat {
    position: relative;
    width: 100%;
    min-height: 500px; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 0px;
    margin: 0px 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    
    
    background-image: url('https://www.odhalzlocin.cz/user/shop/big/52_hra-ledove-ticho-v-jevanech.jpg');
    background-size: cover;
    background-position: center;
    margin-top: -130px;
  }

  .detektivni-hero-kat::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
  }

@media (max-width: 768px) {
    .detektivni-hero-kat {
      min-height: 400px;
      justify-content: center;
      text-align: center;
    }
    .detektivni-hero-kat::before {
      background: rgba(0,0,0,0.6); 
    }
    .detektivni-obsah {
      padding: 30px;
    }
    .detektivni-obsah h2 {
      font-size: 28px;
    }
    .detektivni-obsah p {
      font-size: 16px;
    }
    .detektivni-tlacitko {
      width: 100%;
      box-sizing: border-box;
    }

       .site-name h1.site-name {
    display: none;
}

}

.flag-custom2 {
    transform: rotate(-45deg);
    margin-top: 42px;
}

#signature {
color: #202020;

}

.custom-footer__onlinePayments {
  display: none;
}
a.social-icon {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.detail-parameter-product-code{
  display: none;
}

.popup-widget.search-widget form .search-form-input-group .search-input {
    border-color: var(--color-secondary);
    color: #000000;
}

.newsletter-sekce {

    font-family: 'Segoe UI', Roboto, sans-serif;
    text-align: center;
    color: white;
  }

  .newsletter-kontejner {
    max-width: 600px;
    margin: 0 auto;
  }

  .newsletter-kontejner h3 {
    color: #c22000; /* Zlatá barva jako u výhod */
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 800;
  }

  .newsletter-kontejner p {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 30px;
  }

  /* Řádek s e-mailem a tlačítkem */
  .newsletter-flex {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  }

  #newsletter-email {
    flex: 2;
    padding: 18px 20px;
    border: 2px solid #333;
    background-color: #1a1a1a;
    color: white;
    font-size: 1.2rem;
    border-radius: 4px 0 0 4px;
    outline: none;
    transition: border-color 0.3s;
  }

  #newsletter-email:focus {
    border-color: #d4af37;
  }

  #newsletter-submit {
    flex: 1;
    background-color: #c62828; /* Červená barva */
    color: white;
    border: none;
    padding: 18px;
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    transition: 0.3s;
  }

  #newsletter-submit:hover {
    background-color: #ff3d00;
  }

  /* GDPR pole */
  .gdpr-souhlas {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    text-align: left;
    font-size: 0.95rem;
    color: #888;
  }

  .gdpr-souhlas input {
    margin-top: 4px;
    cursor: pointer;
  }

  .gdpr-souhlas a {
    color: #d4af37;
    text-decoration: underline;
  }

  /* Potvrzující zpráva */
  .odpoved-skryta {
    display: none;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #d4af37;
  }

  .odpoved-viditelna {
    display: block;
    animation: fadeIn 0.5s ease;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* Mobilní úprava */
  @media (max-width: 600px) {
    .newsletter-flex { flex-direction: column; box-shadow: none; }
    #newsletter-email { border-radius: 4px; margin-bottom: 10px; }
    #newsletter-submit { border-radius: 4px; }
    .newsletter-kontejner h3 { font-size: 1.6rem; }
  }

  @media (max-width: 600px) {
    .footer-rows .custom-footer>div {
        text-align: center;
    }
}

.detektivni-obsah {
    margin-top: 40px;
}

.box.box-bg-dark, .box.box-bg-default, .box.box-bg-variant, .continue-shopping {
    background-color: #ffffffc2;
    color: black;
}
#checkoutSidebar .cart-content, .checkout-box, .checkout-box-wrapper, .ordering-process .co-box, .summary-wrapper {
    background-color: #ffffff;
}
#checkoutSidebar .cart-content, .checkout-box, .checkout-box-wrapper, .ordering-process .co-box, .summary-wrapper, #colorbox {
    background-color: #ffffff;
    color: black;
}
.order-summary-inner, #cboxWrapper, {
  color: black;
}
:where(.ums_forms_redesign--off) .form-control.ui-autocomplete-input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: black;
}
:where(.ums_forms_redesign--off) .form-control:focus, :where(.ums_forms_redesign--off) select:focus {
    border-color: #cdcdcd;
    color: #d31e1e;
}
.1-delivery-point-choose-pickup-point input[type="text"] {
    color: #000000 !important;
}


.1-delivery-point-choose-pickup-point input::placeholder {
    color: #000000 !important;
    opacity: 1; 
}


.1-delivery-point-choose-pickup-point .btn-primary {
    color: #000000 !important;
}


.1-delivery-point-choose-pickup-point td {
    color: #000000 !important;
}

.product .p {
    position: relative;
}


.flag.flag-snadna-obtiznost {
    
    font-size: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    
    
    background-image: url('https://www.odhalzlocin.cz/user/documents/upload/easy.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    bottom: -50px;
    right: 0px;
    width: 60px;
    height: 102px;
    display: block !important;
    z-index: 10;
}


@media (max-width: 767px) {
    .flag.flag-snadna-obtiznost {
        width: 45px;
        height: 45px;
        bottom: 5px;
        right: 5px;
    }
}