@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//biorevital.lt/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.6") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 14px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: rgb(14,121,178);
	--btn-default-bgcolor-hover: rgb(0,0,0);
	--btn-accented-bgcolor: rgb(14,121,178);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center top;
}
.wd-footer {
	background-color: rgb(46,46,51);
	background-image: none;
	background-size: cover;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(238,238,238);
}

.wd-gallery-item {
    position: relative;
    overflow: hidden;
}
/* Shine layer */
.wd-gallery-item::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: rotate(25deg);
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none; /* ← svarbiausia, neblokuoja zoom */
    z-index: 2;
}

/* Shine animation */
.wd-gallery-item:hover::before {
    top: -20%;
    left: -20%;
    opacity: 1;
}

/* Ensure the image stays interactive */
.wd-gallery-item img {
    position: relative;
    z-index: 1;
    transition: transform .4s ease;
}
nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information {
    display: none !important;
}
/* ============================= */
/* NAVIGATION – BIOREVITAL STYLE */
/* ============================= */

/* Išjungiame WoodMart default underline 
.wd-nav.wd-style-underline .nav-link-text::after {
    display: none !important;
}


.wd-nav.wd-style-underline > li > a.woodmart-nav-link {
    position: relative;
    padding: 10px 20px;
    border-radius: 999px;
    color: #0B4F3E;
    transition: color .25s ease, transform .2s ease;
}


.wd-nav.wd-style-underline > li > a.woodmart-nav-link::before {
    content: "";
    position: absolute;
    inset: 4px 8px;
    border-radius: 999px;
    border: 1.5px solid transparent;
    box-shadow: 0 0 0 0 #0B4F3E;
    transition: border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    opacity: 0;
}


.wd-nav.wd-style-underline > li:hover > a.woodmart-nav-link,
.wd-nav.wd-style-underline > li.current-menu-item > a.woodmart-nav-link,
.wd-nav.wd-style-underline > li.current-menu-ancestor > a.woodmart-nav-link {
    color: #0B4F3E;
}

.wd-nav.wd-style-underline > li:hover > a.woodmart-nav-link::before,
.wd-nav.wd-style-underline > li.current-menu-item > a.woodmart-nav-link::before,
.wd-nav.wd-style-underline > li.current-menu-ancestor > a.woodmart-nav-link::before {
    border-color: #0B4F3E;
    box-shadow: 0 0 0 1px #0B4F3E;
    opacity: 1;
}


.wd-nav {
    --nav-gap: 0px !important;
}
*/
/* ============================= */
/* ACCORDION / TABS (WPBakery) */
/* ============================= */

.vc_tta-color-black.vc_tta-style-outline 
.vc_tta-panel .vc_tta-panel-title > a {
    color: #0F2F57 !important;
}

.vc_tta-color-black.vc_tta-style-outline 
.vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #3FB6FF !important;
}

/* ============================= */
/* BANNER OVERLAY */
/* ============================= */

.banner-background .wrapper-content-banner {
    background-color: rgba(11, 35, 69, 0.82) !important;
}
/*
.wd-page-title .title {
    display: none !important;
}
*/
/* 50/50 išdėstymas */
.wd-page-title .wd-page-title-grid{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}

/* Kairė */
.wd-page-title .wd-page-title-left{
  flex:0 0 50%;
  max-width:50%;
}

/* Dešinė */
.wd-page-title .wd-page-title-right{
  flex:0 0 50%;
  max-width:50%;
  text-align:right;
  border-left:1px solid rgba(0,0,0,.12);
  padding-left:24px;
  line-height:1.5;
}

/* sumažinam title + breadcrumbs 50% */
.wd-page-title .wd-page-title-left .entry-title{
  font-size:50%;
  line-height:1.2;
  margin-bottom:6px;
}

.wd-page-title .wd-page-title-left .wd-breadcrumbs,
.wd-page-title .wd-page-title-left nav,
.wd-page-title .wd-page-title-left .breadcrumb{
  font-size:50%;
  opacity:.85;
}

/* mobilui */
@media (max-width:768px){
  .wd-page-title .wd-page-title-grid{flex-direction:column; align-items:flex-start;}
  .wd-page-title .wd-page-title-left,
  .wd-page-title .wd-page-title-right{flex-basis:100%; max-width:100%; text-align:left;}
  .wd-page-title .wd-page-title-right{
    border-left:0; padding-left:0;
    border-top:1px solid rgba(0,0,0,.12);
    padding-top:12px;
  }
}
/* Užtikrinam, kad grid užimtų visą plotį */
.wd-page-title .wd-page-title-grid{
  width:100%;
  align-items:center;           /* kad abu būtų viename lygyje */
}

/* Nuimam galimą centravimą iš tėvinių blokų */
.wd-page-title .container{
  text-align:left;
}

/* Kairė ir dešinė - tikras 50/50 */
.wd-page-title .wd-page-title-left,
.wd-page-title .wd-page-title-right{
  flex: 0 0 50%;
  max-width:50%;
}

/* Dešinį bloką priverstinai “stumiam” į dešinę */
.wd-page-title .wd-page-title-right{
  margin-left:auto;
  display:flex;
  justify-content:flex-end;
  text-align:right;
}

/* Kad tekstas neprisiplėstų į kelias eilutes per plačiai (optional) */
.wd-page-title .wd-page-title-right p{
  margin:0;
  max-width: 520px;
}
/* --- PAGE TITLE: gražesnis išdėstymas --- */
.wd-page-title .wd-page-title-grid{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}

/* Kairė pusė */
.wd-page-title .wd-page-title-left{
  flex:0 0 50%;
  max-width:50%;
}

/* H1 (normalaus dydžio, ne 50%) */
.wd-page-title .wd-page-title-left .entry-title{
  font-size: 32px;      /* pasireguliuosi 28–38 */
  line-height: 1.15;
  margin: 0 0 8px 0;
  letter-spacing: -0.2px;
}

/* Breadcrumbs mažesni, bet skaitomi */
.wd-page-title .wd-page-title-left .wd-breadcrumbs,
.wd-page-title .wd-page-title-left nav,
.wd-page-title .wd-page-title-left .breadcrumb{
  font-size: 12px;
  opacity: .85;
}

/* Dešinė pusė */
.wd-page-title .wd-page-title-right{
  flex:0 0 50%;
  max-width:50%;
  margin-left:auto;

  display:flex;
  justify-content:flex-end;
  text-align:right;

  padding-left:32px;
  position:relative;
}

/* Skiriamoji linija – švelnesnė */
.wd-page-title .wd-page-title-right:before{
  content:"";
  position:absolute;
  left:0;
  top:12%;
  bottom:12%;
  width:1px;
  background: rgba(255,255,255,.18); /* ant žalio fono gražiau */
}

/* Pats tekstas didesnis ir gražesnis */
.wd-page-title .wd-page-title-right{
  font-size: 18px;   /* 16–22 */
  line-height: 1.45;
  font-weight: 500;
}

/* Kad tekstas neeitų per visą 50% ir atrodytų „premium“ */
.wd-page-title .wd-page-title-right p{
  margin:0;
  max-width: 560px;
}

/* Mobilui */
@media (max-width: 768px){
  .wd-page-title .wd-page-title-grid{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }

  .wd-page-title .wd-page-title-left,
  .wd-page-title .wd-page-title-right{
    max-width:100%;
    flex-basis:100%;
    text-align:left;
    justify-content:flex-start;
    padding-left:0;
  }

  .wd-page-title .wd-page-title-right:before{
    display:none;
  }

  .wd-page-title .wd-page-title-right{
    border-top: 1px solid rgba(255,255,255,.18);
    padding-top: 10px;
  }
}
/* VISIŠKAI NUIMAM VIDURINĘ SKIRIAMĄ JUOSTĄ */
.wd-page-title .wd-page-title-right:before{
    display: none !important;
}

/* Šiek tiek daugiau oro vietoj linijos */
.wd-page-title .wd-page-title-right{
    padding-left: 0;
}
/* animacija */
.wd-page-title .wd-page-title-left .entry-title{
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.wd-page-title .wd-page-title-left .entry-title:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:56px;
  height:2px;
  background: rgba(255,255,255,.35);
  border-radius: 2px;
}
/* naujas */
/* === MOBILE / SMALL SCREEN FIX === */
@media (max-width: 1024px){

  /* Daugiau oro pačiai page title juostai */
  .wd-page-title{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  /* Gridui – atskiriam elementus */
  .wd-page-title .wd-page-title-grid{
    gap: 18px;
  }

  /* H1 + breadcrumbs – kad neliptų prie apačios */
  .wd-page-title .wd-page-title-left{
    padding-bottom: 10px;
  }

  /* Dešinio teksto atitraukimas */
  .wd-page-title .wd-page-title-right{
    margin-top: 6px;
  }
}

/* DAR MAŽESNIEMS (telefonams) */
@media (max-width: 768px){

  .wd-page-title{
    padding-top: 24px;
    padding-bottom: 32px; /* svarbu – apačioje daugiau */
  }

  .wd-page-title .wd-page-title-grid{
    gap: 14px;
  }

  /* Papildomas atstumas iki turinio */
  .wd-page-title + .container,
  .wd-page-title + .wd-content-layout,
  .wd-page-title + main{
    margin-top: 16px;
  }
}

/* foter */
/* Premium footer reveal */
.wd-premium-reveal{
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity .55s ease,
    transform .55s ease;
  transition-delay: var(--wd-delay, 0ms);
  will-change: opacity, transform;
}

.wd-premium-reveal.is-in{
  opacity: 1;
  transform: translateY(0);
}

/* Jei vartotojas nori mažiau judesio */
@media (prefers-reduced-motion: reduce){
  .wd-premium-reveal{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* Subtilus linkų hoveris footeryje */
.wd-footer a{
  transition: opacity .2s ease, transform .2s ease;
}
.wd-footer a:hover{
  opacity: .9;
  transform: translateY(-1px);
}
.wd-post .wd-post-meta {
    display: none !important;
}
.wd-single-post-header .wd-post-meta {
    display: none !important;
}
.wd-page-title .wd-breadcrumbs{
  opacity: .9;
}
/* nuotraukos efektas */
/* Pagrindinis image efektas */
.efektas img{
  border-radius: 18px;
  filter:
    saturate(1.03)
    contrast(1.04);
  transition:
    transform .8s ease,
    filter .8s ease,
    box-shadow .8s ease;
  box-shadow:
    0 24px 60px rgba(14, 121, 178, .22); /* #0e79b2 */
}

/* Hover – labai subtilus */
@media (hover:hover){
  .efektas:hover img{
    transform: scale(1.015);
    box-shadow:
      0 32px 80px rgba(14, 121, 178, .30); /* #0e79b2 */
  }
}

/* antras */
.efektas{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.efektas:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(14, 121, 178, .14),  /* mėlynas highlight */
      rgba(14, 121, 178, 0)
    );
  pointer-events:none;
}

/* įvažiavimo animacija */
.efektas{
  opacity: 0;
  transform: translateY(12px);
  animation: imgReveal .8s ease forwards;
}

@keyframes imgReveal{
  to{
    opacity:1;
    transform: translateY(0);
  }
}

/* Jei vartotojas nemėgsta animacijų */
@media (prefers-reduced-motion: reduce){
  .efektas{
    animation:none;
    opacity:1;
    transform:none;
  }
}

/* WPBakery Tabs/Accordion (vc_tta) – spalvos pagal #0e79b2 */
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #0e79b2 !important;
}

.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
  color: #000000 !important; /* paliekam neutralų */
}

.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover { 
  color: #0e79b2 !important; /* vietoj baltos – brand spalva */
}

/* Woodmart timeline – sutvarkymas mobiliam */
@media (max-width: 767px) {

  .wd-timeline-wrapper {
    position: relative;
    padding-left: 34px;
  }

  .wd-timeline-wrapper .woodmart-timeline-line {
    left: 17px;
    right: auto;
    transform: none;
    z-index: 0;
    pointer-events: none;
  }

  .wd-timeline-wrapper .wd-timeline-item,
  .wd-timeline-wrapper .woodmart-timeline-content {
    position: relative;
    z-index: 2;
  }

  .wd-timeline-wrapper .woodmart-timeline-dot,
  .wd-timeline-wrapper .wd-timeline-dot {
    left: 17px;
    transform: translateX(-50%);
    z-index: 3;
  }
}

.wd-page-title .title {
  font-size: 32px !important;
}

/* baneriai 

.promo-banner {
  position: relative;
  transition: transform .35s ease, box-shadow .35s ease;
}

.promo-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(14, 121, 178, 0.18); 
}
*/

/* mygtukai 
.promo-banner .btn,
.promo-banner .banner-btn {
  transition: all .25s ease;
}

.promo-banner:hover .btn,
.promo-banner:hover .banner-btn {
  background-color: #0e79b2 !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(14, 121, 178, 0.35);
}
*/

/* subtilus šviesos / gylio efektas – pagal #0e79b2 
.promo-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 65% at 50% 100%,
    rgba(14, 121, 178, 0.22),
    rgba(14, 121, 178, 0.10) 38%,
    rgba(14, 121, 178, 0.04) 55%,
    transparent 72%
  );
  z-index: 1;
  pointer-events: none;
}
*/
/* subtilus gyvumas, ne dizaino triukai */



/* forma */
.promo-banner {
  border-radius: 22px;
}

.promo-banner .btn,
.promo-banner .banner-btn {
  border-radius: 999px;
}

/* overlay */
/* Lengvas, švarus, mėlynas overlay */
.promo-banner {
  position: relative;
}
/* melynas banerio variantas
.promo-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 121, 178, 0.00) 40%,
    rgba(14, 121, 178, 0.22) 70%,
    rgba(14, 121, 178, 0.36) 100%
  );
  pointer-events: none;
}

.promo-banner:hover::after {
  background: linear-gradient(
    180deg,
    rgba(14, 121, 178, 0.00) 35%,
    rgba(14, 121, 178, 0.28) 65%,
    rgba(14, 121, 178, 0.44) 100%
  );
}
*/
.promo-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(46, 46, 51, 0.00) 40%,
    rgba(46, 46, 51, 0.22) 70%,
    rgba(46, 46, 51, 0.36) 100%
  );
  pointer-events: none;
}

.promo-banner:hover::after {
  background: linear-gradient(
    180deg,
    rgba(46, 46, 51, 0.00) 35%,
    rgba(46, 46, 51, 0.28) 65%,
    rgba(46, 46, 51, 0.44) 100%
  );
}


.dot-start {
    background-color: #0e79b2 !important;
}
.woodmart-timeline-dot {
    background-color:#0e79b2 !important;
}

.dot-end {
	background-color: #0e79b2 !important;
}
/* Registracijos mygtuko mažinimas sticky režime */
.whb-sticked .wd-info-box {
    transform: scale(0.85);
    transition: all 0.3s ease;
}

.whb-sticked .wd-info-box .wd-info-box-link {
    padding: 8px 14px !important;
    font-size: 14px !important;
}

/* Normalus dydis */
.wd-info-box {
    transition: all 0.3s ease;
}
nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information {
    display: none !important;
}@media (min-width: 1025px) {
	.wd-page-title .wd-page-title-right {
    padding-right: 20px !important;
}

.box-style-shadow {
    height: 138px !important;
}
}

