html, html[nacin-rada="light"] {
  --podloga: #ffffff;
  --tekst: #000000;
  --placeholder: #fff2d8;
  --overlay: #000;
  --kontrast-naglasak: #000000;
  --tekst-body: #a1a1a1;
  color-scheme: light;
}
p, li, a, figure.wp-block-image a::before {
  font-family: century-gothic, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
h3, h4, h5, h6 {
  font-family: century-gothic, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}
h1, h2 {
  font-family: "the-seasons", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --fs-s: clamp(0.8rem, 0.18vw + 0.75rem, 0.91rem);
    --fs-osnova: clamp(1rem, 0.34vw + 0.9rem, 1.21rem);
    --fs-m: clamp(1.25rem, 0.58vw + 1.08rem, 1.61rem);
    --fs-l: clamp(1.56rem, 0.93vw + 1.3rem, 2.15rem);
    --fs-xl: clamp(1.95rem, 1.44vw + 1.54rem, 2.86rem);
    --fs-xxl: clamp(2.44rem, 2.16vw + 1.82rem, 3.8rem);
    --fs-xxxl: clamp(3.05rem, 3.18vw + 2.14rem, 5.05rem);
  }
}
/* Fallback variables for browsers that don't support clamp */
@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --fs-s: 0.8rem;
    --fs-osnova: 1rem;
    --fs-m: 1.25rem;
    --fs-l: 1.56rem;
    --fs-xl: 1.95rem;
    --fs-xxl: 2.44rem;
    --fs-xxxl: 3.05rem;
  }
  @media screen and (min-width: 1280px) {
    :root {
      --fs-s: 0.91rem;
      --fs-osnova: 1.21rem;
      --fs-m: 1.61rem;
      --fs-l: 2.15rem;
      --fs-xl: 2.86rem;
      --fs-xxl: 3.8rem;
      --fs-xxxl: 5.05rem;
    }
  }
}
.pozadina::before, .stupac figure::before, figure.wp-block-image a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: var(--overlay);
}
:root {
  --sirina: 1170px;
  --hero-visina: 60svh;
}
::-webkit-scrollbar {
  width: 12px;
  background: var(--podloga);
}
::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  background-color: var(--kontrast-naglasak);
}
#content a {
  color: var(--tekst);
  font-weight: 700 !important;
}
.add_to_cart_button {
  color: var(--podloga) !important;
}
.none {
  display: none;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  overflow-x: hidden;
}
body {
  overflow-x: unset !important;
}
.pozadina-stupci {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  height: calc(85svh - 90px);
  position: relative;
}
.pozadina-stupci .wp-block-column {
  position: relative;
}
.pozadina-stupci .wp-block-column figure {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pozadina-stupci .wp-block-column figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tekst-cover {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 33%;
  top: 0;
  padding: 0 11% 0 70px;
}
.tekst-cover p {
  margin-top: 10px;
}
h1 {
  text-transform: uppercase;
  font-size: var(--fs-xl);
}
header.entry-header {
  padding: 80px 0 20px 0;
}
p, li, a {
  color: var(--tekst);
  text-align: justify;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  text-align-last: left;
  font-size: calc(var(--fs-osnova) - 1.5px);
}
.opis p {
  color: var(--tekst-body);
}
.has-text-align-center {
  text-align: center !important;
  text-align-last: center !important;
}
p a {
  text-underline-offset: 10px;
}
h1, h2 {
  color: var(--tekst);
  font-size: var(--fs-xl) !important;
  letter-spacing: 0.5px !important;
}
h3, h4, h5, h6 {
  color: var(--tekst);
}
.opis .wp-block-column figure {
  aspect-ratio: 1;
}
.opis .wp-block-column figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50% 50% 50% 50%;
}
.opis .wp-block-gallery {
  aspect-ratio: initial !important;
}
.opis .wp-block-gallery figure {
  aspect-ratio: initial;
}
.opis .wp-block-gallery figure img {
  width: initial;
  height: initial;
  object-position: unset;
  object-fit: unset;
  border-radius: unset;
}
.pozadina {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 calc((100vw - var(--sirina)) / 2);
  isolation: isolate;
}
.pozadina::before {
  background-color: transparent;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 50%, rgba(40, 50, 159, 0.05));
  opacity: 0.85;
}
.pozadina h1, .pozadina h2, .pozadina h3, .pozadina h4, .pozadina h5, .pozadina h6, .pozadina p, .pozadina a, .pozadina li {
  color: var(--podloga);
}
.pozadina .wp-block-column p {
  text-align-last: center;
}
.fullheight {
  min-height: calc(100dvh - 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fullwidth {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}
.wp-block-columns:has(.stupac) {
  gap: 0;
}
.stupac {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.stupac:hover figure::before {
  opacity: 0.75 !important;
}
.stupac figure {
  position: absolute !important;
  z-index: -1 !important;
  width: 100% !important;
  height: 100% !important;
  isolation: isolate !important;
  overflow: hidden !important;
}
.stupac figure::before {
  z-index: 0;
  transition: 0.3s ease-in;
}
.stupac figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.stupac .wp-block-button, .stupac .wp-block-button a {
  width: 100% !important;
}
.stupac h1, .stupac h2, .stupac h3, .stupac h4, .stupac h5, .stupac h6 {
  padding: 0 20px;
  font-size: calc(var(--fs-osnova) + 2px);
  color: var(--podloga);
}
.stupac p, .stupac li, .stupac a {
  color: var(--podloga);
}
.stupac p.full-gumb-overlay a, .stupac li.full-gumb-overlay a, .stupac a.full-gumb-overlay a {
  color: transparent !important;
  width: 100%;
  height: 100%;
  display: block;
}
.stupac p, .stupac ul {
  padding: 0 20px;
}
.stupac .wp-block-buttons {
  padding: 20px;
  margin-top: 0;
}
.stupac p {
  margin-top: 5px;
  font-size: calc(var(--fs-s) + 1px);
}
#secondary {
  display: none;
}
figure.wp-block-image {
  position: relative;
  overflow: hidden;
}
figure.wp-block-image a {
  will-change: transform;
}
figure.wp-block-image a:hover::before {
  transform: scaleX(1);
  transition: 0.25s ease-out;
}
figure.wp-block-image a::before {
  z-index: 0;
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-xxl);
  color: var(--podloga);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s ease-in;
}
@media (max-width: 992px) {
  .mobile-none {
    display: none !important;
  }
  .invert {
    flex-direction: column-reverse;
    margin: 50px 0;
  }
  .col-full {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
  .fullwidth.pozadina {
    padding: 12.5%;
  }
  .stupac h2, .stroj h2 {
    font-size: var(--fs-l) !important;
  }
  .stupac p, .stroj p {
    font-size: var(--fs-osnova) !important;
    font-weight: 400 !important;
  }
  .industrije .stupac {
    aspect-ratio: 1.25 !important;
  }
  p, li, a {
    font-size: calc(var(--fs-osnova) + 1px);
  }
  .wp-block-buttons .wp-block-button a.wp-element-button, a.hero-button {
    font-size: var(--fs-m);
  }
  .intro h1, .intro h2 {
    text-align: left !important;
    text-align-last: left;
  }
  .intro p {
    text-align-last: left !important;
  }
  .hero-button {
    width: 85%;
  }
  .popis-klijenata {
    columns: 2;
    -webkit-columns: 2;
    gap: 60px;
    column-rule: 1.5px solid var(--tekst);
    -webkit-column-rule: 1.5px solid var(--tekst);
  }
  .popis-klijenata li {
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .pozadina, .intro {
    background-attachment: initial !important;
  }
  .vrsta-pakiranja-container {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
/*# sourceMappingURL=46-partials.map */
