/* ========================================================
   Z�KLADN� NASTAVEN�
========================================================= */

body {
    overflow-x: hidden;
}

body,
.overall-wrapper,
.content-wrapper,
.content-wrapper-in,
.content-inner,
.container,
#content,
.content,
.homepage-box,
.carousel-wrapper,
.home-carousel,
.carousel,
.banner-wrapper,
.middle-banners-wrapper,
.homepage-top-banners,
#navigation,
.navigation,
.navigation-wrapper,
.navigation-in,
.navigation-primary {
    box-sizing: border-box;
}

/* =========================================================
   DESKTOP � �IR�� LAYOUT
========================================================= */

@media (min-width: 992px) {

    /* Hlavn� obsah */
  /*  .content-wrapper,
    .content-wrapper-in,
    .content-inner,
    .container,
    #content,
    .content,
    .homepage-box,
    .carousel-wrapper,
    .home-carousel {
        max-width: 1920px !important;
        width: calc(100% - 32px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }*/

    /* Carousel */
    .carousel-inner,
    .carousel-inner img,
    .carousel img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block;
    }

    /* =====================================================
       HORN� TMAV� LI�TA MENU
    ===================================================== */

    #navigation,
    .navigation,
    .navigation-wrapper,
    .navigation-in,
    .navigation-primary {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
        box-sizing: border-box;
    }

    /* Menu uvnit� */
    .navigation-in ul,
    #navigation ul {
        width: 100% !important;
    }
}

/* ================================
   HOMEPAGE
   ================================ */

@media (min-width: 992px) {
  body.type-index :is(
    .content-wrapper,
    .content-wrapper-in,
    .content-inner,
    .container,
    #content,
    .content,
    .homepage-box,
    .carousel-wrapper,
    .home-carousel
  ),
  body.in-index :is(
    .content-wrapper,
    .content-wrapper-in,
    .content-inner,
    .container,
    #content,
    .content,
    .homepage-box,
    .carousel-wrapper,
    .home-carousel
  ) {
    max-width: 1920px !important;
    width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/* ================================
   OSTATN� STR�NKY
   ================================ */

@media (min-width: 992px) {
/*  body:not(.type-index):not(.in-index) :is(
    .content-wrapper,
    .content-wrapper-in,
    .content-inner,
    #content,
    .content
  ) {
    max-width: 1920px !important;
    width: calc(100% - 96px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }*/
  
  body:not(.type-index):not(.in-index) :is(
  .content-wrapper ) {
    max-width: 1920px !important;
    width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  body:not(.type-index):not(.in-index) :is(
  .content ) {
    padding-right: 0 !important;
  }
}



/* ================================
   HEADER - V�ECHNY STR�NKY
   ================================ */

@media (min-width: 992px) {
  #header .container,
  .header .container,
  .navigation-wrapper .container,
  .top-navigation-bar .container,
  .header-top .container,
  .header-bottom .container {
    max-width: 1920px !important;
    width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#footer {
background-color: #f9f9f9;
}

#footer > .container {
  background-color: #f9f9f9;
}

.custom-footer {
  border-top-width: 0px;
}

.homepage-box.welcome-wrapper {
display:none !important; 
}

#header.custom-lednicky-header {
  background: #ffffff;
  border-bottom: none;
  box-shadow: none;
  position: relative;
  z-index: 50;
  top: 10px;
}

#header.custom-lednicky-header .container.navigation-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0 96px;
  margin: 0;
}

#header.custom-lednicky-header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 130px;
  padding: 0;
  gap: 48px;
}

#header.custom-lednicky-header .custom-header-hidden,
#header.custom-lednicky-header #navigation.custom-original-navigation,
#header.custom-lednicky-header .menu-helper {
  display: none !important;
}

#header.custom-lednicky-header .site-name-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

#header.custom-lednicky-header .site-name,
#header.custom-lednicky-header .site-name a {
  display: flex;
  align-items: center;
}

#header.custom-lednicky-header .site-name img {
/*  width: 300px; */
  max-width: 300px;
  height: auto;
  display: block;
  max-height: 70px;
}

#header.custom-lednicky-header .custom-header-right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  min-width: 0;
}

#header.custom-lednicky-header .custom-contact-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  color: #111111;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

#header.custom-lednicky-header .custom-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #262a30;
  text-decoration: none;
}

#header.custom-lednicky-header .custom-contact-item:hover {
  color: #111111;
  text-decoration: none;
}

#header.custom-lednicky-header .custom-contact-hours,
#header.custom-lednicky-header .custom-contact-hours .custom-contact-hours-text {
  color: #262a30;
  cursor: default;
}

#header.custom-lednicky-header .custom-contact-hours:hover,
#header.custom-lednicky-header .custom-contact-hours:focus-visible {
  color: #262a30;
}

#header.custom-lednicky-header .custom-contact-hours {
  position: relative;
}

#header.custom-lednicky-header .custom-contact-hours:focus-visible {
  outline: 2px solid #f6a800;
  outline-offset: 4px;
}

#header.custom-lednicky-header .custom-contact-hours-tooltip {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 10060;
  min-width: 210px;
  padding: 12px 14px;
  border-radius: 4px;
  background: #262a30;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  pointer-events: none;
}

#header.custom-lednicky-header .custom-contact-hours-tooltip::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 18px;
  width: 12px;
  height: 12px;
  background: #262a30;
  transform: rotate(45deg);
}

#header.custom-lednicky-header .custom-contact-hours-tooltip__title {
  display: block;
  margin-bottom: 8px;
  color: #f6a800;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#header.custom-lednicky-header .custom-contact-hours-tooltip__line {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
  white-space: nowrap;
}

#header.custom-lednicky-header .custom-contact-hours:hover .custom-contact-hours-tooltip,
#header.custom-lednicky-header .custom-contact-hours:focus-visible .custom-contact-hours-tooltip,
#header.custom-lednicky-header .custom-contact-hours:focus-within .custom-contact-hours-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#header.custom-lednicky-header .custom-contact-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f6a800;
  flex: 0 0 auto;
}

#header.custom-lednicky-header .custom-contact-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

#header.custom-lednicky-header .custom-contact-dot {
  width: 20px;
  height: 20px;
  background: #FBB209;
  border-radius: 50%;
}

#header.custom-lednicky-header .custom-header-menu-area {
  width: 100%;
}

#header.custom-lednicky-header .custom-header-nav-panel {
  width: 100%;
}

@media (min-width: 992px) {
  #header.custom-lednicky-header .custom-header-nav-panel__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px 16px;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px 38px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #262a30;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > a b {
    font-weight: 800;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > a:hover {
    color: #FBB209;
    text-decoration: none;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner .submenu-arrow {
    display: none !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li:not(:first-child):not(.custom-menu-cta-item)::before {
    content: "";
    position: absolute;
    left: -21px;
    top: 50%;
    width: 1px;
    height: 26px;
    background: #111111;
    transform: translateY(-50%);
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner .menu-level-2,
  #header.custom-lednicky-header .custom-header-nav-panel__inner .menu-level-3 {
    display: none !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > a.custom-menu-cta {
    height: 50px;
    padding: 0 28px !important;
    background: #FBB209 !important;
    color: #111111 !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > a.custom-menu-cta:hover {
    background: #111111 !important;
    color: #ffffff !important;
  }
}
#header.custom-lednicky-header .custom-header-nav-panel__head,
#header.custom-lednicky-header .custom-header-nav-panel__backdrop,
#header.custom-lednicky-header .custom-header-mobile-contacts,
#header.custom-lednicky-header .custom-header-menu-toggle,
#header.custom-lednicky-header .custom-header-mobile-bar,
#header.custom-lednicky-header .custom-header-actions,
#header.custom-lednicky-header .custom-header-toolbar--mobile {
  display: none;
}

.custom-header-mobile-bar {
  display: none;
}

#header.custom-lednicky-header .custom-header-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

#header.custom-lednicky-header .custom-header-cta-group {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.custom-header-cta-group--desktop {
  display: none;
}

@media (min-width: 992px) {
  #header.custom-lednicky-header .custom-header-menu-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px 16px;
    width: 100%;
  }

  #header.custom-lednicky-header .custom-header-mobile-bar {
    display: contents;
  }

  #header.custom-lednicky-header .custom-header-toolbar--mobile {
    display: none !important;
  }

  #header.custom-lednicky-header .custom-header-toolbar--desktop {
    display: flex;
  }

  #header.custom-lednicky-header .custom-header-nav-panel {
    width: auto;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner {
    gap: 38px;
  }

  .custom-header-cta-group--mobile {
    display: none !important;
  }

  .custom-header-cta-group--desktop {
    display: flex;
  }
}

.custom-header-hidden {
  display: none !important;
}

.top-navigation-bar {
  display: none !important;
}

#header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li:not(:first-child):not(.custom-menu-cta-item)::before {
  display: none !important;
}

#header.custom-lednicky-header .custom-contact-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

#header.custom-lednicky-header .custom-contact-dot {
  display: none;
}

@media (max-width: 1400px) {
  #header.custom-lednicky-header .container.navigation-wrapper {
    padding: 0 48px;
  }

  #header.custom-lednicky-header .site-name img {
    width: 260px;
    max-width: 260px;
  }

  #header.custom-lednicky-header .custom-contact-bar {
    gap: 20px;
    font-size: 14px;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 {
    gap: 14px 24px;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > a {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header.custom-lednicky-header .header-top {
    gap: 24px;
    min-height: 110px;
  }

  #header.custom-lednicky-header .custom-contact-bar {
    gap: 16px;
    font-size: 13px;
  }

  #header.custom-lednicky-header .custom-contact-item {
    gap: 8px;
  }

  #header.custom-lednicky-header .custom-contact-bar .custom-contact-item:nth-child(2) {
    display: none;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 {
    gap: 12px 18px;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > a {
    font-size: 14px;
  }

  #header.custom-lednicky-header .custom-header-cta {
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
}

#header.custom-lednicky-header .custom-menu-fallback-cta,
#header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > a.custom-menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px !important;
  background: #FBB209 !important;
  color: #111111 !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

#header.custom-lednicky-header .custom-menu-fallback-cta:hover,
#header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > a.custom-menu-cta:hover {
  background: #111111 !important;
  color: #ffffff !important;
  text-decoration: none;
}

.custom-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.custom-header-cta--primary {
  background: #fff;
  color: #1f2329;
  border: 1px solid #262a30;
  margin-right: 16px;
}

.custom-header-cta--primary:hover {
  background: #262a30;
  border-color: #262a30;
  color: #fff;
}

.custom-header-cta--secondary {
  background: #fbb209;
  color: #262a30;
  border: 1px solid #fbb209;
}

.custom-header-cta--secondary:hover {
  background: #262a30;
  border-color: #262a30;
  color: #fff;
}

.custom-header-menu-toggle {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(38, 42, 48, 0.14);
  background: #fff;
  color: #262a30;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.custom-header-menu-toggle svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.custom-header-menu-toggle:hover,
.custom-header-menu-toggle[aria-expanded="true"] {
  background: #262a30;
  border-color: #262a30;
  color: #fff;
}

body.custom-header-mobile-open {
  overflow: hidden;
}

@media (max-width: 991px) {
  #header.custom-lednicky-header .container.navigation-wrapper {
    padding: 0 16px;
  }

  #header.custom-lednicky-header .header-top {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 12px 0 !important;
    gap: 0 !important;
  }

  #header.custom-lednicky-header .header-top > div,
  #header.custom-lednicky-header .header-top > nav,
  #header.custom-lednicky-header .header-top > a {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    align-self: center !important;
    text-align: left !important;
  }

  #header.custom-lednicky-header .header-top > .search,
  #header.custom-lednicky-header .header-top > .navigation-buttons,
  #header.custom-lednicky-header .header-top > #navigation,
  #header.custom-lednicky-header .header-top > a.btn.cart-count,
  #header.custom-lednicky-header .header-top > div:not(.custom-header-mobile-bar):not(.custom-header-right) {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 0 !important;
  }

  #header.custom-lednicky-header .header-top > .custom-header-mobile-bar {
    display: grid !important;
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #header.custom-lednicky-header .custom-header-mobile-bar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto;
    align-items: center !important;
    justify-items: stretch;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    column-gap: 12px !important;
    order: 1 !important;
  }

  #header.custom-lednicky-header .custom-header-mobile-bar .site-name-wrapper {
    grid-column: 1;
    grid-row: 1;
    position: static !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.ums_mobile_header_v1--on #header.custom-lednicky-header .site-name-wrapper,
  body.ums_mobile_header_v1--on #header.custom-lednicky-header .site-name {
    position: static !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    transition: none !important;
    text-align: left !important;
    width: auto !important;
    max-width: 100% !important;
  }

  body.ums_mobile_header_v1--on #header.custom-lednicky-header .site-name > a {
    display: flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.ums_mobile_header_v1--on #header.custom-lednicky-header .site-name img {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #header.custom-lednicky-header .custom-header-mobile-bar .site-name,
  #header.custom-lednicky-header .custom-header-mobile-bar .site-name a {
    display: flex !important;
    align-items: center !important;
    position: static !important;
  }

  #header.custom-lednicky-header .custom-header-mobile-bar .site-name img {
    width: auto !important;
    max-width: min(68vw, 280px) !important;
    max-height: 56px !important;
    height: auto !important;
  }

  #header.custom-lednicky-header .custom-header-mobile-bar .custom-header-actions {
    grid-column: 2;
    grid-row: 1;
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin: 0 !important;
    position: static !important;
  }

  #header.custom-lednicky-header .custom-header-right {
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    flex: 0 0 0 !important;
    gap: 0 !important;
    order: 2 !important;
  }

  #header.custom-lednicky-header .custom-header-menu-area {
    width: 0;
    height: 0;
    overflow: visible;
  }

  #header.custom-lednicky-header .custom-header-toolbar--desktop {
    display: none !important;
  }

  #header.custom-lednicky-header .custom-header-toolbar--mobile {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  #header.custom-lednicky-header .custom-contact-bar {
    display: none;
  }

  #header.custom-lednicky-header .custom-header-menu-toggle {
    display: inline-flex !important;
  }

  #header.custom-lednicky-header .custom-header-search-toggle {
    width: 48px;
    height: 48px;
  }

  #header.custom-lednicky-header .custom-header-nav-panel {
    position: fixed;
    inset: 0;
    z-index: 10070;
    pointer-events: none;
    visibility: hidden;
    transition: visibility 0s linear 0.28s;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__backdrop {
    display: block;
    position: absolute;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(17, 24, 32, 0.55);
    opacity: 0;
    transition: opacity 0.25s ease;
    cursor: pointer;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner {
    position: absolute;
    top: 0;
    right: 0;
    width: min(100%, 360px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 18px 16px 24px;
    background: #ffffff;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  body.custom-header-mobile-open #header.custom-lednicky-header .custom-header-nav-panel {
    pointer-events: auto;
    visibility: visible;
    transition: visibility 0s linear 0s;
  }

  body.custom-header-mobile-open #header.custom-lednicky-header .custom-header-nav-panel__backdrop {
    opacity: 1;
  }

  body.custom-header-mobile-open #header.custom-lednicky-header .custom-header-nav-panel__inner {
    transform: translateX(0);
  }

  #header.custom-lednicky-header .custom-header-nav-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__title {
    color: #262a30;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__close {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(38, 42, 48, 0.14);
    border-radius: 3px;
    background: #ffffff;
    color: #262a30;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__close svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__close:hover {
    background: #262a30;
    border-color: #262a30;
    color: #ffffff;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 0 0 auto;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    border-bottom: 1px solid #eef0f2;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li::before {
    display: none !important;
    content: none !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 52px;
    padding: 0 4px !important;
    font-size: 15px;
    white-space: normal;
    position: static !important;
    box-sizing: border-box;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner .submenu-arrow {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    padding: 0 !important;
    border: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    background: transparent;
    transform: none !important;
    vertical-align: middle;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner .submenu-arrow::after {
    display: none !important;
    content: none !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner .submenu-arrow::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li.is-expanded > a .submenu-arrow::before {
    transform: rotate(-135deg);
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li.is-expanded > a {
    color: #fbb209;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > .menu-level-2 {
    display: none !important;
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    margin: 0 !important;
    padding: 0 0 10px !important;
    list-style: none;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    columns: auto !important;
    column-count: auto !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li.is-expanded > .menu-level-2 {
    display: block !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li.ext > .menu-level-2 > li {
    display: block !important;
    flex: none !important;
    flex-basis: auto !important;
    align-items: stretch !important;
    min-height: 0 !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > .menu-level-2 > li > div {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner .menu-level-2 > li {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    border: 0 !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner .menu-level-2 > li > div {
    display: block !important;
    width: 100% !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner .menu-level-2 .menu-image {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  #header.custom-lednicky-header .custom-header-nav-panel__inner .menu-level-2 > li > a,
  #header.custom-lednicky-header .custom-header-nav-panel__inner .menu-level-2 > li > div > a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 42px;
    padding: 0 4px 0 12px !important;
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    position: static !important;
    white-space: normal;
    box-sizing: border-box;
  }

  #header.custom-lednicky-header .custom-header-mobile-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e5e7eb;
  }

  #header.custom-lednicky-header .custom-header-mobile-contacts .custom-contact-item {
    font-size: 14px;
    white-space: normal;
  }

  .custom-header-cta-group--desktop {
    display: none !important;
  }

  #header.custom-lednicky-header .custom-header-cta-group--mobile {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e5e7eb;
    box-sizing: border-box;
  }

  #header.custom-lednicky-header .custom-header-cta-group--mobile .custom-header-cta,
  #header.custom-lednicky-header .custom-header-cta,
  #header.custom-lednicky-header .custom-menu-fallback-cta,
  #header.custom-lednicky-header .custom-header-nav-panel__inner > ul.menu-level-1 > li > a.custom-menu-cta {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    margin: 0 !important;
    box-sizing: border-box;
    font-size: 14px;
  }

  #header.custom-lednicky-header .custom-header-cta-group--mobile .custom-header-cta--primary {
    margin-right: 0 !important;
  }

  #header.custom-lednicky-header .custom-contact-hours-tooltip {
    right: auto;
    left: 0;
  }

  #header.custom-lednicky-header .custom-contact-hours-tooltip::before {
    right: auto;
    left: 18px;
  }
}

@media (max-width: 767px) {
  #header.custom-lednicky-header .header-top {
    min-height: 0 !important;
    padding: 10px 0 !important;
  }

  #header.custom-lednicky-header .custom-header-mobile-bar .site-name img {
    max-width: min(72vw, 250px) !important;
    max-height: 50px !important;
  }

  #header.custom-lednicky-header .custom-header-search-toggle,
  #header.custom-lednicky-header .custom-header-menu-toggle {
    width: 44px;
    height: 44px;
  }
}


/*
|--------------------------------------------------------------------------
| HERO SECTION
|--------------------------------------------------------------------------
| Vzhled hero sekce pod hlavn� hlavi�kou.
*/

.custom-hero-section {
  position: relative;
  width: 100%;
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 45%, rgba(0, 0, 0, 0.05), transparent 34%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 38%, #f7f7f7 100%);
}

.custom-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(15, 22, 32, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 22, 32, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}

.custom-hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
/*  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);*/
  pointer-events: none;
  z-index: 3;
}

.custom-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  min-height: 430px;
  margin: 0 auto;
  padding: 130px 96px 200px 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-hero-content {
  position: relative;
  z-index: 4;
  width: 44%;
  max-width: 720px;
}

.custom-hero-title {
  margin: 0 0 26px;
  color: #262a30;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.custom-hero-text {
  margin: 0 0 34px;
  color: #262a30;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.custom-hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.custom-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 32px;
  border-radius: 0px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.custom-hero-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.custom-hero-btn-primary {
  background: #FBB209;
  border: 1px solid #FBB209;
  color: #262a30;
}

.custom-hero-btn-primary:hover {
  background: #262a30;
  border-color: #262a30;
  color: #ffffff;
}

.custom-hero-btn-secondary {
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid #262a30;
  color: #262a30;
}

.custom-hero-btn-secondary:hover {
  background: #262a30;
  border-color: #262a30;
  color: #ffffff;
}

.custom-hero-btn-icon {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-1px);
}

.custom-hero-visual {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 67%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}

.custom-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
/*  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0.82) 16%, rgba(255,255,255,0.2) 42%, rgba(255,255,255,0) 100%),
    linear-gradient(0deg, #ffffff 0%, rgba(255,255,255,0) 50%);*/
    
   background:
    linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0.82) 4%, rgba(255,255,255,0.2) 25%, rgba(255,255,255,0) 100%),
    linear-gradient(0deg, #ffffff 0%, rgba(255,255,255,0) 10%);
  z-index: 2;
}

.custom-hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  hey ht ?? 0%;
  object-fit: cover;
  object-position: center right;
 /* filter: grayscale(100%);*/
}

/*
|--------------------------------------------------------------------------
| HERO SECTION - RESPONSIVE
|--------------------------------------------------------------------------
*/

@media (max-width: 1400px) {
  .custom-hero-inner {
    padding-left: 48px;
    padding-right: 48px;
  }

  .custom-hero-content {
    width: 48%;
  }

  .custom-hero-text {
    font-size: 16px;
  }

  .custom-hero-btn {
    min-height: 52px;
    padding: 0 26px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .custom-hero-section {
    min-height: auto;
  }

  .custom-hero-inner {
    min-height: auto;
    padding: 48px 24px 280px;
    align-items: flex-start;
  }

  .custom-hero-content {
    width: 100%;
    max-width: 620px;
  }

  .custom-hero-title {
    font-size: clamp(36px, 10vw, 58px);
  }

  .custom-hero-text {
    font-size: 15px;
  }

  .custom-hero-visual {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
  }

  .custom-hero-visual::before {
    background:
      linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.45) 35%, rgba(255,255,255,0) 100%),
      linear-gradient(0deg, #ffffff 0%, rgba(255,255,255,0) 35%);
  }

  .custom-hero-visual img {
    object-position: center right;
  }
}

@media (max-width: 575px) {
  .custom-hero-inner {
    padding: 38px 18px 240px;
  }

  .custom-hero-buttons {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .custom-hero-btn {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
    font-size: 13px;
  }

  .custom-hero-visual {
    height: 250px;
  }
}

/*
|--------------------------------------------------------------------------
| CATEGORY CARDS SECTION
|--------------------------------------------------------------------------
| Sekce s kartami kategori�/slu�eb pod HERO sekc�.
*/

.custom-category-cards-section {
  width: 100%;
/*  background: #ffffff;*/
  padding: 36px 96px 52px;
  margin-top:-80px;
  position:relative;
  z-index:10;
}

.custom-category-cards-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.custom-category-card {
  position: relative;
  min-height: 475px;
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.custom-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  color: #ffffff;
}

/*
|--------------------------------------------------------------------------
| CATEGORY CARDS - OVERLAY HOVER EFFECT
|--------------------------------------------------------------------------
| Tmav� overlay je ve v�choz�m stavu v�razn� kv�li �itelnosti textu.
| P�i hoveru se skoro ztrat�, aby v�c vynikl samotn� obr�zek karty.
*/

.custom-category-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
 // background: linear-gradient(180deg, rgba(9, 14, 20, 0.1) 0%, rgba(9, 14, 20, 0.5) 48%, rgba(9, 14, 20, 0.94) 100%), linear-gradient(90deg, rgba(9, 14, 20, 0.72) 0%, rgba(9, 14, 20, 0.0) 50%);
   background: linear-gradient(180deg, rgba(9, 14, 20, 0.1) 0%, rgba(9, 14, 20, 0.5) 100%, rgba(9, 14, 20, 0.94) 100%), linear-gradient(90deg, rgba(9, 14, 20, 0.72) 0%, rgba(9, 14, 20, 0.0) 0%);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.custom-category-card:hover .custom-category-card-overlay {
  opacity: 0.12;
}

.custom-category-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-size 0.35s ease;
}

.custom-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.custom-category-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.custom-category-card-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: #ffffff;
}

.custom-category-card-icon svg {
  width: 100%;
  height: 100%;
  display: block;
 /* fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;*/
}

.custom-category-card-title {
  min-height: 58px;
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.custom-category-card-arrow {
  display: block;
  margin-top: 18px;
  color: #FBB209;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.custom-category-card:hover .custom-category-card-arrow {
  transform: translateX(6px);
}

/*
|--------------------------------------------------------------------------
| CATEGORY CARDS SECTION - RESPONSIVE
|--------------------------------------------------------------------------
*/

@media (max-width: 1500px) {
  .custom-category-cards-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .custom-category-cards-inner {
    gap: 18px;
  }

  .custom-category-card {
    min-height: 320px;
  }

  .custom-category-card-content {
    padding: 0 22px 24px;
  }

  .custom-category-card-title {
    font-size: 20px;
  }

  .custom-category-card-icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 1200px) {
  .custom-category-cards-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .custom-category-card {
    min-height: 330px;
  }
}

@media (max-width: 767px) {
  .custom-category-cards-section {
    padding: 28px 18px 40px;
  }

  .custom-category-cards-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .custom-category-card {
    min-height: 250px;
  }

  .custom-category-card-content {
    padding: 0 18px 20px;
  }

  .custom-category-card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }

  .custom-category-card-title {
    min-height: 48px;
    font-size: 16px;
  }

  .custom-category-card-arrow {
    margin-top: 12px;
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  .custom-category-cards-inner {
    grid-template-columns: 1fr;
  }

  .custom-category-card {
    min-height: 230px;
  }
}


/*
|--------------------------------------------------------------------------
| RENTAL + DEMAND FORM SECTION
|--------------------------------------------------------------------------
| Sekce p�j�ovny a popt�vkov�ho formul��e.
*/

.custom-rental-section {
  width: 100%;
  background: #ffffff;
  padding: 36px 96px 72px;
}

.custom-rental-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.85fr);
  gap: 32px;
  align-items: stretch;
}

/*
|--------------------------------------------------------------------------
| RENTAL PRODUCTS BLOCK
|--------------------------------------------------------------------------
| Lev� �lut� blok s produkty p�j�ovny.
*/

.custom-rental-products {
  position: relative;
  background: #f6b800;
  border-radius: 0px;
  padding: 44px 42px 38px;
  overflow: hidden;
}

.custom-rental-title,
.custom-demand-title {
  margin: 0 0 32px;
  color: #111820;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.custom-rental-tabs {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 26px;
  overflow-x: auto;
  scrollbar-width: none;
}

.custom-rental-tabs::-webkit-scrollbar {
  display: none;
}

.custom-rental-tab {
  position: relative;
  appearance: none;
  border: none;
  background: transparent;
  padding: 0 0 14px;
  color: #111820;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.custom-rental-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #111820;
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.custom-rental-tab.is-active::after,
.custom-rental-tab:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.custom-rental-slider-wrap {
  position: relative;
}

.custom-rental-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.custom-rental-product-card {
 /* min-height: 350px;*/
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #111820;
  text-decoration: none;
  border-radius: 3px;
  overflow: hidden;
  padding: 22px 22px 24px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.custom-rental-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
  color: #111820;
  text-decoration: none;
}

.custom-rental-product-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.custom-rental-product-image img {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  display: block;
}

.custom-rental-product-name {
  display: block;
  min-height: 48px;
  color: #111820;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.custom-rental-product-price {
/*  display: block;*/
/*  margin-top: auto;*/
  color: #111820;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  display: none;
}

.custom-rental-product-price small {
  font-size: 15px;
  font-weight: 700;
}

.custom-rental-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #111820;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease;
}

.custom-rental-arrow:hover {
  background: #000000;
}

.custom-rental-arrow:disabled {
  opacity: 0.25;
  cursor: default;
}

.custom-rental-arrow-prev {
  left: -24px;
}

.custom-rental-arrow-next {
  right: -24px;
}

.custom-rental-loading,
.custom-rental-empty {
  grid-column: 1 / -1;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #111820;
  font-weight: 800;
  border-radius: 3px;
}

.custom-rental-all-link {
  width: min(100%, 500px);
  min-height: 58px;
  margin: 34px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111820;
  border-radius: 3px;
  color: #111820;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  text-align: center;
}

.custom-rental-all-link:hover {
  background: #111820;
  color: #ffffff;
  text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| DEMAND FORM BLOCK
|--------------------------------------------------------------------------
| Prav� blok popt�vkov�ho formul��e.
*/

.custom-demand-form-box {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  border-radius: 0px;
  padding: 44px 42px 38px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

.custom-demand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.custom-demand-form input,
.custom-demand-form select,
.custom-demand-form textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid #cfd5dc;
  border-radius: 3px;
  background: #ffffff;
  color: #111820;
  font-size: 15px;
  font-weight: 600;
  padding: 0 18px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-demand-form textarea {
  grid-column: 1 / -1;
  min-height: 120px;
  padding-top: 18px;
  resize: vertical;
}

.custom-demand-form input:focus,
.custom-demand-form select:focus,
.custom-demand-form textarea:focus {
  border-color: #f6b800;
  box-shadow: 0 0 0 3px rgba(246, 184, 0, 0.18);
}

.custom-demand-consent {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 22px;
  color: #111820;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  cursor: pointer;
}

.custom-demand-consent input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  flex: 0 0 auto;
  padding: 0;
}

.custom-demand-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.custom-demand-consent a:hover {
  color: #f6b800;
}

.custom-demand-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.custom-demand-form .inquiry-form__turnstile {
  display: none;
}

.custom-demand-submit.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.custom-demand-submit {
  width: 100%;
  min-height: 62px;
  border: none;
  border-radius: 3px;
  background: #111820;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.custom-demand-submit:hover {
  background: #000000;
}

.custom-demand-submit:disabled {
  opacity: 0.6;
  cursor: default;
}

.custom-demand-message {
  min-height: 22px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.custom-demand-message.is-success {
  color: #198754;
}

.custom-demand-message.is-error {
  color: #c62828;
}

/*
|--------------------------------------------------------------------------
| RENTAL + DEMAND FORM SECTION - RESPONSIVE
|--------------------------------------------------------------------------
*/

@media (max-width: 1500px) {
  .custom-rental-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .custom-rental-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .custom-rental-section {
    padding: 32px 24px 52px;
  }

  .custom-rental-products,
  .custom-demand-form-box {
    padding: 32px 24px;
  }

  .custom-rental-products-grid {
    grid-template-columns: 1fr;
  }

  .custom-rental-product-card {
    min-height: auto;
  }

  .custom-rental-arrow {
    display: none;
  }

  .custom-demand-grid {
    grid-template-columns: 1fr;
  }

  .custom-rental-title,
  .custom-demand-title {
    font-size: 26px;
  }
}

/*
|--------------------------------------------------------------------------
| DEMAND FORM - CHECKBOX
|--------------------------------------------------------------------------
| Vlastn� vzhled checkboxu u souhlasu se zpracov�n�m osobn�ch �daj�.
*/

.custom-demand-form .custom-demand-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  margin: 0;
  flex: 0 0 18px;
  border: 2px solid #111820;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}

.custom-demand-form .custom-demand-consent input[type="checkbox"]:checked {
  background: #111820;
  border-color: #111820;
}

.custom-demand-form .custom-demand-consent input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-demand-consent {
  align-items: center;
}

/*
|--------------------------------------------------------------------------
| DEMAND FORM - SELECT CHEVRON
|--------------------------------------------------------------------------
| Vlastn� �ipka u pole "Typ popt�vky".
*/

.custom-demand-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23111820' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px 9px;
}

/*
|--------------------------------------------------------------------------
| DEMAND FORM - DATEPICKER
|--------------------------------------------------------------------------
| Nativn� datepicker pro pole "Term�n realizace".
*/

.custom-demand-form input[type="date"].custom-demand-date {
  cursor: pointer;
  color: #111820;
}

.custom-demand-form input[type="date"].custom-demand-date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 1;
  width: 20px;
  height: 20px;
  filter: brightness(0);
}

/*
|--------------------------------------------------------------------------
| BLOG / PORADNA SECTION
|--------------------------------------------------------------------------
| Vlastn� v�pis �l�nk� z administrace Shoptetu.
*/

.custom-blog-source-hidden {
  display: none !important;
}

.custom-blog-section {
  width: 100%;
  background: #ffffff;
  padding: 80px 96px 100px;
}

.custom-footer-map-wrap {
  position: relative;
  width: 100%;
  background: #e8f0df;
}

.custom-footer-map {
  width: 100%;
  min-height: clamp(220px, 28vw, 360px);
  background: #e8f0df;
  z-index: 1;
}

.custom-footer-map .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: clamp(220px, 28vw, 360px);
  font-family: "Inter", Arial, sans-serif;
  background: #e8f0df;
}

.custom-footer-map .leaflet-tile-pane {
  filter: saturate(0.9) sepia(0.05) hue-rotate(28deg) brightness(1.02) contrast(0.94);
}

.custom-footer-map .leaflet-control-attribution {
  margin: 0;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(17, 24, 32, 0.72);
  font-size: 10px;
  line-height: 1.4;
}

.custom-footer-map .leaflet-control-attribution a {
  color: #111820;
}

.custom-footer-map .leaflet-control-zoom {
  border: 0;
  box-shadow: 0 10px 24px rgba(17, 24, 32, 0.12);
  overflow: hidden;
}

.custom-footer-map .leaflet-control-zoom a {
  width: 42px;
  height: 42px;
  border: 0;
  background: #ffffff;
  color: #111820;
  font-size: 22px;
  line-height: 42px;
}

.custom-footer-map .leaflet-control-zoom a:hover {
  background: #fbb209;
  color: #111820;
}

.custom-footer-map-overlay {
  position: absolute;
  inset: 0;
  z-index: 500;
  pointer-events: none;
}

.custom-footer-map-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #111820;
  box-shadow: 0 4px 14px rgba(17, 24, 32, 0.14);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  pointer-events: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.custom-footer-map-nav:hover {
  background: #ffffff;
  color: #111820;
  transform: translateY(calc(-50% - 2px));
  box-shadow: 0 16px 34px rgba(17, 24, 32, 0.16);
}

.custom-footer-map-nav--west {
  left: 16px;
}

.custom-footer-map-nav--east {
  right: 16px;
}

.custom-footer-map-marker-leaflet {
  background: transparent;
  border: 0;
}

.custom-footer-map-pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 280px;
  filter: drop-shadow(0 12px 28px rgba(17, 24, 32, 0.14));
  transition: filter 0.2s ease, transform 0.2s ease;
}

.custom-footer-map-pin:has(.custom-footer-map-pin-card:hover) {
  filter: drop-shadow(0 16px 34px rgba(17, 24, 32, 0.18));
  transform: translateY(-2px);
}

.custom-footer-map-pin-card {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-height: 72px;
  padding: 12px 18px 14px;
  border-radius: 10px;
  background: #ffffff;
  color: #111820;
  text-decoration: none;
}

.custom-footer-map-pin-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #ffffff;
}

.custom-footer-map-pin-card:hover {
  color: #111820;
  text-decoration: none;
}

.custom-footer-map-pin-logo {
  display: block;
  width: auto;
  height: 48px;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
}

.custom-footer-map-pin-logo--fallback {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, #111820 0 24%, transparent 24% 100%),
    linear-gradient(315deg, #fbb209 0 24%, transparent 24% 100%),
    #d9dde3;
}

.custom-footer-map--fallback,
.custom-footer-map-fallback {
  display: block;
  width: 100%;
}

.custom-footer-map-fallback img {
  display: block;
  width: 100%;
}

.custom-blog-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.custom-blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.custom-blog-title {
  margin: 0;
  color: #111820;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.custom-blog-all-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #111820;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.custom-blog-all-link:hover {
  color: #FBB209;
  text-decoration: none;
}

.custom-blog-all-arrow {
  color: #111820;
  font-size: 30px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 0.2s ease, color 0.2s ease;
}

.custom-blog-all-link:hover .custom-blog-all-arrow {
  color: #FBB209;
  transform: translate(5px, -1px);
}

.custom-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.custom-blog-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #111820;
  border: 1px solid #e2e6eb;
  border-radius: 0px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.custom-blog-card:hover {
  color: #111820;
  text-decoration: none;
  transform: translateY(-4px);
  border-color: #d3d8df;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.custom-blog-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  overflow: hidden;
  background: #eef1f4;
}

.custom-blog-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 14, 20, 0.02) 0%, rgba(9, 14, 20, 0.22) 100%);
  pointer-events: none;
}

.custom-blog-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.custom-blog-card:hover .custom-blog-image img {
  transform: scale(1.04);
}

.custom-blog-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 170px;
  padding: 26px 28px 24px;
}

.custom-blog-card-title {
  display: block;
  color: #111820;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.custom-blog-arrow {
  display: block;
  margin-top: auto;
  color: #FBB209;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.custom-blog-card:hover .custom-blog-arrow {
  transform: translateX(6px);
}

/*
|--------------------------------------------------------------------------
| BLOG / PORADNA SECTION - RESPONSIVE
|--------------------------------------------------------------------------
*/

@media (max-width: 1500px) {
  .custom-blog-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .custom-blog-grid {
    gap: 24px;
  }

  .custom-blog-card-title {
    font-size: 20px;
  }

  .custom-blog-content {
    padding: 24px 24px 22px;
  }
}

@media (max-width: 1100px) {
  .custom-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-blog-image {
    aspect-ratio: 16 / 7;
  }
}

@media (max-width: 767px) {
  .custom-blog-section {
    padding: 30px 24px 52px;
  }

  .custom-blog-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }

  .custom-blog-title {
    font-size: 28px;
  }

  .custom-blog-all-link {
    font-size: 14px;
  }

  .custom-blog-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .custom-blog-content {
    min-height: 140px;
    padding: 22px 22px 20px;
  }

  .custom-blog-card-title {
    font-size: 19px;
  }

  .custom-blog-arrow {
    font-size: 32px;
  }
}

/*
|--------------------------------------------------------------------------
| CUSTOM FOOTER SECTION
|--------------------------------------------------------------------------
| Vlastn� footer podle grafick�ho n�vrhu.
*/

#footer.custom-lednicky-footer {
  margin-top: 0;
  background: #ffffff;
  color: #111820;
}

#footer.custom-lednicky-footer a {
  text-decoration: none;
}

.custom-footer-main {
  width: 100%;
  background:
    linear-gradient(90deg, rgba(246, 168, 0, 0.04) 0%, rgba(255, 255, 255, 0) 22%),
    #ffffff;
   background: #f5f5f5;
  padding: 42px 32px 34px;
}

.custom-footer-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1.05fr 1.05fr 1.15fr;
  gap: 56px;
  align-items: stretch;
}

.custom-footer-brand,
.custom-footer-column {
  position: relative;
}

.custom-footer-column::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d9dde3;
}

/*
|--------------------------------------------------------------------------
| CUSTOM FOOTER - BRAND
|--------------------------------------------------------------------------
*/

.custom-footer-logo {
  display: inline-flex;
  align-items: center;
  max-width: 240px;
  margin-bottom: 18px;
  color: #111820;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.custom-footer-logo img {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
}

.custom-footer-description {
  max-width: 360px;
  margin: 0 0 22px;
  color: #111820;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.custom-footer-socials {
  display: flex;
  align-items: center;
  gap: 18px;
}

.custom-footer-socials a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111820;
  transition: color 0.2s ease, transform 0.2s ease;
}

.custom-footer-socials a:hover {
  color: #FBB209;
  transform: translateY(-2px);
}

.custom-footer-socials svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: currentColor;
}

/*
|--------------------------------------------------------------------------
| CUSTOM FOOTER - COLUMNS
|--------------------------------------------------------------------------
*/

.custom-footer-column h3 {
  margin: 0 0 20px;
  color: #111820;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.custom-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.custom-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #111820;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

a.custom-footer-contact-item:hover {
  color: #FBB209;
}

.custom-footer-contact-item--static {
  cursor: default;
}

.custom-footer-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FBB209;
  transform: translateY(-2px);
}

.custom-footer-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.custom-footer-opening-hours {
  margin: 0;
  color: #111820;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

/*
|--------------------------------------------------------------------------
| CUSTOM FOOTER - QUICK LINKS
|--------------------------------------------------------------------------
*/

.custom-footer-quick-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.custom-footer-button {
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  color: #111820;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.custom-footer-button:hover {
  transform: translateY(-2px);
}

.custom-footer-button-primary {
  margin-bottom: 16px;
  background: #FBB209;
  border: 1px solid #FBB209;
}

.custom-footer-button-primary:hover {
  background: #111820;
  border-color: #111820;
  color: #ffffff;
}

.custom-footer-button-secondary {
  background: #ffffff;
  border: 1px solid #111820;
}

.custom-footer-button-secondary:hover {
  background: #111820;
  color: #ffffff;
}

/*
|--------------------------------------------------------------------------
| CUSTOM FOOTER - BOTTOM BAR
|--------------------------------------------------------------------------
*/

.custom-footer-bottom {
  width: 100%;
  background: #111820;
  color: #ffffff;
  padding: 4px 32px;
}

.custom-footer-bottom-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.custom-footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  white-space: nowrap;
}

.custom-footer-bottom-links a {
  color: #ffffff;
}

.custom-footer-bottom-links a:hover {
  color: #FBB209;
}

.custom-footer-credit {
  justify-self: end;
}

/*
|--------------------------------------------------------------------------
| CUSTOM FOOTER - RESPONSIVE
|--------------------------------------------------------------------------
*/

@media (max-width: 1500px) {
  .custom-footer-main,
  .custom-footer-bottom {
    padding-left: 48px;
    padding-right: 48px;
  }

  .custom-footer-container {
    gap: 40px;
  }

  .custom-footer-description {
    font-size: 16px;
  }

  .custom-footer-column h3 {
    font-size: 21px;
  }

  .custom-footer-contact-item,
  .custom-footer-opening-hours,
  .custom-footer-button {
    font-size: 15px;
  }
}

@media (max-width: 1100px) {
  .custom-footer-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 52px;
  }

  .custom-footer-column::before {
    display: none;
  }

  .custom-footer-bottom-container {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .custom-footer-credit {
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .custom-footer-map-nav {
    min-height: 28px;
    padding: 0 10px;
    font-size: 10px;
  }

  .custom-footer-map-nav--west {
    left: 10px;
  }

  .custom-footer-map-nav--east {
    right: 10px;
  }

  .custom-footer-map-pin {
    max-width: min(280px, calc(100vw - 48px));
  }

  .custom-footer-map-pin-card {
    min-height: 64px;
    padding: 10px 14px;
  }

  .custom-footer-map-pin-logo {
    height: 40px;
  }

  .custom-footer-main {
    padding: 36px 24px 30px;
  }

  .custom-footer-bottom {
    padding: 18px 24px;
  }

  .custom-footer-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .custom-footer-logo img {
    width: 190px;
  }

  .custom-footer-description {
    max-width: none;
  }

  .custom-footer-bottom-links {
    flex-wrap: wrap;
    gap: 10px 14px;
  }
}

/*
|--------------------------------------------------------------------------
| CUSTOM FOOTER - SHOPTET SIGNATURE
|--------------------------------------------------------------------------
| Povinn� podpis "Vytvo�il Shoptet" ve spodn�m pruhu footeru.
*/

#footer.custom-lednicky-footer .custom-footer-shoptet-signature {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}

#footer.custom-lednicky-footer .custom-footer-shoptet-signature #signature {
  display: inline-flex !important;
  visibility: visible !important;
  align-items: center;
  gap: 6px;
  color: #ffffff;
}

#footer.custom-lednicky-footer .custom-footer-shoptet-signature #signature a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

#footer.custom-lednicky-footer .custom-footer-shoptet-signature #signature a:hover {
  color: #FBB209;
}

#footer.custom-lednicky-footer .custom-footer-shoptet-signature #signature img {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 4px;
}

@media (max-width: 1100px) {
  #footer.custom-lednicky-footer .custom-footer-shoptet-signature {
    justify-self: center;
  }
}

@media (min-width: 768px) {
  #signature {
    flex: 1;

  }
}

.breadcrumbs-wrapper {
display:none;
}


/*
|--------------------------------------------------------------------------
| PARTNERS / SUPPLIERS SECTION
|--------------------------------------------------------------------------
*/

.custom-partners-section,
.custom-partners-section * {
  box-sizing: border-box;
}

.custom-partners-section {
 // padding: 78px 0 86px;
  background: #f7f8fa;
  padding: 72px 96px 60px;
  width:100%;
}

.custom-partners-inner {
//  width: calc(100% - 90px);
  max-width: 1920px;
  margin: 0 auto;
}

.custom-partners-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.custom-partners-heading {
  max-width: 780px;
}

.custom-partners-title {
  margin: 0 0 18px;
  color: #111820;
  font-size: clamp(34px, 3.4vw, 32px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.custom-partners-text {
  margin: 0;
  max-width: 720px;
  color: #4d5661;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.custom-partners-show-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111820;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
  display:none;
}

.custom-partners-show-all:hover {
  color: #f4b400;
  transform: translateX(3px);
}

.custom-partners-show-all span:last-child {
  font-size: 28px;
  line-height: 0;
  transform: translateY(-1px);
}

.custom-partners-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}

.custom-partners-tab {
  min-height: 54px;
  padding: 0 42px;
  border: 1px solid #d8dde3;
  border-radius: 4px;
  background: #fff;
  color: #111820;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(17, 24, 32, 0.03);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.custom-partners-tab:hover {
  border-color: #f4b400;
  transform: translateY(-1px);
}

.custom-partners-tab.is-active {
  border-color: #f4b400;
  background: #f4b400;
  color: #111820;
  box-shadow: 0 12px 26px rgba(244, 180, 0, 0.24);
}

.custom-partners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.custom-partner-card {
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 34px 28px 30px;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  background: #fff;
  color: #111820;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(17, 24, 32, 0.055);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

a.custom-partner-card:hover {
  color: #111820;
  text-decoration: none;
}

.custom-partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 180, 0, 0.65);
  box-shadow: 0 24px 52px rgba(17, 24, 32, 0.09);
}

.custom-partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 0 12px 28px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e7ebef;
}

.custom-partner-logo img {
  display: block;
  width: auto;
  max-width: 175px;
  max-height: 74px;
  object-fit: contain;
}

.custom-partner-logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  color: #111820;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.custom-partner-info {
  display: grid;
  gap: 14px;
  margin-top: auto;
}

.custom-partner-row {
  display: grid;
  grid-template-columns: 26px minmax(88px, 0.9fr) minmax(0, 1.3fr);
  align-items: center;
  column-gap: 13px;
  color: #111820;
  font-size: 15px;
  line-height: 1.32;
}

.custom-partner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111820;
}

.custom-partner-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.custom-partner-label {
  position: relative;
  color: #68727d;
  font-weight: 700;
}

.custom-partner-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  width: 1px;
  height: 26px;
  background: #e1e6eb;
  transform: translateY(-50%);
}

.custom-partner-value {
  color: #111820;
  font-weight: 800;
}

.custom-partners-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-top: 46px;
}

.custom-partners-count {
  color: #111820;
  font-size: 18px;
  font-weight: 800;
  display:none;
}

.custom-partners-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
}

.custom-partners-pagination.is-hidden {
  display: none;
}

.custom-partners-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #d7dde4;
  border-radius: 999px;
  background: #fff;
  color: #111820;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.custom-partners-page-button:hover:not(:disabled) {
  border-color: #f4b400;
  transform: translateY(-1px);
}

.custom-partners-page-button.is-active {
  border-color: #f4b400;
  background: #f4b400;
  color: #111820;
}

.custom-partners-page-button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.custom-partners-page-arrow {
  font-size: 21px;
}

.custom-partners-empty {
  grid-column: 1 / -1;
  padding: 34px;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  background: #fff;
  color: #68727d;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/*
|--------------------------------------------------------------------------
| PARTNERS - RESPONSIVE
|--------------------------------------------------------------------------
*/

@media (max-width: 1400px) {
  .custom-partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .custom-partner-card {
    min-height: 275px;
  }
}

@media (max-width: 1199px) {
  .custom-partners-section {
    padding: 64px 0 72px;
  }

  .custom-partners-inner {
    width: calc(100% - 48px);
  }

  .custom-partners-header {
    flex-direction: column;
    gap: 22px;
  }

  .custom-partners-show-all {
    margin-top: 0;
  }

  .custom-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .custom-partners-section {
    padding: 50px 0 58px;
  }

  .custom-partners-inner {
    width: calc(100% - 32px);
  }

  .custom-partners-title {
    font-size: 38px;
    line-height: 0.98;
  }

  .custom-partners-text {
    font-size: 16px;
  }

  .custom-partners-tabs {
    flex-wrap: nowrap;
    gap: 10px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .custom-partners-tabs::-webkit-scrollbar {
    display: none;
  }

  .custom-partners-tab {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0 22px;
    font-size: 13px;
  }

  .custom-partners-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .custom-partner-card {
    min-height: auto;
    padding: 28px 22px 26px;
  }

  .custom-partner-logo {
    justify-content: flex-start;
    min-height: 72px;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-partner-logo img {
    max-width: 190px;
    max-height: 64px;
  }

  .custom-partner-row {
    grid-template-columns: 24px 84px minmax(0, 1fr);
    column-gap: 10px;
    font-size: 14px;
  }

  .custom-partners-footer {
    flex-direction: column;
    gap: 18px;
    margin-top: 34px;
  }

  .custom-partners-page-button {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 420px) {
  .custom-partner-row {
    grid-template-columns: 22px 1fr;
    row-gap: 3px;
  }

  .custom-partner-label {
    font-size: 13px;
  }

  .custom-partner-label::after {
    display: none;
  }

  .custom-partner-value {
    grid-column: 2 / -1;
  }
}

.custom-header-search-toggle {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 0px solid rgba(31, 35, 41, 0.14);
  background: #fff;
  color: #1f2329;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.custom-header-search-toggle svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.custom-header-search-toggle:hover {
  background: #f5aa00;
  border-color: #f5aa00;
  transform: translateY(-1px);
}

.custom-search-is-open {
  overflow: hidden;
}

.custom-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.custom-search-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.custom-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 35, 41, 0.78);
  backdrop-filter: blur(8px);
}

.custom-search-overlay__panel {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.22s ease;
}

.custom-search-overlay.is-active .custom-search-overlay__panel {
  transform: translateY(0) scale(1);
}

.custom-search-overlay__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #1f2329;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.custom-search-overlay__close:hover {
  background: #f5aa00;
  transform: rotate(90deg);
}

.custom-search-overlay__close svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.custom-search-overlay__head {
  padding-right: 48px;
  margin-bottom: 24px;
}

.custom-search-overlay__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f5aa00;
}

.custom-search-overlay__head h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.05;
  font-weight: 800;
  color: #1f2329;
}

.custom-search-overlay__head p {
  max-width: 560px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(31, 35, 41, 0.72);
}

.custom-search-overlay__form {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 10px;
  padding: 8px;
  margin-bottom: 18px;
  border: 2px solid rgba(31, 35, 41, 0.1);
  border-radius: 18px;
  background: #f7f8fa;
}

.custom-search-overlay__form:focus-within {
  border-color: #f5aa00;
  background: #fff;
}

.custom-search-overlay__form-icon {
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5aa00;
  flex-shrink: 0;
}

.custom-search-overlay__form-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.custom-search-overlay__input {
  width: 100%;
  min-width: 0;
  height: 52px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #1f2329;
}

.custom-search-overlay__input::placeholder {
  color: rgba(31, 35, 41, 0.42);
}

.custom-search-overlay__submit {
  min-width: 112px;
  border: 0;
  border-radius: 12px;
  background: #f5aa00;
  color: #1f2329;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.custom-search-overlay__submit:hover {
  background: #e49d00;
  transform: translateY(-1px);
}

.custom-search-overlay__results {
  min-height: 92px;
}

.custom-search-overlay__empty,
.custom-search-overlay__loading {
  padding: 22px;
  border-radius: 18px;
  background: #f7f8fa;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(31, 35, 41, 0.7);
}

.custom-search-overlay__empty a {
  display: inline-flex;
  margin-left: 6px;
  color: #1f2329;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.custom-search-results-list {
  display: grid;
  gap: 10px;
}

.custom-search-result {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(31, 35, 41, 0.08);
  color: #1f2329;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.custom-search-result:hover {
  background: #fff8e7;
  border-color: rgba(245, 170, 0, 0.45);
  transform: translateY(-1px);
}

.custom-search-result__image {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: #f3f4f6;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-search-result__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-search-result__placeholder {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f5aa00;
  opacity: 0.35;
}

.custom-search-result__content {
  display: grid;
  gap: 5px;
}

.custom-search-result__content strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.custom-search-result__content span {
  font-size: 14px;
  font-weight: 800;
  color: #f5aa00;
}

.custom-search-all-results {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 12px;
  border-radius: 16px;
  background: #1f2329;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.custom-search-all-results:hover {
  background: #000;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .custom-header-menu-area {
    align-items: center;
  }

  .custom-header-search-toggle {
    width: 100%;
  }

  .custom-search-overlay {
    align-items: flex-start;
    padding: 14px;
  }

  .custom-search-overlay__panel {
    max-height: calc(100vh - 28px);
    padding: 28px 18px 20px;
    border-radius: 22px;
  }

  .custom-search-overlay__head {
    padding-right: 42px;
  }

  .custom-search-overlay__form {
    flex-direction: column;
    padding: 12px;
  }

  .custom-search-overlay__form-icon {
    display: none;
  }

  .custom-search-overlay__submit {
    width: 100%;
    min-height: 48px;
  }

  .custom-search-result {
    grid-template-columns: 58px 1fr;
  }

  .custom-search-result__image {
    width: 58px;
    height: 58px;
  }
}

:focus-visible, [tabindex="0"]:focus-visible, input:focus-visible, input[type="checkbox"].focus-visible + label, input[type="checkbox"]:focus-visible + label, input[type="radio"].focus-visible + label, input[type="radio"]:focus-visible + label, label:has(input[type="radio"].focus-visible), label:has(input[type="radio"]:focus-visible), select:focus-visible, textarea:focus-visible {
  box-shadow: 0 0 0 0px var(--colors-focus-secondary);
  outline: 0px solid var(--colors-focus-primary);
  outline-offset: 0px;
}

@media (max-width: 767px) {
  :where(.ums_mobile_header_v1--on).type-index .overall-wrapper {
    padding-top: 0px;
  }

  :where(.ums_mobile_header_v1--on) .overall-wrapper {
    padding-top: 0px;
  }
}



