/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* =========================
   ZÁKLAD – SCHOVAT VM OBSAH
========================= */
.vmCartModule .vm_cart_products, .vmCartModule .total, .vmCartModule .total_products, .vmCartModule .show_cart {
  display: none;
}
/* wrapper */
.vmCartModule {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
/* =========================
   IKONKA (STABILNÍ)
========================= */
#g-header .vmCartModule::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('../../../../images/icon-cart.png') center/cover no-repeat;
  flex-shrink: 0;
}
/* zamezit změně při active */
#g-header .vmCartModule.active::before {
  background: url('../../../../images/icon-cart.png') center/cover no-repeat !important;
}
/* =========================
   DESKTOP – žádný dropdown
========================= */
@media (min-width: 769px) {
  .cart-dropdown {
    display: none !important;
  }
  #g-header .vmCartModule::before {
    width: 48px;
    height: 48px;
  }
}
/* =========================
   MOBILE DROPDOWN – JEDEN PANEL
========================= */
@media (max-width: 768px) {
  /* produkty */
  /* odkazy v košíku */
  /* hover efekt */
  /* BUTTON */
  /* =========================
   CART HEADER (MOBILE)
  ========================= */
  #g-header .cart-dropdown {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    max-height: 75vh;
    overflow-y: auto;
    padding: 15px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    z-index: 3000;
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
    transition: all 0.25s ease;
  }
  #g-header .vmCartModule.active + .cart-dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .cart-dropdown .product {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .cart-dropdown .name {
    flex: 1;
  }
  .cart-dropdown .price {
    font-weight: bold;
  }
  .cart-dropdown .total {
    margin-top: 10px;
    font-weight: bold;
    text-align: right;
  }
  .cart-dropdown .btn {
    margin-top: 10px;
    display: block;
    text-align: center;
    padding: 12px;
    background: #c43d3d;
    color: #fff;
    border-radius: 8px;
  }
  .cart-dropdown a {
    color: #000 !important;
    text-decoration: none;
  }
  .cart-dropdown a:hover {
    color: #000 !important;
    text-decoration: underline;
  }
  .cart-dropdown .btn {
    color: #fff !important;
  }
  .cart-dropdown .cart-header {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #c43d3d;
  }
}
/* =========================
   PRODUKTY – MENŠÍ MEZERY
========================= */
.category-view .row {
  --bs-gutter-x: 0;
}
.category-view .product {
  padding-left: 3px;
  padding-right: 3px;
}
/* =========================
   ZRUŠENÍ ODSAZENÍ KONTEJNERŮ
========================= */
.platform-content.container {
  max-width: 100% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.vm-product-grid.container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.category-view .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  --bs-gutter-x: 10px;
}
/* =========================
   KOŠÍK – FULL WIDTH HARD RESET
========================= */
/* 🔥 zabij bootstrap container */
.cart-view .container, #cart-view .container, .platform-content.container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
/* 🔥 zabij gantry padding */
.platform-content .g-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* 🔥 zabij row marginy */
#checkoutForm.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* 🔥 zabij guttery (mezery mezi sloupci) */
#checkoutForm {
  --bs-gutter-x: 10px;
  /* klidně 0 */
}
/* 🔥 sloupce natáhnout */
#checkoutForm > .col-12, #checkoutForm > .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
/* 🔥 produkty v košíku (pravý panel) */
.vm-checkout-products .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.platform-content.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#checkoutForm > .col-12, #checkoutForm > .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}
/* menu nahoře */
#g-header {
  position: relative;
  z-index: 9999;
}
/* dropdown úplně nejvýš */
.g-dropdown {
  z-index: 10000 !important;
}
/* produkt dolů */
.vm-product-media-container {
  position: relative;
  z-index: 1;
}
/* ten problémový sticky box */
.col-lg-6.sticky-top {
  z-index: 0;
}
#GLSPRCL_name_field, #GLSPRCL_address_field {
  display: none !important;
}
label[for="GLSPRCL_name_field"], label[for="GLSPRCL_address_field"] {
  display: none !important;
}
.manufacturer {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.manufacturer-icon {
  font-size: 14px;
  color: #666;
}
.manufacturer-wrapper {
  display: inline-flex;
  align-items: center;
}
.manufacturer {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.vm-order-card {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05), 0 15px 40px rgba(0, 0, 0, 0.08);
  border: none;
}
#g-showcase.showcaseHomepage {
  background-image: url('../../../../images/headers/header-hp.jpg?69e0eb94');
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0;
  color: #666;
  padding-top: 50px;
}
.showcaseHPinfo .g-content {
  background: rgba(255, 255, 255, 0.85);
  /* průhledné pozadí */
  backdrop-filter: blur(2px);
  /* glass efekt */
  -webkit-backdrop-filter: blur(2px);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  color: #666;
}
.showcaseHPinfo p {
  margin-top: 10px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .showcaseHPinfo .g-content {
    backdrop-filter: blur(5px);
    padding: 15px;
  }
}
#g-showcase .button {
  background: none;
  color: #fff;
  background: #bf383a;
  border: none;
  padding: 10px 20px;
  margin-left: 10px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
#g-showcase .button:hover {
  background: #ba4a4c;
  /* světlejší červená */
}
.showcaseHomepage .search {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 50px;
  /* 👈 kulaté */
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.showcaseHomepage .g-block.text-center {
  display: flex;
  justify-content: center;
  /* horizontálně */
  align-items: center;
  /* vertikálně */
}
#g-showcase a {
  color: #bf383a;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
#g-showcase a:hover {
  color: #d94a4c;
  border-bottom: 1px solid #d94a4c;
}
/* ===== CARD PAGE STYLE ===== */
.cardPage {
  padding: 5px;
}
.cardPage .g-content {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
/* logo */
.cardPage img.logo-large {
  max-height: 60px;
  margin-bottom: 15px;
}
/* nadpis */
.cardPage h1 {
  font-size: 20px;
  margin: 10px 0;
}
/* popis */
.cardPage .sample-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
/* button */
.cardPage .button {
  background: #bf383a;
  color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  transition: 0.3s;
}
.cardPage .button:hover {
  background: #d94a4c;
}
/* mobile */
@media (max-width: 768px) {
  .cardPage .g-content {
    padding: 15px;
  }
}
.maincontentHomepage .sample-content > .g-grid:first-child .g-content {
  margin-top: 0;
  padding-top: 0;
}
.maincontentHomepage .sample-content h1 {
  margin-top: 0;
}
.maincontentHomepage .g-particle.g-content {
  margin: 0;
  padding: 0;
}
#g-header .button {
  color: #ffffff !important;
  margin: 5px;
}
/* =========================
   DESKTOP
========================= */
@media (min-width: 769px) {
  /* 🔥 ZABÍT GANTRY WIDTH */
  /* 🔥 HLAVNÍ LAYOUT */
  /* logo */
  /* cart */
  /* 🔥 SEARCH BLOK – KLÍČ */
  /* 🔥 INPUT – flexibilní, ale omezený */
  /* 🔥 BUTTON – vždy viditelný */
  .g-offcanvas-toggle {
    display: none;
  }
  #g-header .g-block {
    width: auto !important;
    flex: initial !important;
  }
  #g-header .g-grid {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  #navigaceLogo {
    flex: 0 0 auto;
  }
  #navigaceCart {
    flex: 0 0 auto;
    margin-left: 10px;
    margin-left: 10px;
    /* mezera mezi logem a cart */
    margin-right: 10px;
    /* mezera mezi cart a search */
  }
  #navigaceSearch {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
  }
  .search-dropdown .search-header {
    display: none;
  }
  #g-header .search-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  #g-header .search-dropdown input[type="text"] {
    flex: 1 1 auto;
    min-width: 120px;
    max-width: 100%;
    width: auto !important;
  }
  #g-header .search-dropdown .button {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 14px;
  }
}
/* =========================
   TABLET (769px – 1100px)
========================= */
@media (min-width: 769px) and (max-width: 1100px) {
  /* zmenšit logo */
  /* search container */
  /* input menší */
  /* 🔥 button zmenšit */
  #navigaceLogo img {
    max-width: 180px;
  }
  #g-header .search-dropdown {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #g-header .search-dropdown input[type="text"] {
    flex: 1;
    min-width: 120px;
    font-size: 14px;
    padding: 8px;
  }
  #g-header .search-dropdown .button {
    padding: 8px 12px;
    font-size: 13px;
  }
}
/* =========================
   MOBIL
========================= */
@media (max-width: 768px) {
  /* header reference */
  /* grid = jeden řádek */
  /* bloky */
  /* ===== LOGO ===== */
  /* logo obrázek */
  /* ===== KOŠÍK ===== */
  /* ===== SEARCH (IKONA) ===== */
  /* ===== HAMBURGER ===== */
  /* =========================
     SEARCH (LUPA + DROPDOWN)
  ========================= */
  /* wrapper */
  /* lupa */
  /* ===== DROPDOWN PANEL ===== */
  /* aktivní stav */
  /* input */
  /* focus efekt */
  /* button */
  /* hover */
  #system-message-container {
    margin-top: 50px;
    /* uprav podle výšky menu */
  }
  #g-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  #g-header .g-grid {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  #g-header .g-block {
    flex: 0 0 auto;
  }
  #navigaceLogo .g-content, #navigaceCart .g-content, #navigaceSearch .g-content {
    padding: 0;
    margin: 0;
  }
  #navigaceCart, #navigaceSearch {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }
  #navigaceCart {
    margin-left: auto;
    /* TLAČÍ všechno doprava */
    display: flex;
  }
  #navigaceLogo {
    flex: 1 1 auto;
    padding-left: 55px;
    /* místo pro hamburger */
    padding-top: 3px;
    min-width: 0;
  }
  #navigaceLogo img {
    width: 35vw;
    max-width: 320px;
    min-width: 140px;
    height: auto;
  }
  #navigaceCart {
    margin-left: auto;
    margin-right: 0;
  }
  #navigaceSearch {
    flex: 1 1 auto;
    min-width: 0;
    /* 🔥 NEJDŮLEŽITĚJŠÍ */
  }
  .g-offcanvas-toggle {
    position: fixed;
    left: 10px;
    top: 25px;
    transform: translateY(-50%);
    z-index: 10001;
    font-size: 25px;
  }
  #g-header .search {
    position: relative;
  }
  #g-header .search::after {
    content: "";
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: url('../../../../images/icon-search.png') center/cover no-repeat;
  }
  #g-header .search-dropdown {
    position: fixed;
    left: 0;
    top: 50px;
    /* výška headeru – případně dolad */
    width: 100%;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
    transition: all 0.25s ease;
    z-index: 999;
  }
  #g-header .search.active .search-dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  #g-header .search-dropdown input {
    flex: 1 1 flex;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
  }
  #g-header .search-dropdown input:focus {
    border-color: #c43d3d;
    box-shadow: 0 0 0 2px rgba(196, 61, 61, 0.1);
  }
  #g-header .search-dropdown .button {
    padding: 12px 18px;
    background: #c43d3d;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
  }
  #g-header .search-dropdown .button:hover {
    background: #a93232;
  }
  .search-dropdown .search-header {
    font-weight: bold;
  }
}
div.cc-revoke {
  display: none !important;
}
.productPDF-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
}
.productPDF {
  width: 120px;
  border: 1px #ddd solid;
  padding: 5px;
}
.productPDF img {
  width: 100%;
  display: block;
}
input #searchND [type="text"] {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  width: calc(100% - 22px);
  /* full width minus padding and border */
  box-sizing: border-box;
  font-size: 16px;
}
#tableContainerND {
  max-height: 400px;
  /* Adjust this height as needed */
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  /* Ensure there is space above the table */
}
.tableND {
  width: 100%;
  border-collapse: collapse;
}
.tableND th, .tableND td {
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.tableND th {
  background-color: #f4f4f4;
  position: sticky;
  top: 0;
  z-index: 10;
}
.tableND tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.tableND tbody tr:hover {
  background-color: #f1f1f1;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#status {
  margin-bottom: 20px;
  font-size: 16px;
}
/*# sourceMappingURL=custom_18.css.map */