@charset "UTF-8";

.woocommerce-Price-amount.amount {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 700;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
}

/* WooCommerce wraps amounts in <bdi>; a global `bdi { font-family: Teimer }` rule otherwise wins over the span. */
.woocommerce-Price-amount bdi {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 400;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
}

@font-face
{
  font-family: "Teimer-Light";
  src: url("ekrehky/fonts/Teimer-Light-3cabfabf171481abdeffdda04a4966ab.woff2") format("woff2"), url("fonts/Teimer-Light-3cabfabf171481abdeffdda04a4966ab.woff") format("woff");
  font-style: normal;
}

@font-face
{
  font-family: "Teimer-Light-Italic";
  src: url("ekrehky/fonts/Teimer-Light-Italic-4391b9020f63455ce1f66a9906e1bc0f.woff2") format("woff2"), url("fonts/Teimer-Light-Italic-4391b9020f63455ce1f66a9906e1bc0f.woff") format("woff");
  font-style: normal;
}


body.sd-scale-smaller {
    font-family:"Teimer-Light";
    font-synthesis: none;
    letter-spacing:0;
    font-size:20px;  
    line-height:26px;    
}

body.sd-scale-smaller button,
body.sd-scale-smaller input,
body.sd-scale-smaller select,
body.sd-scale-smaller textarea {
    letter-spacing:0;
}
.sd-fixed-width .site {
    max-width: 1440px;
}
a {
    text-decoration:none !important;
}
.wp-singular a {
	color: #3030bf;
}

img {
  border-radius:0px;
}

.site-header {
    padding-bottom:1.5em;
    border:0px;
    font-size:14px;
}

/* Masthead: Lekton from Google Fonts (loaded in functions.php). */
#masthead.site-header {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 700;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
}
/* Primary nav + dropdowns: Teimer is set on .main-navigation a elsewhere — scope Lekton to header only. */
#masthead.site-header .main-navigation ul.menu > li > a,
#masthead.site-header .main-navigation ul.nav-menu > li > a,
#masthead.site-header .main-navigation ul.menu ul li a,
#masthead.site-header .main-navigation ul.nav-menu ul li a,
#masthead.site-header .handheld-navigation ul.menu li a,
#masthead.site-header .handheld-navigation ul.nav-menu li a {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 700;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
}
.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
    font-size:14px;
}

.woocommerce-active .site-header .site-branding {
  float:none !important;
  position:absolute;
  margin-right:1cm;
  width:auto !important;
}

@media (min-width: 768px) and (max-width: 1250px) {
    .woocommerce-active .site-header .site-branding {
        left:0px;
        top:-40px;
    }
    #page {
        padding-top: 40px;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media (min-width: 1251px) {
    .woocommerce-active .site-header .site-branding {
        left:30px;
        top:18px;
        position: fixed;
    }
    .admin-bar.woocommerce-active .site-header .site-branding {
        left:30px;
        top:50px;
        position: fixed;
    }
    #page {
        padding-top: 8px;
        margin-left: 210px;
        margin-right: 2%;
    }
}

@media (min-width: 1900px) {
    .woocommerce-active .site-header .site-branding, .admin-bar.woocommerce-active .site-header .site-branding {
        left:-180px;
        top:10px;
        position: absolute;
    }
    .site {
        overflow-x: visible;
    }
    #page {
        padding-top: 8px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    /* Logo centered; avoid clipping — do not cap .site-branding narrower than the scaled img (flex min-width). */
    #masthead.site-header,
    #masthead {
        overflow: visible !important;
    }
    #masthead > .col-full {
        overflow: visible !important;
    }
    #masthead > .col-full > .site-branding {
        float: none !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        width: auto !important;
        max-width: none !important;
        overflow: visible !important;
        z-index: 1;
        pointer-events: auto;
    }
    #masthead > .col-full > .site-branding .custom-logo-link {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: min(72vw, 120px);
        min-width: 0;
        overflow: visible;
    }
    #masthead > .col-full > .site-branding .custom-logo-link img.custom-logo {
        display: block;
        width: auto !important;
        height: auto !important;
        max-width: min(72vw, 120px) !important;
        max-height: 48px;
        min-width: 0;
        object-fit: contain;
    }
}

@media screen and (max-width: 767px) {
    body {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Narrow phones: logo 120px max; burger flush to header row left. */
@media (max-width: 590px) {
  #masthead > .col-full {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  #masthead > .col-full > .storefront-primary-navigation {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  #masthead .storefront-primary-navigation > .col-full {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  #masthead > .col-full .menu-toggle {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  #masthead > .col-full > .site-branding .custom-logo-link,
  #masthead > .col-full > .site-branding .custom-logo-link img.custom-logo {
    max-width: 120px !important;
  }
  .site-header .custom-logo-link img {
    max-width: 120px !important;
  }
}

.col-full {
    padding: 0px;
    max-width: none;
    position: relative;
}

/* Main layout column: zero horizontal inset (Storefront uses padding on .site-content .col-full). */
#content > .col-full,
.site-content #content > .col-full {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.site {
    background-color:white !important;
}
.site-header .custom-logo-link {
  text-align:right;
}
.site-header .custom-logo-link img {
  display:inline-block;
  max-width: 120px;
}
.site-description {
  display:none !important;
}

.storefront-primary-navigation {
  background-color:white;
  clear:none;
}
@media (min-width: 1042px) {
    .main-navigation ul li.mikulov {
        margin-left: 80px !important;
    }
}
@media (min-width: 768px) {
    .main-navigation ul li, .secondary-navigation ul li {
        display:inline-block !important;
        margin-left:0px !important;
        margin-right: 20px !important;
    }
    .main-navigation>.primary-navigation>ul>li {
        position: static;
    }
    .main-navigation>.primary-navigation>ul>li.menu-item-has-children,
    .main-navigation>.primary-navigation>ul>li.page_item_has_children {
        position: relative;
    }
    #masthead > .col-full,
    #masthead .main-navigation .primary-navigation {
        overflow: visible !important;
    }
    #masthead.site-header {
        position: relative;
        border-bottom: 1px solid #000 !important;
    }
    /* Draw bottom rule above open submenu. */
    #masthead.site-header::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: #000;
        z-index: 10046;
        pointer-events: none;
    }
    .main-navigation ul.menu ul.sub-menu,
    .main-navigation ul.nav-menu ul.children {
        position: absolute;
        left: -9999px;
        top: 100%;
        width: auto;
        min-width: max-content;
        max-width: min(20rem, 92vw);
        margin: 0;
        padding: 0.4rem 0.85rem 0.55rem;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.15rem;
        box-sizing: border-box;
        background-color: #fff;
        border: none;
        white-space: nowrap;
    }
    .main-navigation ul li.rocniky > ul.sub-menu,
    .main-navigation ul li.rocniky > ul.children {
        white-space: normal;
    }
    .main-navigation ul li:hover > ul.sub-menu,
    .main-navigation ul li:hover > ul.children,
    .main-navigation ul li.focus > ul.sub-menu,
    .main-navigation ul li.focus > ul.children {
        left: 0;
        display: flex;
    }
    .main-navigation ul ul ul {
        padding-top: 0px;
    }
    .main-navigation ul ul li {
        display: block !important;
        float: none;
        margin: 0 !important;
        padding: 0 !important;
        vertical-align: top;
        width: auto;
        max-width: 100%;
    }
    .main-navigation ul li.rocniky ul li {
        display: inline-block;
        float: none;
        width: 50px;
    }
    .main-navigation ul li.rocniky ul li a {
        width: 50px;
    }
    .main-navigation ul li.odrazky ul li a:before {
        content: '> ';
        display: inline-block;
        margin-right: 5px;
    }
    .main-navigation ul ul {
        z-index: 10045;
        padding-top: 0;
    }
    .main-navigation ul ul:before {
        display: none;
        content: none;
    }
    .main-navigation ul ul li a {
        padding: 0.15rem 0;
        color: #000;
        white-space: nowrap;
    }
    .main-navigation ul.menu>li.menu-item-has-children>a::after, .main-navigation ul.menu>li.page_item_has_children>a::after, .main-navigation ul.nav-menu>li.menu-item-has-children>a::after, .main-navigation ul.nav-menu>li.page_item_has_children>a::after {
        margin-left: 0em;
    }
    .main-navigation ul ul ul {
        float: none;
        position: static;
        left: 0px;
    }
    .main-navigation ul.nav-menu ul li.menu-item-has-children>a::after {
        display: none;
    }
}
@media (max-width: 767px) {
    .handheld-navigation {
        margin-left: 10px;
    }
    .handheld-navigation ul.menu>li {
        margin-top: 14px;
    }
    .handheld-navigation ul.menu>li>a {
        font-size: 18px;    
    }
    /* HLEDAT row inside handheld panel (reparented via krehky-handheld-menu-search.js). */
    #masthead .handheld-navigation li.krehky-handheld-search-item {
        list-style: none;
        margin: 0 0 0.65rem;
        padding: 0 0 0.65rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    #masthead .handheld-navigation li.krehky-handheld-search-item .site-search {
        width: 100%;
        float: none !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center;
    }
    /* Match handheld menu links (.main-navigation ul.menu > li > a): Lekton 700, uppercase. */
    #masthead .handheld-navigation li.krehky-handheld-search-item .krehky-header-search-trigger {
        font-family: "Lekton", ui-monospace, monospace, system-ui, sans-serif;
        font-weight: 700;
        font-synthesis: none;
        font-size: 14px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #000;
        letter-spacing: normal;
    }
    /* Storefront icons.css: .handheld-navigation ul.menu li button::after adds FA chevron — not for search. */
    #masthead .handheld-navigation li.krehky-handheld-search-item .krehky-header-search-trigger::after {
        content: none !important;
        display: none !important;
        font-family: inherit !important;
        transform: none !important;
    }
    .handheld-navigation .dropdown-toggle {
        position: static;
        display: inline-block;
        margin-left: 14px;
    }
    .main-navigation ul li a {
        display: inline-block;
    }
    button.menu-toggle {
        border: none;
    }

    button.menu-toggle span {
        color: #fff;
    }
    /*.handheld-navigation ul.menu li button:after {
        font-family:"Teimer-Light";
        content: '...';
    }*/
}
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
  padding:0px;
  text-transform:uppercase;
}
.krehky-header-minicart-host .widget_shopping_cart {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
}

/* Desktop dropdown: compact panel under parent item. */
@media (min-width: 768px) {
  .main-navigation ul.menu ul.sub-menu,
  .main-navigation ul.nav-menu ul.children,
  #masthead .main-navigation ul.menu ul.sub-menu,
  #masthead .main-navigation ul.nav-menu ul.children,
  .main-navigation ul.menu:hover ul.sub-menu,
  .main-navigation ul.nav-menu:hover ul.children,
  #masthead .main-navigation ul li:hover > ul.sub-menu,
  #masthead .main-navigation ul li:hover > ul.children,
  #masthead .main-navigation ul li.focus > ul.sub-menu,
  #masthead .main-navigation ul li.focus > ul.children {
    background-color: #fff;
    border: none;
    box-shadow: none;
  }
}

.krehky-masthead-wrap.krehky-minicart-is-open .krehky-header-minicart-host .widget_shopping_cart {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/* Desktop submenu: blur page content behind open dropdown. */
@media (min-width: 768px) {
  #krehky-submenu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--krehky-masthead-bottom, 5.25rem);
    z-index: 10040;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.28s ease,
      backdrop-filter 0.28s ease,
      -webkit-backdrop-filter 0.28s ease,
      visibility 0s linear 0.28s;
  }
  body.krehky-submenu-open #krehky-submenu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
      opacity 0.28s ease,
      backdrop-filter 0.28s ease,
      -webkit-backdrop-filter 0.28s ease,
      visibility 0s linear 0s;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  #krehky-submenu-overlay {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.72);
  }
}

.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
  /*text-transform:uppercase;*/
  padding: 0;
  color: #000;
}
.main-navigation ul.menu ul.sub-menu li a:hover,
.main-navigation ul.menu ul.sub-menu li a:focus,
.main-navigation ul.nav-menu ul.children li a:hover,
.main-navigation ul.nav-menu ul.children li a:focus {
  color: #000;
}
@media (min-width: 768px) {
  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    padding: 0;
    white-space: nowrap;
    color: #000;
  }
  #masthead.site-header .main-navigation ul.menu ul.sub-menu li a,
  #masthead.site-header .main-navigation ul.nav-menu ul.children li a {
    color: #000;
  }
}
.woocommerce-active .site-header .main-navigation {
  display:inline-block;
  float:none;
  margin:0px;
  width:auto;
}

.krehky-masthead-wrap {
  position: relative;
  z-index: 10050;
  margin-top: 16px;
}
.krehky-header-minicart-host {
  position: relative;
  height: 0;
  overflow: visible;
  pointer-events: none;
}

/* Masthead row: flex vertical alignment (skip links + nav + utilities). */
#masthead > .col-full {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  /* Utility spacing: margin-right between Hledat / (EN) / Košík row; .site-search has margin-left:auto. */
  column-gap: 0;
  row-gap: 0.35rem;
  margin-left: 0;
  margin-right: 0;
}
/* Desktop: keep cross-axis center (baseline made nav vs utilities look uneven). */
@media (min-width: 768px) {
  #masthead > .col-full {
    align-items: center;
    align-content: center;
  }
}
/* Skip links must not sit in the flex row (they were visible and threw off cross-axis alignment). */
#masthead > .col-full > a.skip-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
#masthead > .col-full > a.skip-link:focus {
  clip: auto !important;
  clip-path: none !important;
  width: auto !important;
  height: auto !important;
  left: 0.5rem !important;
  top: 0.5rem !important;
  margin: 0 !important;
  padding: 0.5rem 0.75rem !important;
  overflow: visible !important;
  z-index: 100001 !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: 0 0 0 2px #000 !important;
}
#masthead > .col-full .storefront-primary-navigation,
#masthead > .col-full .wpmlSwitchers,
#masthead > .col-full .site-search,
#masthead > .col-full .site-branding,
#masthead > .col-full .wooLogin,
#masthead > .col-full .secondary-navigation {
  display: inline-flex;
  align-items: center;
  align-self: center;
  vertical-align: middle;
}
/* Floats + .site-search margin-right are ignored inconsistently with flex; drop them so utilities share one vertical axis. */
#masthead > .col-full > .storefront-primary-navigation {
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  flex: 1 1 auto;
  min-width: 0;
}
/* Undo Storefront Designer full-bleed offsets (.sd-fixed-width … 4.4em ≈ 61.6px at 14px root). */
.sd-fixed-width.sd-header-compact #masthead .storefront-primary-navigation,
.sd-fixed-width.sd-header-expanded #masthead .storefront-primary-navigation {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Align menu toggle + menu block; do not set ul.menu to flex (breaks inline-block li + submenus). */
#masthead .storefront-primary-navigation .main-navigation {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
@media (min-width: 768px) {
  #masthead > .col-full .storefront-primary-navigation,
  #masthead > .col-full .wpmlSwitchers,
  #masthead > .col-full .site-search,
  #masthead > .col-full .wooLogin {
    align-self: center !important;
    vertical-align: middle;
  }
  #masthead > .col-full > .storefront-primary-navigation {
    align-items: center !important;
    align-self: center !important;
  }
  #masthead .storefront-primary-navigation .main-navigation {
    align-items: center;
  }
}
#masthead > .col-full > .wpmlSwitchers,
#masthead > .col-full > .wooLogin,
#masthead > .col-full > .site-search {
  float: none !important;
}
/* First utility after nav: Hledat absorbs flex space so Hledat → (EN) → Košík cluster stays on the right. */
#masthead > .col-full > .wooLogin {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
#masthead > .col-full > .wpmlSwitchers {
  margin-left: 0 !important;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
#masthead > .col-full > .site-search {
  margin-left: auto !important;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.woocommerce-active #masthead > .col-full > .site-search {
  margin-right: 10px !important;
}
#masthead > .col-full .site-header-cart .cart-contents {
  vertical-align: middle;
}
/* Same cross-axis alignment for WPML / HLEDAT / košík — Storefront .site-search uses clear:both; inner widgets can top-align the trigger. */
#masthead > .col-full > .wpmlSwitchers,
#masthead > .col-full > .site-search,
#masthead > .col-full > .wooLogin {
  min-height: 32px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #masthead > .col-full > .wpmlSwitchers,
  #masthead > .col-full > .site-search,
  #masthead > .col-full > .wooLogin {
    align-self: center !important;
  }
}
#masthead > .col-full > .site-search {
  clear: none !important;
}
#masthead .site-search .widget.widget_product_search {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end;
  min-height: 32px;
  margin: 0 !important;
  padding: 0 !important;
}
#masthead .site-search .krehky-header-product-search-wrap {
  display: flex !important;
  align-items: center !important;
  min-height: 32px;
}
header#masthead .wpmlSwitchers .wpml-ls-native,
header#masthead .wpmlSwitchers .icl_lang_sel_native {
  line-height: 26px;
  display: inline-flex;
  align-items: center;
}
#masthead .storefront-primary-navigation > .col-full {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  /* Match utility row (32px); 2.5rem made the nav column taller so text sat lower than (EN)/HLEDAT/košík. */
  min-height: 32px;
  width: 100%;
}
@media (min-width: 768px) {
  #masthead .storefront-primary-navigation > .col-full {
    align-items: center;
  }
}

/* One optical row with utilities: same metrics as WPML/HLEDAT/košík (32px strip). */
@media (min-width: 768px) {
  #masthead .menu-toggle {
    display: none !important;
  }
  #masthead .handheld-navigation {
    display: none !important;
  }
  #masthead .storefront-primary-navigation .primary-navigation,
  #masthead .storefront-primary-navigation .main-navigation {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* Top-level menu only — submenus stay nested under li (not direct children of ul.menu). */
  #masthead .main-navigation .primary-navigation ul.menu,
  #masthead .main-navigation .primary-navigation ul.nav-menu {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
    row-gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 26px;
  }
  #masthead .main-navigation .primary-navigation ul.menu > li,
  #masthead .main-navigation .primary-navigation ul.nav-menu > li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #masthead .main-navigation ul.menu > li > a,
  #masthead .main-navigation ul.nav-menu > li > a {
    line-height: 26px;
    min-height: 32px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
  }
}

/* Masthead utilities: one visual style + alignment; same padding/margin on tap targets. */
header#masthead .krehky-header-search-trigger,
header#masthead .site-header-cart .cart-contents,
header#masthead .site-header-cart .wcml-horizontal-list li a,
header#masthead .wpmlSwitchers .wpml-ls-link {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: inherit;
  font-weight: 700;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
}
header#masthead .krehky-header-search-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  box-sizing: border-box;
  cursor: pointer;
}
header#masthead .krehky-header-search-trigger:hover,
header#masthead .krehky-header-search-trigger:focus,
header#masthead .site-header-cart .cart-contents:hover,
header#masthead .site-header-cart .wcml-horizontal-list li a:hover,
header#masthead .wpmlSwitchers .wpml-ls-link:hover {
  opacity: 1;
  color: #000;
}
header#masthead .site-header-cart .cart-contents .cart-label,
header#masthead .site-header-cart .cart-contents .count {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.1px;
  font-weight: 700;
  opacity: 1;
}
.wpmlSwitchers * {
    vertical-align:top !important;
    /*visibility:hidden;*/
}
/* Match cart row + WCML + WPML on one optical center (overrides rule above). */
header#masthead .wpmlSwitchers,
header#masthead .wpmlSwitchers * {
    vertical-align: middle !important;
}
header#masthead .wpmlSwitchers #lang_sel_list {
    display: flex;
    align-items: center;
    min-height: 32px;
}
header#masthead .wpmlSwitchers #lang_sel_list ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 32px;
}
/* Language code (EN)/(CZ): span matched .wpml-ls-legacy-list-vertical a span → Teimer; use Lekton like masthead nav. */
header#masthead .wpmlSwitchers .wpml-ls-link,
header#masthead .wpmlSwitchers .wpml-ls-link span,
header#masthead .wpmlSwitchers .wpml-ls-native,
header#masthead .wpmlSwitchers .icl_lang_sel_native {
    line-height: 26px;
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 700;
    font-synthesis: none;
    letter-spacing: 1.1px;
    font-size: 14px;
    text-transform: uppercase;
}
header#masthead .wpmlSwitchers .wpml-ls-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    box-sizing: border-box;
}
header#masthead .wpmlSwitchers {
    min-height: 32px;
    box-sizing: border-box;
    /* Horizontal cluster alignment comes from #masthead > .col-full > .site-search (margin-left: auto). */
    margin-left: 0;
    padding-left: 0;
}
header .col-full .wooLogin {
    min-height: 32px;
    box-sizing: border-box;
}
.wcml-cs-active-currency,
.wpml-ls-current-language {
    display:none !important;
}
.wcml-horizontal-list li {  
    position: relative;  
    vertical-align:middle;
    margin-right:5px;    
}
.wcml-horizontal-list li a {
    padding:0px !important;
}
.woocommerce .wcml-horizontal-list.product {
    margin-top:0px !important;
}
.woocommerce-active .site-header .site-header-cart {
  float:none;
}


body div.col-full .storefront-primary-navigation{
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.site-header-cart .cart-contents {
  padding:0px;
  vertical-align:top;
}

.wpml-ls-legacy-list-vertical a,
.wooLogin>a {
  padding:0px;
  color:black;
  text-transform:uppercase;
}
.site-header-cart {
  /*text-transform:uppercase;*/
  margin-left:18px;
}
/* Masthead: cart + currency share one cluster; global 18px is redundant with flex column-gap. */
#masthead .wooLogin .site-header-cart {
  margin-left: 0 !important;
}
.site-header-cart .cart-contents,
.site-header-cart .wcml-horizontal-list {
    display:inline-block;
}
/* Currency then cart (WCML); separate <li>s; mini-cart widget is below #masthead. */
#site-header-cart.site-header-cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    list-style: none;
}
.site-header-cart > li.site-header-cart-trig {
    margin-right: 0;
    min-height: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
/* Match spacing between (€) and Košík to utility column gap (10px). */
#masthead .site-header-cart > li.site-header-cart-currency {
  margin-right: 10px !important;
}
.site-header-cart > li.site-header-cart-currency {
    min-height: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.site-header-cart > li.site-header-cart-trig .cart-contents {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    box-sizing: border-box;
    vertical-align: unset;
}
.site-header-cart > li.site-header-cart-trig .cart-contents .cart-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
}
.site-header-cart > li.site-header-cart-currency .wcml-horizontal-list {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    box-sizing: border-box;
}
.site-header-cart > li.site-header-cart-currency .wcml-horizontal-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    min-height: 32px;
    line-height: 26px;
}
.site-header-cart > li.site-header-cart-currency .wcml-horizontal-list li {
    margin-right: 0;
    display: flex;
    align-items: center;
}
.site-header-cart > li.site-header-cart-currency .wcml-horizontal-list li a {
    line-height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    box-sizing: border-box;
    font-weight: 700;
}
.site-header-cart .cart-contents .count {
    display:inline-block;
}
.wcml-horizontal-list {
    clear:none !important;    
}
.widget_shopping_cart_content {
    font-size:14px;
} 


/* Header product search: "HLEDAT" trigger + modal (no icon) */
.site-search .widget_product_search .widget-title {
  display: none !important;
}
.site-search .krehky-header-product-search-wrap {
  width: auto;
  position: relative;
}
.site-search .krehky-header-search-trigger {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.site-search .krehky-header-search-trigger:focus {
  outline: none;
}
.site-search .widget_product_search .woocommerce-product-search.krehky-search-modal__form:before,
.site-search .krehky-search-modal__form:before {
  content: none !important;
  display: none !important;
}
.krehky-search-modal[hidden] {
  display: none !important;
}
.krehky-search-modal:not([hidden]) {
  position: fixed;
  inset: 0;
  z-index: 100050;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 10vh 1rem 2rem;
  box-sizing: border-box;
}
.krehky-search-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.krehky-search-modal__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 440px);
  margin: 0;
  padding: 1rem 1.5rem 1.5rem;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}
.krehky-search-modal__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-shrink: 0;
}
.krehky-search-modal__title {
  margin: 0;
  font-family: "Lekton", ui-monospace, monospace, system-ui, "Segoe UI Symbol", "Apple Symbols", sans-serif;
  font-weight: 700;
  font-synthesis: none;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #000;
}
.krehky-search-modal__close {
  position: static;
  align-self: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.krehky-search-modal__close:hover,
.krehky-search-modal__close:focus {
  opacity: 0.65;
  outline: none;
}
.site-search .krehky-search-modal .krehky-search-modal__form {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 0;
}
.site-search .krehky-search-modal input[type="search"] {
  width: 100%;
  max-width: none;
  min-width: 0;
  opacity: 1;
  margin: 0;
  padding: 0.65rem 0.75rem !important;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
body.krehky-search-modal-open {
  overflow: hidden;
}

.site-header-cart .cart-contents:after,
.woocommerce-breadcrumb a:first-of-type:before {
  content:"";
}

.wooLogin>a {
  display:block;
}

.storefront-breadcrumb {
    display:none;
}
.woocommerce-breadcrumb, #reviews .commentlist li .comment_container {
    background-color: transparent;
    margin-bottom: 0px;
    text-align: right;
    position: absolute;
    right: 0px;
    z-index: 10;
    width: auto;
    padding-left: 0px;  
    padding-top:5px; 
    display:none; 
}

.site-content {
  background-color:white;
  position: relative;
  z-index: 1;
}

.so-widget-sow-image .widget-title {
  font-size:10px;
  border:0px;
  margin-bottom:0px;
}

.team .team_social {
  border:0px !important;
  margin-top:0px !important;
}

ul.products li.product .woocommerce-LoopProduct-link,
.main-navigation ul li.smm-active .widget h3.widget-title, ul.products li.product h3 {
 text-align:left;
 text-transform:uppercase;
 padding:0px;
 margin:0px;
 line-height:initial;
 color:black;
}
ul.products li.product img {
  margin:0px 0px 15px 0px;
  width:100%;
}
ul.products li.product .krehky-loop-product-visual img {
  margin: 0 !important;
}
ul.products .add_to_cart_button,
ul.products .button {
    display:none;
}
ul.products li.product .price {
  display:none;
}
/* Main shop loops: CSS grid, 4:3 thumbs, price visible, uniform cards (no masonry). */
.site-main ul.products[class*="columns-"] {
  display: grid;
  align-items: stretch;
  gap: 2rem 2.25rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  clear: both;
}
/* WooCommerce Layout clearfix (::before/::after display:table) becomes grid items and steals the first/last tracks. */
.site-main ul.products[class*="columns-"]::before,
.site-main ul.products[class*="columns-"]::after {
  display: none !important;
  content: none !important;
}
.site-main ul.products.columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
/* WooCommerce often outputs columns-3; layout is 4 → 3 → 2 by viewport. */
.site-main ul.products.columns-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1199px) {
  .site-main ul.products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .site-main ul.products.columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.site-main ul.products.columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.site-main ul.products.columns-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.site-main ul.products.columns-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
@media screen and (max-width: 900px) {
  .site-main ul.products.columns-4,
  .site-main ul.products.columns-5,
  .site-main ul.products.columns-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 560px) {
  .site-main ul.products.columns-4,
  .site-main ul.products.columns-5,
  .site-main ul.products.columns-6 {
    grid-template-columns: 1fr;
  }
}

/* Single-product up-sells: columns-4 would otherwise jump 4→2 at 900px; mirror shop 4→3→2→1. */
.single-product section.up-sells.products ul.products.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1199px) {
  .single-product section.up-sells.products ul.products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .single-product section.up-sells.products ul.products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 560px) {
  .single-product section.up-sells.products ul.products.columns-4 {
    grid-template-columns: 1fr;
  }
}

.site-main ul.products li.product {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  min-height: 0;
}
/* Loop closes </a> after the image (see wpa89819_wc_single_product): link = visual only. */
.site-main ul.products li.product > a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-height: 0;
  width: 100%;
  align-self: stretch;
  text-decoration: none;
}
/* Limitovaná série: PHP badge under price — no ::after on the loop image link. */
.site-main ul.products li.product[class*="product_tag-limitov"] > a.woocommerce-LoopProduct-link::after,
.site-main .entry-content ul.products[class*="columns-"] li.product[class*="product_tag-limitov"] > a.woocommerce-LoopProduct-link::after,
.site-main ul.products li.product.product_tag-limited > a.woocommerce-LoopProduct-link::after,
.site-main .entry-content ul.products[class*="columns-"] li.product.product_tag-limited > a.woocommerce-LoopProduct-link::after {
  content: none !important;
  display: none !important;
}
/* 3:4 frame: padding-bottom avoids flex/aspect-ratio quirks; img is absolute + cover inside. */
.site-main ul.products li.product .krehky-loop-product-visual {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 133.33333333333334%;
  overflow: hidden;
  margin: 0 0 0.75rem 0;
  flex-shrink: 0;
}
.site-main ul.products li.product .krehky-loop-product-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: 0 !important;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.45s ease;
}
.site-main ul.products li.product .krehky-product-loop-badge,
.entry-content ul.products[class*="columns-"] li.product .krehky-product-loop-badge {
  margin: 0.35rem 0 0;
  padding: 0;
  font-family: "Lekton", ui-monospace, monospace, system-ui, sans-serif;
  font-weight: 400;
  font-synthesis: none;
  font-size: 0.7rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #444;
  display: block;
  width: 100%;
  text-align: left;
}
.site-main ul.products li.product .woocommerce-loop-product__title,
.site-main ul.products li.product .woocommerce-loop-product__title a {
  margin: 0 0 0.35rem 0 !important;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: inherit;
}
.site-main ul.products li.product .price {
  display: block !important;
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.35;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.site-main ul.products li.product .price .woocommerce-Price-amount {
  font-size: 14px;
  line-height: inherit;
  text-transform: uppercase;
}
/* Page builder / shortcode grids: same type scale when ul is not under .site-main. */
.entry-content ul.products[class*="columns-"] li.product .woocommerce-loop-product__title,
.entry-content ul.products[class*="columns-"] li.product .woocommerce-loop-product__title a {
  font-size: 1rem;
  line-height: 1.35;
}
.entry-content ul.products[class*="columns-"] li.product .price {
  display: block !important;
  font-size: 1rem;
  line-height: 1.35;
}
.entry-content ul.products[class*="columns-"] li.product .price .woocommerce-Price-amount {
  font-size: 14px;
  line-height: inherit;
  text-transform: uppercase;
}
/* Cena na dotaz */
.krehky-price-on-demand {
  font-family: "Lekton", ui-monospace, monospace, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-synthesis: none;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #000;
}
/* Product loop: match limitovaná série badge. */
.site-main ul.products li.product .price .krehky-price-on-demand,
.entry-content ul.products[class*="columns-"] li.product .price .krehky-price-on-demand {
  margin: 0.35rem 0 0;
  padding: 0;
  font-size: 0.7rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #444;
  display: block;
  width: 100%;
  text-align: left;
}
/* Single product summary: larger price label. */
.single-product div.product .summary p.price .krehky-price-on-demand {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000;
}
a.krehky-price-on-demand {
  text-decoration: none !important;
  color: inherit;
}
.site-main ul.products li.product .price a.krehky-price-on-demand:hover,
.site-main ul.products li.product .price a.krehky-price-on-demand:focus-visible,
.entry-content ul.products[class*="columns-"] li.product .price a.krehky-price-on-demand:hover,
.entry-content ul.products[class*="columns-"] li.product .price a.krehky-price-on-demand:focus-visible,
.single-product div.product .summary p.price a.krehky-price-on-demand:hover,
.single-product div.product .summary p.price a.krehky-price-on-demand:focus-visible,
a.krehky-price-on-demand:hover,
a.krehky-price-on-demand:focus-visible {
  text-decoration: underline !important;
}
/* SiteOrigin / entry: shop index CTA — match single-product `.single_add_to_cart_button.button.alt` (Lekton, 14px, uppercase). */
.entry-content a[href="/kat/produkty/"],
.entry-content a[href="/kat/produkty"],
.entry-content a[href$="/kat/produkty/"],
.entry-content a[href$="/kat/produkty"],
.entry-content a[href="/cat/produkty/"],
.entry-content a[href="/cat/produkty"],
.entry-content a[href$="/cat/produkty/"],
.entry-content a[href$="/cat/produkty"] {
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0;
  padding: 0.65em 1.15em;
  min-height: 46px;
  font-family: "Lekton", ui-monospace, monospace !important;
  font-weight: 700 !important;
  font-synthesis: none;
  font-size: 14px !important;
  line-height: 1.618 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #fff !important;
  background: #000 !important;
  border: 0 !important;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.entry-content a[href="/kat/produkty/"]:hover,
.entry-content a[href="/kat/produkty"]:hover,
.entry-content a[href$="/kat/produkty/"]:hover,
.entry-content a[href$="/kat/produkty"]:hover,
.entry-content a[href="/cat/produkty/"]:hover,
.entry-content a[href="/cat/produkty"]:hover,
.entry-content a[href$="/cat/produkty/"]:hover,
.entry-content a[href$="/cat/produkty"]:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.entry-content a[href="/kat/produkty/"]:focus-visible,
.entry-content a[href="/kat/produkty"]:focus-visible,
.entry-content a[href$="/kat/produkty/"]:focus-visible,
.entry-content a[href$="/kat/produkty"]:focus-visible,
.entry-content a[href="/cat/produkty/"]:focus-visible,
.entry-content a[href="/cat/produkty"]:focus-visible,
.entry-content a[href$="/cat/produkty/"]:focus-visible,
.entry-content a[href$="/cat/produkty"]:focus-visible {
  background-color: rgba(0, 0, 0, 0.9) !important;
  color: #fff !important;
  text-decoration: none !important;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Last resort: WooCommerce img + Storefront `a img { height:auto }` + HTML width/height attrs. */
body.woocommerce-active .site-main ul.products li.product .woocommerce-LoopProduct-link .krehky-loop-product-visual img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center;
}

body.woocommerce-active .site-main ul.products li.product:hover .woocommerce-LoopProduct-link .krehky-loop-product-visual img {
  transform: scale(1.1);
}

/* Up-sells / related on single product: same 3:4 thumb box + cover (loops live inside div.product). */
.single-product section.up-sells ul.products li.product,
.single-product section.related.products ul.products li.product {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
}
.single-product section.up-sells ul.products li.product > a.woocommerce-LoopProduct-link,
.single-product section.related.products ul.products li.product > a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-height: 0;
  width: 100%;
}
.single-product section.up-sells ul.products li.product .krehky-loop-product-visual,
.single-product section.related.products ul.products li.product .krehky-loop-product-visual {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 133.33333333333334%;
  overflow: hidden;
  margin: 0 0 0.75rem 0;
  flex-shrink: 0;
}
body.woocommerce-active .single-product section.up-sells ul.products li.product .woocommerce-LoopProduct-link .krehky-loop-product-visual img,
body.woocommerce-active .single-product section.related.products ul.products li.product .woocommerce-LoopProduct-link .krehky-loop-product-visual img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center;
  display: block;
  margin: 0 !important;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.45s ease;
}

body.woocommerce-active .single-product section.up-sells ul.products li.product:hover .woocommerce-LoopProduct-link .krehky-loop-product-visual img,
body.woocommerce-active .single-product section.related.products ul.products li.product:hover .woocommerce-LoopProduct-link .krehky-loop-product-visual img {
  transform: scale(1.1);
}
.hentry .entry-header .posted-on {
    display:none;
/*
  text-align:right;
*/
}
main .entry-header {
    display: none;
}

main .entry-content {
    margin-top: 40px;
}

a:focus {
  outline:none;
}

.sticky .entry-title:before {
    display:none;
}

.widget .widget-title, .widget .widgettitle {
    margin-bottom:0px;
    border-bottom:0px;
}

.footer-widgets {
    border-bottom:0px;
    padding-top: 16px;
}
.site-info {
 display:none;
}
.woocommerce-loop-category__title {
    text-transform:uppercase;
}







.woocommerce-active .site-header .site-search {
    float:right;
    width: auto;
    margin-right: 120px;
}
.site-search .widget.widget_product_search {
    border: 0;
    padding: 0;
    position: relative;
    margin-top: 0;
    width: auto;
    min-width: 0;
    max-width: none;
    text-align: right;
    background: transparent;
}
.site-search .widget.widget_product_search:hover {
    background: transparent;
    border: 0;
    z-index: auto;
}
.site-search .widget button {
    display: inline-block;
}










.create-account.form-row {
    display:none;
}




















/* Must target .krehky-loop-product-visual img — "a img" + height:auto broke cover; absolute fill beats attrs + Woo img rules. */
.storefront-full-width-content .site-main .columns-3 ul.products li.product .krehky-loop-product-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: 0 !important;
    transform: scale(1);
    transform-origin: center center;
   -webkit-transition: opacity ease-in-out .2s, transform 0.45s ease;
   -moz-transition: opacity ease-in-out .2s, transform 0.45s ease;
   -o-transition: opacity ease-in-out .2s, transform 0.45s ease;
   transition: opacity ease-in-out .2s, transform 0.45s ease;
}

.storefront-full-width-content .site-main .columns-3 ul.products li.product:hover .krehky-loop-product-visual img {
    transform: scale(1.1);
}

@media (prefers-reduced-motion: reduce) {
  .site-main ul.products li.product .krehky-loop-product-visual img,
  body.woocommerce-active .site-main ul.products li.product .woocommerce-LoopProduct-link .krehky-loop-product-visual img,
  body.woocommerce-active .site-main ul.products li.product:hover .woocommerce-LoopProduct-link .krehky-loop-product-visual img,
  body.woocommerce-active .single-product section.up-sells ul.products li.product .woocommerce-LoopProduct-link .krehky-loop-product-visual img,
  body.woocommerce-active .single-product section.up-sells ul.products li.product:hover .woocommerce-LoopProduct-link .krehky-loop-product-visual img,
  body.woocommerce-active .single-product section.related.products ul.products li.product .woocommerce-LoopProduct-link .krehky-loop-product-visual img,
  body.woocommerce-active .single-product section.related.products ul.products li.product:hover .woocommerce-LoopProduct-link .krehky-loop-product-visual img,
  .storefront-full-width-content .site-main .columns-3 ul.products li.product .krehky-loop-product-visual img,
  .storefront-full-width-content .site-main .columns-3 ul.products li.product:hover .krehky-loop-product-visual img {
    transition: none !important;
    transform: none !important;
  }
}


ul.products {
    font-size:0px;
    box-sizing:border-box;
}
.storefront-full-width-content .site-main .columns-3 ul.products li.product,
.storefront-full-width-content.single-product .related ul.products li.product,
.storefront-full-width-content.single-product .upsells ul.products li.product {
    list-style: none;
    box-sizing: border-box;
    
    width: calc(33.3% - 26.6px);
    float: left;
    margin: 0 0px 20px 0;
    /*clear: both;*/
}
.storefront-full-width-content .site-main .columns-3 ul.products li.product:nth-child(3n+3),
.storefront-full-width-content.single-product .related ul.products li.product:nth-child(3n+3),
.storefront-full-width-content.single-product .upsells ul.products li.product:nth-child(3n+3) {  
    margin:0 0 20px 0;
}

/* Override Storefront float widths so CSS grid (above) controls the loop. */
.storefront-full-width-content .site-main ul.products[class*="columns-"] li.product,
.storefront-full-width-content.single-product .related ul.products li.product,
.storefront-full-width-content.single-product .upsells ul.products li.product {
  float: none !important;
  width: auto !important;
  max-width: none !important;
}


ul.products li .count {
}



.added_to_cart, .button, button, input[type=button], input[type=reset], input[type=submit] {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 700;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
    border: 0 black;
    background: black;
    color: white;
    line-height:26px;
    line-height:1.618;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover,
button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
    background-color:rgba(0,0,0,0.9);
    color:white;
}









table tr.shipping>td {
  padding:0px !important;  
}
#shipping_method label,
.woocommerce-checkout-review-shipping-table .single>td  {
  cursor:pointer;
  padding:1.41575em;
  display:block;
  margin-bottom: 0px;
}
#shipping_method li {
    background-color:#fafafa;
}
#shipping_method li:hover label,
.woocommerce-checkout-review-shipping-table .single>td {
    background-color: #f5f5f5;
}
#shipping_method input[type=radio] {
  display:none;
}
#shipping_method label:before,
.woocommerce-checkout-review-shipping-table .single>td:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f111";
    margin-right: .5407911001em;
    -webkit-transition: color,ease,.2s;
    transition: color,ease,.2s;
}
#shipping_method input[type=radio]:checked + label:before,
.woocommerce-checkout-review-shipping-table .single>td:before {
      content: "\f192";
}
#payment .payment_methods>.wc_payment_method>label,
#shipping_method label, .woocommerce-checkout-review-shipping-table .single>td {
  text-align:left;
  padding:15px 15px 15px 0px;
  margin-left:0px;
}
#payment .payment_methods > li:not(.woocommerce-notice),
#payment .payment_methods > li .payment_box, #payment .place-order,
#shipping_method li {
    background-color:white;
}
#ship-to-different-address input[type=checkbox] {
    display:none;
}
#ship-to-different-address .check {
    display:inline-block;
}
#ship-to-different-address .check:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f111";
    margin-right: .5407911001em;
    -webkit-transition: color,ease,.2s;
    transition: color,ease,.2s;    
}
#ship-to-different-address input[type=checkbox]:checked ~ .check:before {
    content:"\f192";
}
#shipping_method .zasilkovna > div > * {
    display: inline-block;
    vertical-align: middle;
}

#shipping_method .zasilkovna > div > img {
    width: 136px;
}

#shipping_method .zasilkovna > div > input {
    padding: 1px 29px;
}





.product .product_meta {
    margin-bottom:20px;
}
.product .posted_in,
.product .sku_wrapper {
    display:none !important;
}


.product .uniqueRequest {
}
.product .uniqueRequest .desc {
    margin-bottom:10px;
    font-size:120%;
    margin-top:30px;
}







/*reorganized cart header*/
.woocommerce-active .site-header .site-header-cart {
    width:auto;
    margin-left:0px;
    vertical-align:top;
}

.woocommerce-info {
    padding-left:1em;
}
.woocommerce-info:before {
    display:none !important;
}





.storefront-sorting {
    display:none;
}
.woocommerce-products-header {
    margin-bottom:30px;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.stock:before {
    display:none;
}
.single-product div.product .product_meta {
    display:none;
}
.single-product .summary>h2:first-of-type {
    display:none
}
.single-product .summary .price,
.single-product .summary .wcml-horizontal-list {
    display:inline-block;    
}
.single-product .summary .wcml-horizontal-list {
    margin:0px 0px 0px 10px !important;
    vertical-align:bottom;
}
.single-product .summary .wcml-horizontal-list a {
}
.woocommerce-checkout .page {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


.so-widget-sow-google-map {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.so-widget-sow-google-map:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
    


.single-product div.product form.cart .quantity,
.single-product div.product form.cart .button {
    float:left;
}
.single-product div.product form.cart .quantity {
    margin-right: 10px;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-flex;
    align-items: stretch;
}
.single-product div.product form.cart {
    --krehky-cart-control-height: 42px;
}
.single-product div.product form.cart .quantity input.qty,
.single-product div.product form.cart .single_add_to_cart_button.button,
.single-product div.product form.cart .single_add_to_cart_button.button.alt {
    height: var(--krehky-cart-control-height);
    min-height: var(--krehky-cart-control-height);
    box-sizing: border-box;
}
.single-product div.product form.cart .quantity input.qty {
    font-size: 14px;
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 400;
    font-synthesis: none;
    text-transform: uppercase;
    opacity: 1 !important;
    visibility: visible !important;
    min-width: 3.631em;
    text-align: center;
    color: #000;
    background-color: #fff;
    padding: 0 0.45em;
    line-height: calc(var(--krehky-cart-control-height) - 2px);
    border: 1px solid #000 !important;
    border-radius: 0;
    /* Restore native steppers (some resets use appearance:none; WebKit may paint spinners at opacity:0). */
    -webkit-appearance: auto;
    appearance: auto;
    -moz-appearance: number-input;
}
.single-product div.product form.cart .quantity input.qty[type="number"]::-webkit-inner-spin-button,
.single-product div.product form.cart .quantity input.qty[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    height: auto;
    cursor: pointer;
}



.pswp__caption {
    display:none !important;
}




.widget ul.products li.product a img {
    margin-bottom:0px;
}
.widget ul.products li.product a h2 {
    text-align:left;
}



/* Was global `a.remove:before` — that also hit cart row removes and forced grey via filter. Scope to mini-cart only. */
.widget_shopping_cart_content .mini_cart_item a.remove:before,
.krehky-header-minicart-host .widget_shopping_cart .mini_cart_item a.remove:before {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.widget_shopping_cart_content .mini_cart_item a.remove:hover:before,
.krehky-header-minicart-host .widget_shopping_cart .mini_cart_item a.remove:hover:before {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}




.krehky-header-minicart-host .widget_shopping_cart {
    pointer-events: auto;
    position: absolute;
    top: 0;
    right: 0 !important;
    left: auto !important;
    width: 360px !important;
    max-width: calc(100vw - 2rem);
    z-index: 10051;
}
.krehky-header-minicart-host .widget_shopping_cart a.button,
.krehky-header-minicart-host .widget_shopping_cart a.button:hover {
    color:black;
}
.widget a.button.checkout,
.widget a.button.checkout:hover {
    color:white;
}




#menu-item-93 ul {
    
}


body.mikulov .hentry.page>.entry-header {
    display:none;
}
h2.entry-title a {
    color:#43454b;
}


.so-widget-sow-layout-slider-default-6aed03f68959 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p {
    text-shadow:none;
}


.krehkyDesignerWidget .excerpt {
    text-align:left;
}

.sharedaddy {
    display:none;
}


.site-footer {
    padding-top: 0;
    padding-bottom:0px;
    border-top: 1px solid #000;
}

.site-footer .col-full {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.widget_nav_menu ul li:before {
    display:none;
}
.footer-widgets .widget_sow-editor {
    margin-bottom:5px;
}
/*
.footer-widgets .block {
    display:flex;
    flex-wrap:wrap;
}
.footer-widgets .block>div {
    flex-grow:1;   
}
.footer-widgets .block .widget_nav_menu {
    text-align:right;
}
*/
.footer-widgets .block {
    text-align:center;
}
.footer-widgets .block>div {
    display:block;
    font-size:10px;
}
.footer-widgets span {
    font-size:75%;
}
.footer-widgets .widget_nav_menu li {
    display:inline-block;
    margin-right:20px;
}
.footer-widgets .widget_nav_menu li:last-child {
    margin-right:0px;
}
.widget_nav_menu .menu-footer-container li {
    padding-left:0px;
}
.footer-widgets .block p {
    font-size:15px;
}
.footer-widgets .widget_nav_menu li a {
    font-size:15px;
    line-height:1.4;
}

/* Footer legal menu (#menu-footer): 12px on all viewports */
#colophon .footer-widgets #nav_menu-2 ul#menu-footer,
#colophon .footer-widgets #nav_menu-2 ul#menu-footer a {
    font-size: 12px !important;
    line-height: 1.4;
}

.sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    max-width:none !important;
}
.sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p {
    margin:0px 0px !important;
}


.gdpr.gdpr-privacy-bar .gdpr-agreement,
.gdpr.gdpr-reconsent-bar .gdpr-agreement {
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    text-shadow:none;
    background-color:#13141a;
    border:1px solid white;
}
.gdpr.gdpr-privacy-bar button.gdpr-agreement {
    font-size:20px;
    padding:.6180469716em 1.41575em;
    background-color:black;
    font-family:"Teimer-Light";
}
.gdpr.gdpr-privacy-bar button.gdpr-agreement:hover {
    background-color:rgba(0,0,0,0.9);
    color:white;
    border:1px solid white;
}



.single-post .entry-header {
    margin-bottom:0px;
    border:0px;
}

/*stores*/
body.stores .widget-title {
    font-size:20px;    
    text-transform:initial;
    text-decoration:underline;
    font-family:"Teimer-Light";
} 
body.stores h2 {
    margin-bottom:0px;
    font-size:20px;
} 
body.stores .krehky h2 {
    margin-bottom:0.540791em;
}







.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a,
.wpml-ls-legacy-list-vertical a span,
.wcml-horizontal-list li a,
.wpml-ls-legacy-list-vertical a, .wooLogin>a,
.site-header-cart .cart-contents .amount,
.widget .widget-title, .widget .widgettitle,
.main-navigation ul li, .secondary-navigation ul li,
.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a,
.widget_shopping_cart *,
.entry-title,
.page-title,
body.stores .krehky h2,
.cart-collaterals h2,
.woocommerce-checkout h3,
body.woocommerce-order-received h2 {
    font-family:"Teimer-Light";
}
.widget .widget-title, .widget .widgettitle,
.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a,
/*.wcml_currency_switcher *,*/
.entry-title,
.page-title, 
body.stores .krehky h2,
.cart-collaterals h2,
.woocommerce-checkout h3,
body.woocommerce-order-received h2 {
    text-transform:uppercase;
}
.widget .widget-title, .widget .widgettitle, .entry-title, .page-title, body.stores .krehky h2,
.cart-collaterals h2,
.woocommerce-checkout h3,
body.woocommerce-order-received h2 {
    padding:20px 0px 20px 0px !important;
    /*font-size:24px;*/
    font-size:20px;
    text-align:left;
}
.sow-image-container ~ .widget-title {
    text-transform:initial;
    margin-top:5px;
}
.entry-title,
.page-title,
body.stores h2 {
    font-size:20px;
    margin:0px;
}
body.stores h2 {
    font-family:"Teimer-Light";
    text-transform:uppercase;
    margin:0px;
}


#masthead {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom:0px !important;
    border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
    #masthead {
        padding-bottom: 0 !important;
    }
    #mastline {
        position: absolute;
        left: 0px;
        bottom: -1px;
        width: 0px;
        height: 4px;
        content: " ";
        display: block;
        background-color: #000;
        z-index: 10047;
        transition: left .4s, width .4s;
        pointer-events: none;
    }
}

#pg-4-0, #pl-4 .so-panel {
    margin:0px !important;
}

.widget ul.products li.product a h2 {
    padding-top:15px !important;
    font-size:20px;
}
.krehkyDesignerWidget .excerpt {
    margin-top:.5407911001em;
}
.krehkyDesignerWidget .count {
    display:none;
}
.wpmlSwitchers,
.wooLogin,
.site-search {
    width:auto;
    margin-right:0;
    margin-left:16px;
    padding-left:16px;
    float:right;
    position:relative;
}
.site-search {
    padding-left:0;
    margin-left:0;
    margin-bottom:0;
}
.wpml-ls-legacy-list-vertical,
.site-header-cart .wcml-horizontal-list {
    border:0px;
}
.wpml-ls-legacy-list-vertical a,
.wooLogin {
    line-height:26px;
    border:0px;
}
.wooLogin {
    font-size:0px;
}
.wooLogin span,
.site-header-cart .wcml-horizontal-list a {
    font-size:14px;
}


.storefront-full-width-content .woocommerce-products-header {
    text-align:left;
}

/*body.archive .insert-page>.panel-layout:first-child .panel-grid>.panel-grid-cell:nth-child(2) p,*/ 
body:not(.home):not(.stores):not(.aboutpage) .entry-content>.panel-layout:first-child .panel-grid>.panel-grid-cell:nth-child(2) p,
.sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p {
    font-size: 34px !important;
    line-height: 42px;
    vertical-align: top;
    
    text-align:left;
}
.sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper .textwidget,
body.archive.woocommerce .term-description .insert-page .textwidget,
body.mikulov .entry-content>.panel-layout:first-child .panel-grid>.panel-grid-cell:nth-child(2) .textwidget   {
    margin-top:-7px !important;
    padding-bottom:5px;
}
.sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper .textwidget p {
    text-shadow:none !important;
}

.widget .widget-title {
    color:black !important;
    font-size:20px;
}
/* Page Builder editor blocks (e.g. “Vybrané produkty” on home). */
.entry-content .so-widget-sow-editor h3.widget-title {
    border-top: 1px solid #000;
}
.so-widget-sow-image .widget-title {
    margin-top:4px !important;
    font-size:10px;
}
body.home div:not(.so-widget-sow-image)>.widget-title,
body.single-product .entry-header h1  {
    visibility:0px !important;
    font-size:0px;
    line-height:0px;
    
}



ul.products li.product.product-category .woocommerce-loop-category__title, ul.products li.product.product-category h2, ul.products li.product.product-category h3 {
  font-size:20px;
}
.so-widget-team .team .member_image {
    margin-bottom:15px;
}
.so-widget-team  .team .member_title,
.so-widget-team  .team .company_name  {
  font-size:20px;
  text-transform:uppercase;
  padding-bottom:15px;
  margin-bottom:0px;
  margin-top:0px;
}
.so-widget-team .team .team_social {
    margin-top:15px !important;
    margin-bottom:0px;
    padding:0px;
}
.so-widget-team .team .team_social a {
}

/* Loop title only — avoid `ul.products li *` (it fought .price and nested spans). */
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title a {
  line-height: 1.35;
  font-size: 1rem;
}


h1, h2, h3, h4, h5, h6,
body, .secondary-navigation a, .onsale, .pagination .page-numbers li .page-numbers:not(.current), .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    color:black;
}

h1 {
	font-size: 24px;
	line-height: 1.4;
}

.site-footer a:not(.button) {
}




.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
    padding-left:0px;
}   
.main-navigation ul.menu {
    margin-left:0px;
}
.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
    color:black;
}


a:focus, button:focus, input:focus, textarea:focus {
    outline:0px;
}


.storefront-full-width-content .woocommerce-products-header {
    padding-bottom:0px;
    margin-bottom:0px;
}

body.single-product .entry-summary h1 {
    font-family: "Teimer-Light";
}
body.single-product h3,
.single-product div.product p.price  {
    font-size:20px;
}
.single-product div.product .summary p {
    
}


.related>h2:first-child, .upsells>h2:first-child,
.storefront-full-width-content .related.products>h2:first-child, .storefront-full-width-content .up-sells>h2:first-child {
    font-size:20px;
    text-align:left;
    font-family:"Teimer-Light";
    text-transform:uppercase;
}


.storefront-product-pagination,
.shop_attributes {
    display:none;
}

.contact-form label {
}


.single-product div.product .woocommerce-product-gallery img {
    width:100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 64px;
    height: 64px;
    max-width: 64px;
    object-fit: cover;
    opacity: 1 !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 0.3 !important;
}


.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    margin-right:16px;
    width: 64px;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
/*
    width:40.8%;
    margin-right:40px;
*/    
}


body.archive.woocommerce .term-description .insert-page {
    margin-bottom:40px;
}

div.siteorigin-widget-tinymce {
    font-size: 18px;
}

button,
input,
textarea,
.checkout-button,
.button.wc-forward {
    font-family:"Teimer-Light";
}


.entry-taxonomy {
    display:none;
}
body .alpha.entry-title a {
    color:black;
}


#pg-285-0, #pg-285-1, #pg-285-2 {
    margin-bottom:0px !important;
}


a.cart-contents:hover, .krehky-header-minicart-host .widget_shopping_cart a:hover, .site-header-cart:hover > li > a {
    color:black;
}
.main-navigation ul.menu>li.menu-item-has-children>a::after, .main-navigation ul.menu>li.page_item_has_children>a::after, .main-navigation ul.nav-menu>li.menu-item-has-children>a::after, .main-navigation ul.nav-menu>li.page_item_has_children>a::after {
    content:"";
}



.so-widget-sow-image .widget-title {
    font-size:10px; /*opravit*/
    padding:0px 0px 0px 0px !important;
}
body.home div:not(.so-widget-sow-image)>.widget-title, body.single-product .entry-header h1 {
    font-size:0px;
}

.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
    color: #000;
}
ul.products li.product.product-category img {
    margin-bottom:10px;
}
ul.products li.product.product-category .woocommerce-loop-category__title, ul.products li.product.product-category h2, ul.products li.product.product-category h3 {
    text-align:left;
}

body.single-product .entry-summary h1 {
    padding:0px !important;
    font-size: 24px;
    line-height: 1.4;
}
.single-product div.product .summary p {
    margin:0px;
}
.product_category_title {
    margin-bottom:0px;
}
.summary.entry-summary>* {
    margin-bottom:.5407911001em;
}
.summary.entry-summary > h3.product_category_title {
    margin-bottom: 0;
    padding-top: 0;
}
.product_category_title span {
    text-transform: capitalize;
    font-size: 16px;
}
.single-product div.product p.price {
}

.woocommerce-price-suffix  {
    display:none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav {
    margin-bottom: -35px;
    margin-left: 0px;
}
.single-product div.product .woocommerce-product-gallery.krehkyDescWrapper {
    clear:both;  
    margin-top:15px;
}
.single-product div.product .summary .krehkyDescWrapper {
	max-width: 480px;
}
.single-product div.product .summary .krehkyDescWrapper p {
	line-height: 24px;
}
.single-product div.product .summary .krehky-single-product-limitovana-badge,
.single-product .product[class*="product_tag-limitov"] .summary:not(:has(.krehky-single-product-limitovana-badge))::before,
.single-product .product.product_tag-limited .summary:not(:has(.krehky-single-product-limitovana-badge))::before {
	margin: 0 0 0.5rem;
	padding: 0;
	font-family: "Lekton", ui-monospace, monospace, system-ui, sans-serif;
	font-weight: 400;
	font-synthesis: none;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #000;
	display: block;
}
.single-product .product[class*="product_tag-limitov"] .summary:not(:has(.krehky-single-product-limitovana-badge))::before {
	content: 'limitovaná série';
}
.single-product .product.product_tag-limited .summary:not(:has(.krehky-single-product-limitovana-badge))::before {
	content: 'limited series';
}
.single-product div.product .summary h1.product_title.entry-title {
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}
/* Product detail — outline add-to-cart (not site-wide buttons). */
.single-product div.product form.cart .single_add_to_cart_button.button,
.single-product div.product form.cart .single_add_to_cart_button.button.alt,
.single-product .storefront-sticky-add-to-cart__content-button.button {
	font-size: 14px !important;
	text-transform: uppercase !important;
	font-family: "Lekton", ui-monospace, monospace;
	font-weight: 700;
	font-synthesis: none;
	line-height: 1 !important;
	padding: 0 1.15em !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #000 !important;
	border-radius: 0;
	box-shadow: none !important;
	transition:
		background-color 0.25s ease,
		color 0.25s ease,
		border-color 0.25s ease !important;
}
.single-product div.product form.cart .single_add_to_cart_button.button:hover,
.single-product div.product form.cart .single_add_to_cart_button.button:focus,
.single-product div.product form.cart .single_add_to_cart_button.button.alt:hover,
.single-product div.product form.cart .single_add_to_cart_button.button.alt:focus,
.single-product .storefront-sticky-add-to-cart__content-button.button:hover,
.single-product .storefront-sticky-add-to-cart__content-button.button:focus {
	background-color: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}

@media (prefers-reduced-motion: reduce) {
	.single-product div.product form.cart .single_add_to_cart_button.button,
	.single-product div.product form.cart .single_add_to_cart_button.button.alt,
	.single-product .storefront-sticky-add-to-cart__content-button.button {
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 767px) {
	.single-product div.product form.cart {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 10px;
	}
	.single-product div.product form.cart .quantity,
	.single-product div.product form.cart .button {
		float: none;
	}
	.single-product div.product form.cart .quantity {
		margin-right: 0;
		width: 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
	.single-product div.product form.cart .quantity input.qty {
		width: 100%;
		min-width: 0;
	}
	.single-product div.product form.cart .single_add_to_cart_button.button,
	.single-product div.product form.cart .single_add_to_cart_button.button.alt {
		width: 100% !important;
		flex: 1 1 100%;
		max-width: 100%;
	}
	.single-product div.product .summary .krehkyDescWrapper {
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}
}

/* Product gallery thumbs: one row when they fit (mobile + narrow tablet). */
@media (max-width: 1024px) {
	.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
	.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 12px;
		width: 100%;
		max-width: 100%;
		margin: 0 0 1rem;
		padding: 0;
		overflow: visible;
		list-style: none;
	}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li,
	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
		float: none;
		width: 64px;
		flex: 0 0 64px;
		margin: 0 !important;
	}
	.single-product div.product .woocommerce-product-gallery .flex-viewport {
		margin-bottom: 1rem;
	}
}

.storefront-full-width-content.single-product div.product .summary {
    min-height:400px;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    margin-bottom:0px;
}
ul.products li.product h2.woocommerce-loop-category__title {
    margin-bottom:0px;
}
.product.outofstock .price {
    display:none;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 64px;
    margin-bottom: 40px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 40px;
}

.textwidget p:last-child {
    margin-bottom:0px;
}
body.stores .so-widget-sow-editor .widget-title {
    padding-top:0px !important;
}
.products.related > h2 {
    padding-top:40px;
}

table td, table th,
table.cart td, table.cart th,
table.woocommerce-checkout-review-order-table td,
body.woocommerce-order-received .order_details > li
{
    padding:15px 15px 15px 0px !important;
    vertical-align:middle;
}
table .order-total td,
table .tax-total td,
table .cart-subtotal td,
.cart_item .product-price,
.cart_item .product-subtotal,
.cart_item .product-total,
.shop table .product-total,
.cart_review_totals_shipping td,
.cart_review_totals_payment td,
.shop_table th.product-total,
table .tax-rate td,
.shop_table th.product-subtotal,
.shop_table th.product-price,
.shop_table th.product-subtotal,
.shop_table.order_details tr td:last-child
{
    text-align:right !important;
}
.shop_table .product-quantity {
    text-align:center;
}
table .tax-rate th,
.shop_table.order_details tfoot tr:nth-last-child(3) th {
    text-transform:capitalize;
}
table .tax_label {
    display:none;
}

.required {
    color:gray;
}
.site-content>.col-full>.woocommerce>.woocommerce-error:first-child, .site-content>.col-full>.woocommerce>.woocommerce-info:first-child, .site-content>.col-full>.woocommerce>.woocommerce-message:first-child {
    margin:20px 0px 0px 0px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    margin-bottom:20px;
}
.stock.in-stock {
    display:none;
}
.shipped_via {
    display:block;
}
 







.storefront-full-width-content .woocommerce-products-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header {
    padding-bottom:0px;
}
 .cart-collaterals h2 {
    margin-bottom:0px;
}
.wc-proceed-to-checkout .button.checkout-button {
    font-size:20px;
}

/* Cart — proceed checkout: Lekton. Back to shop is a plain link (see .wc-back-to-shop rules below). */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 700;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
}

/* Cart totals sidebar — subtotal value (Lekton 400; global .woocommerce-Price-amount uses 700). */
body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 400;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
}
body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td .woocommerce-Price-amount,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td .woocommerce-Price-amount bdi,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td bdi {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 400 !important;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
}

/* Cart totals — “shipping calculated at next step” (WooCommerce tr.note). Teimer has no synthetic italic when font-synthesis is off on body — use Teimer-Light-Italic. */
body.woocommerce-cart .cart_totals table.shop_table tr.note td {
    font-family: "Teimer-Light-Italic", "Teimer-Light", serif;
    font-style: normal;
    font-synthesis: none;
}

/* Cart totals — DPH / tax row: full-width solid top border. */
body.woocommerce-cart .cart_totals table.shop_table tr.tax-total th,
body.woocommerce-cart .cart_totals table.shop_table tr.tax-total td {
    border-top: 1px solid #000;
}

/* Cart table — quantity inputs (match single-product .qty). */
body.woocommerce-cart form.woocommerce-cart-form .product-quantity .quantity {
    margin-left: 0;
}

body.woocommerce-cart form.woocommerce-cart-form .product-quantity input.input-text.qty {
    margin-left: 0;
    font-family: "Lekton", ui-monospace, monospace;
    font-size: 14px;
    font-weight: 400;
    font-synthesis: none;
    text-transform: uppercase;
    min-width: 3.631em;
    text-align: center;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.5em 0.45em;
    border: 1px solid #000 !important;
    border-radius: 0;
    -webkit-appearance: auto;
    appearance: auto;
    -moz-appearance: number-input;
}

body.woocommerce-cart form.woocommerce-cart-form .product-quantity input.input-text.qty[type="number"]::-webkit-inner-spin-button,
body.woocommerce-cart form.woocommerce-cart-form .product-quantity input.input-text.qty[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    height: auto;
    cursor: pointer;
}

body.woocommerce-cart form.woocommerce-cart-form td.product-remove {
    text-align: right;
}

body.woocommerce-cart div.woocommerce table.shop_table.cart.woocommerce-cart-form__contents td.product-remove a.remove,
body.woocommerce-cart div.woocommerce table.shop_table.cart td.product-remove a.remove,
body.woocommerce-cart form.woocommerce-cart-form td.product-remove a.remove {
    color: #000 !important;
    border-color: #000 !important;
    background: transparent !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #000 !important;
    filter: none !important;
    -webkit-filter: none !important;
}

body.woocommerce-cart div.woocommerce table.shop_table.cart td.product-remove a.remove::before,
body.woocommerce-cart div.woocommerce table.shop_table.cart td.product-remove a.remove:before,
body.woocommerce-cart form.woocommerce-cart-form td.product-remove a.remove::before,
body.woocommerce-cart form.woocommerce-cart-form td.product-remove a.remove:before {
    filter: none !important;
    -webkit-filter: none !important;
    color: #000 !important;
}

body.woocommerce-cart div.woocommerce table.shop_table.cart td.product-remove a.remove:hover,
body.woocommerce-cart div.woocommerce table.shop_table.cart td.product-remove a.remove:focus,
body.woocommerce-cart form.woocommerce-cart-form td.product-remove a.remove:hover,
body.woocommerce-cart form.woocommerce-cart-form td.product-remove a.remove:focus {
    color: #000 !important;
    border-color: #000 !important;
    background: transparent !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #000 !important;
    filter: none !important;
    -webkit-filter: none !important;
}
#ship-to-different-address label {
    font-size:20px;
}
#payment .place-order {
    display:none;
}
table.woocommerce-checkout-review-shipping-table,
.wc_payment_methods.payment_methods.methods,
#customer_details .col-2,
#customer_details .col-1,
#order_comments_field {
    margin:0px;    
}
.krehky-header-minicart-host .widget_shopping_cart {
    display:none;
}
.krehky-masthead-wrap.krehky-minicart-is-open .krehky-header-minicart-host .widget_shopping_cart {
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    position: fixed !important;
    top: var(--krehky-minicart-top, 5.5rem) !important;
    right: max(1rem, env(safe-area-inset-right)) !important;
    left: auto !important;
    bottom: auto !important;
    width: 360px !important;
    max-width: calc(100vw - 2rem) !important;
    z-index: 999999 !important;
}





.cart-contents:before {
    content:"";
    display:none;
}

.site-header-cart .cart-contents {
    color:#000;
    text-transform:uppercase;
    letter-spacing: 1.1px;
    line-height:26px;
}

.site-header-cart .cart-contents .cart-label {
    display:inline-block;
    font-size:14px;
}

.site-header-cart .cart-contents .cart-count-index {
    display: inline;
    font-size: 14px;
    line-height: inherit;
    vertical-align: baseline;
    letter-spacing: 1.1px;
    font-weight: inherit;
    font-variant-numeric: tabular-nums;
}

.site-header-cart .cart-contents .count {
    display:inline-block;
    margin-left:6px;
    font-size:14px;
}

.wpml-ls-legacy-list-vertical a,
.site-header-cart .wcml-horizontal-list li a,
.site-header-cart .cart-contents {
    letter-spacing: 1.1px;
}

.wpml-ls-legacy-list-vertical a,
.site-header-cart .wcml-horizontal-list li a {
    opacity:.9;
}

.site-search .widget,
.site-search .widget_product_search {
    margin-bottom:0;
}




.widget_shopping_cart_content {
    background-color:#f5f5f5;
}
.widget_shopping_cart_content img {
    display:none;
}
.widget_shopping_cart_content .mini_cart_item {
    position: relative;
    padding-left: 28px;
}
.widget_shopping_cart_content .mini_cart_item a.remove {
    position: absolute;
    left: 0;
    top: 2px;
}
.widget_shopping_cart_content .mini_cart_item a:not(.remove) {
    display:block;
}
.widget_shopping_cart_content .mini_cart_item .quantity {
    display:block;
    float:none;
    margin-top:8px;
}
.krehky-header-minicart-host .widget_shopping_cart a.button {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.widget_shopping_cart p.total {
    text-align:left;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount {
    float:right;
}
.widget_shopping_cart p.total,
.product_list_widget li {
    border-bottom:0px;
}



table.cart .product-thumbnail img {
    margin-left: unset;
}

/* Košík — product thumbnails always square (crop with object-fit). */
body.woocommerce-cart form.woocommerce-cart-form table.cart td.product-thumbnail img,
body.woocommerce-cart table.shop_table.cart.woocommerce-cart-form__contents td.product-thumbnail img {
    width: 64px;
    height: 64px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
}

body.woocommerce-cart form.woocommerce-cart-form table.cart td.product-thumbnail a {
    display: inline-block;
    line-height: 0;
}
table th {
  background-color:white;
}
table tbody tr:nth-child(2n) td, fieldset, fieldset legend,
table tbody td,
.order-total th {
  background-color:white;
}
table.cart tr:nth-last-child(2) td,
.woocommerce-checkout-review-order-table .cart_item:last-child td,
.shop_table.order_details .order_item:last-child td
 {
  padding-bottom: 25px !important;
  margin-bottom: 25px !important;
  border-bottom:1px solid #757575;
}
table.cart th,
.shop_table.shop_table_responsive .order-total > *,
.shop_table.order_details thead th,
.shop_table.order_details tfoot tr:last-child > * {
  color: black;
  background-color:white;
  border-top:1px solid #757575;
  border-bottom:1px solid #757575;
}
.woocommerce-checkout-review-order-table .order-total > * {
  border-top:1px solid #757575;
  padding-top: 15px !important;
  margin-top: 25px !important;
}
table.cart td.product-subtotal {
    padding-bottom:15px;
}
.shop_table th,
table.cart th,
table.cart td,
.shop_table tr.note td {
    padding-left:0px !important;
}
.shop_table .order-total .includes_tax {
        display:none !important;
} 
.shop_table.shop_table_responsive {
    border-top:1px solid black;
}
.woocommerce-cart-form__contents thead th {
    border-top:0px;
} 



 



.input-text, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea,
.select2-selection__rendered {
    background-color:white;
    box-shadow:none;
    border:0px;
    border-bottom:1px solid black;
    padding-left:0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color:#ddd;
    color:black;
}
.select2-dropdown {
    border-radius:0px;
    border-color:black;
    border-top:1px solid black !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color:black;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left:0px;
}
.wc-terms-and-conditions input[type=checkbox] {
    display:none;
}
.wc-terms-and-conditions span:nth-child(2):before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f111";
    margin-right: .5407911001em;
    -webkit-transition: color,ease,.2s;
    transition: color,ease,.2s;
}
.wc-terms-and-conditions input:checked ~ span:nth-child(2):before {
    content: "\f192";
}




#payment .payment_methods > li:not(.woocommerce-notice):hover,
#shipping_method li:hover label {
    background-color:white;
}
#payment .payment_methods > li:not(.woocommerce-notice):hover label,
#shipping_method li:hover label,
#payment input:checked ~ label,
#shipping_method input:checked ~ label {
}
#payment .payment_methods li .payment_box,
#shipping_method .shipping-method-description {
    padding:0px 15px 20px 37px;
}
#shipping_method .shipping-method-description {
}
.woocommerce-checkout h3 {
    padding-top:40px !important;
    margin-bottom:20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #757575;
    font-size:24px;
}
.woocommerce-checkout h3#ship-to-different-address {
    padding-bottom:40px !important;
}
.woocommerce-billing-fields__field-wrapper p:last-child {
    margin-bottom:0px;
}
.woocommerce-billing-fields h3:first-child {
    padding-top:20px !important;    
}



.woocommerce-checkout .page {
    margin-left:unset;
}


.sd-buttons-flat input[type="submit"] {
    width:100%;
}
.sd-buttons-flat .contact-submit input[type="submit"] {
    width:80%;
}
body.single-product .contact-form {
    margin-top:40px;
}


body.woocommerce-checkout label {
    padding-bottom:2px;
}

.storefront-sticky-add-to-cart__content-button.button {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 700;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
}

body.woocommerce-order-received .order_details {
    background-color:white;
    margin:0px;
} 
body.woocommerce-order-received .order_details > li {
    border-bottom:0px;
    text-transform:none;
    font-size:20px;
}
ul.order_details li strong {
    display:inline-block;
    font-size:1em;
}
body.woocommerce-order-received .order_details:before,
body.woocommerce-order-received .order_details:after {
    display:none;
}  
body.woocommerce-order-received h2 {
    margin-bottom:0px;
    margin-top:20px;
}



table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend,
table:not( .has-background ) th,
table:not( .has-background ) tbody td {
    background-color:white;
}
#ship-to-different-address .check {
    display:none;
}
body.woocommerce-checkout #main>article {
    width:100%;
}
body.woocommerce-checkout #main>article .entry-content {
    margin-left:auto;
    margin-right:auto;
    width:100%;
}


.woocommerce-info {
    background-color:rgba(0,0,0,0.5) !important;
}





.hentry .entry-content ul.products li.product > a:first-child,
ul.products li.product .woocommerce-LoopProduct-link:first-child {
    position:relative;
}
ul.products li.product .woocommerce-loop-product__title {
    text-align:left;
    text-transform:uppercase;
}
h2 + h3 {
    border:0px !important;
}


body .topbar .textwidget:not(:empty) {
    background-color:#574e83;
    max-width: 1440px;
    margin-left:auto;
    margin-right:auto;
    padding-top:5px;
    padding-bottom:10px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top:10px;
    border-bottom:1px solid black;
    border-top:1px solid black;
    text-align:center;
    color:white;
    font-size: 14px;
    line-height: 22px;
}
/*body:not(.tax-product_cat):not(.single-product):not(.woocommerce-checkout) .topbar  {
    display:none;
}*/
body.single-product .topbar {
    margin-bottom: 12px;
}

.woocommerce-info a {
    text-decoration:underline !important;
}

























@media (max-width: 1479px) {
    .col-full {
        margin-left:2%;
        margin-right:2%;
    }
    #content > .col-full,
    .site-content #content > .col-full {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1063px) {
  
}


@media screen and (max-width: 768px) {
  .wpmlSwitchers {
      margin-left:0em;
  }
  .storefront-primary-navigation {
    display:block !important;
    text-align:left;
    margin-bottom:0;
  }
  /* Masthead: keep HLEDAT visible; float/margin from desktop shop header fight the flex row. */
  .woocommerce-active #masthead .site-search {
    display: flex !important;
    align-items: center;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: auto !important;
  }
  #masthead > .col-full > .site-search .widget.widget_product_search {
    text-align: left;
  }
  .site-header .menu-toggle {
    float: none;
  }
  /* One row: burger left, logo centered (absolute), Hledat + (EN) + (€) + Košík grouped right. */
  #masthead > .col-full {
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 0;
    row-gap: 0.35rem;
    justify-content: flex-start;
    /* Logo (~40px tall at max 120px width); min-height reserves header strip. */
    min-height: 72px;
    box-sizing: border-box;
  }
  #masthead > .col-full > .secondary-navigation {
    order: 0;
    flex: 0 0 auto;
  }
  #masthead > .col-full > .storefront-primary-navigation {
    order: 1;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0;
    position: relative;
    z-index: 2;
  }
  #masthead > .col-full .menu-toggle {
    margin-right: 16px !important;
  }
  #masthead > .col-full > .site-search {
    order: 2;
    flex: 0 0 auto;
    margin-left: auto !important;
    z-index: 2;
  }
  #masthead > .col-full > .wpmlSwitchers {
    order: 3;
    width: auto !important;
    flex: 0 0 auto;
    z-index: 2;
  }
  #masthead > .col-full > .wooLogin {
    order: 4;
    position: static !important;
    top: auto !important;
    right: auto !important;
    margin: 0 0.5rem 0 0 !important;
    width: auto !important;
    max-width: none;
    text-align: left !important;
    flex: 0 0 auto;
    z-index: 2;
  }
  /* Hledat moved out of .col-full: restore right cluster (WCML (€) + košík) — was margin-left:auto on .site-search. */
  #masthead > .col-full:not(:has(> .site-search)) > .wooLogin {
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
  }
  
  .handheld-navigation ul.menu li:first-child {
    padding-top:5px;
  }
  
  
  body:not(.home):not(.stores) .entry-content>.panel-layout:first-child .panel-grid>.panel-grid-cell:nth-child(2) p, .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p {
    font-size:24px !important;
    line-height:34px;
  } 
  
  .storefront-handheld-footer-bar {
    display:none;
  } 
  
  .wpmlSwitchers {
    display:none !important;
  }
   .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:last-child {
    margin-right:0px;
   } 
   .storefront-full-width-content.single-product .related ul.products li.product {
        width:100%;
   }
   .menu button.dropdown-toggle {
       padding:unset;
   }
   
}

/* Handheld menu: fixed panel under masthead with roll-down / roll-up (max-height + motion). */
@media screen and (max-width: 767.98px) {
  #masthead.site-header {
    position: relative;
  }

  #masthead #site-navigation.main-navigation .handheld-navigation {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    top: var(--krehky-masthead-bottom, 5.25rem);
    margin: 0;
    box-sizing: border-box;
    background: #fff;
    z-index: 100060;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    padding: 0 1rem;
    border-top: 1px solid transparent;
    box-shadow: none;
    transform: translateY(-10px);
    -webkit-overflow-scrolling: touch;
    transition:
      max-height 0.42s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.32s ease,
      visibility 0s linear 0.42s,
      padding 0.42s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.42s cubic-bezier(0.4, 0, 0.2, 1),
      box-shadow 0.28s ease;
  }

  #masthead #site-navigation.main-navigation.toggled .handheld-navigation {
    max-height: calc(100vh - var(--krehky-masthead-bottom, 5.25rem));
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.65rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
    transform: translateY(0);
    box-shadow:
      inset 0 1px 0 0 rgba(0, 0, 0, 0.12),
      0 10px 28px rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    transition:
      max-height 0.42s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s ease 0.04s,
      visibility 0s linear 0s,
      padding 0.42s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.42s cubic-bezier(0.4, 0, 0.2, 1),
      box-shadow 0.3s ease 0.08s;
  }
}

@media screen and (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  #masthead #site-navigation.main-navigation .handheld-navigation,
  #masthead #site-navigation.main-navigation.toggled .handheld-navigation {
    transition-duration: 0.01ms;
    transform: none;
  }
}

@media screen and (max-width: 450px) {
    .storefront-full-width-content .site-main .columns-3 ul.products li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 0 2px 0;
        }
 }


.woocommerce-form-login-toggle {
    display:none !important;
}




.festival-banner {
    max-height: 400px;
}

.page-template-template-festivalinfo main .entry-content p {
    font-size: 26px;
    line-height: 34px;
}

.program-row, .presenter-row {
    margin: 0px 0px 15px 0px;
}

.program-dateblock {
    background-color: #f9ec3c;
    padding: 15px;
    width: 100%;
    font-family:"Teimer-Light";
}

.program-day {
    text-transform: uppercase;
}

.program-block {
    padding: 15px;
    width: 100%;
}

.presenter-block {
    padding: 0px;
}

.program-time, .presenter-name {
    font-family:"Teimer-Light";
}

.presenter-name {
    font-size: 24px;
}

.presenter-photo {
    margin-bottom: 15px;
}

.program-text {
    margin-bottom: 15px;
}

.festival-gallery {
    padding-top: 80px;
    max-width: 960px;
    margin: 0 auto;
}

.festival-gallery .gallery.gallery-columns-3 .gallery-item {
    width: auto;
    margin: 5px;
}

ul.festival-nav {
    list-style-type: none;
    margin: 40px 0px 30px 0px;
    display: none;
}

.festival-nav li {
    font-family:"Teimer-Light";
    font-size: 16px;
    text-transform: uppercase;
}

.festival-nav li a {
}

.festival-nav li span, .festival-nav li a:hover {
    border-bottom: 2px solid #000;
}

@media (min-width: 768px) {
    .program-row {
        display: flex;
    }
    .festival-banner {
        width: 50%;
        max-height: 600px;
        padding: 10px 20px 20px 0px;
    }
    .page-template-template-festivalinfo main .entry-content {
        margin-top: 0px;
    }
    .festival-info-row {
        display: flex;
    }
    .program-dateblock {
        width: 180px;
        margin-right: 30px;
    }
    .presenter-row {
        display: flex;
        align-items: flex-start;
    }
    .presenter-photo {
        width: 30%;
        margin-right: 60px;
    }
    ul.festival-nav {
        display: block;
    }
    .festival-nav li {
        display: inline-block;
        margin: 0px 40px 0px 0px;
    }
}

.product-template-default.single-product main .product {
    margin-top: 40px;
}

/* DROBNÉ ÚPRAVY Z AKTUALIZACE */

.woocommerce-loop-category__title mark.count {
    display: none;
}

.archive .site-main .woocommerce-info.no-products-found {
    display: none;
}

.archive.search .site-main .woocommerce-info.no-products-found {
    display: block;
    background-color: #fff !important;
    color: #000 !important;
    border-left: none !important;
    margin: 200px auto;
    text-align: center;
    max-width: 800px;
    font-size: 32px;
    line-height: 52px;
}

.single #post-navigation {
    display: none;
}

.products .product_category_title {
    display: none;
}

.woocommerce-mini-cart__empty-message {
    display: none;
}

.error-404 section:nth-of-type(2), .error-404 .fourohfour-columns-2 {
    display: none;
}

.product.product_tag-original>.woocommerce-LoopProduct-link::after, .product.product_tag-original>.woocommerce-product-gallery::after,
.product.product_tag-original-en>.woocommerce-LoopProduct-link::after, .product.product_tag-original-en>.woocommerce-product-gallery::after {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 26px;
    padding: 2px 10px;
    color: #fff;
    font-size: 16px;
    display: block;
    z-index: 50;
    text-transform: none;
    background-color: #000;
    clip-path: polygon(0% 0%, 5% 100%, 100% 100%, 100% 0%);
}

.product[class*="product_tag-limitov"] > .woocommerce-product-gallery::after,
.product.product_tag-limited > .woocommerce-product-gallery::after {
    position: absolute;
    left: 0;
    top: 5px;
    height: auto;
    padding: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    z-index: 50;
    font-family: "Lekton", ui-monospace, monospace, system-ui, sans-serif;
    font-weight: 700;
    font-synthesis: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: none;
    background-color: transparent;
    clip-path: none;
}

.product.product_tag-vyprodano>.woocommerce-LoopProduct-link::after, .product.product_tag-vyprodano>.woocommerce-product-gallery::after,
.product.product_tag-sold-out>.woocommerce-LoopProduct-link::after, .product.product_tag-sold-out>.woocommerce-product-gallery::after  {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 60px;
    width: 60px;
    padding: 16px 0px 0px 0px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    z-index: 50;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(10deg);
    background-color: #000;
    border-radius: 50%;    
}

.product.product_tag-original>.woocommerce-LoopProduct-link::after, .product.product_tag-original>.woocommerce-product-gallery::after {
    content: 'originál';
}

.product.product_tag-original-en>.woocommerce-LoopProduct-link::after, .product.product_tag-original-en>.woocommerce-product-gallery::after {
    content: 'original';
}

.product.product_tag-limitovana > .woocommerce-product-gallery::after,
.product.product_tag-limitovana-serie > .woocommerce-product-gallery::after {
    content: 'limitovaná série';
    width: auto;
    min-width: 11em;
}

.product.product_tag-limited > .woocommerce-product-gallery::after {
    content: 'limited series';
    width: auto;
    min-width: 11em;
}

/* Single product: badge lives in .summary (not over the gallery image). */
.single-product .product[class*="product_tag-limitov"] > .woocommerce-product-gallery::after,
.single-product .product.product_tag-limited > .woocommerce-product-gallery::after {
    display: none;
    content: none;
}

.product.product_tag-vyprodano>.woocommerce-LoopProduct-link::after, .product.product_tag-vyprodano>.woocommerce-product-gallery::after {
    content: 'vyprodáno';
}

.product.product_tag-sold-out>.woocommerce-LoopProduct-link::after, .product.product_tag-sold-out>.woocommerce-product-gallery::after {
    content: 'sold out';
}

.page-template-template-festivalhistory main {
    margin-top: 20px;
}

.footer-widgets .block>div#nav_menu-2 {
    margin: 0 0 1.5em;
    text-align: left;
}

.footer-widgets .block>div#nav_menu-2 .menu-footer-container {
    text-align: left;
}

.footer-widgets .block>div#sow-editor-6 {
    text-align: left;
}

.footer-widgets .block>div#sow-editor-6 .krehky-footer-logo-wrap {
    margin: 0;
}

.footer-widgets .block>div#sow-editor-6 .krehky-footer-logo-wrap .custom-logo-link {
    display: inline-block;
    line-height: 0;
}

.footer-widgets .block>div#sow-editor-6 .krehky-footer-logo-wrap img.custom-logo {
    width: 120px;
    max-width: 100%;
    height: auto;
}

.footer-widgets .block>div#sow-editor-7 {
    margin: 1.5em 0 1.9em;
}

/* Row 1: contact (#sow-editor-6, logo + address) | Comgate (#block-13) — 50% / 50%; then menu; then legal */
.footer-widgets.row-1.col-1 .block.footer-widget-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    column-gap: 1rem;
    row-gap: 1rem;
}

.footer-widgets.row-1.col-1 .block.footer-widget-1 > #sow-editor-6 {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.footer-widgets.row-1.col-1 .block.footer-widget-1 > #nav_menu-2 {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}

.footer-widgets.row-1.col-1 .block.footer-widget-1 > #sow-editor-7 {
    grid-column: 1 / -1;
    grid-row: 3;
}

.footer-widgets.row-1.col-1 .block.footer-widget-1 > #block-13 {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    text-align: right;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}

/* Override block editor inline margin:0 auto on figure — flush right in footer column */
.footer-widgets.row-1.col-1 .block.footer-widget-1 > #block-13 figure.wp-block-image {
    margin-left: auto !important;
    margin-right: 0 !important;
}

@media (max-width: 768px) {
    .footer-widgets.row-1.col-1 .block.footer-widget-1 {
        grid-template-columns: 1fr;
    }

    .footer-widgets.row-1.col-1 .block.footer-widget-1 > #sow-editor-6,
    .footer-widgets.row-1.col-1 .block.footer-widget-1 > #nav_menu-2,
    .footer-widgets.row-1.col-1 .block.footer-widget-1 > #sow-editor-7,
    .footer-widgets.row-1.col-1 .block.footer-widget-1 > #block-13 {
        grid-column: 1;
        width: 100%;
        max-width: 100%;
    }

    .footer-widgets.row-1.col-1 .block.footer-widget-1 > #sow-editor-6 {
        grid-row: 1;
        justify-self: stretch;
        text-align: left;
    }

    .footer-widgets.row-1.col-1 .block.footer-widget-1 > #sow-editor-6 .krehky-footer-logo-wrap {
        text-align: left;
    }

    /* Stack: logo → legal links (#nav_menu-2) → Comgate image (#block-13) → company text (#sow-editor-7) */
    .footer-widgets.row-1.col-1 .block.footer-widget-1 > #nav_menu-2 {
        grid-row: 2;
        text-align: left;
    }

    .footer-widgets.row-1.col-1 .block.footer-widget-1 > #nav_menu-2 .menu-footer-container {
        text-align: left;
    }

    .footer-widgets.row-1.col-1 .block.footer-widget-1 > #block-13 {
        grid-row: 3;
        justify-self: stretch;
        text-align: center;
    }

    .footer-widgets.row-1.col-1 .block.footer-widget-1 > #sow-editor-7 {
        grid-row: 4;
    }

    .footer-widgets.row-1.col-1 .block.footer-widget-1 > #block-13 figure.wp-block-image {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.page-template-template-festivalpartners h3 {
    font-family:"Teimer-Light";
    font-size: 18px;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
    padding: 0 0 6px 0;
    width: 100%;
    border-bottom: 1px solid #999;
}

.page-template-template-festivalpartners figcaption {
    font-family:"Teimer-Light";
    font-size: 16px;
    padding: 10px 0 0 0;
}

.page-template-template-festivalpartners .festival-gallery {
    padding-top: 0px;
}

.page-template-template-festivalpartners .festival-gallery .gallery-icon {
    height: 100px;
    margin: 10px 40px 5px 40px;
}

.page-template-template-festivalpartners .festival-gallery img {
    max-width: 150px;
    max-height: 100px;
}

/*.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a, .main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a, .wpml-ls-legacy-list-vertical a span, .wcml-horizontal-list li a {
    font-family: 'Teimer-Light', serif;
    color: #000;
    text-transform: none;
}*/

.main-navigation ul.menu>li>ul>li>a:hover, .main-navigation ul.menu>li>ul>li>ul>li>a:hover {
    text-decoration: underline!important;
    text-decoration-color: #999!important;
}

.main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover>a, .main-navigation ul.menu ul li.focus, .main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li:hover>a, .main-navigation ul.nav-menu ul li.focus {
    background-color: #fff;
}


/* NEWS CAROUSEL AND DISPLAY */

/* Wraps Slick + “Všechny novinky” so the button sits under the slider (not absolutely positioned). */
.krehky-news-block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}
.krehky-news-block .news-carousel {
    flex: 0 0 auto;
    width: 100%;
}
.krehky-news-block .news-button {
    align-self: flex-end;
    margin-top: 0.75rem;
    position: static;
}

.news-carousel {
    width: 100%;
}
.news-carousel.slick-initialized,
.news-carousel.slick-slider {
    position: relative;
}
/* Vertical slide: incoming from below, outgoing moves up (Slick vertical mode). */
.news-carousel.slick-vertical .slick-list {
    overflow: hidden;
}
.news-carousel.slick-vertical .slick-slide {
    border: 0;
}
.news-carousel .slick-slide.newsbox {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.news-carousel.slick-vertical .slick-prev,
.news-carousel.slick-vertical .slick-next {
    left: 50%;
    right: auto;
    z-index: 100;
    /* Override slick-theme vertical centering (top: 50% + translateY). */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-synthesis: none;
    opacity: 0.85;
    /* Slick default button text + slick-theme font-size:0; we draw arrows in ::before. */
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden;
    color: transparent;
}
.news-carousel.slick-vertical .slick-prev {
    top: 6px;
    bottom: auto;
}
.news-carousel.slick-vertical .slick-next {
    top: auto !important;
    bottom: 6px;
    right: auto;
}
/* Unicode ↑ / ↓ on ::before (Lekton); hides default “Previous” / “Next” text via font-size:0 on button. */
.news-carousel.slick-vertical .slick-prev:before,
.news-carousel.slick-vertical .slick-next:before {
    display: block !important;
    font-family: "Lekton", ui-monospace, monospace, system-ui, "Segoe UI Symbol", "Apple Symbols", sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 1 !important;
    color: #000;
    opacity: 1;
}
.news-carousel.slick-vertical .slick-prev:before {
    content: '\2191' !important;
}
.news-carousel.slick-vertical .slick-next:before {
    content: '\2193' !important;
}
@media (min-width: 620px) {
    .news-carousel.slick-vertical .slick-prev {
        top: 10px;
    }
    .news-carousel.slick-vertical .slick-next {
        bottom: 10px;
    }
}

.news-carousel .news-sublabel, .news-detail .news-sublabel {
    background-color: #fff;
    z-index: 50;
    width: 100%;
    font-size: 12px;
    /* Teimer italic is a separate @font-face (font-style: normal); synthetic italic does not apply. */
    font-family: "Teimer-Light-Italic", "Teimer-Light", serif;
    font-style: normal;
    position: relative;
}

.news-button {
    font-size: 14px;
    font-family: "Lekton", ui-monospace, monospace, system-ui, "Segoe UI Symbol", "Apple Symbols", sans-serif;
    font-weight: 700;
    font-synthesis: none;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    padding: 2px 10px;
    border: 1px solid #000;
}

.news-carousel .news-text, .news-line .news-text, .news-detail .news-text {
    margin: 10px 0;
    font-size: 18px;
}

.news-carousel .news-text a, .news-line .news-text a {
    text-decoration: underline !important;
}

.news-carousel .news-text a:hover, .news-line .news-text a:hover {
    text-decoration: none !important;
}

.news-line .news-text {
}

.news-line {
    padding: 40px 0px 40px 0px;
    border-bottom: 1px dotted #999;
}

.news-carousel, .news-detail {
    margin-top: 30px;
}

.news-gallery {
    padding-top: 60px;
    max-width: 1024px;
    margin: 0 auto;
}

.news-gallery .gallery.gallery-columns-3 .gallery-item {
    width: auto;
    margin: 5px;
}


@media (min-width: 620px) {
    .news-carousel .newsbox, .news-detail {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .news-detail {
        align-items: flex-start;
    }
    .news-carousel .news-picture {
        width: 50%;
        margin-right: 5%;
        padding-top: 50%;
        position: relative;
    }
    .news-detail .news-picture {
        width: 50%;
        margin-right: 5%;
        position: relative;
    }
    .news-carousel .news-image img, .news-line .news-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        object-fit: cover;
    }
    .news-carousel .news-text, .news-line .news-text, .news-detail .news-text {
        width: 50%;
        margin: 0;
    }
    .news-line {
        display: flex;
        align-items: top;
    }
    .news-line .news-picture {
        width: 200px;
        margin-right: 30px;
        padding-top: 200px;
        position: relative;
    }
    .news-line .news-image img {
        width: 200px;
        height: 200px;
    }
    /* Horizontal carousel only — vertical mode uses top/bottom arrows (see .slick-vertical rules above). */
    .news-carousel:not(.slick-vertical) .slick-prev,
    .news-carousel:not(.slick-vertical) .slick-next {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 100;
    }
    .news-carousel:not(.slick-vertical) .slick-prev {
        left: 12px;
        right: auto;
    }
    .news-carousel:not(.slick-vertical) .slick-next {
        right: 12px;
        left: auto;
    }
    .news-carousel:not(.slick-vertical) .slick-prev,
    .news-carousel:not(.slick-vertical) .slick-next {
        font-family: "Lekton", ui-monospace, monospace;
        font-synthesis: none;
        font-size: 14px;
        text-transform: uppercase;
    }
    .news-carousel:not(.slick-vertical) .slick-prev:before,
    .news-carousel:not(.slick-vertical) .slick-next:before {
        color: #000;
        font-family: "Lekton", ui-monospace, monospace, system-ui, "Segoe UI Symbol", "Apple Symbols", sans-serif;
        font-weight: 700;
        font-synthesis: none;
        font-size: 14px !important;
        text-transform: uppercase;
    }
    .krehky-news-block .news-button {
        margin-top: 1rem;
        margin-right: 12px;
    }
}

/* Horizontal news carousel (tablet/mobile, matches slick breakpoint): arrows on bottom. */
@media (max-width: 1024px) {
    .news-carousel:not(.slick-vertical).slick-slider .slick-list {
        padding-bottom: 2.75rem;
        box-sizing: border-box;
    }
    .news-carousel:not(.slick-vertical) .slick-prev,
    .news-carousel:not(.slick-vertical) .slick-next {
        top: auto;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px));
        -webkit-transform: none;
        transform: none;
        z-index: 100;
    }
    .news-carousel:not(.slick-vertical) .slick-prev {
        left: 24px;
        right: auto;
    }
    .news-carousel:not(.slick-vertical) .slick-next {
        right: 24px;
        left: auto;
    }
    .news-carousel:not(.slick-vertical) .slick-prev,
    .news-carousel:not(.slick-vertical) .slick-next {
        font-family: "Lekton", ui-monospace, monospace;
        font-synthesis: none;
        font-size: 14px;
        text-transform: uppercase;
    }
    .news-carousel:not(.slick-vertical) .slick-prev:before,
    .news-carousel:not(.slick-vertical) .slick-next:before {
        color: #000;
        font-family: "Lekton", ui-monospace, monospace, system-ui, "Segoe UI Symbol", "Apple Symbols", sans-serif;
        font-weight: 700;
        font-synthesis: none;
        font-size: 14px !important;
        text-transform: uppercase;
    }
}

.panel-grid.panel-has-style {
    display: none;
}

/* SHOP CUSTOMIZATIONS FOR SLICKER DISPLAY */

.wc-back-to-shop a.woocommerce-Button--previous {
    width: auto;
    text-align: left;
    display: inline-block;
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 700;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent !important;
    color: #000 !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    line-height: inherit;
}

.wc-back-to-shop a.woocommerce-Button--previous:hover,
.wc-back-to-shop a.woocommerce-Button--previous:focus {
    background: transparent !important;
    color: #000 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.wc-back-to-shop a.button:not(.woocommerce-Button--previous) {
    background: #fff;
    color: #000;
    border: 2px solid #000;
}

.checkout-right-column {
    padding: 2%;
    background-color: #f4f4f4;
}

.checkout-right-column table:not( .has-background ) tbody tr:nth-child(2n) td, .checkout-right-column table:not( .has-background ) th,.checkout-right-column  table:not( .has-background ) td {
    background-color: #f4f4f4;
}

@media (min-width: 768px) {
    .wc-back-to-shop a.woocommerce-Button--previous {
        width: auto;
        position: static;
        top: auto;
    }

    .checkout-left-column {
        width: 50%;
        margin-right: 5%;
        position: relative;
        left: 0px;
        top: 15px;
    }

    .checkout-right-column {
        width: 45%;
        right: 0px;
        top: 45px;
        position: absolute;
    }
}

.form-row label {
    font-size: 16px;
}
.form-row input {
    font-family: "Teimer-Light";
    color: #000;
}
#ship-to-different-address .button, .zasilkovna input[type=button] {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #000;
}

#shipping_method label, #shipping_method span, .wc_payment_methods label {
    font-size: 18px;
}

.woocommerce-order-details table.shop_table th, #order_review table.shop_table th {
    font-size: 16px;
    padding: 5px 5px 5px 0px !important;
}

.woocommerce-order-details table.shop_table td, #order_review table.shop_table td {
    font-size: 18px;
    padding: 5px 5px 5px 0px !important;
}

.woocommerce-order-details table.shop_table td.product-name, .woocommerce-order-details table.shop_table td.product-name a, 
.woocommerce-order-details table.shop_table td.product-total, .woocommerce-order-details table.shop_table .woocommerce-Price-amount,
#order_review table.shop_table td.product-name, #order_review table.shop_table td.product-name a, 
#order_review table.shop_table td.product-total, #order_review table.shop_table .woocommerce-Price-amount {
}

#order_review table.shop_table th.product-name, #order_review table.shop_table th.product-total,
.woocommerce-order-details table.shop_table th.product-name, .woocommerce-order-details table.shop_table th.product-total {
    padding-top: 25px !important;
    border-bottom: none;
}

.woocommerce-order-details table.shop_table td.product-name, #order_review table.shop_table td.product-name {
    width: 65%;
}

body.woocommerce-checkout #order_review table.shop_table td.product-name,
body.woocommerce-checkout #order_review table.shop_table td.product-name a {
    font-size: 16px !important;
}

/* Checkout order review — line item quantity (e.g. “× 1”). */
body.woocommerce-checkout #order_review table.shop_table td.product-name strong.product-quantity {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 700;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
}

.woocommerce-order-details table.shop_table tr.cart-subtotal th, .woocommerce-order-details table.shop_table tr.cart-subtotal td,
#order_review table.shop_table tr.cart-subtotal th, #order_review table.shop_table tr.cart-subtotal td
{
    padding-top: 15px !important;
}

body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal th,
body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal td {
    vertical-align: middle !important;
}

/* Checkout order review — subtotal value (Lekton 400; matches cart totals). */
body.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal td {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 400;
    font-synthesis: none;
    font-size: 14px !important;
    text-transform: uppercase;
}
body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal td .woocommerce-Price-amount,
body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal td .woocommerce-Price-amount bdi,
body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal td bdi {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 400 !important;
    font-synthesis: none;
    font-size: 14px !important;
    text-transform: uppercase;
}

/* Checkout order review — order total price (global bdi is Lekton 400; total should be 700). */
body.woocommerce-checkout #order_review table.shop_table tr.order-total td .woocommerce-Price-amount,
body.woocommerce-checkout #order_review table.shop_table tr.order-total td .woocommerce-Price-amount bdi,
body.woocommerce-checkout #order_review table.shop_table tr.order-total td bdi {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 700 !important;
    font-synthesis: none;
    font-size: 14px !important;
    text-transform: uppercase;
}

.woocommerce-order-details table.shop_table tr.tax-total th, .woocommerce-order-details table.shop_table td,
#order_review table.shop_table tr.tax-total th, #order_review table.shop_table td
{
    padding-bottom: 7px !important;
}

.shop_table.order_details tfoot tr:last-child > * {
    border-bottom: none;
}

.woocommerce-checkout h3#order_review_heading {
    padding-top: 10px !important;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

body.aboutpage h3 {
    font-family:"Teimer-Light";
    text-transform: uppercase;
    margin: 15px 0px 0px 0px;
    font-size: 20px;
}

body.aboutpage h2 {
    font-family:"Teimer-Light";
    text-transform: uppercase;
    margin: 40px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 22px;
    border-bottom: 1px solid #8d8d8d;

}

body.aboutpage .wp-block-heading {
    display: none;
}

section.related.products {
    display: none;
}

.product_category_title {
    text-decoration: underline;
}

bdi {
    font-family: "Teimer-Light";
}

.single-product div.product .summary p.price {
    margin: 16px 0px 16px 0px;
    font-size: 22px;
    font-family: "Teimer-Light-Italic", "Teimer-Light", sans-serif;
    font-style: normal;
}

.single-product div.product .summary p.price .woocommerce-Price-amount,
.single-product div.product .summary p.price bdi {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 400;
    font-synthesis: none;
    font-size: 18px;
    text-transform: uppercase;
}

.single-product div.product .summary p {
    font-size: 16px;
}

.single-product div.product .summary p.product-info {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 400;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
}

.single-product div.product .summary p.product-info .prop-name {
    font-family: "Lekton", ui-monospace, monospace;
    font-weight: 400;
    font-synthesis: none;
    font-size: 14px;
    text-transform: uppercase;
}

.single-product div.product form.cart {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
}

.single-product div.product .summary p.stock.out-of-stock {
    margin: 1.618em 0;
}

.checkout-right-column.fixed-pos {
    position: fixed;
    top: 10px;
}

.single-product div.product .summary p.stock {
    margin-top: 20px;
}

.single-product div.product .summary p.stock.available-on-backorder {
    font-family: "Teimer-Light-Italic", "Teimer-Light", sans-serif;
    font-style: normal;
}

.woocommerce-order-received .woocommerce {
    max-width: 650px;
    margin: 80px auto;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 28px;
    line-height: 34px;
}

small.includes_tax {
    display: none;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.page-id-11.page-template-default ol li, .page-id-666.page-template-default ol li, .privacy-policy.page-template-default ol li {
    margin: 8px 0px 8px 0px;
    font-size: 16px;
}


.packeta-widget-button {
    display: flex !important;
    width: auto !important;
}

.packeta-widget-button img {
    margin: 0 !important;
}

.packeta-widget-button button {
    font-size: 16px !important;
    width: auto !important;
}

.cart_review_totals_payment {
    display: none;
}
