.c783 { display: none !important; }
/* ===== Wignet na homepage "Co o nás říkají zákazníci" mobilní zobrazení ===== */

@media (max-width: 600px) {
  iframe {
    transform: scale(0.9);
    transform-origin: top left;
    width: 111%;
  }
}

/* ====================================
    PRODUKTOVÉ KARTY - Virtuální bloky
   ==================================== */

/* DESKTOP */
.virtual-subcats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.virtual-subcats a {
  position: relative;
  display: flex;           /* Změna pro centrování čtverce */
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 185 / 160; /* Vnější obdélníkový rozměr */
  background: #f1f1f1;     /* Systémová šedá pro Eshop-rychle na desktopu */
}

.virtual-subcats img {
  height: 100%;            /* Výška 160px */
  width: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.35s ease;
  mix-blend-mode: multiply; /* Tímto se bílé pozadí fotky slije s šedým pozadím bloku */
  /* Pokud jsou fotky moc světlé, zkus: opacity: 0.9; */
}

.virtual-subcats span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  z-index: 2;              /* Aby byl text nad obrázkem */
}

/* HOVER (jen desktop) */
@media (hover: hover) {
  .virtual-subcats a:hover img {
    filter: blur(1.5px) brightness(0.85);
    transform: scale(1.05);
  }
}

/* MOBIL (max-width: 767px) */
@media (max-width: 767px) {
  .virtual-subcats {
    display: block;
    max-width: 540px;
    margin: 20px auto;
  }

  .virtual-subcats a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 16px;
    height: 70px;          /* Fixní systémová výška */
    aspect-ratio: auto;    /* Zrušení desktopového poměru */
    text-decoration: none;
    position: relative;
    background: #f6f6f6;   /* Světlejší systémová šedá pro mobilní řádky */
  }

  .virtual-subcats img {
    width: 40px;           /* Systémový čtverec 40x40 */
    height: auto;
    aspect-ratio: auto;
    margin-right: 8px;
    flex-shrink: 0;
    object-fit: contain; /* 'contain' zajistí, že uvidíš celou fotku, i když je úzká */
    mix-blend-mode: multiply; /* Sladí pozadí ikony s řádkem */
    background: transparent;
  }

  .virtual-subcats span {
    position: static;      /* Zrušení absolutního pozicování z desktopu */
    background: none;      /* Zrušení gradientu */
    color: #333;
    padding: 13.125px 12.25px; 
    font-size: 15.75px;
    line-height: 1.2;
    flex-grow: 1;
    display: flex;
    align-items: center;
    height: 47.25px;
  }

  /* Touch efekt */
  .virtual-subcats a::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    transition: background 0.2s ease;
    pointer-events: none;
  }

  .virtual-subcats a:active::after {
    background: rgba(0,0,0,0.1);
  }
}






  


/* Homepage mezera nad obárkovým výběrem */

.c1195 {
    margin-top: 0rem;
}

/* Hlavní kontejner produktu a varianty */
.c162., .product {
  border: 1px solid rgba(62, 183, 189, 0.35);
}

/* Hover efekt na celou kartu a varianty */
.c162.,.product:hover {
  border-color: rgba(62, 183, 189, 0.7);
  box-shadow: 0 8px 18px rgba(62, 183, 189, 0.25);
}

/* Štítky (novinka, akce, TOP produkt) */
.tag--sale,
.c1869,
.c1864 {
  background-color: #e85a53 !important;
}
.tag--new {
  background-color: #3eb7bd !important;
}
.tag--best-sellers {
  background-color: #999999 !important;
}
  

/* ================================
   STRUKTURA A DALŠÍ PRVKY
================================ */

/* 1) Vyhledávací pole */
.c343 {
  border: 1px solid #1abc9c;
  border-radius: 8px 0 0 8px;
}
.c344 {
  border: 1px solid #1abc9c;
  border-radius: 0 8px 8px 0;
}
.c344:focus,
.c344:hover {
  outline: none;
  box-shadow: 0 0 6px #1abc9c;
  border: 1px solid #1abc9c;
}

/* 2) Oddělovací čára pod hlavičkou */
.content-wrapper-top {
  border-bottom: 8px solid #3eb7bd;
}

/* 3) Primární tlačítko „Přidat do košíku“ */
.btn--primary,
.product .btn--add-to-cart {
  background-color: #ff6f61;
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 700;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.btn--primary:hover {
  background-color: #e85a53;
}

/* 4) Sekundární tlačítka */
.btn--secondary {
  background-color: #3eb7bd;
  color: #ffffff;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.btn--secondary:hover {
  background-color: #14917e;
}

/* 5) Slevové kolečko a štítky */
.c1869, .c1864, .c1430.tag--sale {
  background-color: #e85a53 !important;
  color: #ffffff !important;
}
.c1430.tag--new {
  background-color: #3eb7bd !important;
  color: #ffffff !important;
}
.c1430.tag--best-sellers {
  background-color: #999999 !important;
  color: #ffffff !important;
}

/* 6) Nadpisy a odkazy – pouze v produktové sekci */
.main-content h2,
.main-content h3 {
  color: #0f766e;
}
.main-content a,
.product .product-link {
  color: #14917e;
  transition: color 0.3s ease;
}
.main-content a:hover {
  color: #0b5e58;
}

/* 7) Patička */
footer {
  background-color: #dff6f3;
  color: #333333;
}
footer a {
  color: #14917e;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #e85a53;
}
footer h4 {
  color: #ff6f61;
}

/* 8) Produktové karty — lehké oddělení */
.product-card {
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  border-radius: 8px;
  padding: 12px;
  transition: all 0.3s ease;
}
.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

/* 9) Texty – jen v rámci hlavního obsahu, ne globálně */
.main-content p,
.product-description {
  color: #333333;
  line-height: 1.5;
}

/* 10) Pozadí kategorií a sekcí */
.homepage-category_wrapper,
.c1195,
.c1198,
.content-center,
.content-wrapper-left {
  background-color: #ffffff;
}

/* 11) Neaktivní kategorie */
.c1994,
.c1993 {
   color: #e4e4e4;
   background: #fafafa;
}

/* 12) Text u košíku – počet ks */
.c1879,
.c174 {
  color: #ff6f61;
}

/* 13) Grafika: „doprava zdarma“ v košíku */
.c209,
.c826,
.c405 {
  background: repeating-linear-gradient(
    55deg,
    #3EB7BD, #3EB7BD 2px,
    #FF6F61, #FF6F61 6px,
    #FFC857, #FFC857 12px
  ) !important;
  color: #ffffff;
}

/* 14) Telefon a otevírací doba v hlavičce */
.c465,
.c466 {
  color: #000000;
}

/* 15) Oddělovač nebo navigace */
.c162 {
  background-color: #e4e4e4;
}

/* 16) Pozice šipky „nahoru“ */
.c1589.active {
  bottom: 28px !important;
  right: 130px;
}

/* 17) Vybraná kategorie v menu */
.c485.active > .c1549 > .c486 {
  border-bottom: 1px solid #0f766e;
  color: #0f766e;
  box-shadow: 3px 0px 5px 0px #3eb7bd;
}

/* 18) Seznam podkategorií (výběr v menu) */
.dalsivyber li a {
  background-position: left 6px;
  background-repeat: no-repeat;
  float: left;
  color: #0f766e;
  font-size: 17px;
  font-weight: bold;
  margin: 0 5px 5px 0;
  padding: 0;
  list-style-type: none;
  width: 24.2%;
  background: #f5f5f5;
  border: 2px solid #dcdcdc;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: all 200ms linear;
  box-sizing: border-box;
  cursor: pointer;
}
.dalsivyber li a:hover {
  color: #ffffff;
  background: #ff6f61;
  border: 0;
  box-shadow: 0 0 16px rgba(255,111,97,0.4);
}

	
/* Hlavička musí být relativně pozicovaná, aby se k ní vlajky vztahovaly */
#id-content-top {
    position: relative;
}

/* Vlajky - základní umístění vpravo nahoře v rámci hlavičky */
#Slovensko_SK {
 width: 35px;
    height: auto;
    position: absolute;
    top: 14px;
    right: 135px;
    display: flex;
    z-index: 9999;
}

/* Česká vlajka – větší, bez efektu hover */
#Cesko_CR {
    width: 45px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 175px;
    border: 1px solid #ccc;
}


#Slovensko_SK:hover {
    transform: scale(1.4);
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/* Responzivní úprava pro užší zobrazení (mobilní) */
@media screen and (max-width: 768px) {
    #Slovensko_SK {
        width: 25px;
        height: auto;
        top: 12px;
        right: 60px;
        border: 1px solid #ccc;
    }

    /* Česká vlajka – větší, bez efektu hover */
    #Cesko_CR {
        width: 35px;
        height: auto;
        position: absolute;
        top: 10px;
        right: 90px;
        border: 1px solid #ccc;
    }

    #Slovensko_SK:hover {
        transform: scale(1.4);
        top: 12px;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }
}


/*valentyn*/
.heart {
   z-index : 99999999999999;
   position : absolute;
}
.heart:before, .heart:after {
   content : '';
   background-color : #fc2a62;
   position : absolute;
   height : 30px;
   width : 45px;
   border-radius : 15px 0px 0px 15px;
}
.heart:before {
   transform : rotate(45deg);
}
.heart:after {
   left : 10.5px;
   transform : rotate(135deg);
}
.heart {
   z-index : 99999999999999;
   animation : heartfade 6s linear;
   position : absolute;
}
@keyframes heartfade {
   0% {
    opacity : 1;
   }
   50% {
    opacity : 0;
   }
}

/* upozorneni dovolena s cookies */
.dovolenaCookies {
    width: 100%;
    height: 100%;
    background-color: rgba(166, 53, 201, 0.7);
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionDovolenaCookies {
    position: relative;
    width: 500px;
    background-color: #ffff00;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.sectionDovolenaCookies p {
 font-size: 22px; 
}

.imgDeleteContent {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    color: white;
}

.noneVision {
    display: none;
}

/*vanocni stromek*/
#Stromecek {
	position: fixed;
	right: 0px;
	bottom: 25px;
	text-align: center;
    animation-name: posunutiimgnahoru;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
#TextVanoce {
  font-size: 18px;
}
.velikostStromecku{
 position: relative;
 float: right;
 width: 100px; 
 margin: 0;
 padding: 0;
  
}
@keyframes posunutiimgnahoru {
  0%   {bottom: -100px;}
  100%  {bottom: 25;}
}



@keyframes posunutiimgdolu {
  0%   {bottom: 25px; opacity: 1;}
  100%  {bottom: -300px; opacity: 0;}
}


/*baner dovolena*/
@keyframes baner_dovolena {
  0% {margin-left: 0px;}
  50% {margin-left: 440px;}
  100% {margin-left: 0px;}
}
@-webkit-keyframes baner_dovolena {
  0% {margin-left: 0px;}
  50% {margin-left: 440px;}
  100% {margin-left: 0px;}
}
.animacebaner_dovolena {
    -webkit-animation-name: baner_dovolena;
  	-webkit-animation-duration: 3.5s;
	-webkit-animation-delay: 45s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: easy;
    animation-name: baner_dovolena;
    animation-duration:3.5s;
	animation-delay: 45s;
	animation-iteration-count: 1;
    animation-timing-function: easy;
}

#baner_dovolena{
	width:450px;
	height:210px;
	position:fixed;
	left: -450px;
	top: 320px;
	background-color: white;
	text-align: center;
	border: 1px solid black;
  z-index: 9998;
  transition: margin 0.5s;
}
#vychytafka{
	width:400px;
	height:200px;
	position:fixed;
	left: -425px;
	top: 340px; 
	text-align: center;
  z-index: 10001;
  transition: margin 0.5s;
}
.otevreneInfo {
   margin-left: 440px;
}
  .arrow {
    position: absolute;
    left: 25px;
    top: 10px;
    margin-top: -10px;
    margin-left: 400px; 
    border: solid red;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 8px;
    z-index: 10001;
    -webkit-animation-name: arrow;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }

  @keyframes arrow {
  0%   {left:20px; top:0px;}
  100%  {left:35px; top:0px;}
  }
  @-webkit-keyframes arrow {
  0%   {left:20px; top:0px;}
  100%  {left:35px; top:0px;}
  }
  

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#izi_win {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    color: black;
    width: 210.5px;
    height: 40px;
    position: fixed;
    left: -90px;
    top: 405px;
    background-color: #ffff00;
    text-align: right;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;  
    z-index: 10000;    
    transition: margin 0.5s;

}
#h1_izi_win {
   color: red;
   margin-top:25px;
}
#izi {
   color: black;
   font-weight: bold;
   font-size: 15px;
   margin-top:10px;
}



#baner_dorucenie {
		position:fixed;
		width: 450px;
		height: 198px;
		left: -450px;
		top: 123px;
		background-color: white;
		display: inline;
		//Pre pripad že overflowuje
		/*-webkit-transition: width 0.5s; 
		transition: width 0.5s;*/
		-webkit-transition: left 0.5s;
		transition: left 0.5s;
		border-top: 1px solid;
		border-bottom: 1px solid;
		color: Black;
  		z-index: 2147483649;
  
  	 -webkit-animation-name: baner_dorucenie;
	-webkit-animation-duration: 8s;
	-webkit-animation-delay: 75s;
	-webkit-animation-iteration-count: 1;

	animation-name: baner_dorucenie;
	animation-duration:8s ;
	animation-delay: 75s
	animation-iteration-count: 1;
}
@-webkit-keyframes baner_dorucenie {
	0% 		{left: -450px;}
	25% 	{left: 0px;}
	50% 	{left: 0px;}
	75% 	{left: 0px;}
	100% 	{left: -450px;}
}
@keyframes baner_dorucenie {
	0% 		{left: -450px;}
	25% 	{left: 0px;}
	50% 	{left: 0px;}
	75% 	{left: 0px;}
	100% 	{left: -450px;}
}
	 #baner_dorucenie:hover {
	 	left: 0px !important;
	 }
	 #kedy_dodame {
	 	-webkit-transform: rotate(90deg);
	 	-moz-transform: rotate(90deg);
	 	-ms-transform: rotate(90deg);
	 	-o-transform: rotate(90deg);
	 	font-size: 18px;
	 	font-weight: bold;
		padding-top: 3px;
		color: black;
	 	width: 198px;
	 	height: 30px;
	 	position: relative;
	 	left: 365px;
	 	top: 19px;
	 	background-color: #ffff00;
	 	text-align: center;
	 	border-top: 1px solid;
	 	border-left: 1px solid;
	 	border-right: 1px solid;
  		border-top-left-radius: 15px;
	 	border-top-right-radius: 15px;  		
	 }
	 #logo1{
	 	position: relative;
	 	left: -75px;
	 	top: 0px;
	 }
	 #auto{
	 	position: relative;
	 	left: 164px;
	 	top: 5px;
	 	z-index: 2;
	 	transition: left 3s;
	 	-webkit-transition: left 2.5s;
	 	transition-delay: 0.5s;
	 	-webkit-transition-delay: 0.5s;
	 }
	 #domcek{
	 	position: relative;
	 	left: 130px;
	 	top: 5px;
	 	opacity: 0.8;
	 }
	 #baner_dorucenie:hover #auto {
	 	left: 264px;
	 }
	 #text_baner {
	 	position: relative;
        top: -40px;
        left: 29px;
		line-height: 8px;
	 }
     #doda{
	 	line-height: 10px;
	 }
@media screen and (max-width: 800px){
     #baner_dorucenie{
     display:none;
     }
 }
 }

/* Snezeni */
.snowflake {
  color: white;
  font-size: 10px;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 1px white;
}

@-webkit-keyframes snowflakes-fall{
  0%{top:-10%}
  100%{top:100%}}
@-webkit-keyframes snowflakes-shake{
  0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}
  50%{-webkit-transform:translateX(80px);transform:translateX(80px)}
}
@keyframes snowflakes-fall{
  0%{top:-10%}
  100%{top:100%}
}
@keyframes snowflakes-shake{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(80px)}}
.snowflake{
  position:fixed;
  color: white;
  top:-10%;
  z-index:9999;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:default;
  -webkit-animation-name:snowflakes-fall,
    snowflakes-shake;
  -webkit-animation-duration:10s,3s;
  -webkit-animation-timing-function:linear,ease-in-out;
  -webkit-animation-iteration-count:infinite,infinite;
  -webkit-animation-play-state:running,running;
  animation-name:snowflakes-fall,snowflakes-shake;
  animation-duration:10s,3s;
  animation-timing-function:linear,ease-in-out;
  animation-iteration-count:infinite,infinite;
  animation-play-state:running,running
}
.snowflake:nth-of-type(0){
  left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}