body#cms {
  background: #fcfbf8;
  color: #2b2b2b;
}

body#cms.ce-theme #header,
body#cms #header,
body#cms #header .elementor-1170101 .elementor-element.elementor-element-1d87d162,
body#cms #header .elementor-1170101 .elementor-element.elementor-element-1d87d162.elementor-sticky--effects {
  background: rgba(17, 17, 17, 0.97) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

body#cms #header:not(.ool-mobile-scrolled):not(.ool-hdr-scrolled) {
  position: relative !important;
}

body#cms #header .elementor-nav-menu a,
body#cms #header .elementor-item,
body#cms #header .ool-nav-link,
body#cms #header a[href="/kontakt"],
body#cms #header .elementor-menu-toggle,
body#cms #header .elementor-menu-toggle *,
body#cms #header .elementor-menu-toggle::before,
body#cms #header .ool-logo-wrap span:first-child,
body#cms #header .elementor-search__input,
body#cms #header .elementor-search__submit,
body#cms #header .elementor-search__submit i,
body#cms #header .elementor-search__submit svg,
body#cms #header .elementor-search__icon,
body#cms #header .elementor-search__icon svg,
body#cms #header .elementor-cart-toggle-icon,
body#cms #header .elementor-button-icon,
body#cms #header .elementor-widget-shopping-cart,
body#cms #header .elementor-widget-shopping-cart i,
body#cms #header .elementor-widget-shopping-cart .ceicon-cart-light,
body#cms #header a[href*="moje-konto"],
body#cms #header a[href*="moje-konto"] svg {
  color: #e6e6e6 !important;
  opacity: 1 !important;
}

body#cms #header .elementor-search__submit svg,
body#cms #header .elementor-search__icon svg,
body#cms #header .elementor-menu-toggle svg,
body#cms #header a[href*="moje-konto"] svg {
  stroke: currentColor !important;
}

body#cms #header .ool-logo-wrap span:last-child,
body#cms #header .elementor-langs .elementor-item-active,
body#cms #header .elementor-currencies .elementor-item-active {
  color: #907a60 !important;
  opacity: 1 !important;
}

body#cms #header .elementor-search__input::placeholder {
  color: rgba(230, 230, 230, 0.55) !important;
}

body#cms #wrapper {
  padding-top: 72px;
  background: #fcfbf8;
}

body#cms #wrapper > .container {
  width: 100% !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 40px !important;
  padding-left: 40px !important;
}

body#cms #wrapper > .container > .row {
  margin-right: 0;
  margin-left: 0;
}

body#cms #content-wrapper {
  float: none;
  width: 100%;
  min-height: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body#cms nav.breadcrumb {
  margin: 0 0 28px;
  padding: 0;
  background: transparent;
  font-family: var(--lovable-font-body, 'Jost', sans-serif);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.6;
  text-transform: uppercase;
}

body#cms nav.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body#cms nav.breadcrumb li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: rgba(43, 43, 43, 0.48);
}

body#cms nav.breadcrumb li + li::before {
  content: "/";
  margin-right: 14px;
  color: rgba(144, 122, 96, 0.55);
}

body#cms nav.breadcrumb li::after {
  display: none !important;
  content: none !important;
}

body#cms nav.breadcrumb a,
body#cms nav.breadcrumb span {
  color: inherit;
  text-decoration: none;
}

body#cms nav.breadcrumb a:hover {
  color: #907a60;
}

body#cms .page-cms.ool-cms-native {
  position: relative;
  width: 100%;
  margin: 0 0 96px;
  padding: clamp(42px, 6vw, 78px);
  overflow: hidden;
  background: #f7f5f3;
  border-top: 1px solid rgba(144, 122, 96, 0.2);
}

body#cms .page-cms.ool-cms-native::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(28px, 7vw, 96px);
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(144, 122, 96, 0.22), rgba(144, 122, 96, 0));
  pointer-events: none;
}

body#cms .page-cms.ool-cms-native::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 88px;
  height: 88px;
  border-top: 1px solid rgba(144, 122, 96, 0.24);
  border-right: 1px solid rgba(144, 122, 96, 0.24);
  pointer-events: none;
}

body#cms .page-cms.ool-cms-native > * {
  position: relative;
  z-index: 1;
}

body#cms .page-cms.ool-cms-native .cms-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
  margin: 0;
}

body#cms .page-cms.ool-cms-native .cms-row > .l-image:empty {
  display: none;
}

body#cms .page-cms.ool-cms-native .cms-row > .l-image:empty + .r-text {
  grid-column: 1 / -1;
  max-width: 860px;
}

body#cms .page-cms.ool-cms-native .r-text,
body#cms .page-cms.ool-cms-native > :not(.cms-row) {
  max-width: 860px;
}

body#cms .page-cms.ool-cms-native p:empty {
  display: none;
}

body#cms .page-cms.ool-cms-native h1,
body#cms .page-cms.ool-cms-native h2,
body#cms .page-cms.ool-cms-native h3,
body#cms .page-cms.ool-cms-native h4 {
  margin: 0;
  color: #2c2c2c;
  font-family: var(--lovable-font-heading, 'Cormorant Garamond', Georgia, serif);
  font-weight: 300;
  letter-spacing: 0;
  word-spacing: normal;
  text-align: left;
  text-transform: none;
}

body#cms .page-cms.ool-cms-native h1 {
  max-width: 780px;
  margin-bottom: 30px;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 0.98;
}

body#cms .page-cms.ool-cms-native h2 {
  margin-top: 42px;
  margin-bottom: 18px;
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.08;
}

body#cms .page-cms.ool-cms-native h3 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.16;
}

body#cms .page-cms.ool-cms-native h4 {
  margin-top: 26px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
}

body#cms .page-cms.ool-cms-native p,
body#cms .page-cms.ool-cms-native li,
body#cms .page-cms.ool-cms-native td,
body#cms .page-cms.ool-cms-native th {
  color: rgba(43, 43, 43, 0.75);
  font-family: var(--lovable-font-body, 'Jost', sans-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  word-spacing: normal;
  text-align: left;
}

body#cms .page-cms.ool-cms-native p {
  margin: 0 0 18px;
}

body#cms .page-cms.ool-cms-native h1 + p {
  margin-bottom: 26px;
  padding: 22px 26px;
  color: #2c2c2c;
  background: #fcfbf8;
  border-left: 3px solid #907a60;
  font-weight: 400;
}

body#cms .page-cms.ool-cms-native a {
  color: #7f6a52;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 0.18s ease;
}

body#cms .page-cms.ool-cms-native a:hover {
  color: #2c2c2c;
}

body#cms .page-cms.ool-cms-native strong,
body#cms .page-cms.ool-cms-native b {
  color: #2c2c2c;
  font-weight: 500;
}

body#cms .page-cms.ool-cms-native ul,
body#cms .page-cms.ool-cms-native ol {
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

body#cms .page-cms.ool-cms-native li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 30px;
}

body#cms .page-cms.ool-cms-native ul li::before {
  content: "";
  position: absolute;
  top: 0.86em;
  left: 0;
  width: 14px;
  height: 1px;
  background: #907a60;
}

body#cms .page-cms.ool-cms-native ol {
  counter-reset: ool-cms-list;
}

body#cms .page-cms.ool-cms-native ol li {
  counter-increment: ool-cms-list;
}

body#cms .page-cms.ool-cms-native ol li::before {
  content: counter(ool-cms-list, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: #907a60;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

body#cms .page-cms.ool-cms-native table {
  display: block;
  width: 100%;
  margin: 32px 0;
  overflow-x: auto;
  border-collapse: collapse;
  background: #fcfbf8;
}

body#cms .page-cms.ool-cms-native th,
body#cms .page-cms.ool-cms-native td {
  min-width: 180px;
  padding: 16px 18px;
  border: 1px solid rgba(144, 122, 96, 0.18);
  text-align: left;
  vertical-align: top;
}

body#cms .page-cms.ool-cms-native th {
  color: #2c2c2c;
  background: rgba(144, 122, 96, 0.12);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

body#cms .page-cms.ool-cms-native img,
body#cms .page-cms.ool-cms-native iframe {
  max-width: 100%;
}

body#cms .page-cms.ool-cms-native hr {
  width: 100%;
  margin: 38px 0;
  border: 0;
  border-top: 1px solid rgba(144, 122, 96, 0.18);
}

@media (max-width: 1199px) {
  body#cms #wrapper {
    padding-top: 64px;
  }

  body#cms #wrapper > .container {
    max-width: 100% !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

@media (max-width: 767px) {
  body#cms #wrapper {
    padding-top: 46px;
  }

  body#cms #wrapper > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body#cms nav.breadcrumb {
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  body#cms nav.breadcrumb ol {
    gap: 6px 10px;
  }

  body#cms nav.breadcrumb li + li::before {
    margin-right: 10px;
  }

  body#cms .page-cms.ool-cms-native {
    margin-bottom: 58px;
    padding: 34px 24px 40px;
  }

  body#cms .page-cms.ool-cms-native::before,
  body#cms .page-cms.ool-cms-native::after {
    display: none;
  }

  body#cms .page-cms.ool-cms-native .cms-row {
    display: block;
  }

  body#cms .page-cms.ool-cms-native h1 {
    margin-bottom: 22px;
    font-size: 42px;
    line-height: 1.02;
  }

  body#cms .page-cms.ool-cms-native h2 {
    margin-top: 34px;
    font-size: 32px;
  }

  body#cms .page-cms.ool-cms-native h3 {
    font-size: 26px;
  }

  body#cms .page-cms.ool-cms-native p,
  body#cms .page-cms.ool-cms-native li,
  body#cms .page-cms.ool-cms-native td,
  body#cms .page-cms.ool-cms-native th {
    font-size: 15px;
    line-height: 1.8;
  }

  body#cms .page-cms.ool-cms-native h1 + p {
    padding: 18px 20px;
  }
}

@media (max-width: 420px) {
  body#cms .page-cms.ool-cms-native {
    padding-right: 20px;
    padding-left: 20px;
  }

  body#cms .page-cms.ool-cms-native h1 {
    font-size: 38px;
  }
}
