.detalji img {
  transition: 0.3s ease-in;
}
.detalji .wp-block-image a {
  overflow: hidden;
}
.detalji .wp-block-image a::before {
  content: "+";
  color: #fff;
  font-size: 4rem;
  font-family: "scotch-display";
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right top, #051937, #111a41, #211849, #34134e, #47064f);
  opacity: 0.75;
  top: 0;
  left: 0;
  scale: 0;
  transition: 0.3s ease-out;
  z-index: 1;
}
.detalji .wp-block-image a:hover img {
  transform: scale(1.1);
}
.detalji .wp-block-image a:hover::before {
  scale: 1;
}
.entry-title, .entry-header {
  display: none;
}
.fullheight {
  height: calc(100svh);
  top: -108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  background-image: url("/wp-content/uploads/2023/11/hausdekore-ulazna-vrata-pirnar-exclusive.webp");
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  isolation: isolate;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.fullheight .desktop {
  display: block;
}
.fullheight .mobile {
  display: none;
}
.fullheight::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
.fullheight::after {
  content: "architectural design elements";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: futura-pt;
  font-weight: 500;
  color: #fff;
}
.fullheight h2, .fullheight h3, .fullheight p {
  color: #fff;
  font-family: futura-pt !important;
}
.fullheight .wp-block-group__inner-container {
  width: 1170px !important;
}
@media (max-width: 992px) {
  .fullheight .wp-block-group__inner-container {
    width: 93% !important;
  }
}
.fullheight h2 {
  text-align: left !important;
  margin-top: -1em;
  font-size: 3.3rem !important;
  margin-bottom: 2em;
  letter-spacing: 1.5px;
  font-family: "scotch-display" !important;
}
.fullheight h3 {
  margin-bottom: 20px;
}
.fullheight .wp-container-5 {
  gap: 7em !important;
}
.fullheight .bitno a, .fullheight .manje-bitno a {
  font-family: futura-pt;
  padding: 5px 20px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-in;
  transition-delay: 0;
}
.fullheight .bitno a::before, .fullheight .manje-bitno a::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(to right top, #051937, #111a41, #211849, #34134e, #47064f);
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.25s linear;
  z-index: -1;
}
.fullheight .bitno a:hover, .fullheight .manje-bitno a:hover {
  color: #fff !important;
  border-color: transparent !important;
  transition-delay: 0.15s;
}
.fullheight .bitno a:hover::before, .fullheight .manje-bitno a:hover::before {
  transform: scaleX(1);
}
.fullheight .manje-bitno a, .fullheight .bitno a {
  background: transparent !important;
  border: 1.5px solid #fff;
}
.fullheight .bitno a {
  font-weight: 600 !important;
}
.fullheight .gumbi {
  column-gap: 1em;
}
@media (min-width: 992px) {
  .header-4-container {
    background-color: transparent !important;
    position: relative !important;
    top: unset !important;
  }
  .header-4-container .site-branding {
    filter: invert(1);
  }
  .header-4-container .menu-item a {
    color: #fff !important;
  }
  .header-4-container .menu-item a::after {
    background-color: #fff !important;
  }
  .header-4-container a.sub-menu-link {
    color: #fff !important;
  }
  .header-4-container .mini-count {
    color: #fff !important;
  }
  .header-4-container .mini-count::before {
    background-color: #fff !important;
  }
}
h2 {
  font-family: futura-pt !important;
  font-weight: 300 !important;
  font-size: 2.4rem !important;
}
.tekst-gumb a {
  font-family: futura-pt;
  padding: 10px 20px;
  margin-top: 15px;
  background: transparent !important;
  border: 1.5px solid #000 !important;
  color: #000 !important;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: 0.25s ease-in;
  transition-delay: 0.25s;
}
.tekst-gumb a::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(to right top, #051937, #111a41, #211849, #34134e, #47064f);
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.25s linear;
  z-index: -1;
}
.tekst-gumb a:hover {
  color: #FFF !important;
  transition-delay: 0.15s;
  border-color: transparent !important;
}
.tekst-gumb a:hover::before {
  transform: scaleX(1);
}
.bitno a {
  font-family: futura-pt;
  padding: 5px 20px;
  margin-top: 15px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.bitno a::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(to right top, #051937, #111a41, #211849, #34134e, #47064f);
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.25s linear;
  z-index: -1;
}
.bitno a:hover {
  color: #fff !important;
  border-color: transparent !important;
  transition-delay: 0.15s;
}
.bitno a:hover::before {
  transform: scaleX(1);
}
.vrata .bitno a, .stolarija .bitno a {
  color: #000 !important;
  border: 1.5px solid #000 !important;
  transition: 0.2s linear;
}
.vrata .bitno a:hover, .stolarija .bitno a:hover {
  color: #fff !important;
  border-color: transparent !important;
  transition-delay: 0.15s;
}
.vrata .bitno a:hover::before, .stolarija .bitno a:hover::before {
  transform: scaleX(1);
}
.vrata .tekst, .stolarija .tekst {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vrata .tekst .nagrade, .stolarija .tekst .nagrade {
  gap: 2em;
}
.vrata h2, .stolarija h2 {
  font-family: "scotch-display" !important;
  color: #000 !important;
}
.vrata .slika, .stolarija .slika {
  align-self: stretch;
}
.vrata .slika .podloga, .stolarija .slika .podloga {
  position: absolute;
  right: calc((-100vw + 1170px) / 2);
  overflow: hidden;
}
.vrata .slika .podloga::before, .stolarija .slika .podloga::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #fff 40%, rgba(255, 255, 255, 0.5) 75%, transparent);
  z-index: 1;
}
.vrata .slika .podloga::after, .stolarija .slika .podloga::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  top: -20%;
  left: 0;
  background: linear-gradient(180deg, #fff 40%, rgba(255, 255, 255, 0.5) 75%, transparent);
  z-index: 1;
}
.vrata .slika .podloga img, .stolarija .slika .podloga img {
  height: calc(100svh - 50px);
  object-fit: cover;
  object-position: 15%;
  opacity: 0.75;
}
.none {
  display: none !important;
}
.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.savrsenstvo .wp-block-gallery {
  gap: 0 !important;
}
.stolarija {
  margin-top: 0px;
}
.stolarija h2 {
  color: #000 !important;
}
.stolarija .bitno a {
  color: #000 !important;
  border: 1.5px solid #000 !important;
}
.stolarija .tekst {
  margin-top: 0;
}
.stolarija .podloga {
  left: calc((-100vw + 1170px) / 2);
  right: unset;
}
.stolarija .podloga::before {
  background: linear-gradient(-90deg, #fff 40%, rgba(255, 255, 255, 0.5) 75%, transparent) !important;
  right: 30%;
}
.stolarija .podloga::after {
  top: unset !important;
  bottom: -20%;
  left: 0;
  background: linear-gradient(0deg, #fff 40%, rgba(255, 255, 255, 0.5) 75%, transparent) !important;
  z-index: 1;
}
.stolarija .podloga img {
  object-position: center;
}
.stolarija .tekst {
  justify-content: flex-start;
}
.stolarija .tekst::before {
  left: unset;
  right: calc((-100vw + 1170px) / 2);
}
.stolarija .tekst h2 {
  margin-top: 60px;
}
.woocommerce-card__header {
  display: none !important;
}
.proizvodi .wp-block-buttons {
  justify-content: center;
  margin: -80px 0 80px 0;
  position: relative;
  z-index: 10;
}
.savrsenstvo h4 {
  font-family: "scotch-display" !important;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 300;
}
.savrsenstvo p {
  margin-bottom: 20px;
}
.oprema .woocommerce-image__wrapper {
  aspect-ratio: 1.7;
}
.oprema .woocommerce-image__wrapper a {
  height: 100%;
}
.oprema .woocommerce-image__wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.fullHeight.stolarija, .fullHeight.vrata {
  height: unset !important;
  min-height: unset !important;
}

