@media only screen and (max-width: 768px) {
	.slider-text p, .slider-text div{
		display: none;
	}
	.slider-text{
		max-width: 100% !important;
	}
}

.updateSeparator{
	border-top: 6px dotted black;
}

body #payhip-cart-container.payhip-cart-position-top-right #payhip-cart-launcher-icon-iframe{
	top: 60px!important;
}
body #payhip-cart-container.payhip-cart-position-top-right #payhip-cart-launcher-badge-iframe{
	top: calc(80px - 25px)!important;
}
body #payhip-cart-container.payhip-cart-position-top-right #payhip-cart-iframe{
	top: 120px !important;
}
.productContainer{
	max-width: 1200px;
}

.productContainer .wc-gallery{
	display: none;
}

nav{
	max-width: 189vh;
	width: 100%;
	margin: auto;
}

.navbar-toggler {
  padding-top: 1vw;
}


.productImages .flex-control-thumbs li{
	width: 10% !important;
}

.buyButtonCart{
	height: 100%;
	width: 30%;
    background: #347d5f;
    font-size: 16px;
    padding: 12px;
    padding-left: 5px;
    padding-right: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.3s ease-out;
}
.buyButtonText{
	height: 100%;
	width: 70%;
    font-size: 16px;
    padding: 12px;
    padding-left: 5px;
    padding-right: 5px;
	transition: all 0.3s ease-out;
}

#serverStatus{
	position: absolute;
    color: black;
    font-weight: bold;
    bottom: 3vw;
	left: 1vw;
    background: #fff;
    padding: 1em;
    border-radius: 5px;
	display: none;
}

.main-container > .wp-post-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -99;
}

.main-container > .wp-post-image:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* W3C */
 }


.flexslider{
    background: white;
    border: none;
    padding: 0px;
}

article img{
	max-width: 100%;
}


.slides > li{
	position: relative;
}

.flexslider a{
    color: white;
}

.flexslider h2, .product-section h2{
    color: white;
}

.slider-image{
    height: 60vh;
    max-height: 55vw;
    background-size: cover;
    background-position: bottom;
}

.slider-text{
	position: absolute;
    bottom: 10px;
    right: 40px;
    max-width: 45%;
    padding: 20px;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.main-container{
    width: 90vw;
    margin: auto;
    background: white;
    padding: 20px;
    margin-bottom: 2em;
    border-radius: 0px;
}

.diagonal-container{
    background: #231f20;
    color: black;
    padding: 10px;
    word-break: break-word;
}

.diagonal-container-border p{
    color: #231f20 !important;
}

.price-box{
	padding: 1em;
	background: #231f20 !important;
}

.price-box p{
	color: white !important;
}

.price-box a.buyButton{
	color: white;
	text-align: center
}

#podminkyNakupu{
	margin-top: 1em;
	font-size: 0.7em;
	line-height: 1.2em;
    background: #d6d6d6;
    padding: 1em;
    font-weight: 500;
}

.otherStores a{
	padding: 5px;
    border: 2px solid #4bb68a;
	margin: 2px;
    border-radius: 5px;
    word-break: keep-all;
	display: inline-block;
}

.under-title .buyButton, .price-box .buyButton{
	width: 100% !important;
    display: inline-block;
    background: #47a880 !important;
    border-radius: 5px;
	padding: 0px !important;
    text-transform: uppercase;
	box-sizing: border-box !important;
    font-weight: bold;
    color: white !important;
	font-family: 'Almarai', sans-serif !important;
	border: none !important;
}

.buyButton:hover .buyButtonCart{
	background: #47a880;
}

.buyButton:hover .buyButtonText{
	background: #347d5f;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.detailButton:hover{
	background: #47a880 !important;
}

.under-title .detailButton{
	transition: all 0.3s ease-out;
	font-size: 16px;
	width: 100%;
    padding: 1em;
    display: inline-block;
    background: transparent;
	border: 2px solid #47a880;
    border-radius: 5px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
	font-family: 'Almarai', sans-serif !important;
}

.under-title h3{
	color: white;
	font-size: 0.8em;	
}

.under-title{
   padding: 1em;
   background: #231f20;
   height: auto;
   color: white;
}

.flex-control-paging li a{
	background: rgb(255 255 255 / 50%);
}

.flex-control-paging li a.flex-active{
	background: white;
}

.diagonal-container-border-white{
	min-height: 200px;
	height: 80%;
	background-repeat: no-repeat;
    background-size: cover;
}

.diagonal-container-border{
    border: 2px solid white;
    background-size: cover;
    background-color: white;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
    color: #231f20;
    padding: 10px;
    word-break: break-word;
}

.diagonal-header {
	transform: skewY(-3deg);
    padding-top: 1.5vw !important;
    padding-bottom: 0px !important;
    background: #231f20;
    margin-top: -5vw;
    transition: transform 0.3s ease-out !important;

}

#header-wrap{
	min-height: calc(4vh + 9vw);
}

.straight-header {
	width: 100% !important;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
	margin-top: 1vw;
    margin-bottom: -1vw;
	transform: skewY(3deg);
	transition: transform 0.3s ease-out !important;
}

#navbarCollapse{
    transition: 0.3s all ease-in-out;
    text-align: right;
}

#navbarCollapse li{
    padding: 10px;
    font-weight: bold;
} 

#navbarCollapse li a{
    color: white;
    font-family: "Lexend", sans-serif;
    font-size: 1.5em;
}

.navbar-toggler i{
	color: white;
}
#navbarCollapse ul{
    margin-top: 0em;
    padding-bottom: 2vw;
} 

.navbar-brand img{
  padding-top: 4vw;
	margin-bottom: -1vw;
	transition: all 0.3s ease-out;
}

.logo-overlay{
    position: absolute;
    width: 90%;
    transform: skewY(-4deg);
    max-height: 220px;
    height: 90%;
    opacity: 1;
    margin-left: calc(20% + 6vw);
    background: #231f20;
    transition: all 0.3s ease-out; 
}

.navbar.fixed-top{
	min-height: 10vw;
    padding: 0vw !important;
}

ul .slides li{
    margin-top: -1em;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Lexend', sans-serif;
    font-weight: bold;
}

p{
    font-family: 'Almarai', sans-serif;
}

.btn-primary{
    transform: skewY(-4deg);
    background: white !important;
    color: black !important;
    border-radius: 0px !important;
    border: 2px solid black;
    transition: transform 0.5s ease-out;
    
}

.btn-primary:hover, .btn-primary:active{
    transform: skewY(0deg);
    background: black !important;
    color: white !important;
    border: 2px solid black;
}

.btn-primary:hover div, .btn-primary:active div{
    transform: skewY(0deg);
}

.btn-primary div{
    transform: skewY(4deg);
    transition: transform 0.3s ease-out;
}


strong{
    font-weight: 700;
}

.navbar{
    font-weight: 500;
}

html {
  overflow-x: hidden;
}


body {
  background: white;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #231f20;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  max-width: 189vh;
  margin: auto;
}

a {
  color: #4bb68a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  color: #1d845a;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  margin: 0px;
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.section-header {
  margin-bottom: 30px;
}

.section-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-size: 2rem !important;
  margin-bottom: 5px !important;
  color: white;
  display: inline-block;
  font-weight: 700;
  position: relative;
}


.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #1065ab;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.btn-common:hover {
  color: #1065ab;
  background: transparent;
  border: 1px dotted #1065ab;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #ff0000;
  background-color: transparent;
  border: 1px solid #ff0000;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover, .btn-border:focus {
  color: #fff;
  border-color: #ff0000;
  background-color: #ff0000;
}

.btn-red {
  color: white;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-red:hover, .btn-red:focus{
  color: #ff0000;
  border-color: #ff0000;
  background-color: transparent;
}



.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #ff0000;
  text-transform: capitalize;
}

.btn-rm:hover {
  color: #ff0000;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #ff0000;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

/* 2026 refresh */
:root {
  --page-bg: #f4eee5;
  --surface: rgba(255, 252, 247, 0.84);
  --surface-dark: rgba(24, 29, 28, 0.9);
  --surface-darker: #171d1b;
  --text-strong: #18201d;
  --text-soft: #61706a;
  --text-inverse: #f8f4ec;
  --line-soft: rgba(24, 32, 29, 0.1);
  --accent: #2fa883;
  --accent-dark: #207a5f;
  --shadow-lg: 0 26px 80px rgba(16, 21, 19, 0.12);
  --shadow-md: 0 18px 44px rgba(16, 21, 19, 0.1);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --content-width: min(1400px, calc(100vw - 2rem));
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding-top: 7.4rem;
  background:
    radial-gradient(circle at top left, rgba(47, 168, 131, 0.14), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(219, 179, 122, 0.18), transparent 22%),
    linear-gradient(180deg, #fbf7f1 0%, var(--page-bg) 52%, #efe9df 100%);
  color: var(--text-strong);
  font-family: 'Lexend', sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(24, 32, 29, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 32, 29, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 100%);
}

h1, h2, h3, h4, h5, h6,
p,
a,
li,
span,
strong,
button,
input,
textarea,
label {
  font-family: 'Lexend', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-strong);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

p {
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.8;
}

a {
  color: var(--accent);
}

a:hover {
  color: var(--accent-dark);
}

#header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  min-height: 0;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.diagonal-header,
.straight-header {
  transform: none !important;
  margin: 0 !important;
}

.site-nav.navbar {
  position: relative !important;
  width: var(--content-width);
  min-height: 0;
  margin: 0 auto !important;
  padding: 0.95rem 1.35rem !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(23, 29, 27, 0.86);
  box-shadow: 0 24px 60px rgba(16, 20, 19, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  transform: none !important;
}

.navbar.fixed-top {
  min-height: 0;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  padding: 0 !important;
}

.top-nav-collapse {
  background: rgba(18, 22, 21, 0.93) !important;
  box-shadow: 0 24px 60px rgba(16, 20, 19, 0.22);
}

.navbar-brand {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0 auto 0 0;
  padding: 0;
}

.navbar-brand img,
.top-nav-collapse .navbar-brand img {
  display: block;
  width: auto;
  height: clamp(38px, 3.6vw, 52px);
  max-width: min(220px, 100%);
  margin: 0;
  padding: 0;
}

.logo-overlay {
  display: none;
}

.navbar-toggler {
  margin-left: 0.25rem;
  padding: 0;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.navbar-toggler i {
  margin: 0 !important;
}

#navbarCollapse {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  text-align: right;
  transition: all 0.25s ease;
}

#navbarCollapse .main-menu-bar,
#navbarCollapse .menu-top-menu-container {
  width: auto;
  margin-left: auto;
}

#navbarCollapse ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
}

#navbarCollapse li {
  padding: 0;
}

#navbarCollapse li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  color: rgba(248, 244, 236, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#navbarCollapse li.current-menu-item a,
#navbarCollapse li.current_page_item a,
#navbarCollapse li a:hover {
  color: #fff;
  background: rgba(47, 168, 131, 0.16);
}

#serverStatus {
  position: absolute;
  left: 0;
  top: calc(100% + 0.8rem);
  display: inline-flex;
  align-items: center;
  max-width: min(420px, 100%);
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(23, 29, 27, 0.88);
  color: rgba(248, 244, 236, 0.92);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 12px 28px rgba(16, 20, 19, 0.18);
}

#serverStatus:empty {
  display: none !important;
}

.hero-slider-shell,
.home-catalog,
.diagonal-container,
.footer-area {
  width: var(--content-width);
}

.hero-slider-shell {
  margin: 0 auto 3rem;
  padding: 0;
}

.home-catalog.row {
  margin: 0 auto 3rem !important;
  row-gap: 1.35rem;
}

.flexslider {
  overflow: hidden;
  border: 1px solid rgba(24, 32, 29, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-lg);
}

.slides > li {
  overflow: hidden;
  background: var(--surface-darker);
}

.slides > li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 19, 18, 0.68) 0%, rgba(15, 19, 18, 0.3) 44%, rgba(15, 19, 18, 0.08) 100%);
  pointer-events: none;
}

.slides > li .row {
  margin: 0;
}

.slides > li [class*="col-"] {
  padding: 0;
}

.slider-image {
  height: min(70vh, 720px);
  max-height: none;
  background-position: center;
}

.slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-text {
  left: clamp(1.2rem, 2.4vw, 2.75rem);
  right: auto;
  bottom: clamp(1.2rem, 2.4vw, 2.75rem);
  z-index: 2;
  max-width: min(520px, 44%);
  padding: 1.65rem 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(23, 29, 27, 0.78);
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.slider-text h2 {
  margin-bottom: 0.85rem;
  color: var(--text-inverse);
  font-size: clamp(2.3rem, 4.5vw, 4.7rem);
}

.slider-text div,
.slider-text p {
  display: block;
  color: rgba(248, 244, 236, 0.84);
  font-size: 0.96rem;
  line-height: 1.8;
}

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.4);
}

.flex-control-paging li a.flex-active {
  background: #fff;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-card > a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 240px;
  aspect-ratio: 4 / 3.2;
  border-radius: 28px 28px 0 0;
  box-shadow: var(--shadow-md);
}

.diagonal-container-border-white {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 0;
  height: 100%;
  background-position: center;
  overflow: hidden;
  border-radius: inherit;
  box-shadow: none;
}

.diagonal-container-border-white::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 19, 18, 0.04) 0%, rgba(15, 19, 18, 0.38) 100%);
}

.under-title {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.25rem;
  border-radius: 0 0 28px 28px;
  background: rgba(23, 29, 27, 0.94);
  box-shadow: var(--shadow-md);
}

.under-title h3 {
  margin: 0;
  color: var(--text-inverse);
  font-size: 1.35rem;
  line-height: 1.08;
}

.under-title p {
  margin: 0;
  color: rgba(248, 244, 236, 0.76);
  font-size: 0.88rem;
  line-height: 1.65;
}

.under-title .row {
  margin-top: auto;
}

.under-title .buyButton,
.price-box .buyButton {
  display: flex !important;
  align-items: stretch;
  width: 100% !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent) 0%, #54c8a3 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(47, 168, 131, 0.22);
}

.buyButtonText,
.buyButtonCart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 0.95rem;
  font-size: 0.9rem;
}

.buyButtonText {
  width: calc(100% - 58px);
  background: transparent;
  color: #fff;
}

.buyButtonCart {
  width: 58px;
  background: rgba(14, 18, 17, 0.22);
  color: #fff;
}

.under-title .detailButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid rgba(47, 168, 131, 0.36);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-inverse);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.detailButton:hover {
  background: rgba(47, 168, 131, 0.14) !important;
}

.main-container {
  width: min(1200px, calc(100vw - 2rem));
  margin: 0 auto 2.5rem;
  padding: 2rem;
  border: 1px solid rgba(24, 32, 29, 0.08);
  border-radius: 32px;
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.main-container h1 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.main-container h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.3rem);
}

.main-container p,
.main-container li,
.main-container strong,
.main-container span {
  color: var(--text-strong);
}

.main-container article.row {
  margin: 0 0 1.35rem !important;
  padding: 1.2rem;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.main-container article.row img {
  border-radius: 18px;
}

.diagonal-container {
  margin: 0 auto 3.5rem;
  padding: 2rem !important;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(23, 29, 27, 0.96) 0%, rgba(31, 39, 36, 0.94) 100%);
  box-shadow: var(--shadow-lg);
}

.diagonal-container,
.diagonal-container p,
.diagonal-container h1,
.diagonal-container h2,
.diagonal-container h3,
.diagonal-container h4,
.diagonal-container h5,
.diagonal-container h6 {
  color: var(--text-inverse);
}

.price-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(23, 29, 27, 0.96) 0%, rgba(31, 39, 36, 0.92) 100%) !important;
  box-shadow: var(--shadow-md);
}

.price-box p,
.price-box strong,
.price-box span {
  color: var(--text-inverse) !important;
}

#podminkyNakupu {
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: rgba(47, 168, 131, 0.08);
  color: var(--text-soft);
  line-height: 1.75;
}

.otherStores a {
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(47, 168, 131, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-inverse);
  font-size: 0.82rem;
  font-weight: 600;
}

.footer-area {
  position: relative;
  margin: 4rem auto 0;
  padding: 3.75rem 0 0;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(160deg, rgba(18, 22, 21, 0.98) 0%, rgba(26, 33, 31, 0.97) 100%);
  box-shadow: var(--shadow-lg);
}

.footer-area .container {
  width: calc(100% - 2rem);
  max-width: 1280px;
}

.footer-area h3 {
  color: rgba(248, 244, 236, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-area .textwidget p,
.footer-area ul li a,
.footer-area address a {
  color: rgba(248, 244, 236, 0.86);
}

#copyright .copyright-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2rem 0 0;
}

#copyright p {
  color: rgba(248, 244, 236, 0.62);
  line-height: 1.7;
}

a.back-to-top {
  right: 1.25rem;
  bottom: 1.25rem;
}

a.back-to-top i,
a.back-to-top svg {
  width: 54px !important;
  height: 54px;
  line-height: 54px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px;
  background: rgba(23, 29, 27, 0.9) !important;
  color: var(--text-inverse) !important;
  box-shadow: var(--shadow-md);
}

@media only screen and (max-width: 991.98px) {
  body {
    padding-top: 5.9rem;
  }

  #header-wrap {
    padding-top: 0.5rem;
  }

  .site-nav.navbar,
  .hero-slider-shell,
  .home-catalog,
  .main-container,
  .diagonal-container,
  .footer-area {
    width: min(calc(100vw - 1rem), 100%);
  }

  .site-nav.navbar {
    padding: 0.8rem 1rem !important;
    border-radius: 22px;
  }

  .site-nav-inner {
    flex-wrap: wrap;
  }

  .navbar-brand img,
  .top-nav-collapse .navbar-brand img {
    height: 42px;
  }

  #navbarCollapse {
    flex-basis: 100%;
    width: 100% !important;
    margin-top: 0.35rem;
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
  }

  #navbarCollapse.collapse:not(.show) {
    display: none !important;
  }

  #navbarCollapse.show,
  #navbarCollapse.collapsing {
    display: block !important;
  }

  #navbarCollapse ul {
    flex-direction: column;
    align-items: stretch;
  }

  #navbarCollapse li a {
    width: 100%;
    justify-content: flex-start;
  }

  #serverStatus {
    position: static;
    display: none;
    max-width: none;
    width: 100%;
    margin-top: 0.4rem;
  }

  #header-wrap.is-menu-open #serverStatus {
    display: inline-flex;
  }

  .slider-image {
    height: min(62vh, 540px);
  }

  .slider-text {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: calc(100% - 2rem);
  }
}

@media only screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }

  #navbarCollapse.collapse {
    display: block !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .slider-text {
    padding: 1.1rem;
  }

  .slider-text h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .slider-text p,
  .slider-text div {
    font-size: 0.9rem;
  }

  .home-catalog.row {
    row-gap: 0.9rem;
  }

  .product-card {
    padding: 0.35rem !important;
  }

  .under-title .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .under-title .row {
    gap: 0.75rem;
  }

  .main-container {
    padding: 1.3rem;
    border-radius: 24px;
  }

  .footer-area .container {
    width: calc(100% - 1.25rem);
  }
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i, a.back-to-top svg{
  display: block;
  font-size: 22px;
  width: 40px !important;
  padding: 5px;
  height: 40px;
  line-height: 27px;
  color: black !important;
  background: white !important;
  border-radius: 0px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 2px solid black !important;
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: calc(50% - 70px);
  width: fit-content;
  width: -moz-fit-content;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

@keyframes preload {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes preload-away {
  from {opacity: 1;}
  to {opacity: 0;display:none}
}

/* The element to apply the animation to */
#preloader img {
  animation-name: preload;
  animation-duration: 0.5s;
}

#preloader {
  animation-name: preload-away;
  animation-duration: 0.5s;
  animation-delay: 5s;
}

.section-padding {
  padding: 60px 0;
}

hr {
  border-top: 1px dotted #ddd;
}

.main-container p{
    color: black;
    margin-bottom: 1em;
}

.navbar-brand {
  position: relative;
  padding: 0px;
  width: 70%;
  min-width: 150px;
  max-width:400px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  padding: 5px !important;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  background: #231f20 !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 100%;
}

.navbar-brand img {
  width: 100%;
  max-width: 50vw;
}


.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 10px 20px 10px;
  border: 1px solid #f1f1f1;
}


.floating-label {
  position: absolute;
  pointer-events: none;
  display: none;
  left: 23px;
  top: 3px;
  font-size: 11px;
}

.form-control:focus {
  border-color: #ff0000;
  box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;

}


.btn.disabled, .btn:disabled {
  opacity: 1;
}

.h3 {
  float: right;
  font-size: 16px;
}

/* Footer Area Start */
.footer-area {
  position: relative;
  padding: 100px 0px 0px;
  background: #231f20;
}

.footer-area h3 {
  font-size: 18px;
  color: white;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-area h3 span {
  color: white;
  font-weight: 400;
}

.footer-area .textwidget p {
  color: white;
}

.footer-area ul li {
  margin-bottom: 10px;
}

.footer-area ul li a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footer-area ul li a:hover {
  color: #47a880;
}


#copyright .copyright-content {
  border-top: 1px solid #d5d4e9;
  padding: 15px 0;
  margin: 45px 0 0px;
}

#copyright p {
  line-height: 42px;
  color: white;
  text-align: center;
  margin: 0;
}

#copyright p a {
  color: #47a880;
}

.social-icon a {
  color: #272727;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

/* 2026 simplified catalog refresh */
body {
  font-family: 'Lexend', sans-serif;
  padding-top: 0 !important;
  background:
    radial-gradient(circle at top left, rgba(219, 227, 217, 0.92), transparent 34%),
    linear-gradient(180deg, #efeade 0%, #ecf1ea 100%);
  color: #14191c;
}

#header-wrap {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  z-index: 20;
  width: min(1240px, calc(100vw - 2.5rem));
  margin: 0 auto;
  padding: 2rem 0 1rem !important;
  min-height: 0 !important;
}

.site-nav.navbar,
.site-nav.site-nav-static {
  position: relative !important;
  width: 100%;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-nav .straight-header,
.site-nav .site-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.navbar-brand {
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
}

#header-wrap .navbar-brand img {
  width: clamp(110px, 11vw, 180px);
  max-width: none;
  filter: brightness(0) saturate(100%);
}

#navbarCollapse {
  width: auto;
  margin-top: 0;
  margin-left: auto;
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
}

#navbarCollapse .main-menu-bar,
#navbarCollapse .menu-top-menu-container {
  width: auto;
  margin-left: auto;
}

#navbarCollapse ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.25rem, 2vw, 2.75rem);
  margin: 0;
  padding: 0;
}

#navbarCollapse li {
  margin: 0;
}

#navbarCollapse li a {
  padding: 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #14191c;
}

#navbarCollapse li.current-menu-item a,
#navbarCollapse li.current_page_item a,
#navbarCollapse li a:hover {
  color: #14191c;
  opacity: 0.66;
}

.navbar-toggler {
  margin-left: auto;
  padding: 0;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(20, 25, 28, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 16px 34px rgba(17, 22, 20, 0.08);
}

.navbar-toggler i {
  color: #14191c;
}

.home-product-list-wrap {
  width: min(1240px, calc(100vw - 2.5rem));
  margin: 0 auto 5rem;
}

.home-product-list {
  display: grid;
  gap: 1rem;
}

.home-product-strip {
  margin: 0;
}

.home-product-strip-link {
  position: relative;
  display: block;
  min-height: clamp(180px, 23vw, 340px);
  overflow: hidden;
  border-radius: 28px;
  background: #050607;
  box-shadow: 0 24px 60px rgba(20, 25, 28, 0.12);
}

.home-product-strip-media,
.home-product-strip-gradient {
  position: absolute;
  inset: 0;
}

.home-product-strip-media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.94) contrast(1.02);
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.home-product-strip-gradient {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 24%, rgba(0, 0, 0, 0.38) 54%, rgba(0, 0, 0, 0.08) 76%, rgba(0, 0, 0, 0) 100%);
}

.home-product-strip-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
  width: min(780px, 78%);
  padding: clamp(1.5rem, 4vw, 2.8rem);
}

.home-product-strip-copy {
  display: grid;
  gap: 0.55rem;
}

.home-product-strip-content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.home-product-strip-meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.92rem, 1.4vw, 1.08rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-product-strip-link:hover .home-product-strip-media,
.home-product-strip-link:focus .home-product-strip-media {
  transform: scale(1.07);
}

.home-product-empty {
  padding: 2rem 0;
  font-size: 1rem;
  color: rgba(20, 25, 28, 0.72);
}

.hero-slider-shell,
.home-catalog,
#serverStatus {
  display: none !important;
}

.main-container,
.footer-area {
  width: min(1240px, calc(100vw - 2.5rem));
  margin-left: auto;
  margin-right: auto;
}

.main-container {
  margin-bottom: 4rem;
  padding: 2rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 22px 60px rgba(20, 25, 28, 0.08);
}

.footer-area {
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 3rem 2rem 0;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 60px rgba(20, 25, 28, 0.08);
}

.footer-area h3,
.footer-area .textwidget p,
.footer-area ul li a,
#copyright p,
#copyright p a {
  color: #14191c;
}

.footer-area .footer-logo img {
  filter: brightness(0) saturate(100%);
}

#copyright .copyright-content {
  border-top: 1px solid rgba(20, 25, 28, 0.12);
}

@media (max-width: 991.98px) {
  body {
    padding-top: 0 !important;
  }

  #header-wrap {
    width: min(calc(100vw - 1.5rem), 100%);
    padding-top: 0.45rem !important;
    padding-bottom: 0.55rem !important;
  }

  .site-nav .site-nav-inner {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  #navbarCollapse {
    width: 100%;
  }

  #navbarCollapse.show,
  #navbarCollapse.is-open,
  #navbarCollapse.collapsing {
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 20px 40px rgba(20, 25, 28, 0.08);
  }

  #navbarCollapse ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9rem;
  }

  .home-product-list-wrap,
  .main-container,
  .footer-area {
    width: min(calc(100vw - 1.5rem), 100%);
  }

  .home-product-strip-link {
    min-height: 210px;
    border-radius: 24px;
  }

  .home-product-strip-gradient {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.56) 52%, rgba(0, 0, 0, 0.16) 100%);
  }

  .home-product-strip-content {
    width: 100%;
    max-width: none;
    align-items: flex-end;
  }

  .home-product-strip-content h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .home-product-strip-meta {
    font-size: 0.9rem;
  }

  .footer-area {
    padding: 2.5rem 1.5rem 0;
  }
}

@media (max-width: 575.98px) {
  #header-wrap,
  .home-product-list-wrap,
  .main-container,
  .footer-area {
    width: min(calc(100vw - 1rem), 100%);
  }

  #header-wrap {
    padding-top: 0.3rem !important;
    padding-bottom: 0.45rem !important;
  }

  .navbar-toggler {
    width: 44px;
    height: 44px;
  }

  .home-product-list {
    gap: 0.85rem;
  }

  .home-product-strip-link {
    min-height: 190px;
    border-radius: 22px;
  }

  .home-product-strip-content {
    padding: 1.2rem;
  }
}

/* 2026 product detail refresh */
.productContainer.product-detail-page {
  --product-line: rgba(20, 25, 28, 0.1);
  --product-surface: rgba(255, 255, 255, 0.74);
  --product-shadow: 0 24px 64px rgba(20, 25, 28, 0.1);
  --product-dark: linear-gradient(135deg, rgba(19, 25, 23, 0.96) 0%, rgba(29, 37, 34, 0.92) 100%);
  padding: clamp(1.35rem, 2.1vw, 2rem);
}

.product-detail-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.35rem, 1.8vw, 2rem);
  align-items: start;
}

.product-detail-hero.no-visuals {
  grid-template-columns: 1fr;
}

.product-detail-media,
.product-detail-summary {
  min-width: 0;
}

.product-detail-gallery-shell,
.product-detail-static-image {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(15, 18, 18, 0.96);
  box-shadow: var(--product-shadow);
}

.product-detail-static-image {
  margin: 0;
}

.product-detail-static-image img {
  display: block;
  width: 100%;
  height: clamp(320px, 45vw, 560px);
  object-fit: cover;
}

.productContainer .flexslider.productImages {
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.productContainer .productImages .flex-viewport {
  border-radius: 28px;
}

.productContainer .productImages .slides > li {
  margin: 0;
}

.productContainer .productImages .slides img {
  display: block;
  width: 100%;
  height: clamp(420px, 56vw, 720px);
  object-fit: cover;
}

.productContainer .productImages .slides a,
.product-detail-static-image a {
  display: block;
  cursor: zoom-in;
}

.productContainer .productImages .flex-direction-nav a {
  opacity: 1;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 999px;
  background: rgba(17, 21, 20, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.productContainer .productImages .flex-direction-nav a:hover {
  background: rgba(17, 21, 20, 0.9);
}

.productContainer .productImages .flex-direction-nav .flex-prev {
  left: 1rem;
}

.productContainer .productImages .flex-direction-nav .flex-next {
  right: 1rem;
}

.productContainer .productImages .flex-direction-nav i {
  margin: 0 !important;
  color: #fff;
  font-size: 1.1rem !important;
}

.productContainer .productImages .flex-control-nav.flex-control-thumbs {
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  padding: 0.95rem 0.15rem 0.15rem;
  margin-top: 0.85rem;
  scrollbar-width: thin;
}

.productContainer .productImages .flex-control-thumbs li {
  flex: 0 0 92px;
  width: 92px !important;
  margin: 0 !important;
}

.productContainer .productImages .flex-control-thumbs img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0.68;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.productContainer .productImages .flex-control-thumbs img.flex-active,
.productContainer .productImages .flex-control-thumbs img:hover {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(47, 168, 131, 0.48);
}

.productContainer .productImages .flex-control-paging {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.productContainer .productImages .flex-control-paging li {
  margin: 0;
}

.productContainer .productImages .flex-control-paging li a {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(20, 25, 28, 0.22);
  box-shadow: none;
  transition: width 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.productContainer .productImages .flex-control-paging li a.flex-active,
.productContainer .productImages .flex-control-paging li a:hover {
  width: 1.9rem;
  background: #14191c;
  transform: none;
}

.product-detail-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
  grid-template-areas:
    "title purchase"
    "pills purchase"
    "intro purchase"
    "features purchase";
  row-gap: 1.25rem;
  column-gap: 1.75rem;
  align-content: start;
  padding-bottom: clamp(1.2rem, 1.8vw, 1.7rem);
}

.product-detail-pills {
  grid-area: pills;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: -0.15rem;
}

.product-detail-pill {
  display: inline-flex;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(20, 25, 28, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.productContainer.product-detail-page h1 {
  grid-area: title;
  margin: 0.12rem 0 0;
  color: #14191c;
  font-size: clamp(2.8rem, 5.2vw, 5rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-wrap: balance;
  max-width: 12ch;
}

.product-detail-intro {
  grid-area: intro;
  max-width: 740px;
  margin-top: 0.1rem;
}

.product-summary-features {
  grid-area: features;
  align-self: start;
  margin-top: 0.25rem;
}

.product-summary-features h2 {
  margin-bottom: 0.75rem;
}

.product-detail-intro p {
  margin: 0;
  color: rgba(20, 25, 28, 0.84);
  font-size: clamp(1.02rem, 1.5vw, 1.12rem);
  line-height: 1.85;
}

.product-detail-intro p + p {
  margin-top: 0.8rem;
}

.product-purchase-card {
  grid-area: purchase;
  display: grid;
  gap: 0.8rem;
  padding: clamp(0.9rem, 1.2vw, 1.05rem);
  border: 0;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(88, 195, 155, 0.14), transparent 34%),
    linear-gradient(145deg, #202726 0%, #272f2d 100%) !important;
  box-shadow: 0 18px 42px rgba(17, 21, 20, 0.14);
  align-self: start;
}

.product-purchase-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.product-purchase-heading {
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 1.3vw, 1.42rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

.product-purchase-surface {
  display: grid;
  gap: 0.68rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.product-purchase-primary {
  min-width: 0;
}

.product-purchase-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem 0.75rem;
  align-items: center;
}

.product-purchase-copy {
  display: grid;
  gap: 0.3rem;
}

.product-purchase-label {
  display: inline-flex;
  align-items: center;
  color: rgba(248, 244, 236, 0.58);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-purchase-title {
  margin: 0;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.product-purchase-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(88, 195, 155, 0.16);
  color: rgba(248, 244, 236, 0.92);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.productContainer .price-box .buyButton {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(112px, auto) minmax(0, 1fr);
  width: 100% !important;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, #58c39b 0%, #4ab285 100%) !important;
  box-shadow: none;
  letter-spacing: 0;
  font-family: 'Lexend', sans-serif !important;
  text-transform: none;
}

.productContainer .price-box .buyButtonText {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 54px;
  padding: 0.8rem 0.95rem;
  background: rgba(17, 21, 20, 0.12);
  font-size: 0.92rem;
}

.productContainer .price-box .buyButtonText strong {
  color: #fff !important;
  font-weight: 700;
}

.productContainer .price-box .buyButtonMeta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 54px;
  padding: 0.8rem 0.95rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.productContainer .price-box .buyButtonMeta i {
  flex: 0 0 auto;
  font-size: 0.86rem;
}

.productContainer .buyButton:hover .buyButtonMeta {
  background: rgba(17, 21, 20, 0.12);
}

.productContainer .buyButton:hover .buyButtonText {
  background: rgba(17, 21, 20, 0.16);
  border-radius: 0;
}

.product-purchase-note {
  margin: 0;
  max-width: none;
  justify-self: end;
  color: rgba(248, 244, 236, 0.66) !important;
  font-size: 0.76rem;
  line-height: 1.3;
  text-align: right;
  white-space: nowrap;
}

.product-purchase-actions {
  display: grid;
  gap: 0.65rem;
}

.product-purchase-actions:not(.no-store-links) {
  grid-template-columns: 1fr;
}

.product-purchase-actions.no-store-links {
  grid-template-columns: 1fr;
}

.product-store-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.product-store-links-wrap {
  display: grid;
  gap: 0.5rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(88, 195, 155, 0.08), rgba(255, 255, 255, 0.035));
}

.product-store-links-head {
  display: grid;
  gap: 0.12rem;
}

.product-purchase-section-title {
  margin: 0.1rem 0 0;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.product-purchase-section-copy {
  display: none;
}

.productContainer .otherStores a {
  margin: 0;
  color: rgba(248, 244, 236, 0.92);
}

.product-store-button {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  width: 100%;
  min-height: 68px;
  padding: 0.8rem 0.9rem !important;
  border: 1px solid rgba(88, 195, 155, 0.22) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(88, 195, 155, 0.16), rgba(255, 255, 255, 0.04)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.product-store-copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.product-store-name {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-store-action {
  color: rgba(248, 244, 236, 0.9);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-store-currency {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0.2rem 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(17, 21, 20, 0.16);
  color: rgba(248, 244, 236, 0.82);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-store-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(88, 195, 155, 0.44), rgba(73, 175, 133, 0.24));
  box-shadow: 0 10px 24px rgba(73, 175, 133, 0.18);
}

.product-store-button i {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
}

.productContainer .otherStores a:hover {
  background: linear-gradient(135deg, rgba(88, 195, 155, 0.24), rgba(255, 255, 255, 0.07)) !important;
  color: #fff;
  border-color: rgba(88, 195, 155, 0.34) !important;
  box-shadow: 0 14px 28px rgba(16, 23, 21, 0.16);
  transform: translateY(-2px);
}

.productContainer .otherStores a:hover .product-store-icon {
  background: linear-gradient(135deg, rgba(88, 195, 155, 0.56), rgba(73, 175, 133, 0.34));
}

.productContainer .product-devlog-link {
  margin-left: auto;
}

.productContainer #podminkyNakupu {
  margin-top: 0;
}

.product-policy {
  display: grid;
  gap: 0.72rem;
}

.product-policy-inline {
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(248, 244, 236, 0.68);
  font-size: 0.74rem;
  line-height: 1.44;
}

.product-policy-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}

.product-policy-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(20, 25, 28, 0.06);
  color: rgba(20, 25, 28, 0.52);
  font-size: 1rem;
}

.product-policy-body {
  display: grid;
  gap: 0;
}

.product-policy-inline .product-policy-head {
  gap: 0.58rem;
}

.product-policy-inline .product-policy-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 244, 236, 0.62);
  font-size: 0.76rem;
}

.product-policy-label {
  display: inline-flex;
  align-items: center;
  color: rgba(20, 25, 28, 0.56);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-policy-inline .product-policy-label {
  color: rgba(248, 244, 236, 0.58);
  font-size: 0.64rem;
}

.product-policy-copy {
  color: rgba(20, 25, 28, 0.74);
}

.product-policy-inline .product-policy-copy {
  color: rgba(248, 244, 236, 0.66);
}

.product-policy-copy p {
  margin: 0;
}

.product-policy-copy p + p {
  margin-top: 0.55rem;
}

.productContainer #podminkyNakupu p:last-child {
  margin-bottom: 0;
}

.product-detail-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.product-info-card,
.product-optionals-card {
  padding: 1.4rem 1.35rem;
  border: 1px solid var(--product-line);
  border-radius: 24px;
  background: var(--product-surface);
  box-shadow: 0 18px 44px rgba(20, 25, 28, 0.06);
}

.product-info-card h2,
.product-optionals-card h2 {
  margin: 0 0 0.85rem;
  color: #14191c;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.product-info-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
}

.product-info-list li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(20, 25, 28, 0.82);
  line-height: 1.6;
}

.product-info-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #4ab285;
  box-shadow: 0 0 0 6px rgba(74, 178, 133, 0.14);
}

.product-optionals-card {
  margin-top: 1rem;
}

.product-optionals-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.product-optionals-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 0.95rem;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  background: rgba(20, 25, 28, 0.04);
  color: #14191c;
  font-weight: 600;
}

.product-optionals-links a:hover {
  border-color: rgba(47, 168, 131, 0.28);
  background: rgba(47, 168, 131, 0.08);
  color: #14191c;
}

.product-detail-content {
  margin-top: 1.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(20, 25, 28, 0.08);
}

.product-detail-content > *:first-child {
  margin-top: 0;
}

.product-detail-content p,
.product-detail-content li {
  color: rgba(20, 25, 28, 0.82);
  font-size: 1rem;
  line-height: 1.85;
}

.product-detail-content h2,
.product-detail-content h3,
.product-detail-content h4 {
  color: #14191c;
  margin: 0 0 0.85rem;
}

.product-detail-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(20, 25, 28, 0.1);
}

.product-detail-content .gallery,
.product-detail-content .wp-block-gallery,
.product-detail-content .blocks-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.product-detail-content .gallery-item,
.product-detail-content .blocks-gallery-item {
  width: 100% !important;
  margin: 0 !important;
}

.product-detail-content .gallery-icon img {
  width: 100%;
}

body.lightbox-open {
  overflow: hidden;
}

.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 2vw, 2rem);
  background: rgba(12, 15, 14, 0.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.product-lightbox[hidden] {
  display: none !important;
}

.product-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.product-lightbox-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(92vw, 1600px);
  max-height: calc(100vh - 4rem);
  transform: translateY(18px) scale(0.965);
  transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-lightbox.is-open .product-lightbox-stage {
  transform: translateY(0) scale(1);
}

.product-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 6rem);
  border-radius: 26px;
  background: #0d1010;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.product-lightbox-nav,
.product-lightbox-close {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(14, 18, 17, 0.58);
  color: #fff;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.product-lightbox-nav {
  top: 50%;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  font-size: 1.15rem;
  transform: translateY(-50%);
}

.product-lightbox-prev {
  left: 1rem;
}

.product-lightbox-next {
  right: 1rem;
}

.product-lightbox-close {
  top: 1rem;
  right: 1rem;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  font-size: 1.1rem;
}

.product-lightbox-nav:hover,
.product-lightbox-close:hover {
  background: rgba(14, 18, 17, 0.76);
  color: #fff;
}

@media (max-width: 991.98px) {
  .productContainer.product-detail-page {
    padding: 1.2rem;
  }

  .productContainer .productImages .slides img,
  .product-detail-static-image img {
    height: clamp(280px, 58vw, 420px);
  }

  .product-detail-summary {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "pills"
      "intro"
      "features"
      "purchase";
  }

  .productContainer.product-detail-page h1,
  .product-detail-intro {
    max-width: none;
  }

  .product-purchase-head {
    grid-template-columns: 1fr;
  }

  .product-purchase-note {
    max-width: none;
    justify-self: start;
    text-align: left;
  }

  .product-purchase-actions:not(.no-store-links) {
    grid-template-columns: 1fr;
  }

  .product-detail-sections {
    grid-template-columns: 1fr;
  }

  .productContainer .product-devlog-link {
    margin-left: 0;
  }

  .product-lightbox-image {
    max-height: calc(100vh - 7rem);
  }
}

@media (max-width: 575.98px) {
  .productContainer.product-detail-page {
    padding: 0.95rem;
    border-radius: 24px;
  }

  .productContainer.product-detail-page h1 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .product-detail-pills {
    gap: 0.45rem;
  }

  .product-detail-pill {
    padding: 0.5rem 0.7rem;
    font-size: 0.72rem;
  }

  .product-purchase-overview {
    flex-direction: column;
    align-items: flex-start;
  }

  .productContainer .productImages .flex-control-thumbs li {
    flex-basis: 72px;
    width: 72px !important;
  }

  .productContainer .productImages .flex-control-thumbs img {
    height: 60px;
    border-radius: 12px;
  }

  .productContainer .price-box .buyButtonText {
    min-height: 58px;
    font-size: 0.95rem;
  }

  .productContainer .price-box .buyButtonMeta {
    min-height: 58px;
    font-size: 0.74rem;
  }

  .product-store-links {
    grid-template-columns: 1fr;
  }

  .productContainer .otherStores a,
  .productContainer .product-devlog-link {
    width: 100%;
    margin-left: 0;
  }

  .product-policy {
    grid-template-columns: 1fr;
  }

  .product-policy-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .product-detail-content .gallery,
  .product-detail-content .wp-block-gallery,
  .product-detail-content .blocks-gallery-grid {
    grid-template-columns: 1fr;
  }

  .product-lightbox {
    padding: 0.85rem;
  }

  .product-lightbox-nav {
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }

  .product-lightbox-prev {
    left: 0.85rem;
  }

  .product-lightbox-next {
    right: 0.85rem;
  }

  .product-lightbox-close {
    top: 0.85rem;
    right: 0.85rem;
    width: 46px;
    height: 46px;
  }

  .product-lightbox-image {
    max-height: calc(100vh - 6.5rem);
    border-radius: 18px;
  }
}

/* 2026 product detail alignment pass */
.productContainer.product-detail-page {
  width: min(1240px, calc(100vw - 2.5rem)) !important;
  max-width: none !important;
  padding: 0 !important;
  overflow: hidden;
}

.product-detail-hero {
  width: 100%;
  gap: 0;
}

.product-detail-gallery-shell,
.product-detail-static-image,
.productContainer .productImages .slides a,
.productContainer .productImages .slides img,
.product-lightbox-image {
  background: #edf1eb;
}

.product-detail-gallery-shell,
.product-detail-static-image {
  border-radius: 0;
  box-shadow: none;
}

.productContainer .productImages .flex-viewport {
  border-radius: 0;
}

.productContainer .productImages .slides img,
.product-detail-static-image img {
  height: min(70vh, 720px);
}

.productContainer .productImages .flex-control-paging {
  margin-top: 0;
  padding: 1rem 0 1.2rem;
}

.product-detail-summary,
.product-detail-content,
.product-detail-sections {
  padding-left: clamp(1.35rem, 2vw, 2rem);
  padding-right: clamp(1.35rem, 2vw, 2rem);
}

.product-detail-summary {
  padding-top: 1.5rem;
}

.product-detail-sections {
  margin-top: 1.4rem;
  padding-bottom: clamp(1.1rem, 1.8vw, 1.6rem);
}

.product-detail-sections.product-detail-sections-single {
  grid-template-columns: 1fr;
}

.product-optionals-card {
  margin-left: clamp(1.35rem, 2vw, 2rem);
  margin-right: clamp(1.35rem, 2vw, 2rem);
}

.product-detail-content {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: clamp(1.35rem, 2vw, 2rem);
}

@media (max-width: 991.98px) {
  .productContainer.product-detail-page {
    width: min(calc(100vw - 1.5rem), 100%) !important;
  }

  .productContainer .productImages .slides img,
  .product-detail-static-image img {
    height: clamp(280px, 58vw, 420px);
  }

  .product-optionals-card {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .productContainer.product-detail-page {
    width: min(calc(100vw - 1rem), 100%) !important;
  }

  .product-detail-summary,
  .product-detail-sections,
  .product-detail-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-optionals-card {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
