/* -- common --*/
html {
	font-size: 100%;
}
body,
html {
	height: 100%;
}
body {
	font-family: "filson-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: calc(18/1920*100*1vw);
	line-height: calc(24/1920*100*1vw);
	color: #fff;
	background: #000;
}
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#main.site-main {
	animation: fadeInAnimation ease 4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	opacity: 1;
	transition: opacity 4s;
}
img {
	width: 100%;
}
p,
li {
	font-size: calc(18/1920*100*1vw);
	line-height: calc(24/1920*100*1vw);
	color: #fff;
	font-family: "filson-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
}
a {
  text-decoration: underline;
  transition: all 0.6s ease;
  color: #fff;
}
a:hover {
  transition: all 0.6s ease;
  color: #fff;
  text-decoration: underline;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "filson-pro";
	font-weight: 500;
}
h1,
.h1 {
	font-size: calc(64/1920*100*1vw);
	line-height: calc(71/1920*100*1vw);
	color: #fff;
}
h2,
.h2 {
  font-size: calc(48/1920*100*1vw);
  line-height: calc(54/1920*100*1vw);
}
h3,
.h3,
h3 a {
  font-size: 2rem;
  line-height: 2.2rem;
}
h4,
.h4,
h4 a {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
/* -- size -- */
.tk-filson-pro { 
	font-family: "filson-pro" !important;
}
.tk-filson-soft { 
	font-family: "filson-soft" !important;
}
.cg-font {
	font-family: "Cormorant Garamond", serif !important;
}
.font-weight-300,
.font-weight-300 p {
  font-weight: 300 !important;
}
.font-weight-400,
.font-weight-400 p {
  font-weight: 400 !important;
}
.font-weight-500,
.font-weight-500 p {
  font-weight: 500 !important;
}
.font-weight-600,
.font-weight-600 p {
  font-weight: 600 !important;
}
b,
strong,
.font-weight-700,
.font-weight-700 p {
  font-weight: 500 !important;
}
ul {
    padding-left: 0;
    list-style-position: inside;
}
li {
    position: relative;
    margin-bottom: 0 !important;
}
ol {
    padding-left: 20px;
    list-style-position: outside;
}
ul ul {
    padding-left: 1rem;
}
b, strong {
    font-weight: 500;
}
iframe {
    border: 0;
    max-width: 100%;
}
.mb-0 img {
	margin-bottom: 0 !important;
}
/*selektiranje teksta*/
::-moz-selection { /* Code for Firefox */
    color: black;
    background: white;
}
::selection {
    color: black;
    background: white;
}
.vh-100 {
	height: 100vh !important;
}
/* -- buttons -- */
.virtualna-read-more-link,
.wp-block-button__link,
.wp-block-button__link.wp-element-button,
.wp-block-buttons .wp-block-button .wp-block-button__link.wp-element-button,
.btn.btn-primary,
.btn,
.slider-btn {
	color: #fff;
	text-align: center;
	font-family: "filson-pro" !important;
	font-size: calc(18/1920*100*1vw);
	line-height: calc(24/1920*100*1vw);
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	border: 1px solid #926C2B;
	border-radius: 0;
	padding: 7px 32px;
	background-color: #926C2B;
	transition: all 0.6s ease;
	min-width: calc(213/1920*100*1vw);
}
.virtualna-read-more-link:hover,
.wp-block-button__link:hover,
.wp-block-button__link.wp-element-button:hover,
.wp-block-buttons .wp-block-button .wp-block-button__link.wp-element-button:hover,
.btn.btn-primary:hover,
.slider-btn:hover {
	border: 1px solid #926C2B;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.btn.btn-secondary {
	background: transparent;
	padding: 0;
}
.btn.btn-secondary.underline {
	position: relative;
	border: none;
	min-width: unset;
}
.btn.btn-secondary.underline::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	transition: all 0.4s ease;
}
.btn.btn-secondary.underline:hover {
	text-decoration: none;
}
.btn.btn-secondary.underline:hover::after {
	background: transparent;
}
.btn.btn-secondary.underline .fa.fa-plus {
	font-size: calc(12/1920*100*1vw);
}
/* -- /buttons -- */
hr {
  opacity: 1;
  margin: 1.5rem 0;
}
.wrapper {
	padding: 0;
}
/* -- colors -- */
.color-white,
.color-white p,
.color-white li {
	color: #fff !important;
}
.color-gold,
.color-gold p,
.color-gold li {
	color: #926C2B !important;
}
.paragraph-0 p {
	margin-bottom: 0 !important;
}
/* -- /common --*/
/* -- header -- */
#navbarNavOffcanvas.bg-primary {
	background-color: #000 !important;
}
header#wrapper-navbar {
	position: relative;
	z-index: 9;
}
header#wrapper-navbar::after {
	content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
	z-index: 1;
	background: #000000;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
#main-nav {
	transition: top 0.6s ease-in-out;
	background-color: transparent;
	border-bottom: 1px solid #C69C45;
	z-index: 2;
}
.navbar-brand {
	margin-right: 0;
}
.navbar {
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.14);
}
.navbar-toggler {
	border: transparent;
}
.navbar > .container {
	position: relative;
}
#top-search {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 88px;
}
#top-search .fa.fa-search {
	font-size: 22px;
	padding-top: 1px;
}
/* -- /header --*/
/* -- intro section --*/
.intro.single-obiteljske {
	height: 1010px;
}
.intro.single-obiteljske,
.intro.single-novosti,
.cta-fullwidth-section.novosti {
	overflow: hidden;
}
.single.single-post .intro.single-novosti .wp-block-group__inner-container {
	height: 100%;
}
.single.single-post .page.intro .desktop-img {
	aspect-ratio: 1920 / 1000;
}
.single.single-post .intro.single-novosti .wp-block-group__inner-container {
	display: flex;
	flex-direction: column-reverse;
}
.single.single-post .article-content.novosti figure.wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cta-fullwidth-section.novosti::after,
.intro.single-obiteljske::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
	);
	background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
	);
	background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
	);
	background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
	);
	pointer-events: none;
}
.page.intro .wp-block-columns {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.page.intro.single-novosti .wp-block-columns {
	position: relative;
	top: auto;
	transform: none;
}
.page.intro.single-novosti .intro-title h1 {
	margin-top: calc(30/1920*100*1vw);
  margin-bottom: calc(30/1920*100*1vw) !important;
}
#wrapper-novosti-full {
	margin-top: 0.5rem;
}
.page.intro figure,
.page.intro figure.wp-block-image img {
	margin-bottom: 0 !important;
}
.pattern-background {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	/* background-image: url("/wp-content/uploads/2025/11/logo-bg.jpg"); */
	background-repeat: repeat-y;
	background-position: top center;
	filter: brightness(0.5);
}
.pattern-background.contact,
.pattern-background.novosti,
.pattern-background.artgalerija {
	background-image: url("/wp-content/uploads/2026/01/logo-patern-gray.svg");
	background-repeat: repeat;
	background-size: calc(100% / 8);
	background-position: top center;
	filter: brightness(0.5);
}
.button-section.novosti {
	height: calc(252 / 1440 * 100vw);
}
/* -- static page -- */
.intro-title h1,
h1.brand-title {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0 !important;
}
.intro-title h1 span {
	display: block;
	font-family: "Cormorant Garamond", serif !important;
	font-style: italic;
	font-weight: 700 !important;
}
.title-two-fonts span,
.text-two-fonts span,
.article-content.recept h1 span,
.brand-description span {
	display: block;
	font-family: "Cormorant Garamond", serif !important;
	font-style: italic;
}
.text-two-fonts p,
.brand-description p {
	font-size: calc(48/1920*100*1vw);
	line-height: calc(50/1920*100*1vw);
	font-weight: 500;
	color: #fff;
}
.homepage.text-two-fonts p {
	font-weight: 300;
}
.title-text-group p,
.brand-description p {
	color: #fff;
}
.title-text-group p:last-child {
	margin-bottom: 0 !important;
}
.artgalerija.title-text-group p:last-child {
	margin-bottom: 1rem !important;
}
.cta-fullwidth-section.novosti .title-text-group p:last-child {
	margin-bottom: 1rem !important;
}
.brand-description p {
	margin-bottom: 0 !important;
}
.cta-grid-columns figure.wp-block-image {
	overflow: hidden;
	position: relative;
	margin-bottom: 0 !important;
	position: relative;
}
.cta-grid-columns figure.wp-block-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin-bottom: 0 !important;
}
.cta-grid-section {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 2rem;
}
.cta-grid-col {
	position: relative;
}
.cta-grid-col .wp-block-columns {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.cta-grid-section.proizvodi .cta-grid-col {
	position: relative;
}
.cta-grid-section.proizvodi .cta-grid-col::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
}
.cta-grid-columns .wp-block-columns h2 {
	font-family: "Cormorant Garamond", serif !important;
	font-weight: 700 !important;
}
.cta-grid-columns .wp-block-columns h2,
.cta-grid-columns .wp-block-columns p {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.cta-grid-columns .wp-block-columns p span,
.cta-fullwidth-columns h2 span {
	font-family: "Cormorant Garamond", serif !important;
}
.cta-homepage-fullwidth-columns h2,
.cta-homepage-fullwidth-columns h2 span {
	font-family: "Cormorant Garamond", serif !important;
	font-weight: 700 !important;
	line-height: 1.1;
}
.cta-grid-columns .wp-block-columns p span,
.cta-fullwidth-columns h2 span {
	font-style: italic;
	font-weight: 700 !important;
}
.cta-fullwidth-columns h2 span,
.cta-homepage-fullwidth-columns h2 span {
	display: block;
}
.cta-fullwidth-columns {
	max-width: 1256px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.cta-homepage-fullwidth-columns {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.cta-fullwidth-col {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding: 2rem;
	max-width: 624px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.cta-homepage-fullwidth-col {
	color: #fff;
	padding: 3.75rem;
	width: 100%;
	margin: 0 auto !important;
	margin-bottom: 0;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.cta-fullwidth-col.right {
	right: 0;
}
.cta-fullwidth-col.left {
	left: 0;
}
.cta-fullwidth-col h2,
.cta-fullwidth-col p,
.cta-homepage-fullwidth-col h2,
.cta-homepage-fullwidth-col p {
	color: #fff;
}
.cta-homepage-fullwidth-col h2,
.cta-homepage-fullwidth-col p {
	text-align: center;
}
.cta-fullwidth-col h2,
.cta-homepage-fullwidth-col h2 {
	text-transform: uppercase;
}
.cta-fullwidth-section figure.wp-block-image,
.cta-fullwidth-section figure.wp-block-image img,
.cta-homepage-fullwidth-section figure.wp-block-image,
.cta-homepage-fullwidth-section figure.wp-block-image img {
	margin-bottom: 0 !important;
}
.cta-homepage-fullwidth-section .desktop-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.cta-fullwidth-section.o-nama figure.wp-block-image.desktop-img,
.cta-fullwidth-section.o-nama figure.wp-block-image.mobile-img {
	position: relative;
}
.cta-fullwidth-section.o-nama figure.wp-block-image.desktop-img::after,
.cta-fullwidth-section.o-nama figure.wp-block-image.mobile-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
}
.cta-homepage-fullwidth-section .wp-block-image figure img {
	max-width: 460px;
	margin-bottom: 1rem;
}
.cta-homepage-fullwidth-section figure.wp-block-image.desktop-img {
	z-index: -1;
	display: block !important;
}
.cta-homepage-fullwidth-section figure.wp-block-image.desktop-img img {
	max-width: 100%;
	z-index: 0;
}
.cta-homepage-fullwidth-section figure.wp-block-image.mobile-img {
	z-index: -1;
	display: none !important;
}
.cta-fullwidth-black-pattern {
	position: relative;
}
.cta-fullwidth-black-pattern::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, black 25%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(top, black 25%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, black 25%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, black 25%, transparent 100%);
}
.cta-fullwidth-black-pattern .title-text-group.absolute-center::before {
	content: "";
	position: absolute;
	inset: -27%;
	background-color: rgba(0, 0, 0, 0.6);
	background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 70%);
	background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 70%);
	background: radial-gradient( circle, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 70% );
	  z-index: -1;
	  pointer-events: none;
}
.cta-fullwidth-black-pattern .title-text-group,
.section-fullwidth-news .title-text-group,
.section-fullwidth-ttg .title-text-group {
	max-width: 1256px;
	margin: 0 auto;
}
.homepage-video-mobile {
	display: none;
}
.homepage-video-mobile .wp-block-video video {
	aspect-ratio: 431 / 768 !important;
}
.homepage-video .absolute-center.nevidljivi.gumb,
.homepage-video-mobile .absolute-center.nevidljivi.gumb {
	height: 100%;
	width: 100%;
	display: block;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index: 0;
}
.homepage-video .absolute-center.nevidljivi.gumb .wp-block-button,
.homepage-video-mobile .absolute-center.nevidljivi.gumb .wp-block-button {
	height: 100%;
	width: 100%;
	display: block;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
}
.homepage-video .absolute-center.nevidljivi.gumb .wp-block-button .wp-block-button__link.wp-element-button,
.homepage-video-mobile .absolute-center.nevidljivi.gumb .wp-block-button .wp-block-button__link.wp-element-button {
	height: 100%;
	width: 100%;
	display: block;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	background: transparent;
	color: transparent;
	border: none !important;
}
.section-fullwidth-products,
.products-slider {
	position: relative;
	overflow: hidden;
}
.section-fullwidth-products {
	padding-bottom: .75rem;
}
.product-related-heading {
	overflow: hidden;
}
.section-fullwidth-products::before,
.product-related-heading::before {
	content: "Gavrilović selekcija Gavrilović selekcija Gavrilović selekcija";
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 0.9;
	pointer-events: none;
	font-size: 2100%;
	color: rgba(255, 255, 255, 0.04);
	pointer-events: none;
	font-family: "filson-pro" !important; 
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
	writing-mode: horizontal-tb;
	white-space: normal;
	/* word-break: break-all; */
	text-align: center;
	top: -84px;
	left: 50%;
	transform: translateX(-52%);
}
.grain-effect {
	position: relative !important;
	display: block !important;
}
.page.intro .desktop-img,
.cta-fullwidth-section .desktop-img,
.cta-grid-columns figure.wp-block-image.desktop-img,
.cta-fullwidth-section.novosti .desktop-img,
figure.wp-block-image.desktop-img {
	display: block !important;
}
.page.intro .mobile-img,
.cta-fullwidth-section .mobile-img,
.cta-grid-columns figure.wp-block-image.mobile-img,
.cta-fullwidth-section.novosti .mobile-img,
figure.wp-block-image.mobile-img {
	display: none !important;
} 
#archive-obiteljske-wrapper .container {
	max-width: 100%;
}
.blog-list p.mt-auto {
	justify-content: center;
	display: flex;
}
.blog-list {
	padding-bottom: calc(var(--bs-gutter-x) * .5);
	padding-top: calc(var(--bs-gutter-x) * .5);
	overflow: hidden;
}
.blog-list h2.entry-title a {
	color: #fff;
	text-transform: uppercase;
}
#archive-obiteljske-wrapper .blog-list h2.entry-title a span {
	display: block;
}
.article-content.obiteljske .main-content {
	padding: 3rem 0;
}
.article-content.obiteljske p,
.article-content.obiteljske a,
.article-content.obiteljske li,
.article-content.obiteljske span,
.article-content.obiteljske strong {
	color: #fff;
}
.article-content.obiteljske strong {
	font-weight: 500 !important;
}
.pattern-bg-text {
	background-image: url("/wp-content/uploads/2025/10/G_stamp_pattern_GOLD_web.svg");
	background-repeat: repeat;
	background-size: 160px 163px;
}
.share-icons a {
	color: #fff;
	text-decoration: none;
}
.share-icons a:hover {
	color: #000;
}
.single-obiteljske_price .article-footer,
.article-content.obiteljske .golden-section,
.article-content.novosti .golden-section {
	background-color: #926c2b;
	border-top: 1px solid white;
}
.article-content.obiteljske .golden-section,
.article-content.novosti .golden-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
} 
.article-content.obiteljske figure.wp-block-image img,
.article-content.novosti figure.wp-block-image img {
	margin-bottom: -1px !important;
}
.intro.single-obiteljske figure.wp-block-image.desktop-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	object-fit: cover;
}
.article-content.obiteljske .pattern-bg-text,
.article-content.novosti .pattern-bg-text {
	padding-top: 4rem;
	padding-bottom: 3rem;
	position: relative;
}
.article-content.obiteljske .pattern-bg-text::after,
.article-content.novosti .pattern-bg-text::after {
	content:"";
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}
.ajax-fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.ajax-fade-in.show {
    opacity: 1;
    transform: translateY(0);
}
.vt-artgalerija-slider .swiper-slide {
	align-self: center;
}
.vt-artgalerija-slider .row.slide-inner {
	margin: 0 auto;
}
.vt-artgalerija-slider .slide-content {
	background: #000;
}
.fullscreen-slider {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.96);
    z-index: 2147483647;
    padding: 40px;
    overflow-y: auto;
	transition: all 0.6s ease;
}
.fullscreen-slider .close-btn {
	position: absolute;
	top: 6rem;
	right: 6rem;
	z-index: 2147483647;
	color: #926C2B;
	background: #000;
	border: none;
	cursor: pointer;
	pointer-events: auto;
	border-radius: 100px;
	border: 4px solid #926C2B;
	width: 49px;
	height: 49px;
	line-height: 0;
	display: flex;
	justify-content: center;
}
.fullscreen-slider .close-btn span {
	font-size: 49px;
	margin-top: -4px;
	display: block;
	font-family: "filson-pro", sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.fullscreen-slider,
.fullscreen-slider * {
    pointer-events: auto;
}
.history .swiper.vt-povijest-slider {
	display: block;
}
.vt-povijest-slider.active {
    display: block !important;
}
.fullscreen-slider {
    opacity: 0;
    transition: opacity 0.8s ease;
}
.vt-povijest-slider .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.vt-povijest-slider .swiper-slide,
.vt-povijest-slider .swiper-slide.swiper-slide-next,
.vt-povijest-slider .swiper-slide.swiper-slide-prev,
.vt-povijest-slider .swiper-slide .slide-img img,
.vt-povijest-slider .swiper-slide.swiper-slide-next .slide-img img,
.vt-povijest-slider .swiper-slide.swiper-slide-prev .slide-img img,
.vt-jesteliznali-slider .swiper-slide,
.vt-jesteliznali-slider .swiper-slide.swiper-slide-next,
.vt-jesteliznali-slider .swiper-slide.swiper-slide-prev,
.vt-jesteliznali-slider .swiper-slide .slide-img img,
.vt-jesteliznali-slider .swiper-slide.swiper-slide-next .slide-img img,
.vt-jesteliznali-slider .swiper-slide.swiper-slide-prev .slide-img img,
.vt-artgalerija-slider .swiper-slide,
.vt-artgalerija-slider .swiper-slide.swiper-slide-next,
.vt-artgalerija-slider .swiper-slide.swiper-slide-prev,
.vt-artgalerija-slider .swiper-slide .slide-img img,
.vt-artgalerija-slider .swiper-slide.swiper-slide-next .slide-img img,
.vt-artgalerija-slider .swiper-slide.swiper-slide-prev .slide-img img {
	transition: opacity 1s ease;
	opacity: 0;
}
.vt-povijest-slider .swiper-slide .slide-img img,
.vt-povijest-slider .swiper-slide.swiper-slide-next .slide-img img,
.vt-povijest-slider .swiper-slide.swiper-slide-prev .slide-img img,
.vt-jesteliznali-slider .swiper-slide .slide-img img,
.vt-jesteliznali-slider .swiper-slide.swiper-slide-next .slide-img img,
.vt-jesteliznali-slider .swiper-slide.swiper-slide-prev .slide-img img,
.vt-artgalerija-slider .swiper-slide .slide-img img,
.vt-artgalerija-slider .swiper-slide.swiper-slide-next .slide-img img,
.vt-artgalerija-slider .swiper-slide.swiper-slide-prev .slide-img img {
	transition: opacity 4s ease;
}
.vt-povijest-slider .swiper-slide-active,
.vt-povijest-slider .swiper-slide.swiper-slide-active .slide-img img,
.vt-jesteliznali-slider .swiper-slide-active,
.vt-jesteliznali-slider .swiper-slide.swiper-slide-active .slide-img img,
.vt-artgalerija-slider .swiper-slide-active,
.vt-artgalerija-slider .swiper-slide.swiper-slide-active .slide-img img {
	opacity: 1;
}
#sliderContainer,
#sliderContainer2,
.swiper.vt-povijest-slider,
.vt-povijest-slider .slide-inner,
.vt-povijest-slider .slide-img,
.vt-povijest-slider .slide-img img,
.swiper.vt-jesteliznali-slider,
.vt-jesteliznali-slider .slide-inner,
.vt-jesteliznali-slider .slide-img,
.vt-jesteliznali-slider .slide-img img {
	height: 100%;
	position: relative;
}
.vt-povijest-slider .slide-img img,
.vt-jesteliznali-slider .slide-img img {
	object-fit: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.vt-povijest-slider h2,
.vt-jesteliznali-slider h2 {
	font-size: calc(32/1920*100*1vw);
	line-height: calc(36/1920*100*1vw);
	text-transform: uppercase;
	font-family: "Cormorant Garamond", serif !important;
	font-style: italic;
	color: #926C2B;
	font-weight: 700 !important;
	margin-bottom: calc(15/1920*100*1vw);
}
.vt-povijest-slider .slide-content,
.vt-jesteliznali-slider .slide-content {
	background: #000;
	max-width: 470px;
	margin: 0 auto;
}
/* .vt-povijest-slider .slide-inner, */
/* .vt-jesteliznali-slider .slide-inner { */
	/* max-width: calc(1200/1440*100*1vw); */
	/* margin: 0 auto; */
/* } */
.section.category-posts .container {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}
.section.category-posts .row {
    display: flex;
    flex-wrap: wrap;
}
.section.category-posts .row > div {
    box-sizing: border-box;
    padding: 10px;
}
.section.category-posts .row > div:nth-child(3n + 1) {
    width: 100%;
}
.section.category-posts .row > div:nth-child(3n + 2),
.section.category-posts .row > div:nth-child(3n + 3) {
    width: 50%;
}
.section.category-posts .row > div:nth-child(3n + 1) .vt-img-box {
	padding-bottom: 48%;
}
.section.category-posts .row > div:nth-child(3n + 2) .vt-img-box,
.section.category-posts .row > div:nth-child(3n + 3) .vt-img-box {
	padding-bottom: 75%;
}
.section.category-posts .row > div:nth-child(3n + 1) .post-title {
	max-width: 45%;
	z-index: 1;
}
.section.category-posts .row > div:nth-child(3n + 2) .post-title,
.section.category-posts .row > div:nth-child(3n + 3) .post-title {
	max-width: 80%;
	z-index: 1;
}
.single.single-post .related-posts-after-content .blog-list .banner-overlay-darkcolor,
.category-post-item .banner-overlay-darkcolor {
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0,0,.7));
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.vt-post-slider .swiper-slide .position-relative {
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 478px; */
	border-radius: 16px;
	overflow: hidden;
}
.vt-products-slider .swiper-slide .position-relative {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	/* width: 250px; */
}
/* .vt-products-slider .slide-box { */
	/* height: 463px; */
/* } */
.vt-products-slider .slide-title {
	padding-left: 1rem;
	padding-right: 1rem;
}
.vt-post-slider.swiper,
.vt-products-slider.swiper {
	overflow: inherit;
}
.vt-post-slider .swiper-slide img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	max-width: 100% !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}
.vt-post-slider .swiper-slide:nth-child(odd) {
	margin-top: 20px;
}
.vt-post-slider .absolute-center {
	top: 81%;
	transform: translateY(-50%);
	z-index: 1;
	max-width: 90%;
}
.vt-post-slider h3.post-title,
.vt-post-slider h3.post-title a,
.vt-products-slider h3.post-title,
.vt-products-slider h3.post-title a {
	font-weight: 500;
	z-index: 1;
	position: relative;
	text-decoration: none;
}
/* .category-post-item::after { */
.vt-post-slider .swiper-slide .position-relative::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transform: rotate(-180deg);
	opacity: 0.7;
	background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, black 0%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(top, black 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, black 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, black 0%, transparent 100%);
}
.vt-products-slider .product-thumbnail img {
	/* max-height: 250px; */
	margin-bottom: 0.5rem;
}
.vt-products-slider .slider-subtitle {
	font-size: calc(18/1920*100*1vw);
	line-height: calc(24/1920*100*1vw);
}
.button-section.novosti .wp-block-group.alignfull {
    display: flex;
    flex-direction: column;
    position: relative;
}
body.search.search-results #content.container {
	max-width: 900px;
	margin: 0 auto;
}
body.search.search-results .entry-footer .comments-link,
body.search.search-results .virtualna-read-more-link {
	display: none !important;
	visibility: hidden;
}
body.search.search-results .entry-title a:hover {
	color: #C69C45;
}
.pagination {
	margin: 2rem auto;
}
.pagination .active > .page-link,
.pagination .page-link.active {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: #C69C45;
	border-color: #C69C45;
}
.pagination .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination .page-item {
	margin: 0 3px;
}
.pagination .page-link {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pagination .page-link:hover {
	z-index: 2;
	color: #fff;
	background-color: #C69C45;
	border-color: #C69C45;
}
.pagination .page-link:focus {
	box-shadow: 0 0 0 0.25rem rgba(253, 253, 253, 0.25);
}
.is-highlight {
	background-color: #926c2b !important;
	color: #fff !important;
}
.search-form .submit.search-submit.btn.btn-primary {
	font-size: 1px;
	color: #000;
	background: url("/wp-content/themes/VirtualnaTvornica/images/search-white.svg") no-repeat center;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: transparent;
	width: 50px;
	min-width: 50px;
}
.search-form .form-control {
	background: #000;
	border-right: transparent;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
.input-group > .form-control {
	color: #fff;
}
.search-form .form-control:focus {
	box-shadow: none;
}
.search-form .is-form-style input.is-search-input {
	background: #000;
	color: #fff;
	border: 1px solid transparent !important;
	font-family: "filson-pro", sans-serif;
	font-size: 16px;
	font-size: 1rem;
}
.search-form .is-form-style button.is-search-submit,
.search-form .is-search-icon,
.search-form .is-form-style input.is-search-input {
	height: 45px;
}
.search-form .is-search-icon {
	border: 1px solid transparent;
	background: #000;
	color: #fff;
}
.search-form .is-form-style .is-search-submit path {
	fill: #fff;
}
.search-form .is-search-icon {
	padding-top: 6px !important;
}
.search-form .is-search-icon svg {
	width: 31px;
}
.search-form input[type="search"]::placeholder {
	color: #fff;
	font-family: "filson-pro", sans-serif;
	opacity: 1;
	font-size: 16px;
	font-size: 1rem;
}
.search-form input[type="search"]::-webkit-input-placeholder {
	color: #fff;
	font-family: "filson-pro", sans-serif;
	font-size: 16px;
	font-size: 1rem;
}
.search-form input[type="search"]::-moz-placeholder {
	color: #fff;
	font-family: "filson-pro", sans-serif;
	font-size: 16px;
	font-size: 1rem;
}
.search-form input[type="search"]:-ms-input-placeholder {
	color: #fff;
	font-family: "filson-pro", sans-serif;
	font-size: 16px;
	font-size: 1rem;
}
/* -- filter -- */
.recepti-filter {
	margin-top: 0 !important;
}
.recepti-filter .form-select,
#category-select.form-select {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	padding: 1px 1px !important;
	cursor: pointer;
	transition: all 0.6s ease;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.recepti-filter .form-select,
#category-select.form-select {
    appearance: none !important;
    -moz-appearance: none !important;
    border-radius: 0 !important;
}
#category-select.form-select {
	border: 1px solid transparent;
}
.recepti-filter .form-select::-moz-focus-inner,
#category-select.form-select::-moz-focus-inner {
    border: 0 !important;
}
.recepti-filter .form-select:-moz-focusring,
#category-select.form-select:-moz-focusring {
    border-radius: 0 !important;
}
.recepti-filter .form-select:focus,
#category-select.form-select:focus {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
}
.filter-item {
	border: 1px solid white;
}
.btn.btn-filter,
.btn.btn-filter-secondary {
	max-width: 130px;
	min-width: 130px;
	padding: 0;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px solid white;
	background: transparent;
	font-weight: 300;
	transition: all 0.6s ease;
}
.btn.btn-filter:hover {
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}
.btn.btn-filter-secondary {
	align-content: center;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
	color: #000;
}
.btn.btn-filter-secondary:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
#brand-search.form-control {
	border: 1px solid #fff;
	border-radius: 0;
	background-color: #000;
	box-shadow: none;
	color: #fff !important;
	opacity: 1;
	padding: calc(13/1440*100*1vw) calc(16/1440*100*1vw);
	width: 100%;
	font-size: calc(16/1440*100*1vw);
}
#brand-search.form-control:focus {
	background-color: #000;
	border-color: #C69C45;
	outline: 0;
	box-shadow: none;
}
#brand-search::placeholder {
    color: #fff !important;
    opacity: 1;
}
/* -- /filter -- */
.recepti-list .entry-title {
	display: inline-block;
	background: #000;
	padding: 5px;
	text-align: center !important;
	margin-bottom: 0 !important;
	font-weight: 500;
	transition: all 0.6s ease;
	width: 100%;
}
.recepti-list .entry-title a {
	font-weight: 500 !important;
}
.recepti-list .content.absolute-center {
	top: 84%;
}
.recepti-list .title-content {
	padding: 2rem;
}
.recepti-list .vt-img-box {
	height: calc(450/1920*100*1vw);
}
.recepti-list .vt-img-box img {
	transition: all 0.6s ease;
}
.recepti-list:hover .entry-title a {
	color: #C69C45 !important;
}
.recepti-list:hover .vt-img-box img {
	opacity: 0.8;
}
.recept-side-content a.kreator-name {
	text-decoration: none;
	color: #926C2B !important;
	font-weight: 500 !important;
}
.recept-side-content a.kreator-name:hover {
	text-decoration: underline;
}
.vrijeme-pripreme {
	text-align: right;
	padding: 1rem;
	display: flex;
	flex-direction: row;
	justify-content: end;
	margin: 1rem;
}
.vrijeme-pripreme span {
	background: url("/wp-content/themes/VirtualnaTvornica/images/time-clock.svg") no-repeat left center;
	display: block;
	width: 24px;
	height: 24px;
	background-size: contain;
	margin-right: 7px;
}
.recept-side-content {
	display: flex;
	justify-content: center;
	align-content: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	text-align: center;
}
.article-content.recept h1 {
	text-transform: uppercase;
	font-size: calc(32/1920*100*1vw);
	line-height: calc(38/1920*100*1vw);
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.article-content.recept {
	max-width: 80%;
	margin: 0 auto;
}
.video-controls-desktop {
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	gap: 6px;
	display: flex;
	justify-content: space-around;
}
.close {
	opacity: 0.6;
	transition: all 0.6s ease;
}
.close:hover {
	opacity: 1;
}
.wp-block-group.yt-iframe-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	flex: 0 0 auto;
    width: 50%;
}
/* -- PRODUCT -- */
.hero-wrapper {
	position: relative;
}
.hero-wrapper .hero-content {
	position: relative;
	display: flex;
	z-index: 2;
	color: #fff;
	margin: 0 auto;
	flex-direction: row;
	padding-top: 0;
	bottom: 0;
	height: calc(1000/1920*100* 1vw);
	max-width: calc(1400/1920*100*1vw) !important;
	aspect-ratio: 1920/1000;
}
.hero-wrapper .hero-content h1 {
	position: absolute;
	top: 50%;
	transform: translate(-90%, -30%) !important;
	left: 50%;
	flex-direction: column;
	white-space: nowrap;
}
.single-product-page,
.site-main {
	opacity: 0;
}
.hero-content h1,
.hero-content .hero-content-image img,
.intro-title h1 {
	opacity: 0;
	transform: translateY(30px);
}
.hero-content {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	z-index: 2;
	color: #fff;
	text-align: center;
}
.hero-content-image {
	height: 100%;
	display: flex;
	align-content: flex-end;
	justify-content: flex-end;
	align-items: flex-end;
	align-self: flex-end;
	flex-direction: column;
	aspect-ratio: 560 / 784;
	width: 100%;
}
.product-hero .hero-overlay {
	position: absolute;
	inset: 0;
	z-index: -1 !important;
}
.hero-content picture {
	position: absolute;
	top: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	padding: 0;
}
.hero-content-image img {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	object-fit: contain;
	height: calc(784/1920*100*1vw);
	width: 100%;
}
.product-hero img.hero-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: relative;
}
.product-title {
	font-family: "Cormorant Garamond", serif !important;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700 !important;
}
.product-title .first-word {
	font-family: "filson-pro" !important;
	display: block;
	font-style: normal;
}
.custom-product-title {
	font-family: "filson-pro" !important;
	display: block;
	font-style: normal !important;
	text-transform: uppercase;
	font-weight: 700 !important;
}
.custom-product-title span {
	font-family: "Cormorant Garamond", serif !important;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700 !important;
}
.product-banner-content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	top: auto;
	transform: none;
	margin: 0 auto;
	left: 0;
	right: 0;
	height: calc(750/1920*100* 1vw) !important;
	width: calc(750/1920*100* 1vw) !important;
	max-width: initial;
}
.absolute-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	left: 0;
	right: 0;
}
.fourth-banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	left: 0;
	right: 0;
}
.product-quote-content {
	padding: 5rem;
}
.product-quote-content {
	background-color: rgba(0,0,0,0.7);
}
.single-product-page .overline,
.single-product-page .product-content .overline,
.single-product-page .product-why-content .overline,
.product-features-slider .overline,
.product-features-scroll .overline,
.overline,
.cta-grid-columns .wp-block-columns h2 {
	font-weight: 500;
}
.single-product-page .product-related-heading .overline {
	margin-bottom: .5rem !important;
}
.single-product-page .banner-text .maintitle,
.single-product-page .banner-text .subtitle,
.single-product-page .product-content .maintitle,
.single-product-page .product-why-content .maintitle,
.product-features-slider .maintext,
.product-features-section .maintext,
.cta-grid-columns .wp-block-columns p,
.blog-list h2.entry-title a {
	font-family: "filson-pro";
	font-weight: 500;
}
.product-features-section .maintext,
.product-features-section .overline {
	text-align: right;
}
.category-post-item h3,
.category-post-item h3 a {
	font-size: calc(48/1920*100*1vw);
	line-height: calc(54/1920*100*1vw);
}
.category-post-item h3 {
	padding: calc(48/1920*100*1vw)
}
.single-product-page .banner-hidden-text {
	position: absolute;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	align-items: center;
}
.banner-hidden-text {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    position: relative;
    z-index: 1;
}
.banner-hidden-text.visible {
    opacity: 1;
    pointer-events: auto;
}
#mainContent.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.product-features-section {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.product-features-bg-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100vh;
	z-index: -1;
	pointer-events: none;
}
.product-features-section .product-features-bg {
	width: 100% !important;
	height: 100% !important;
	object-position: center center !important;
	opacity: 0.7;
}
.pin-inner {
	position: relative;
	height: 100vh;
	z-index: 1;
}
.product-features-section .item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	text-align: right;
	/* width: 80%; */
	/* max-width: 1000px; */
}
.product-nutritions-section {
	background: #3F3A3A;
}
.product-nutritions-content table {
	color: #fff;
	width: 100%;
}
.product-nutritions-content table thead::after {
  content: "";
  display: block;
  height: 1.5rem;
}
.product-nutritions-content table thead tr:last-child {
  border-bottom: 1px solid #fff;
}
.product-nutritions-content table thead tr:first-child th {
  padding-bottom: 1.5rem;
}
.product-nutritions-content table tbody tr {
	font-size: calc(16/1920*100*1vw);
}
.product-nutritions-content table thead tr:nth-child(1) th {
	text-align: center;
	font-family: "Cormorant Garamond", serif !important;
	font-size: 24px;
	font-size: clamp(20px, calc(7.75px + 1.125vw), 24x);
	line-height: 1.2;
	font-weight: 700;
}
.product-nutritions-content table thead tr th {
	font-weight: 400;
}
.product-nutritions-content table thead tr th:nth-child(2),
.product-nutritions-content table tbody tr td:nth-child(2) {
	text-align: right;
}
.list-style-gold ul {
	list-style: none;
}
.list-style-gold ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: calc(5/1920*100*1vw) !important;
}
.list-style-gold ul li::before {
	content:"";
	width: 30px;
	height: 1px;
	background: #C69C45;
	display: block;
	position: absolute;
	left: 0;
	top: 57%;
	transform: translateY(-50%);
}
.product-why-content .list-style-gold ul li {
	position: relative;
	padding-left: calc(31/1920*100*1vw);
	margin-bottom: calc(5/1920*100*1vw) !important;
}
.product-why-content .list-style-gold ul li span {
	color: #C69C45;
	font-size: calc(25/1920*100*1vw);
	line-height: calc(25/1920*100*1vw);
	position: absolute;
	left: calc(8/1920*100*1vw);
	top: 0;
}
.product-why-content .list-style-gold ul li::before {
	display: none;
}
.product-quote-section {
	background: #000;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-image: url("/wp-content/uploads/2025/10/G_stamp_pattern_GOLD_web.svg");
	background-repeat: repeat;
	background-size: calc(191/1920*100*1vw);
}
.product-quote-section .product-quote-bg {
	opacity: 0;
}
.product-serving-section {
	background: #000;
}
.swiper.product-serving-slider {
	width: 100%;
}
.product-serving-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	overflow: hidden;
}
.product-serving-slider .swiper-slide img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	max-width: 100% !important;
	position: absolute;
}
.product-serving-slider .swiper-button-prev,
.product-serving-slider .swiper-button-next,
.vt-products-slider .swiper-button-prev,
.vt-products-slider .swiper-button-next {
	bottom: 0;
	top: auto;
}
.swiper-povijest-next,
.swiper-povijest-prev,
.swiper-jesteliznali-next,
.swiper-jesteliznali-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset,50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.vt-povijest-slider .swiper-povijest-next,
.vt-povijest-slider .swiper-povijest-prev,
.vt-jesteliznali-slider .swiper-jesteliznali-next,
.vt-jesteliznali-slider .swiper-jesteliznali-prev,
.vt-post-slider .swiper-button-next,
.vt-post-slider .swiper-button-prev {
	width: 100px;
}
/* --- Default: tipke su skrivene (desktop) --- */
.vt-post-slider .swiper-button-prev,
.vt-post-slider .swiper-button-next {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	background: #000;
	border-radius: 100px;
	width: 100px;
	padding: 0 18px;
	height: 36px;
}
@media (hover: hover) and (pointer: fine) {
  .vt-post-slider:hover .swiper-button-next {
    opacity: 1;
    pointer-events: auto;
  }
  .vt-post-slider.prev-unlocked:hover .swiper-button-prev {
    opacity: 1;
    pointer-events: auto;
  }
  .vt-post-slider.prev-unlocked .swiper-button-prev {
    opacity: 0;
    pointer-events: auto;
  }
}
@media (hover: none) and (pointer: coarse),
       (hover: none) and (pointer: fine) {
  .vt-post-slider .swiper-button-prev,
  .vt-post-slider .swiper-button-next {
    opacity: 1;
    pointer-events: auto;
  }
}
.vt-post-slider .swiper-button-next.swiper-button-disabled,
.vt-post-slider .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.vt-artgalerija-slider .swiper-button-next {
	left: auto;
	right: 5rem;
}
.vt-povijest-slider .swiper-povijest-next,
.vt-jesteliznali-slider .swiper-jesteliznali-next {
	left: auto;
	right: 1rem;
}
.vt-artgalerija-slider .swiper-button-prev {
	left: 5rem;
	right: auto;
}
.vt-povijest-slider .swiper-povijest-prev,
.vt-jesteliznali-slider .swiper-jesteliznali-prev {
	left: 1rem;
	right: auto;
}
.product-serving-slider .swiper-button-next {
	left: 135px;
	right: auto;
}
.product-serving-slider .swiper-button-prev::after,
.product-serving-slider .swiper-button-next::after,
.vt-artgalerija-slider .swiper-button-next::after,
.vt-artgalerija-slider .swiper-button-prev::after,
.vt-povijest-slider .swiper-povijest-prev::after,
.vt-povijest-slider .swiper-povijest-next::after,
.vt-jesteliznali-slider .swiper-jesteliznali-next::after,
.vt-jesteliznali-slider .swiper-jesteliznali-prev::after,
.vt-post-slider .swiper-button-prev::after,
.vt-post-slider .swiper-button-next::after,
.vt-products-slider .swiper-button-prev::after,
.vt-products-slider .swiper-button-next::after {
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-family: none;
	color: transparent;
}
.product-serving-slider .swiper-button-prev::after,
.vt-artgalerija-slider .swiper-button-prev::after,
.vt-post-slider .swiper-button-prev::after,
.vt-products-slider .swiper-button-prev::after {
	background-image: url("/wp-content/themes/VirtualnaTvornica/images/arrow-prev.png");
}
.product-serving-slider .swiper-button-next::after,
.vt-artgalerija-slider .swiper-button-next::after,
.vt-post-slider .swiper-button-next::after,
.vt-products-slider .swiper-button-next::after {
	background-image: url("/wp-content/themes/VirtualnaTvornica/images/arrow-next.png");
}
.vt-povijest-slider .swiper-povijest-next::after,
.vt-jesteliznali-slider .swiper-jesteliznali-next::after,
.vt-povijest-slider .swiper-povijest-prev::after,
.vt-jesteliznali-slider .swiper-jesteliznali-prev::after {
	background-image: url("/wp-content/themes/VirtualnaTvornica/images/arrow.svg");
}
.vt-povijest-slider .swiper-povijest-prev::after,
.vt-jesteliznali-slider .swiper-jesteliznali-prev::after {
	transform: rotate(180deg);
}
.product-related-heading {
	padding-top: 4rem !important;
	background: #000;
}
.product-related-heading .products-slider .swiper-wrapper {
	padding-bottom: 5rem;
}
.vt-products-slider .swiper-button-next {
	left: auto;
}
.vt-products-slider .swiper-button-prev {
	left: auto;
}
.hiddenText {
    display: none;
}
.hiddenText.visible {
    display: block;
}
.mainContent.hidden {
    display: none;
}
.product-features-slider.swiper {
	padding-bottom: 2rem;
}
.product-features-slider .swiper-slide {
	display: flex;
	justify-content: flex-end;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
.product-features-slider .card {
	max-width: 1000px;
	text-align: right;
	background: transparent;
	border: none;
}
.product-features-slider .swiper-pagination {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: row;
	gap: 0;
	left: auto !important;
	width: auto !important;
}
.product-features-slider .swiper-pagination-bullet {
	width: 15px;
	height: 6px;
	background: #fff;
	opacity: 1;
	transition: all 0.3s ease;
	border-radius: 5px;
}
.product-features-slider .swiper-pagination-bullet-active {
	background: #C69C45;
	opacity: 1;
	width: 25px;
}
.product-awards-content,
.product-dyk-content {
	margin: 0 auto;
	text-align: center;
	padding-top: calc(60/1920*100*1vw);
	padding-bottom: calc(60/1920*100*1vw);
	z-index: 1;
	position: relative;
}
.product-awards-content {
	max-width: 600px;
}
.product-awards-title h3,
.product-serving-text h3 {
	font-family: "Cormorant Garamond", serif !important;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700 !important;
}
.product-serving-text h3 {
	margin-bottom: 1rem !important;
}
.product-awards-title .first-word,
.product-serving-text .first-word {
	font-family: "filson-pro" !important;
	display: block;
	font-style: normal;
}
.product-quote-text {
	font-family: "Cormorant Garamond", serif !important;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
}
.product-awards-text p {
	margin-bottom: 0.5rem !important;
	font-weight: 500;
	text-transform: uppercase;
}
.product-awards-text p span {
	font-family: "Cormorant Garamond", serif !important;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700 !important;
}
.quote-marks-down {
	margin-bottom: 1rem;
	display: block;
}
.product-awards-bg,
.product-dyk-bg,
.product-banner-bg,
.product-features-bg {
	position: absolute;
	width: 100%;
	height: 100% !important;
	top: 0;
	object-fit: cover;
}
.product-dyk-bg {
	opacity: 1;
}
.product-dyk-section .banner-overlay-darkcolor {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
}
.product-awards-image {
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
	margin: 2rem auto;
}
.banner-overlay-darkcolor {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.29);
	top: 0;
}
/* -- /product -- */
/* -- category -- */
.brand-filters {
	max-width: 420px;
	margin: 0 auto;
	position: relative;
}
.brand-products {
	background-image: url("/wp-content/uploads/2025/12/gavrilovic-selekcija-text-bg-scaled.png");
	background-repeat: repeat;
	background-size: 258% auto;
	background-position: center;
	padding: 3rem 0;
	background-attachment: fixed;
}
.brand-products .row {
	max-width: 1000px;
	margin: 0 auto;
}
.brand-product-title,
.brand-product-title a {
	font-size: 24px;
	font-size: clamp(24px, calc(12.5px + 1.5vw), 20px);
	line-height: 1.3;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.brand-product-img-wrapper {
	position: relative;
	height: 400px;
	margin-bottom: 1rem;
}
.brand-product-img-wrapper img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/* -- /category -- */

.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select,
.wpcf7 textarea,
.form-select:focus {
  border: 0.063rem solid #eae9e9;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  color: #fff;
}
.wpcf7 .wpcf7-form label {
  font-weight: 600;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: none;
  border-radius: 0;
  background-color: #f1f1f1;
  box-shadow: none;
  padding: 0.375rem 0.75rem;
  height: 2.25rem;
  height: 2.25rem;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:disabled {
  width: 8rem;
  box-shadow: none;
  padding: 0.7rem 1.875rem;
  text-align: center;
  border: none;
  border-radius: 1.875rem;
  border-radius: 5px;
  background: #f4d53d;
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
/* -- 404 -- */
.error-404 .content-area {
    height: 64vh;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 700px;
    margin: 85px auto 0;
}
.error-404 .content-area article {
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
/* -- footer page -- */
.wrapper-basic-info {
	margin-top: calc(60/1920*100*1vw);
	margin-bottom: calc(60/1920*100*1vw);
}
.basic-info {
	border-bottom: 1px solid #926C2B;
	padding-top: calc(26/1920*100*1vw);
	padding-bottom: calc(16/1920*100*1vw);
}
.border-bottom-gold {
	border-bottom: 1px solid #926C2B;
}
.anchor-section .basic-info {
	border-bottom: 1px solid #926C2B;
	padding-bottom: calc(56/1920*100*1vw);
	padding-top: calc(56/1920*100*1vw);
}
.anchor-section .basic-info .text-decoration-none li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.anchor-section .basic-info .text-decoration-none li a {
	text-decoration: none !important;
}
.anchor-section .basic-info .text-decoration-none ol li::marker {
    font-weight: bold !important;
	font-size: 24px;
	line-height: 29px;
}
.anchor-section [id^="sekcija-"] {
  scroll-margin-top: 85px;
}
.anchor-number p a {
	text-decoration: none !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	flex-wrap: nowrap;
	font-weight: 400;
}
.anchor-number p span {
	font-weight: 350;
	line-height: 29px !important;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	display: inline-block;
}
.basic-info.pattern-bg {
	background-image: url("/wp-content/uploads/2025/10/G_stamp_pattern_GOLD_web.svg");
	background-repeat: repeat;
	background-size: calc(191/1920*100*1vw);
	border-bottom: 1px solid #000;
}
.basic-info.pattern-bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	z-index: 0;
}
.basic-info.border-bottom-none {
	border-bottom: 1px solid #000;
}
.basic-info .wp-block-group__inner-container {
	z-index:1;
	position: relative;
}
.career-gold {
	background-color: #926C2B;
	padding-top: 2rem;
}
.career-black  {
	padding-top: 2rem;
}
.career-gold .wp-block-buttons.toggle-btn {
	border: 1px solid #fff;
}
.photo-catalog.container {
	max-width: 932px;
	padding-top: 60px;
}
.photo-catalog {
    color: #fff;
    max-width: 930px;
}
.catalog-title {
    margin-bottom: 30px;
}
.catalog-filter {
    max-width: 415px;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}
.catalog-filter label {
    display: block;
    text-transform: uppercase;
    margin-bottom: .25rem !important;
	font-size: 12px;
    line-height: 22px;
	color: #fff;
}
.catalog-filter select {
    width: 100%;
    padding: 10px;
    background: #000;
    color: #fff;
    border: 1px solid #666;
}
.catalog-table {
    border-top: 1px solid #b59a5c;
}
.catalog-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #b59a5c;
}
.catalog-row:hover {
  cursor: pointer;
  background: #f5f5f50f;
}
.catalog-name {
    font-size: 18px;
    font-weight: 500;
}
.catalog-image {
	max-width: 103px;
}
.catalog-image img {
    height: 80px;
    width: 100%;
    object-fit: contain;
}
select#category-filter {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	padding: 1px 1px !important;
	cursor: pointer;
	transition: all 0.6s ease;
	background-repeat: no-repeat;
	background-position: right 1px center;
	background-size: 16px 12px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
#category-filter {
    -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;         
    background: none;
}
#category-filter::-ms-expand {
    display: none;
}
.wp-block-group.toggle {
	margin: 0 auto 30px;
	padding-top: 20px;
	max-width: 812px;
}
.toggle-content {
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease;
}
.toggle.open .toggle-content {
    height: auto;
	padding-bottom: 15px;
}
.wrapper-basic-info.wrapper-toggle  {
	margin-top: calc(30/1920*100*1vw);
	margin-bottom: calc(60/1920*100*1vw);
}
.wrapper-toggle .basic-info {
	border-bottom: 1px solid #926C2B;
	padding-top: calc(46/1920*100*1vw);
	padding-bottom: calc(46/1920*100*1vw);
}
.wp-block-buttons.toggle-btn {
	text-align: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}
.wp-block-buttons.toggle-btn .wp-block-button__link.wp-element-button {
	padding: 0;
	height: 30px;
	width: 140px;
	max-width: 140px;
	min-width: 140px;
	border: 1px solid transparent;
	background: transparent;
}
.wp-block-buttons.toggle-btn .wp-block-button__link.wp-element-button:hover {
	border: 1px solid transparent;
	background: transparent;
}
.wp-block-buttons.toggle-btn {
	text-align: center;
	justify-content: center;
	color: #fff;
	font-family: "filson-pro" !important;
	font-size: calc(18/1920*100*1vw);
	line-height: calc(24/1920*100*1vw);
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	border: 1px solid #926C2B;
	border-radius: 0;
	padding: 0 32px;
	background-color: #926C2B;
	transition: all 0.6s ease;
	min-width: calc(213/1920*100*1vw);
	max-width: calc(213/1920*100*1vw);
	margin: 0 auto;
	height: 41px;
}
.wp-block-buttons.toggle-btn:hover {
	background: #000;
}
.wp-block-table tbody,
.wp-block-table td,
.wp-block-table tfoot,
.wp-block-table th,
.wp-block-table thead,
.wp-block-table tr {
	color: #fff;
}
.wp-block-table th {
	border: 1px solid #fff;
}
.section.footer-page h2,
.section.footer-page h3 {
	margin-top: 40px;
}
/* -- footer -- */
footer {
    z-index: 1 !important;
    position: relative !important;
}
#wrapper-footer-full {
	background-color: #000;
}
footer .wp-block-social-links .wp-social-link a,
footer .wp-block-social-links .wp-social-link a:hover {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: none;
	border-radius: 100%;
	padding: 4px;
}
footer .wp-block-social-links .wp-social-link a {
	border: 1px solid #fff;
}
footer .wp-block-social-links .wp-social-link a:hover {
	border: 1px solid #926c2b;
}
footer .wp-block-social-links .wp-social-link svg {
	height: 1.9em;
	width: 1.9em;
}
footer ul.menu {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	max-width: 90%;
	margin: 0 auto;
	column-gap: 2rem;
	row-gap: 0.5rem;
}
footer ul.menu li {
	
}
.vt-info a {
	text-decoration: none;
	font-size: 13px;
	font-size: 0.813rem;
}
footer ul.menu a {
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
}
footer ul.menu a:hover, .vt-info a:hover {
	text-decoration: underline;
}
.fb-letter-only .wp-social-link {
    background: none !important;
}
.fb-letter-only .wp-social-link.wp-social-link-facebook svg {
	opacity: 0;
	visibility: hidden;
}
.fb-letter-only .wp-social-link-facebook .wp-block-social-link-anchor::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

#myBtn {
    position: fixed;
    bottom: 98px;
    right: 62px;
    display: none;
    color: #fff;
    z-index: 99;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 7px 12px;
    box-shadow: 0px 3px 7px 0px rgba(32, 32, 32, 0.1);
    transition: all 0.6s ease;
}
#myBtn:hover {
    bottom: 105px;
    background: #926c2b;
    border: 1px solid transparent;
}
#myBtn .fa {
    color: #fff;
    font-size: 20px;
    transition: all 0.6s ease;
}
#myBtn:hover .fa {
    color: #fff;
}
/* -- /footer -- */
/* -- RESPONSIVE -- */
/*-- MIN -- */
@media screen and (min-width: 768px) {
	body, 
	p, 
	li,
	.product-nutritions-content table tbody tr	{
		font-size: calc(24/1920*100*1vw);
		line-height: calc(34/1920*100*1vw);
	}
	.font-size-18,
	.font-size-18 p,
	.font-size-18 a {
		font-size: calc(18/1920*100*1vw);
		line-height: calc(24/1920*100*1vw);
	}
	.font-size-20,
	.font-size-20 p,
	.font-size-20 a {
		font-size: calc(20/1920*100*1vw);
		line-height: calc(26/1920*100*1vw);
	}
	.font-size-32,
	.font-size-32 p,
	.font-size-32 a {
		font-size: calc(32/1920*100*1vw);
		line-height: calc(40/1920*100*1vw);
	}
	.font-size-48,
	.font-size-48 p,
	.font-size-48 a {
		font-size: calc(48/1920*100*1vw);
		line-height: calc(56/1920*100*1vw);
	}
	.product-nutritions-content {
		position: relative;
		z-index: 1;
		max-width: calc(600/1440*100*1vw);
		margin: 0 auto;
		background: #3F3A3A;
		padding: calc(16/1920*100*1vw);
	}
	.product-awards-title h3,
	.product-serving-text h3 {
		font-size: calc(48/1920*100*1vw);
		line-height: calc(54/1920*100*1vw);
	}
	.vt-post-slider .swiper-wrapper,
	.vt-products-slider .swiper-wrapper,
	.section-fullwidth-products .title-text-group {
		max-width: 87%;
		margin: 0 auto;
	}
	#recepti-footer-content .vt-post-slider .swiper-wrapper {
		max-width: 698px;
	}
	.article-content.obiteljske .pattern-bg-text .wp-block-group__inner-container,
	.article-content.novosti .pattern-bg-text .wp-block-group__inner-container {
		max-width: 87%;
		margin: 0 auto;
		z-index: 1;
		position: relative;
	}
	.overline {
		margin-bottom: calc(32/1920*100*1vw) !important;
	}
	.product-title,
	.custom-product-title,
	.custom-product-title span	{
		font-size: calc(64/1920*100*1vw);
		line-height: calc(71/1920*100*1vw);
	}
	.single-product-page .banner-text .maintitle,
	.single-product-page .banner-text .subtitle,
	.single-product-page .product-content .maintitle,
	.single-product-page .product-why-content .maintitle,
	.product-features-slider .maintext,
	.product-features-section .maintext,
	.cta-grid-columns .wp-block-columns p,
	.blog-list h2.entry-title a {
		font-size: calc(48/1920*100*1vw);
		line-height: calc(56/1920*100*1vw);
	}
	.single-product-page .overline,
	.single-product-page .product-content .overline,
	.single-product-page .product-why-content .overline,
	.product-features-slider .overline,
	.product-features-scroll .overline,
	.overline,
	.cta-grid-columns .wp-block-columns h2 {
		font-size: calc(24/1920*100*1vw);
		line-height: calc(30/1920*100*1vw);
		font-weight: 500;
	}
	.product-why-content {
		padding: calc(80/1920*100*1vw);
	}
	.product-why-section .pozadina {
		height: calc(850/1920*100* 1vw) !important;
		width: 100%;
		background-size: calc(1900/1920*100* 1vw) !important;
	}
	.product-why-content.absolute-center {
		top: 50% !important;
		transform: translateY(-50%) !important;
		width: calc(1256/1920*100* 1vw) !important;
	}
	.product-nutritions-section {
		padding-top: calc(48/1920*100*1vw);
		padding-bottom: calc(48/1920*100*1vw);
	}
	.product-serving-section {
		padding-top: calc(60/1920*100*1vw);
		padding-bottom: calc(60/1920*100*1vw);
	}
	.product-serving-text {
		margin-bottom: calc(32/1920*100*1vw) !important;
		width: calc(700/1920*100*1vw);
	}
	.product-serving-slider .swiper-slide {
		max-width: calc(375/1920*100*1vw);
		height: calc(453 /1920*100*1vw);
	}
	.swiper.product-serving-slider {
		padding-bottom: calc(75/1920*100*1vw);
	}
	.product-dyk-section {
		padding: calc(144/1920*100*1vw) 0;
	}
	.product-dyk-content {
		max-width: calc(1200/1920*100*1vw);
	}
	.product-quote-section {
		background-size: calc(191/1920*100*1vw);
	}
	.product-quote-text {
		font-size: calc(36/1920*100*1vw);
		line-height: calc(42/1920*100*1vw);
	}
	.product-awards-text p {
		font-size: calc(32/1920*100*1vw);
		line-height: calc(38/1920*100*1vw);
	}
	.quote-marks-down img,
	.quote-marks-top img {
		width: calc(80/1920*100*1vw);
	}
	.cta-grid-columns .wp-block-columns p span,
	.cta-fullwidth-columns h2 span {
		font-size: calc(53/1920*100*1vw);
	}
	.cta-homepage-fullwidth-columns h2,
	.cta-homepage-fullwidth-columns h2 span {
		font-size: 54px;
		font-size: calc(53/1920*100*1vw);
	}
	.product-quote-content.absolute-center {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	.product-quote-section .product-quote-bg {
		opacity: 0;
		position: relative;
	}
	.cta-grid-columns figure.wp-block-image {
		height: calc(690/1920*100*1vw);
	}
	.filter-item-title {
		font-size: calc(12/1920*100*1vw);
		line-height: calc(22/1920*100*1vw);
	}
	.vrijeme-pripreme {
		font-size: calc(16/1920*100*1vw);
		line-height: calc(22/1920*100*1vw);
	}
	.vrijeme-pripreme span {
		width: calc(24/1920*100*1vw);
		height: calc(24/1920*100*1vw);
	}
	.vt-post-slider h3.post-title,
	.vt-post-slider h3.post-title a,
	.vt-products-slider h3.post-title,
	.vt-products-slider h3.post-title a {
		font-size: calc(20/1920*100*1vw);
		line-height: calc(26/1920*100*1vw);
	}
	.vt-products-slider .slide-box {
		height: calc(463/1440*100*1vw);
		border-radius: calc(145/1920*100*1vw) !important;
	}
	.vt-products-slider .product-thumbnail img {
		max-height: calc(350/1920*100*1vw);
	}
	.vt-products-slider .swiper-slide .position-relative {
		width: calc(350/1920*100*1vw);
	}
	.vt-products-slider .swiper-button-next {
		right: calc(31/1440*100*1vw);
	}
	.vt-products-slider .swiper-button-prev {
		right: calc(159/1440*100*1vw);
	}
	.product-serving-slider .swiper-button-prev::after,
	.product-serving-slider .swiper-button-next::after,
	.vt-artgalerija-slider .swiper-button-next::after,
	.vt-artgalerija-slider .swiper-button-prev::after,
	.vt-post-slider .swiper-button-prev::after,
	.vt-post-slider .swiper-button-next::after,
	.vt-products-slider .swiper-button-prev::after,
	.vt-products-slider .swiper-button-next::after {
		width: calc(190/1440*100*1vw);
		height: calc(40/1440*100*1vw);
	}
	.vt-povijest-slider .swiper-povijest-prev::after,
	.vt-povijest-slider .swiper-povijest-next::after,
	.vt-jesteliznali-slider .swiper-jesteliznali-next::after,
	.vt-jesteliznali-slider .swiper-jesteliznali-prev::after {
		width: calc(30/1440*100*1vw) !important;
		height: calc(30/1440*100*1vw) !important;
		background-size: calc(20/1440*100*1vw) !important;
		background-position: center !important;
	}
	.product-serving-slider .swiper-button-prev,
	.product-serving-slider .swiper-button-next,
	.vt-products-slider .swiper-button-prev,
	.vt-products-slider .swiper-button-next {
		width: calc(100/1440*100*1vw);
	}
	.product-awards-image img {
		max-width: calc(100/1440*100*1vw);
	}
	.product-awards-image {
		margin: calc((32 / 1920) * 100vw) auto;
	}
	footer ul.menu a {
		font-size: calc(16/1440*100*1vw);
	}
	.footer-logo {
		margin-top: calc(48/1920*100*1vw);
		margin-bottom: calc(48/1920*100*1vw);
		margin-left: auto;
		margin-right: auto;
	}
	.footer-logo.wp-block-image > figure img {
		width: calc(140/1920*100*1vw);
		height: calc(140/1920*100*1vw);
		margin-bottom: 0 !important;
	}
	.dropdown-toggle::after {
		width: calc(25/1920*100*1vw);
		height: calc(15/1920*100*1vw);
	}
	.block-social-links img {
		width: calc(40/1920*100*1vw) !important;
	}
	p.copy-right,
	p.vt-info,
	p.vt-info a {
		font-size: calc(13/1440*100*1vw) !important;
	}
	.kontakt .font-size-20,
	.kontakt .font-size-20 a {
		font-size: calc(16/1440*100*1vw);
		white-space: nowrap;
	}
	.navbar-brand img {
		width: calc(74/1440*100*1vw);
		height: calc(74/1440*100*1vw);
	}
	.kontakt .gap-md-5 {
		gap: calc(48/1920*100*1vw) !important;
	}
	.article-content.obiteljske .pattern-bg-text .wp-block-group__inner-container,
	.article-content.novosti .pattern-bg-text .wp-block-group__inner-container {
		max-width: 699px;
		margin: 0 auto;
		z-index: 1;
		position: relative;
	}
	#top-search img {
		width: calc(20/1440*100*1vw);
		height: calc(21/1440*100*1vw);
	}
	.navbar-toggler {
		font-size: calc(25/1440*100*1vw);
	}
	#top-search {
		right: calc(88/1440*100*1vw);
	}
	.vt-artgalerija-slider .row.slide-inner {
		max-width: calc(1130/1440*100*1vw);
	}
	.vt-artgalerija-slider .swiper-button-next,
	.vt-artgalerija-slider .swiper-button-prev {
		width: calc(100/1440*100*1vw);
	}
	.vt-artgalerija-slider .swiper-button-next {
		left: auto;
		right: calc(40/1440*100*1vw);
	}
	.vt-artgalerija-slider .swiper-button-prev {
		left: calc(40/1440*100*1vw);
		right: auto;
	}
	.cta-fullwidth-section.o-nama .cta-fullwidth-columns {
		max-width: calc(1256/1440*100*1vw);
	}
	.cta-fullwidth-section.o-nama .cta-fullwidth-col {
		max-width: calc(624/1440*100*1vw);
	}
	.cta-fullwidth-section.o-nama .cta-fullwidth-col.right {
		right: 0;
		left: initial;
	}
	.cta-fullwidth-section.o-nama .cta-fullwidth-col.left {
		left: 0;
		right: initial;
	}
	.vt-products-slider .swiper-slide {
		width: calc(221/1440*100*1vw) !important;
	}
	.vt-products-slider .slide-box {
		height: calc(350/1440*100*1vw);
		width: calc(221/1440*100*1vw) !important;
	}
	.vt-products-slider .swiper-slide .position-relative {
		width: calc(200/1440*100*1vw) !important;
	}
	.vt-products-slider .product-thumbnail img {
		max-height: calc(200/1440*100*1vw);
	}
	.product-features-section .item {
		width: calc(1000/1440*100*1vw);
	}
	.cta-grid-columns.wp-block-columns {
		flex-wrap: nowrap !important;
	}
	.cta-homepage-fullwidth-section .wp-block-image figure img {
		max-width: calc(460/1440*100*1vw);
	}
	.cta-fullwidth-black-pattern .title-text-group {
		padding-top: calc(60/1440*100*1vw);
		padding-bottom: calc(60/1440*100*1vw);
		max-width: calc(1256/1920*100*1vw);
	}
	.section-fullwidth-products.homepage .title-text-group,
	.section-fullwidth-ttg .title-text-group,
	#recepti-full-content .title-text-group,
	.title-text-group,
	.brand-description,
	form.search-form {
		padding-top: calc(60/1920*100*1vw);
		padding-bottom: calc(60/1920*100*1vw);
	}
	.vt-products-slider .swiper-wrapper {
		padding-bottom: calc(112/1920*100*1vw);
	}
	.products-slider {
		padding-bottom: calc(48/1920*100*1vw) !important;
		padding-top: calc(48/1920*100*1vw) !important;
	}
	.vt-post-slider .swiper-slide {
		max-width: calc(325/1920*100*1vw);
	}
	.vt-post-slider .swiper-slide .position-relative {
		height: calc(423/1440*100*1vw);
	}
	.recepti-filter .form-select,
	#category-select.form-select {
		font-size: calc(18/1440*100*1vw);
	}
	.newsletter {
		max-width: calc(1000/1440*100*1vw);
	}
	.basic-info .wp-block-group__inner-container,
	.basic-info .wp-block-columns.alignfull.has-background .wp-block-column	{
		max-width: calc(930/1440*100*1vw);
		margin: 0 auto;
	}
	.basic-info .has-medium-font-size {
		font-size: calc(24/1440*100*1vw) !important;
		line-height: calc(34/1440*100*1vw);
		margin-bottom: 1rem !important;
	}
	.anchor-number p a {
		font-size: calc(20/1440*100*1vw) !important;
	}
	.anchor-number p span {
		font-size: calc(24/1440*100*1vw) !important;
	}
	.basic-info h3 {
		font-size: calc(32/1440*100*1vw) !important;
		line-height: calc(42/1440*100*1vw);
	}
	.basic-info.pattern-bg {
		padding-top: calc(123/1920*100*1vw);
		padding-bottom: calc(100/1440*100*1vw);
	}
	.section.footer-page {
		padding-top: calc(200/1440*100*1vw);
		padding-bottom: calc(100/1440*100*1vw);
	}
}
@media screen and (min-width: 992px) {
	.article-content.obiteljske .pattern-bg-text .wp-block-group__inner-container,
	.article-content.novosti .pattern-bg-text .wp-block-group__inner-container {
		max-width: 939px;
		margin: 0 auto;
		z-index: 1;
		position: relative;
	}
	#recepti-footer-content .vt-post-slider .swiper-wrapper {
		max-width: 938px;
	}
	.history .swiper.vt-povijest-slider,
	.did-you-know .swiper.vt-jesteliznali-slider {
		display: block;
		position: sticky;
		top: 0;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: calc(76/1920*100*1vw);
	}
	.vt-povijest-slider .slide-content,
	.vt-jesteliznali-slider .slide-content {
		max-width: calc(470/1440*100*1vw);
	}
	.vt-povijest-slider .slide-inner,
	.vt-jesteliznali-slider .slide-inner {
		max-width: calc(1400/1440*100*1vw);
		margin: 0 auto;
	}
}
@media screen and (min-width: 1200px) {
	body, p, li {
		font-size: calc(18/1920*100*1vw);
		line-height: calc(24/1920*100*1vw);
	}
	.product-nutritions-content table tbody tr {
		font-size: calc(16/1920*100*1vw);
		line-height: calc(22/1920*100*1vw);
	}
	.hero-content {
		max-width: 1180px !important;
	}
	.navbar > .container {
		max-width: 98%
	}
	.navbar-nav {
		max-width: 90%;
		margin: 0 auto;
	}
	p.copy-right,
	p.vt-info,
	p.vt-info a {
		font-size: calc(13/1920*100*1vw) !important;
	}
	.kontakt .font-size-20,
	.kontakt .font-size-20 a {
		font-size: calc(16/1920*100*1vw);
		white-space: nowrap;
	}
	footer ul.menu a {
		font-size: calc(16/1920*100*1vw);
	}
	.navbar-brand img {
		width: calc(74/1920*100*1vw);
		height: calc(74/1920*100*1vw);
	}
	.article-content.obiteljske .pattern-bg-text .wp-block-group__inner-container,
	.article-content.novosti .pattern-bg-text .wp-block-group__inner-container {
		max-width: 1118px;
		margin: 0 auto;
		z-index: 1;
		position: relative;
	}
	#top-search img {
		width: calc(20/1920*100*1vw);
		height: calc(21/1920*100*1vw);
	}
	.navbar-toggler {
		font-size: calc(25/1920*100*1vw);
	}
	#top-search {
		right: calc(88/1920*100*1vw);
	}
	.vt-artgalerija-slider .row.slide-inner {
		max-width: calc(1130/1920*100*1vw);
	}
	.vt-artgalerija-slider .swiper-button-next,
	.vt-artgalerija-slider .swiper-button-prev {
		width: calc(100/1920*100*1vw);
	}
	.vt-artgalerija-slider .swiper-button-next {
		left: auto;
		right: calc(80/1920*100*1vw);
	}
	.vt-artgalerija-slider .swiper-button-prev {
		left: calc(80/1920*100*1vw);
		right: auto;
	}
	.cta-fullwidth-section.o-nama .cta-fullwidth-columns {
		max-width: calc(1256/1920*100*1vw);
	}
	.cta-fullwidth-section.o-nama .cta-fullwidth-col {
		max-width: calc(624/1920*100*1vw);
	}
	.vt-products-slider .swiper-slide {
		width: calc(290/1920*100*1vw) !important;
	}
	.vt-products-slider .slide-box {
		height: calc(350/1440*100*1vw);
		width: calc(290/1920*100*1vw) !important;
	}
	.vt-products-slider .swiper-slide .position-relative {
		width: calc(290/1920*100*1vw) !important;
	}
	.vt-products-slider .product-thumbnail img {
		max-height: calc(220/1920*100*1vw);
	}
	.vt-post-slider .swiper-slide .position-relative {
		height: calc(478/1920*100*1vw);
	}
	.vt-post-slider .swiper-slide {
		max-width: calc(357/1920*100*1vw);
	}
	.product-serving-slider .swiper-button-prev,
	.product-serving-slider .swiper-button-next,
	.vt-products-slider .swiper-button-prev,
	.vt-products-slider .swiper-button-next {
		width: calc(100/1920*100*1vw);
	}
	.product-features-section .item {
		width: calc(1000/1920*100*1vw);
	}
	.cta-homepage-fullwidth-section .wp-block-image figure img {
		max-width: calc(460/1920*100*1vw);
	}
	.cta-fullwidth-black-pattern .title-text-group {
		padding-top: calc(60/1920*100*1vw);
		padding-bottom: calc(60/1920*100*1vw);
		max-width: calc(1256/1920*100*1vw);
	}
	.section-fullwidth-products.homepage .title-text-group,
	.section-fullwidth-ttg .title-text-group,
	#recepti-full-content .title-text-group,
	.title-text-group,
	.brand-description,
	form.search-form {
		padding-top: calc(60/1920*100*1vw);
		padding-bottom: calc(60/1920*100*1vw);
	}
	#recepti-footer-content .vt-post-slider .swiper-wrapper {
		max-width: 938px;
	}
	.recepti-filter .form-select,
	#category-select.form-select {
		font-size: calc(18/1920*100*1vw);
	}
	.newsletter {
		max-width: calc(1000/1920*100*1vw);
	}
	.vt-povijest-slider .slide-inner,
	.vt-jesteliznali-slider .slide-inner {
		max-width: calc(1270/1440*100*1vw);
		margin: 0 auto;
	}
	.vt-povijest-slider .slide-content,
	.vt-jesteliznali-slider .slide-content {
		max-width: calc(600/1920*100*1vw);
	}
	.product-nutritions-content {
		max-width: calc(450/1440*100*1vw);
	}
	.basic-info .wp-block-group__inner-container {
		max-width: calc(930/1920*100*1vw);
		margin: 0 auto;
	}
	.basic-info .wp-block-columns.alignfull.has-background .wp-block-column {
		max-width: calc(930/1920*100*1vw);
		margin: 0 auto;
	}
	.basic-info .has-medium-font-size {
		font-size: calc(24/1920*100*1vw) !important;
		line-height: calc(34/1920*100*1vw);
		margin-bottom: 1rem !important;
	}
	.anchor-number p a {
		font-size: calc(20/1920*100*1vw) !important;
	}
	.anchor-number p span {
		font-size: calc(24/1920*100*1vw) !important;
	}
	.basic-info h3 {
		font-size: calc(32/1920*100*1vw) !important;
		line-height: calc(42/1920*100*1vw);
	}
	.basic-info.pattern-bg {
		padding-top: calc(123/1920*100*1vw);
		padding-bottom: calc(100/1920*100*1vw);
	}
	.section.footer-page {
		padding-top: calc(200/1920*100*1vw);
		padding-bottom: calc(100/1920*100*1vw);
	}
}
@media screen and (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1256px;
	}
	.navbar > .container {
		max-width: 98%
	}
	.article-content.obiteljske .pattern-bg-text .wp-block-group__inner-container,
	.article-content.novosti .pattern-bg-text .wp-block-group__inner-container {
		margin: 0 auto;
		z-index: 1;
		position: relative;
	}
	.article-content.obiteljske .pattern-bg-text .wp-block-group__inner-container,
	.article-content.novosti .pattern-bg-text .wp-block-group__inner-container {
		max-width: 1235px !important;
	}
	.vt-products-slider .swiper-wrapper,
	.section-fullwidth-products .title-text-group {
		max-width: 1256px;
		margin: 0 auto;
	}
	.vt-post-slider .swiper-wrapper {
		max-width: 1230px;
		margin: 0 auto;
	}
	.vt-post-slider .swiper-slide {
		width: calc(334/1920*100*1vw) !important;
	}
	.vt-products-slider .swiper-slide {
		width: calc(250/1920*100*1vw) !important;
	}
	.vt-products-slider .slide-box {
		height: calc(350/1440*100*1vw);
		width: calc(250/1920*100*1vw) !important;
	}
	.vt-products-slider .swiper-slide .position-relative {
		width: calc(250/1920*100*1vw) !important;
	}
	.vt-products-slider .product-thumbnail img {
		max-height: calc(200/1920*100*1vw);
	}
	#recepti-footer-content .vt-post-slider .swiper-wrapper {
		max-width: 1234px;
	}
}
/*MAX*/
@media screen and (max-width: 1599px) {
	.product-why-content.absolute-center {
		position: relative;
		top: auto;
		transform: none;
		left: auto;
		right: 0;
		margin: 0 auto;
	}
	.product-why-bg {
		position: absolute;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		top: 0;
	}
}
@media screen and (max-width: 1399px) {
	.vt-povijest-slider .swiper-button-next {
		left: auto;
		right: 2rem;
	}
	.vt-povijest-slider .swiper-button-prev	{
		left: 2rem;
		right: auto;
	}
}
@media screen and (max-width: 1279px) {
	.vt-povijest-slider .swiper-button-next,
	.vt-povijest-slider .swiper-button-prev	{
		bottom: 0;
		top: auto;
		width: 100px;
	}
	.vt-povijest-slider .swiper-button-next	{
		left: 153px;
		right: auto;
	}
	.vt-povijest-slider .swiper-controls {
		max-width: 90%;
		margin: 0 auto;
	}
	.vt-povijest-slider .swiper-button-prev	{
		left: auto;
		right: auto;
	}
	.vt-artgalerija-slider .swiper-wrapper,
	.vt-povijest-slider .swiper-wrapper	{
		padding-bottom: 45px;
	}
}
@media screen and (max-width: 1199px) {
	.product-serving-section .container-fluid {
		max-width: 90%;
	}
	.cta-fullwidth-col.right,
	.cta-fullwidth-col.left	{
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.button-section.novosti {
		height: calc(400 / 1440 * 100vw);
	}
}
@media screen and (max-width: 991px) {
	/* -- single product -- */
	.product-nutritions-section {
		background: #000;
	}
	.product-quote-section {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.product-quote-content {
		padding: 3rem 1.5rem;
	}
	.product-serving-section {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.product-awards-content,
	.product-dyk-content,
	.product-quote-content.absolute-center,
	.product-serving-section .container-fluid,
	.product-related-heading .container	{
		max-width: 90%;
	}
	.vt-povijest-slider .slide-content {
		background: #000;
		margin-top: -23px;
		z-index: 1;
		position: relative;
		max-width: 90%;
	}
	#sliderContainer,
	.swiper.vt-povijest-slider,
	.vt-povijest-slider .slide-inner,
	.vt-povijest-slider .slide-img,
	.vt-povijest-slider .slide-img img,
	#sliderContainer2,
	.swiper.vt-jesteliznali-slider,
	.vt-jesteliznali-slider .slide-inner,
	.vt-jesteliznali-slider .slide-img,
	.vt-jesteliznali-slider .slide-img img	{
		height: auto;
	}
	.vt-povijest-slider .slide-inner,
	.vt-jesteliznali-slider .slide-inner {
		max-width: calc(900/991*100*1vw);
	margin: 0 auto;
	}
	.vt-povijest-slider .swiper-slide .slide-img img,
	.vt-jesteliznali-slider .swiper-slide .slide-img img {
		object-fit: contain;
		position: relative;
		width: 100%;
		height: calc(600/991*100*1vw);
		left: auto;
		right: auto;
		margin: 0 auto;
	}
	.vt-povijest-slider .swiper-povijest-next,
	.vt-povijest-slider .swiper-povijest-prev,
	.vt-jesteliznali-slider .swiper-jesteliznali-next,
	.vt-jesteliznali-slider .swiper-jesteliznali-prev {
		width: 40px;
	}
	#myBtn {
		bottom: 20px;
		right: 26px;
	}
}
@media screen and (max-width: 767px) {
	body,
	p,
	li {
		font-size: 15px;
		line-height: 1.4;
		font-weight: 300;
		font-family: "filson-pro"; 
		color: #fff;
	}
	h1,
	.h1 {
		font-size: 32px; /* fallback za IE */
		line-height: 1.1;
		color: #fff;
	}
	h2,
	.h2,
	.font-size-48,
	.font-size-48 p,
	.font-size-48 a {
		font-size: 24px;
		line-height: 1.3;
	}
	.font-size-18,
	.font-size-18 p,
	.font-size-18 a {
		font-size: 15px;
		line-height: 1.4;
	}
	.font-size-20,
	.font-size-20 p,
	.font-size-20 a {
		font-size: 20px;
	}
	.font-size-32,
	.font-size-32 p,
	.font-size-32 a {
		font-size: 32px; /* fallback za IE */
	}
	.text-two-fonts p,
	.brand-description p {
		font-size: 24px;
		line-height: 30px;
	}
	.product-awards-title h3,
	.product-serving-text h3 {
		font-size: 28px;
	}
	.cta-grid-columns .wp-block-columns p span,
	.cta-fullwidth-columns h2 span {
		font-size: 28px;
		line-height: 1.1;
	}
	.cta-homepage-fullwidth-columns h2,
	.cta-homepage-fullwidth-columns h2 span {
		font-size: 40px;
		line-height: 1.1;
	}
	.vrijeme-pripreme {
		font-size: 16px;
		font-size: 1rem;
		line-height: 22px;
	}
	.vt-post-slider h3.post-title,
	.vt-post-slider h3.post-title a,
	.vt-products-slider h3.post-title,
	.vt-products-slider h3.post-title a {
		font-size: 20px;
		line-height: 1.3;
	}
	.vt-products-slider .slider-subtitle {
		font-size: 18px;
		line-height: 1.2;
	}
	.navbar-brand img {
		max-width: 50px;
	}
	.virtualna-read-more-link, .wp-block-button__link,
	.wp-block-button__link.wp-element-button,
	.wp-block-buttons .wp-block-button .wp-block-button__link.wp-element-button,
	.btn.btn-primary,
	.btn,
	.slider-btn {
		padding: 7px 25px;
		font-size: 18px;
		line-height: 1.1;
	}
	.filter-item-title {
		font-size: 12px;
	}
	.btn.btn-secondary.underline .fa.fa-plus {
		font-size: 15px;
		line-height: 1.1;
	}
	.hero-wrapper .hero-content {
		flex-direction: column-reverse;
		gap: 2em;
		padding-bottom: 2rem;
		flex-wrap: nowrap;
	}
	.hero-content-image {
		height: 100%;
		display: flex;
		align-content: flex-end;
		justify-content: flex-end;
		align-items: flex-end;
		align-self: flex-end;
		flex-direction: column;
		width: 100%;
		aspect-ratio: 460 / 684;
	}
	.hero-content-image {
		transition: opacity 1s ease, transform 1s ease;
	}
	.hero-content-image.hidden {
		opacity: 0;
		transform: translateY(90px) scale(0.9);
	}
	.hero-content-image img {
		position: absolute;
		display: flex;
		justify-content: flex-end;
		align-content: flex-end;
		align-items: flex-end;
		object-fit: contain;
		width: 90%;
		top: initial;
		z-index: 1;
		margin: 0 auto;
		left: 0;
		right: 0;
		aspect-ratio: 460 / 684;
		height: initial;
	}
	.woocommerce img.hero-image {
		height: 100%;
		width: 100%;
	}
	.woocommerce .hero-content img.hero-image {
		/* height: 100%; */
		/* object-fit: cover; */
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.hero-wrapper .hero-content {
		height: initial;
		max-width: initial;
		aspect-ratio: initial;
		position: relative;
		max-width: 100% !important;
	}
	.hero-content picture {
		position: initial;
		top: 0;
		z-index: -3;
		width: 100%;
		height: initial;
		padding: 0;
	}
	.hero-wrapper .hero-content h1 {
		position: initial;
		top: 0 !important;
		transform: none !important;
		left: initial;
		flex-direction: column;
		white-space: wrap;
	}
	.overline {
		margin-bottom: 1rem !important;
		font-size: 20px;
		line-height: 1.2;
	}
	.product-nutritions-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.product-serving-section {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
	.product-serving-text {
		margin-bottom: 2rem !important;
		width: 100%;
	}
	.product-awards-title h3,
	.product-serving-text h3 {
		font-size: 28px;
		line-height: 1.2;
	}
	.product-nutritions-content {
		position: relative;
		z-index: 1;
		max-width: 600px;
		margin: 0 auto;
		background: #3F3A3A;
		padding: 1rem;
	}
	.product-why-content .list-style-gold ul li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 5px !important;
	}
	.product-why-content .list-style-gold ul li span {
		font-size: 20px;
		line-height: 1.1;
		left: 0;
		top: 0;
	}
	.product-nutritions-content table tbody tr {
		font-size: 16px;
	}
	/* -- single product -- */
	.product-nutritions-section {
		background: #000;
	}
	.product-quote-section {
		padding-top: calc(63/768*100*1vw);
		padding-bottom: calc(63/768*100*1vw);
		background-size: calc(191/768*100*1vw);
		background-position: top left;
	}
	.product-why-section .pozadina {
		padding-top: calc(105/776*100* 1vw);
		padding-bottom: calc(115/776*100* 1vw);
	}
	.product-why-section .pozadina {
		/* background: url("/wp-content/uploads/2025/10/G-stamp-pattern-GOLD_MOB-1.png") repeat-y; */
		background-size: calc(1671/740*100* 1vw) !important;
		background-position: top !important;
	}
	.product-why-section .pozadina img {
		display: none !important;
	}
	.product-quote-content,
	.product-why-content {
		padding: 3rem 1.5rem;
	}
	.product-banner-content {
		padding-top: calc(120/767*100* 1vw);
		padding-bottom: calc(120/767*100* 1vw);
		height: calc(700/767*100* 1vw) !important;
		width: 90% !important;
	}
	/* .product-banner-section .banner-wrapper.position-relative {
		height: calc(650/375*100*1vw);
	}
	.product-banner-content { */
		/* padding-top: calc(120/767*100* 1vw); */
		/* padding-bottom: calc(120/767*100* 1vw); */
		/* width: 90% !important; */
		/* height: calc(650/375*100*1vw) !important; */
	/* } */
	.product-serving-section {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.product-dyk-content {
		max-width: calc(1200/768*100*1vw);
	}
	.product-quote-text {
		font-size: 24px;
		line-height: 1.1;
	}
	.product-quote-content.absolute-center,
	.product-why-content.absolute-center {
		position: relative;
		top: auto;
		transform: none;
		left: auto;
		right: 0;
		margin: 0 auto;
	}
	.product-awards-text p,
	.product-awards-text span {
		font-size: 24px;
		line-height: 1.1;
	}
	.product-quote-bg,
	.product-why-bg,
	.product-features-bg {
		position: absolute;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		top: 0;
	}
	.quote-marks-down img,
	.quote-marks-top img {
		width: calc(80/768*100*1vw);
	}
	.product-awards-content,
	.product-quote-content.absolute-center,
	.product-why-content.absolute-center,
	.product-serving-section .container-fluid,
	.product-nutritions-content,
	.cta-grid-section .wp-block-group__inner-container,
	.cta-fullwidth-columns,
	.cta-fullwidth-section .mobile-img,
	.cta-fullwidth-col,
	.cta-fullwidth-black-pattern .wp-block-group__inner-container,
	.section-fullwidth-products > .wp-block-group__inner-container,
	.section-fullwidth-news > .wp-block-group__inner-container,
	.section-fullwidth-ttg > .wp-block-group__inner-container {
		max-width: 90%;
	}
	.cta-fullwidth-section.o-nama .cta-fullwidth-columns,
	.cta-fullwidth-section.o-nama .mobile-img {
		max-width: 100%;
	}
	.cta-fullwidth-section.o-nama figure.wp-block-image.mobile-img {
		margin: 0 auto 0 auto !important;
	}
	.product-dyk-content {
		max-width: calc(600/768*100*1vw);
		padding: calc(60/768*100*1vw) 0;
	}
	.page-template-editor-title #content.container,
	.swiper.alignfull.vt-artgalerija-slider {
		max-width: 95%;
		margin: 0 auto;
	}
	.swiper.product-serving-slider {
		padding-bottom: calc(115/786*100*1vw);
	}
	.product-dyk-section {
		padding: calc(144/768*100*1vw) 0;
	}
	body.virtualna-no-sidebar .wp-block-group.section-fullwidth-news-slider.alignfull {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.section-fullwidth-news-slider > .wp-block-group__inner-container {
		max-width: 90%;
		margin: 0 auto;
	}
	.single-product-page .product-why-content .maintitle {
		font-weight: 500;
	}
	.single-product-page .banner-text .maintitle,
	.single-product-page .banner-text .subtitle,
	.single-product-page .product-content .maintitle,
	.single-product-page .product-why-content .maintitle,
	.product-features-slider .maintext,
	.product-features-section .maintext,
	.cta-grid-columns .wp-block-columns p,
	.blog-list h2.entry-title a {
		font-size: 28px !important;
		line-height: 1.1;
	}
	.related-posts-after-content .blog-list h2.entry-title a {
		font-size: 22px !important;
		line-height: 1.1;
	}
	.product-awards-image {
		margin: 2rem auto;
	}
	.product-awards-image img {
		max-width: 100px;
	}
	/* -- end single product -- */
	/* -- static page -- */
	.title-text-group,
	.brand-description,
	form.search-form {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.cta-grid-section {
		padding-left: 0;
		padding-right: 0;
	}
	.cta-grid-section  .wp-block-group__inner-container,
	.cta-fullwidth-section.novosti .wp-block-group__inner-container,
	.cta-fullwidth-black-pattern .wp-block-group__inner-container,
	.section-fullwidth-products .wp-block-group__inner-container,
	.section-fullwidth-news .wp-block-group__inner-container,
	.section-fullwidth-ttg .wp-block-group__inner-container	{
		margin: 0 auto;
		width: 100%
	}
	.cta-grid-col .wp-block-columns {
		max-width: 90%;
		height: 100%;
	}
	.cta-grid-col .wp-block-buttons {
		bottom: 3.75rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		position: absolute;
	}
	.cta-grid-columns figure.wp-block-image.mobile-img {
		height: auto;
	}
	.cta-grid-columns figure.wp-block-image.mobile-img img {
		position: relative;
	}
	/* .product-features-section { */
		/* padding: 14rem 0; */
	/* } */
	.page.intro .desktop-img,
	.cta-fullwidth-section .desktop-img,
	.cta-grid-columns figure.wp-block-image.desktop-img,
	.cta-fullwidth-section.novosti .desktop-img,
	figure.wp-block-image.desktop-img {
		display: none !important;
	}
	.page.intro .mobile-img,
	.cta-fullwidth-section .mobile-img,
	.cta-grid-columns figure.wp-block-image.mobile-img,
	.cta-fullwidth-section.novosti .mobile-img,
	figure.wp-block-image.mobile-img {
		display: block !important;
	}
	body.search.search-results .page.intro .mobile-img img {
		aspect-ratio: 360 / 390;
		object-fit: cover;
	}
	.intro.single-obiteljske,
	.intro.single-novosti {
		height: auto;
		overflow: hidden;
	}
	.intro.single-novosti figure.size-full.mobile-img {
		position: relative;
		margin-bottom: 1rem !important;
	}
	.intro.single-obiteljske figure.size-full.mobile-img {
		position: relative;
		padding-bottom: 37rem !important;
	}
	.intro.single-obiteljske figure.size-full.mobile-img img {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		object-fit: cover;
		object-position: center;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.single.single-post .article-content.novosti figure.wp-block-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		height: 100vw;
	}
	.single-obiteljske_price #content.container,
	.single-post #content.container	{
		max-width: 90%;
	}
	.single-obiteljske_price .pattern-bg-text .wp-block-group__inner-container,
	.single-post .pattern-bg-text .wp-block-group__inner-container	{
		max-width: 84%;
		margin: 0 auto;
		z-index: 1;
		position: relative;
	}
	.single-obiteljske_price .golden-section,
	.article-content.novosti .golden-section,
	.single-obiteljske_price .article-footer,
	.single-novosti .article-footer {
		background: transparent;
		border-top: none;
		padding-bottom: 0;
	}
	.article-content.obiteljske .main-content {
		padding: 2rem 0 3rem 0;
	}
	.article-content.obiteljske .pattern-bg-text,
	.article-content.novosti .pattern-bg-text {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.article-content.obiteljske .pattern-bg-text {
		margin-top: 2rem;
	}
	.article-content.novosti .pattern-bg-text {
		margin-top: 1rem;
	}
	.article-content.obiteljske .pattern-bg-text,
	.article-content.novosti .pattern-bg-text {
		background-image: url("/wp-content/uploads/2025/12/g-stamp-pattern-news-stories-mob.png");
		background-repeat: no-repeat;
		background-size: 867px 1100px;
		background-position: 15px 0;
	}
	.article-content.obiteljske .golden-section,
	.article-content.novosti .golden-section {
		padding-top: 0;
		padding-bottom: 0;
		max-width: 100%;
		width: 100%;
		margin: 3rem auto 0;
		border-top: none;
	}
	.article-content.novosti .golden-section,
	.article-content.obiteljske .golden-section	{
		margin: 3rem auto 0;
	}
	.article-content.obiteljske .golden-section .wp-block-columns,
	.article-content.novosti .golden-section .wp-block-columns	{
		max-width: 90%;
		padding: 1rem 0.5rem;
		margin-bottom: 0;
	}
	.single-obiteljske_price .article-footer,
	.single-post .article-footer {
		margin: 0 auto;
	}
	#archive-obiteljske-wrapper .blog-list:first-child,
	.section.category-posts .row > div:first-child	{
		padding-top: 0;
	}
	#archive-obiteljske-wrapper .blog-list {
		padding-bottom: 0.625rem !important;
	}
	#archive-obiteljske-wrapper .blog-list .absolute-center {
		max-width: 90%;
	}
	.article-content.obiteljske p:last-child,
	.article-content.novosti p:last-child {
		margin-bottom: 0 !important;
	}
	.vt-artgalerija-slider .swiper-button-prev,
	.vt-artgalerija-slider .swiper-button-next,
	.vt-povijest-slider .swiper-button-prev,
	.vt-povijest-slider .swiper-button-next {
		bottom: 0;
		top: auto;
		width: 100px;
	}
	.vt-povijest-slider .swiper-button-next	{
		left: 175px;
		right: auto;
	}
		.vt-povijest-slider .swiper-controls {
		max-width: 90%;
		margin: 0 auto;
		position: absolute;
		top: calc(520/768*100*1vw);
		left: 0;
		width: 100%;
		right: 0;
		z-index: 99999;
		bottom: initial;
	}
	.vt-artgalerija-slider .swiper-controls {
		max-width: 224px;
		margin: 0 auto;
		position: relative;
	}
	.vt-jesteliznali-slider .swiper-wrapper {
		padding-bottom: 3rem;
	}
	.vt-povijest-slider .swiper-povijest-next,
	.vt-jesteliznali-slider .swiper-jesteliznali-next,
	.vt-artgalerija-slider .swiper-button-next	{
		right: 0;
		left: auto;
	}
	.vt-povijest-slider .swiper-povijest-prev,
	.vt-jesteliznali-slider .swiper-jesteliznali-prev {
		left: 0;
		right: auto;
	}
	.vt-artgalerija-slider .swiper-button-prev,
	.vt-povijest-slider .swiper-button-prev	{
		left: auto;
		right: auto;
	}
	.vt-artgalerija-slider .swiper-wrapper,
	.vt-povijest-slider .swiper-wrapper	{
		padding-bottom: 45px;
	}
	.history .swiper.vt-povijest-slider,
	.did-you-know .swiper.vt-jesteliznali-slider {
		padding-top: 71px;
	}
	.vt-povijest-slider .slide-content {
		background: #000;
		margin-top: -50px;
		z-index: 1;
		position: relative;
		max-width: 90%;
	}
	.vt-artgalerija-slider .slide-content {
		background: #926C2B;
		margin-top: 22px;
	}
	.vt-povijest-slider .swiper-povijest-next,
	.vt-povijest-slider .swiper-povijest-prev,
	.vt-jesteliznali-slider .swiper-jesteliznali-next,
	.vt-jesteliznali-slider .swiper-jesteliznali-prev {
		bottom: 0;
		top: auto;
	}
	.vt-povijest-slider .slide-inner,
	.vt-jesteliznali-slider .slide-inner {
		display: flex;
		flex-direction: column-reverse;
	}
	.vt-povijest-slider .swiper-controls,
	.vt-jesteliznali-slider	.swiper-controls {
		max-width: 90%;
		margin: 0 auto;
		position: absolute;
		top: calc(550/768*100*1vw);
		left: 0;
		width: 100%;
		right: 0;
		z-index: 99999;
	}
	.vt-artgalerija-slider .row.slide-inner {
		max-width: 97%;
		margin: 0 auto;
	}
	.title-text-group.artgalerija {
		max-width: 97%;
		margin: 0 auto;
	}
	.fullscreen-slider .close-btn {
		top: 2rem;
		right: 2rem;
	}
	.fullscreen-slider {
		padding: 10px;
	}
	.vt-povijest-slider .slide-inner {
		display: flex;
		flex-direction: column-reverse;
	}
	.vt-artgalerija-slider .slide-title,
	.vt-povijest-slider .slide-title,
	.vt-jesteliznali-slider .slide-title {
		margin-bottom: 2px;
		font-size: 24px;
		line-height: 30px;
	}
	.vt-povijest-slider .slide-inner,
	.vt-jesteliznali-slider .slide-inner {
		max-width: calc(1200/1440*100*2vw);
		margin: 0 auto;
	}
	.vt-jesteliznali-slider .swiper-slide .slide-img img,
	.vt-povijest-slider .swiper-slide .slide-img img {
		object-fit: contain;
		position: relative;
		width: 100%;
		height: 100%;
		left: auto;
		right: auto;
		margin: 0 auto;
	}
	.vt-jesteliznali-slider .swiper-slide .slide-img {
		height: calc(400/468*100*1vw);
	}
	.vt-povijest-slider h2,
	.vt-jesteliznali-slider h2 {
		font-size: 24px;
		line-height: 26px;
	}
	.vt-jesteliznali-slider .showMore .fa.fa-plus {
		margin-left: 6px;
	}
	.cta-homepage-fullwidth-col {
		padding: 2rem;
	}
	.cta-fullwidth-col {
		text-align: center;
		background: transparent;
	}
	.cta-fullwidth-col .text-content {
		display: none;
	}
	.cta-fullwidth-col .wp-block-buttons.is-content-justification-left {
		justify-content: center;
	}
	.cta-fullwidth-section figure.wp-block-image.mobile-img {
		margin: 0 auto 0.625rem auto !important;
	}
	.cta-fullwidth-col.right,
	.cta-fullwidth-col.left	{
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.cta-fullwidth-black-pattern {
		padding: 6rem 0;
		overflow: hidden;
	}
	.cta-fullwidth-black-pattern .title-text-group.absolute-center {
		position: relative;
		top: auto;
		transform: none;
		z-index: 1;
	}
	.cta-fullwidth-black-pattern .title-text-group.absolute-center::before {
	  content: "";
	  position: absolute;
	  inset: -24%;
	background-color: rgba(0, 0, 0, 0.6);
	background: -webkit-radial-gradient(
	  circle,
	  rgba(0, 0, 0, 0.6) 0%,
	  rgba(0, 0, 0, 0.6) 60%,
	  rgba(0, 0, 0, 0) 70%
	);
	background: -moz-radial-gradient(
	  circle,
	  rgba(0, 0, 0, 0.6) 0%,
	  rgba(0, 0, 0, 0.6) 60%,
	  rgba(0, 0, 0, 0) 70%
	);
	background: radial-gradient(
	  circle,
	  rgba(0, 0, 0, 0.6) 0%,
	  rgba(0, 0, 0, 0.6) 60%,
	  rgba(0, 0, 0, 0) 70%
	);
	  z-index: -1;
	  pointer-events: none;
	}
	.cta-fullwidth-black-pattern::before {
		z-index: 1;
		background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top, black 45%, rgba(0,0,0,0) 100%);
		background: -moz-linear-gradient(top, black 45%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top, black 45%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, black 45%, transparent 100%);
	}
	.cta-fullwidth-black-pattern figure.wp-block-image {
		position: absolute;
		bottom: 0;
		z-index: 0;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		height: 100%;
		z-index: 0;
	}
	.cta-fullwidth-black-pattern figure.wp-block-image img {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 400px;
		transform: scale(2.55);
		transform-origin: bottom left;
		object-fit: none;
	}
	.cta-homepage-fullwidth-section figure.wp-block-image.desktop-img {
		display: none !important;
	}
	.cta-homepage-fullwidth-section figure.wp-block-image.mobile-img {
		z-index: -1;
		display: block !important;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
	}
	.cta-homepage-fullwidth-columns {
		padding-bottom: 2rem;
	}
	.cta-homepage-fullwidth-section .wp-block-image figure img {
		max-width: calc(460/768*100*1vw);
	}
	.section-fullwidth-products::before {
		font-size: 9rem;
		line-height: 1;
		top: -10%;
	}
	.category-post-item h3,
	.category-post-item h3 a {
		font-size: calc(48/768*100*1vw);
		line-height: calc(54/768*100*1vw);
	}
	.section.category-posts .row > div:nth-child(3n + 1) .post-title,
	.section.category-posts .row > div:nth-child(3n + 2) .post-title,
	.section.category-posts .row > div:nth-child(3n + 3) .post-title {
		max-width: 85%;
		z-index: 1;
	}
	.section.category-posts .row > div:nth-child(3n+1) .vt-img-box {
		padding-bottom: 0;
		height: 370px;
	}
	.section.category-posts .row > div:nth-child(3n+2) .vt-img-box,
	.section.category-posts .row > div:nth-child(3n+3) .vt-img-box {
		padding-bottom: 0;
		height: 330px;
	}
	.section.category-posts .post-title.absolute-center {
		top: auto;
		transform: none;
		bottom: 1rem;
	}
	.section.category-posts .row > div:nth-child(3n+2) .category-post-item h3,
	.section.category-posts .row > div:nth-child(3n+2) .category-post-item h3 a,
	.section.category-posts .row > div:nth-child(3n+3) .category-post-item h3,
	.section.category-posts .row > div:nth-child(3n+3) .category-post-item h3 a	{
		font-size: calc(36/768*100*1vw);
		line-height: calc(40/768*100*1vw);
		font-weight: 500;
	}
	.vt-products-slider .swiper-wrapper {
		padding-bottom: 3.5rem;
	}
	.vt-post-slider .swiper-slide,
	.vt-products-slider .swiper-slide {
		max-width: 230px;
	}
	.vt-post-slider .swiper-slide .position-relative {
		max-width: 100%;
		height: 369px;
	}
	.vt-products-slider .slide-box { 
		height: 463px;
	}
	.vt-products-slider .swiper-slide .position-relative {
		width: 250px;
	}
	.vt-products-slider .product-thumbnail img {
		max-height: 250px;
	}
	.vt-products-slider .swiper-button-next {
		right: 31px;
	}
	.vt-products-slider .swiper-button-prev {
		right: 159px;
	}
	.product-serving-slider .swiper-button-prev::after,
	.product-serving-slider .swiper-button-next::after,
	.vt-artgalerija-slider .swiper-button-next::after,
	.vt-artgalerija-slider .swiper-button-prev::after,
	.vt-povijest-slider .swiper-povijest-prev::after,
	.vt-povijest-slider .swiper-povijest-next::after,
	.vt-jesteliznali-slider .swiper-jesteliznali-next::after,
	.vt-jesteliznali-slider .swiper-jesteliznali-prev::after,
	.vt-post-slider .swiper-button-prev::after,
	.vt-post-slider .swiper-button-next::after,
	.vt-products-slider .swiper-button-prev::after,
	.vt-products-slider .swiper-button-next::after {
		width: 190px;
		height: 40px;
	}
	.product-serving-slider .swiper-button-prev,
	.product-serving-slider .swiper-button-next,
	.vt-products-slider .swiper-button-prev,
	.vt-products-slider .swiper-button-next {
		width: 100px;
	}
	.vt-post-slider .swiper-slide .position-relative::after {
		content: "";
		position: absolute;
		top: auto;
		bottom: -4px;
		left: 0px;
		width: 100%;
		height: 56%;
		pointer-events: none;
		transform: rotate(-180deg);
		opacity: 1;
		background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top, black 0%, rgba(0,0,0,0) 100%);
		background: -moz-linear-gradient(top, black 0%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top, black 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, black 0%, transparent 100%);
	}
	.vt-products-slider .swiper-slide .position-relative {
		height: auto;
		max-width: 100%;
	}
	.vt-products-slider .swiper-button-prev {
		left: 0px;
		right: auto;
	}
	.vt-products-slider .swiper-button-next {
		right: auto;
		left: 125px;
	}
	.section-fullwidth-news-slider {
		overflow: hidden;
		margin-right: calc(var(--bs-gutter-x) * -0.5);
		margin-left: calc(var(--bs-gutter-x) * -0.5);
	}
	.button-section.novosti {
		height: calc(1000 / 1440 * 100vw);
	}
	.recept-side-content {
		height: auto;
	}
	.recepti .row.vh-100 {
		height: auto !important;
	}
	.recepti .video-col {
		overflow: hidden;
		height: 100vh !important;
	}
	.recepti .video-col .player-container.absolute-center {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh !important;
		transform: initial;
		z-index: 8;
	}
	.player.absolute-center {
		height: 100vh !important;
	}
	.recept-article-image.vh-100 {
		height: 100% !important;
	}
	.recept-side-content {
		padding-top: 2rem !important;
		position: relative;
	}
	.video-controls-desktop {
		display: none;
	}
	.video-controls-mobile {
		position: fixed !important;
		bottom: 0;
		margin: 0 auto;
		right: 0;
		left: 0;
		width: 100%;
		height: 33px;
		background: #000;
		text-align: center;
		z-index: 9;
		padding-top: 1px;
	}
	#start-mobile.btn,
	#toggle-mobile.btn,
	#close-mobile.btn {
		font-size: 14px;
		line-height: 20px;
	}
	#toggle-mobile.btn {
		margin-right: 10px;
	}
	/* #start-image-mobile { */
		/* position: absolute; */
		/* top: 50%; */
	/* } */
	.article-content.recept {
		max-width: 90%;
		margin: 0 auto;
	}
	.brand-filters {
		max-width: 90%;
	}
	.brand-product-img-wrapper {
		height: auto;
	}
	.brand-product-img-wrapper img {
		position: relative;
	}
	.brand-product-title,
	.brand-product-title a {
		font-size: 20px !important;
		font-weight: 500;
	}
	.products-slider {
		max-width: 90%;
		width: 100%;
		padding-left: calc(var(--bs-gutter-x) * .5);
		margin-left: auto;
		padding-top: 2rem !important;
	}
	.homepage .products-slider {
		max-width: 90%;
		width: 100%;
		padding-left: calc(var(--bs-gutter-x) * .5);
		margin-left: 0;
		overflow: visible;
		padding-top: 1rem !important;
	}
	.homepage-video {
		min-height: 400px;
	}
	.section-fullwidth-products.homepage {
		padding-top: 2rem;
	}
	.article-content.recept h1 {
		margin-top: 1rem;
		margin-bottom: 1rem;
		font-size: 32px;
		line-height: 38px;
	}
	.pattern-background.novosti {
		background-image: url("/wp-content/uploads/2025/11/Logo_Pattern_Gray.svg");
		background-repeat: repeat;
		background-size: calc(100% / 2);
		background-position: top center;
		filter: brightness(0.5);
	}
	.pattern-background.contact,
	.pattern-background.artgalerija {
		background-image: url("/wp-content/themes/VirtualnaTvornica/images/4x4.svg");
		background-repeat: repeat;
		background-size: calc(100% / 1);
		background-position: top center;
		filter: brightness(0.5);
	}
	.product-serving-slider .swiper-slide {
		max-width: initial;
		height: initial;
		border-radius: 16px;
		aspect-ratio: 640 / 820;
	}
	.product-serving-slider .swiper-slide img {
		top: 0;
	}
	footer ul.menu {
		list-style: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		gap: 1rem;
		text-align: center;
		margin: 2rem auto;
	}
	footer ul.menu a {
		font-size: 16px;
		font-size: 1rem;
	}
	.product-features-section .item {
		width: calc(600/768*100*1vw);
	}
	.dropdown-toggle::after {
		width: 25px;
		height: 15px;
	}
	.product-nutritions-content table thead::after {
		height: 1rem;
	}
	.product-nutritions-content table thead tr:first-child th {
		padding-bottom: 1rem;
	}
	.product-nutritions-content table {
		width: 100%;
		table-layout: fixed;
	}
	.product-nutritions-content td:first-child,
	.product-nutritions-content th:first-child {
		width: 70%;
		white-space: nowrap;
	}
	.product-nutritions-content td:last-child,
	.product-nutritions-content th:last-child {
		width: 30%;
		white-space: nowrap;
	}
	.footer-logo.wp-block-image > figure img {
		width: 140px;
		height: 140px;
		margin-bottom: 0 !important;
	}
	#top-search img {
		width: 20px;
		height: 21px;
	}
	.footer-logo {
		margin-top: 1rem;
		margin-bottom: 1rem;
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-brand img {
		width: 50px;
		height: 50px;
	}
	.block-social-links img {
		width: 40px !important;
	}
	p.copy-right,
	p.vt-info,
	p.vt-info a	{
		font-size: 13px !important;
	}
	.kontakt .font-size-20,
	.kontakt .font-size-20 a {
		font-size: 16px;
		white-space: nowrap;
	}
	.kontakt .gap-3 {
		gap: calc(32/768*100*1vw) !important;
	}
	.navbar-toggler {
		font-size: 25px;
	}
	#top-search {
		right: 88px;
	}
	#brand-search.form-control {
		font-size: 16px;
		padding: 13px 16px;
	}
	.recepti-filter .form-select,
	#category-select.form-select {
		font-size: 16px;
	}
	.newsletter {
		max-width: 90%;
	}
	.homepage-video-mobile {
		display: block;
	}
	.wrapper-basic-info {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.basic-info {
		border-bottom: 1px solid #926C2B;
		padding-top: 26px;
		padding-bottom: 16px;
	}
	.wrapper-toggle .basic-info {
		padding-top: 26px;
		padding-bottom: 7px;
	}
	.basic-info .wp-block-column ul.wp-block-list {
		padding-left: 10px;
		list-style-position: outside;
	}
	.anchor-section .basic-info {
		border-bottom: 1px solid #926C2B;
		padding-bottom: 56px;
		padding-top: 56px;
	}
	.basic-info .wp-block-group__inner-container,
	.basic-info .wp-block-columns.alignfull.has-background .wp-block-column	{
		max-width: 90%;
		margin: 0 auto;
	}
	.basic-info .has-medium-font-size {
		font-size: 20px !important;
		line-height: 26px;
	}
	.anchor-number p span,
	.anchor-number p a	{
		font-size: 20px !important;
	}
	.anchor-number p a strong {
	  display: flex;
	  align-items: flex-start;
	}
	.anchor-number p a strong span {
	  flex: 0 0 20px;
	  text-align: left;
	}
	.anchor-number p a strong {
	  flex-wrap: nowrap;
	}
	.basic-info h3 {
		font-size: 22px;
		line-height: 1.3;
	}
	.basic-info.pattern-bg {
		padding-top: calc(63/768*100*1vw);
		padding-bottom: calc(63/768*100*1vw);
		background-size: calc(191/768*100*1vw);
		background-position: top left;
	}
	.basic-info.pattern-bg {
		padding-top: 61px;
		padding-bottom: 37px;
	}
	.photo-catalog.container {
		max-width: 90%;
		padding-top: 30px;
	}
	.catalog-row {
		padding: 12px;
	}
	.catalog-name {
		font-size: 15px;
		line-height: 20px;
		font-weight: 400;
	}
	.catalog-image img {
		height: 65px;
		width: 100%;
		object-fit: contain;
	}
	.catalog-filter {
		margin-bottom: 2rem;
	}
	.section.footer-page {
		padding-top: 120px;
		padding-bottom: 40px;
	}
	.wp-block-group.toggle {
		max-width: 90%;
	}
	.wp-block-buttons.toggle-btn {
		min-width: 213px;
		max-width: 213px;
	}
	.wp-block-buttons.toggle-btn .wp-block-button__link.wp-element-button {
		padding: 0 !important;
		height: 30px;
		width: 160px;
		max-width: 160px;
		min-width: 160px;
		border: 1px solid transparent;
		background: transparent;
	}
	.wp-block-buttons.toggle-btn {
		font-size: 18px;
	}
	.product-features-section .pin-inner {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	  }
	  .product-features-section .item {
		width: 100%;
		max-width: 90%;
		text-align: center;/
	  }
}
@media (max-height: 480px) {
	.hero-wrapper .hero-content {
		max-height: 90%;
	}
}
@media screen and (max-width: 380px) {
	.cta-homepage-fullwidth-columns h2,
	.cta-homepage-fullwidth-columns h2 span {
		font-size: clamp(33px, calc(15.5px + 2.25vw), 54px);
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
	.vt-povijest-slider .swiper-povijest-prev::after,
	.vt-jesteliznali-slider .swiper-jesteliznali-prev::after {
		background-position: left center;
		background-size: 58px;
	}
	.vt-povijest-slider .swiper-povijest-next::after,
	.vt-jesteliznali-slider .swiper-jesteliznali-next::after {
		background-position: right center;
		background-size: 58px;
	}
}
