@media (min-width: 1200px) {
    .container {
        max-width: 1172px;
    }
}

.site-name {
  position: relative;   /* potrebné pre absolute */
  overflow: hidden;     /* skryje, ak by niečo pretŕčalo */
}
#footer .site-name{
	display: none;
}
@media (min-width: 1200px) {
    .custom-footer {
        padding-left: 0 !important;
        padding-top: 76px;
    }
}
.site-name::after {
  content: "";
  position: absolute;
  top: 92px;
  left: 150px;
  transform: translateY(-50%) translateX(10px);
  width: 262px;
  height: 276px;
  background: url(/user/documents/upload/assets/img/kart-icon.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
input[type=search].form-control{
	height: 45px;
}
.compact-form .btn{
	margin-top: 6px;
	height: 34px;
	right: 6px;
	border: none;
  border-radius: 8px;
}
input[type=search].form-control{
	border-radius: 8px;
	border-color: #E3E3E3;
	box-shadow: 0 0px 13px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
    .header-top {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    #header .site-name{
    	height: 100px;
    	display: flex;
      align-items: center;
    }
    input[type=search].form-control{
			max-width: 400px;
		}
		.compact-form .btn{
			right: 6px;
		}
}

.navigation-buttons > a[data-target=cart] i {
    top: -10px;
    height: 24px;
    width: 24px;
    font-size: 11px;
    padding-top: 6px;
    background: var(--color-tertiary) !important;
}

.navigation-in ul.menu-level-2 li a span{
	font-size: 14px !important;
}
.navigation-in ul.menu-level-2 li a{
	padding: 0 !important;
}
.navigation-in ul.menu-level-2 li a:hover{
	padding: 0 !important;
	background: none !important;
}

.homepage-box.before-carousel{
	margin-bottom: 0;
}
.homepage-box.welcome-wrapper{
	margin-top: 0;
	border: none !important;
	padding-top: 0;
}
.homepage-box.welcome-wrapper .container{
	padding: 0;
}

@media (min-width: 768px) {
    .header-top>.site-name-wrapper {
        flex: 0 1 40%;
    }
    .header-top>.search{
        flex: 0 1 35%;
    }
    .header-top>.navigation-buttons{
        flex: 0 1 25%;
    }
    #navigation, .navigation-in.menu, .navigation-in ul.menu-level-1, 
    .navigation-in ul.menu-level-1 li, .navigation-in ul.menu-level-1 li a{
    	height: 53px;
    }
    .navigation-in ul.menu-level-1 li a{
    	display: flex;
    	align-items: center;
    	text-transform: uppercase;
    }
    .navigation-in ul.menu-level-1 li a b{
    	font-weight: 600;
    }
    
    #header {
		  position: relative; /* aby pseudo-elementy boli naviazané na header */
		  border-bottom: 1px solid var(--color-primary);
		}
		
		#header::before,
		#header::after {
		  content: "";
		  position: absolute;
		  bottom: 0;
		  height: 53px;
		  width: 50%;
		  z-index: 0 /* pozadie za obsahom */
		}
		#header::after{
			z-index: 0;
		}
		#header .container{
			z-index: 3;
		}
		
		#header::before {
		  left: 0;
		  background-color: #95C11F;
		}
		
		#header::after {
		  right: 0;
		  background-color: var(--color-primary);
		}
		
		.navigation-buttons{
			display: flex;
    	gap: 32px;
		}
		
		.navigation-in>ul>li{
			border-color: #138E30;
		}
		.navigation-in>ul>li a,
		.navigation-in>ul>li a:hover{
			padding: 0 32px !important;
		}
		.navigation-in>ul>li a:hover{
			background: #138E30 !important;
			color: #fff;
		}
		.cart-count span{
			display: none !important;
		}
		.cart-count{
			display: flex;
		}
		.navigation-buttons>a[data-target=login]{
			display: flex !important;
			background: transparent !important;
			flex-direction: row;
      align-items: center;
      width: 120px;
      color: rgb(65, 65, 110);
      font-weight: 600;
		}
		.navigation-buttons>a[data-target=login]:hover,
		.navigation-buttons>a[data-target=login]:hover svg,
		.cart-count:hover svg{
			fill: var(--color-tertiary);
			color: var(--color-tertiary);
			transition: 0.6s;
		}
		.navigation-buttons>a[data-target=login]:before{
			display: none;
		}
		.navigation-buttons > a[data-target=cart] i {
    	top: -16px;
		}
	  .top-navigation-bar{
			display: flex !important;
			align-items: center;
		  justify-content: center;
			background: rgb(245 249 255);
			font-size: 12px;
			color: rgb(65 65 110);
			font-weight: 500;
		}
		.top-navigation-bar>.container>div{
			background: transparent !important;
		}
}

.compact-form .btn svg{
	fill: #fff;
  height: 16px;
  width: 20px;
  margin-top: 3px;
}
.menu-level-1 svg{
	fill: #fff;
	height: 20px;
	width: 20px;
}
.menu-level-1 .home,
.menu-level-1 .home a:hover{
	background: var(--color-tertiary) !important;
}

.cart-count svg,
.top-nav-button-login svg,
.responsive-tools>a svg{
	height: 26px;
	width: 26px;
	margin-right: 10px;
	transition: 0.6s;
	fill: rgb(65, 65, 110);
}

.cart-count:before{
	display: none !important;
}


.responsive-tools{
	height: 97px;
	gap: 15px;
}
@media (max-width: 767px) {
  #header .site-name {
      left: 10px;
      position: absolute;
      text-align: left;
      top: -5px;
      transition: transform .15s;
  }
  .customBanner__inner{
  	display: block !important;
  }
  .blog-wrapper .news-item{
  	padding: 20px;
  }
    #content-wrapper{
    	margin-top: 80px;
    }
  #header .site-name>a{
  	height: 56px;
  	width: 132px;
  }
  #header .site-name a img{
  	padding: 0 !important;
  	height: 56px;
  	max-width: 132px;
  	margin: 0 !important;
  }
  .navigation-in{
  	background: rgb(245 249 255);
  }
  .navigation-in ul li{
    display: flex;
    justify-content: center;
  }
  .navigation-in ul li a{
  	color: rgb(65, 65, 110);
  }
  .submenu-arrow{
  	display: none;
  }
}
@media (max-width: 767px) {
    .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
        transform: translateY(0%) !important;
    }
    .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name {
        transform: translateY(0%) !important;
    }
}
@media (max-width: 767px) {
    #navigation {
        height: 87vh;
        padding-bottom: 0px;
        position: fixed;
        right: 0;
        bottom: 0;
        top: unset;
        width: 0;
        z-index: 1000;
    }
    .navigation-close{
    	display: none !important;
    }
    body.navigation-window-visible .top-navigation-contacts{
    	position: relative !important;
    	top: 0 !important;
    	left: 0 !important;
    }    
    .login-widget {
		    position: relative;
		    z-index: 56;
		    height: 90vh;
		    bottom: 0 !important;
		    margin-top: 50px;
		}
}
.responsive-tools>a[data-target=navigation]{
	position: relative;
	right: 0;
}
.responsive-tools>a[data-target=login]{
	display: block;
}
.responsive-tools>a[data-target=search] {
   margin-right: 0px;
}
.btn.btn-icon, a.btn.btn-icon{
	padding: 4px !important;
}
.btn.cart-count:before, a.btn.cart-count:before,
.responsive-tools>a:before{
	display: none !important;
}

.top-navigation-bar-menu li.cropped, .top-navigation-bar-menu li:first-child:before{
	display: inline-block;
}
.top-navigation-bar-menu li a, .top-navigation-bar-menu-helper li a{
	text-transform: capitalize;
}
.cart-free-shipping, .top-navigation-bar-menu li:before{
	display: none !important;
}
@media (min-width: 768px) {
    .top-navigation-bar .container>div {
        text-align: right !important;
    }
    .top-navigation-tools{
      max-width: 80px;
    }
}
.popup-widget.cart-widget:before{
	display: none !important;
}
.in-kosik .top-navigation-tools a[data-target=login] {
	display: none !important;
}
.in-kosik .responsive-tools{
	height: auto !important;
}
.in-kosik .top-navigation-contacts{
	display: none !important;
}
#cart-widget{
	padding: 20px;
  border-radius: 20px;
  margin-left: 0;
  width: 600px;
  box-shadow: 0 0px 13px rgba(0, 0, 0, 0.08);
}
.cart-widget-button{
	display: flex !important;
  justify-content: flex-end;
}
.cart-widget-button{
	padding: 0 !important;
}
.cart-widget-button .btn{
	width: 260px;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
}
.extra.delivery{
	display: none;
}
@media (max-width: 767px) {
  .in-kosik  #navigation {
        height: 94vh;
		}
		.top-navigation-contacts{
			border-bottom: 1px solid rgb(227 227 227);
			padding: 2px 0;
		}
		.top-navigation-contacts>a, .top-navigation-contacts{
			display: flex !important;
			align-items: center;
		  justify-content: center;
			background: rgb(245 249 255);
			font-size: 12px;
			color: rgb(65 65 110);
			font-weight: 500;
		}
}

.top-navigation-contacts>a, .top-navigation-contacts{
		display: flex !important;
		align-items: center;
	  justify-content: center;
		font-size: 12px;
		color: rgb(65 65 110);
		font-weight: 500;
}


.top-navigation-contacts>a>span{
	display: block !important;
}

.top-navigation-contacts a:before{
	font-size: 14px;
	color: var(--color-tertiary) !important;
}
.top-navigation-bar .container{
	padding: 0 !important;
}


.cart-count i {
	position: absolute;
  top: 40px;
  height: 24px;
  width: 24px;
  font-size: 11px;
  padding-top: 6px;
  border-radius: 24px;
  line-height: 11px;
  color: #fff;
  font-weight: 600;
  background: var(--color-tertiary) !important;
}

.before-carousel{
	background: linear-gradient(
    to bottom, 
    white 0%, 
    white 90%, 
    rgb(248 248 248) 90%, 
    rgb(248 248 248) 100%
  );
  border-bottom: none;
}
.benefitBanner__item{
  flex-direction: column !important;
  align-items: flex-start !important;
}
.benefitBanner__title{
	color: rgb(65 65 110);
	font-size: 20px;
}

.benefitBanner__title::after {
  content: "";
  display: block;
  width: 40px;       /* dĺžka prúžku */
  height: 3px;       /* hrúbka prúžku */
  background-color: #8dc63f; /* zelená */
  margin-top: 6px;   /* medzera pod textom */
  border-radius: 2px;
  margin-bottom: 10px;
}

.product{
	border: none !important;
}
.product .p-desc{
	display: none !important;
}
.p .name{
	color: rgb(65 65 110);
	font-weight: 700;
	line-height: 1.25;
}


/* GRID pre blok produktov */

#products-1.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px; /* = row-gap aj column-gap */
}

/* zruš staré layouty z témy (šírky, floaty, marginy) */
#products-1 .product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  height: 100%;
}
#products-1 .product .p { height: 100%; }

/* responzívne lámanie (voliteľné) */
@media (max-width: 1024px) {
  #products-1.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  #products-1.products {
    grid-template-columns: 1fr;
  }
  .price-and-meta{
  	display: block !important;
  }
}
#products-1{
	margin-bottom: 50px;
}

.products-block .p-code{
	position: relative;
	text-align: right;
	width: 100%;
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
}
.products-block.products .p .name{
	height: 40px !important;
}
.product .add-to-cart-button{
	border-radius: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.product .add-to-cart-button::before{
	display: none;
}
.price strong{
	color: rgb(65 65 110);
}
#productsTop, .category-top h4{
	display: none;
}

.homepage-group-title{
	color: rgb(65 65 110);
	font-weight: bold;
	margin: 40px 0 !important;
}

.customBanner {
  position: relative;
  background: linear-gradient(rgba(0, 128, 0, 0.85), rgba(0, 128, 0, 0.85)),
              url('https://739909.myshoptet.com/user/documents/upload/assets/img/custom-production-bg.png') center/cover no-repeat;
  color: #fff;
  padding: 60px 40px;
  border-radius: 6px;
  margin-top: 40px;
  overflow: hidden;
}

.customBanner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.customBanner__text {
  max-width: 700px;
}

.customBanner__title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
}

.customBanner__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #b9e937;
  margin-top: 6px;
  border-radius: 2px;
}

.customBanner__desc {
  font-size: 18px;
  color: #e5e5e5;
  line-height: 1.5;
}

.customBanner__btn {
  display: inline-block;
  background: #a4c639;
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.customBanner__btn:hover {
  background: #8fb42e;
  transform: translateY(-2px);
}

.blog{
	background-color: rgb(248 248 248);
}
.blog .h4.homepage-group-title{
	text-align: left;
}
.blog-wrapper {
    justify-content: left;
}
@media (min-width: 1200px) {
    .blog-wrapper .news-item {
        flex-basis: 33.333333%;
        width: 33.333333%;
    }
}
.blog .title{
	color: rgb(65 65 110);
	font-weight: bold !important;
}

.p-detail-inner-header .p-code-label {
    display: inline-block;
}
.p-detail-inner-header h1, .price-final-holder{
	font-weight: bold;
	color: rgb(65 65 110);
}
.p-detail-inner-header{
	margin-bottom: 20px;
}
.custom-price-box{
	display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.price-and-meta{display:flex;align-items:flex-start;gap:32px;margin-top:12px;}
  .price-and-meta .left-price{min-width:180px;}
  .price-and-meta .right-meta{display:flex;flex-direction:column;gap:6px;line-height:1.4;}
  .price-and-meta .meta-row{display:flex;gap:12px;white-space:nowrap;}
  .price-and-meta .meta-label{font-weight:600;font-weight: bold;color: rgb(65 65 110);}
  .price-and-meta .meta-value{color:#8a8a8a;}
  /* voliteľne: vyrovnať stĺpce pekne rovnako */
  @media (min-width:480px){
    .price-and-meta .meta-label{min-width:170px;text-align:right;}
  }
 .extended-description tbody tr th, #description h3{
	 	font-weight: bold !important;
		color: rgb(65 65 110) !important;
 }
 .add-to-cart .add-to-cart-button{
 		margin-left: 20px;
 		border-radius: 10px;
 }
 .p-detail .add-to-cart .quantity {
    border-style: solid solid solid solid;
    border-width: 1px;
}

.ask-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px !important;
  border: 2px solid #2b2b4a;
  border-radius: 10px !important;
  background-color: #fff;
  color: #2b2b4a;
  font-weight: 700 !important;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  transition: all 0.15s ease-in-out;
  margin-left: 10px; /* malý rozostup od zeleného tlačidla */
}

.ask-button:hover {
  background-color: #2b2b4a;
  color: #fff;
}

.ask-button:active {
  transform: translateY(1px);
}

@media (max-width: 480px) {
  .ask-button {
    display: block;
    width: 100%;
    margin: 8px 0 0;
  }
}

.servis-box {
  padding: 24px 20px;
  border-radius: 8px;
  width: 220px; /* voliteľné */
}

.servis-box h3 {
  color: #9fc43a; /* zelený text */
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.servis-box nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.servis-box a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.servis-box a:hover {
  color: #9fc43a; /* prechod na zelenú pri hover */
}
#footer ,#footer>.container{
	background-color: #3b3b6d;
}

.custom-footer{
	padding-top: 0 !important;
}
#footer>.container{
	max-width: 100% !important;
  width: 100%;
	margin: 0 !important;
}

@media (min-width: 1200px) {
    .custom-footer>div.extended {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .custom-footer>div {
        flex: 0 0 auto;
        width: 20%;
        border-top: 8px solid #9fc43a;
    }
}

.custom-footer__newsletter{
  background-color: rgb(48 48 82);
  border-top: 8px solid rgb(248, 248, 248) !important;
}
.custom-footer, .footer-bottom, .footer-links-icons{
	border: none !important;
}
.container.footer-bottom{
	background: rgb(21 154 52) !important;
	color: #fff !important;
}