body{
    background-color: rgba(247,245,238,0.75);
    font-family: Roboto, sans-serif;
    margin:0 auto;
}


/*SOCIALS*/

.socials{
  position: fixed;
  top:-0.55vw;
  z-index: 25;
  text-align: left;
  width:16vw;
}

.socials li{
  display: inline-block;
}

.socials li a{
  display: inline-block;
  font-size: clamp(1em, 1.7vw, 1.5em);
  color: #006f33;
  padding: 0.5vw 1vw;
}

.socials li a:hover{
  color: #bacf1a;
}

.socials li a:target{
  color: #006f33;
}


/*HLAVNE MENU*/
.fa-bars{
  font-size: 2em;
  color: #004D40;
  float: left;
  line-height: 80px;
  margin-left: 30px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

nav{
    width:100%;
    position:fixed;
    top:0;
    z-index:20;
    background:#e0d7c3;
}

ul{
    padding: 1.7vw;
    list-style: none;
    text-align: right;
    margin:0;
}

a{
    text-decoration: none;
}

nav ul li{
    display: inline-block;
    font-size: clamp(1em, 1.7vw, 1.5em);
    font-weight: 600;
    margin:0;
}

nav ul li:last-child{
    margin-right: 5.4%;
}

.menuobject a{
    color: #006f33;
    padding:1.7vw 1.5vw;
    --c: #006f33; /* the color */
    background: 
      linear-gradient(90deg,#004D40 50%,var(--c) 0) calc(100% - var(--_p,0%))/200% 100%,
      linear-gradient(var(--c) 0 0) 0% 100%/var(--_p,0%) 100% no-repeat;
    -webkit-background-clip: text,padding-box;
            background-clip: text,padding-box;
    transition: 0.5s;
  }
  .menuobject a:hover{
    --_p: 100%;
    color:#e0d7c3;
  }
  .menuobject a:target{
    --_p: 100%;
    color:#e0d7c3;
  }


/*TITULKA STRANKY*/

body {
  margin: 0;
  min-height: 100vh;
  background: #bacf1a;
  font-family: Roboto, sans-serif;
  justify-content: center;
  align-items: center;
}

  .content{
    display: grid;
    margin:0 auto;
    margin-top: 8vw;
    width:95%;
    background-color: #8a9a5b;
    color: #f7f5ee;
    min-height: 50vw;
    max-height: 100vw;
    grid-template-columns: 1fr 1fr;
  }

.content:nth-of-type(1){
    background-color: #f7f5ee;
    color: #333;
    box-shadow: #333 0px 15px 37px -7px;
  }

.zlozkylink{
  display: inline-block;
  width:95%;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: right;
  color: #004D40;
}

.zlozkylink:hover{
  color:#bacf1a
}

/*Cookie banner*/
#cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #f7f5ee;
      color: #333;
      padding: 1rem;
      border-top: 1px solid #ccc;
      font-size: 14px;
      z-index: 9999;
      display: none;
      box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
      text-align: center;
    }
    #cookie-banner p {
      margin: 0 0 0.5rem 0;
    }
    #cookie-banner label {
      display: block;
      margin: 0.3rem 0 0.3rem 20%;
      text-align: left;
    }
    #cookie-banner button {
      margin: 0.4rem 0.4rem 0 0;
      padding: 0.4rem 1rem;
      font-size: 14px;
      cursor: pointer;
    }

#cookie-banner button{
  text-align: center;
  color:#333;
  background-color: rgba(224,215,195,1);
  display: inline-block;
  position: relative;
  border-radius: 2vw;
  font-size: clamp(0.8em, 1vw, 2em);
  padding: 1vw 3vw 1vw 3vw;
  font-weight: 600;
}

#cookie-banner button:hover{
  color:white;
  background-color: #004D40;
  box-shadow: #004d40 10px 10px 25px -10px;

}


h1{
  font-size: clamp(1.5em, 1.7vw, 2em);
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #bacf1a;
}

.section_img_1{
    background: url(..//img/products/cista-stava-z-aloe.jpeg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}

.section_img_as{
    background: url(..//img/products/aloe-gel-po-holeni.jpg) no-repeat #fff;
    background-size: cover;
    background-position: bottom;
}

.section_img_asun{
    background: url(..//img/products/aloe-krem-po-opalovani.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}

.section_img_gel{
    background: url(..//img/products/cisty-gel-z-aloe.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}
.section_img_milk{
    background: url(..//img/products/aloe-telove-mlieko.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}
.section_img_cream{
    background: url(..//img/products/aloe-hydratacny-krem.jpeg) no-repeat #fff;
    background-size: cover;
    background-position: bottom;
}
.section_img_deo{
    background: url(..//img/products/aloe-deodorant.jpg) no-repeat #fff;
    background-size: contain;
    background-position: bottom;
}
.section_img_hair{
    background: url(..//img/products/aloe-maska-na-vlasy.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}
.section_img_hand{
    background: url(..//img/products/aloe-krem-na-ruky.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}
.section_img_lip{
    background: url(..//img/products/aloe-balzam-na-pery.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}
.section_img_lip_stick{
    background: url(..//img/products/aloe-balzam-na-pery-tycinka.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}
.section_img_muscle{
    background: url(..//img/products/aloe-masazny-gel.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}
.section_img_regen{
    background: url(..//img/products/aloe-regeneracny-krem.jpeg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}
.section_img_respira{
    background: url(..//img/products/respira1.jpg) no-repeat #fff;
    background-size: cover;
    background-position: center;
}
.section_img_shampoo{
    background: url(..//img/products/aloe-sampon-na-vlasy.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}
.section_img_shower{
    background: url(..//img/products/aloe-sprchovy-gel.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}
.section_img_solid{
    background: url(..//img/products/aloe-tuhy-sampon.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}
.section_img_suncream{
    background: url(..//img/products/aloe-opalovaci-krem.jpg) no-repeat #fff;
    background-size: contain;
    background-position: center;
}

.info{
  margin:0;
  width: 100%;
}

.info dt{
  margin:1em 1em;
  background: #006f33;
  border-radius: 1em;
  box-shadow: #006f33 5px 5px 0px -10px;
  font-weight: 600;
  font-size: clamp(1em, 1vw, 2em);
}

.info dt a{
  color:#f7f5ee;
}

table{
  max-width:90%;
}

th{
  font-weight: 300;
  text-align:right;
  border-bottom: 1px dotted #333;
}

th:first-child{
  text-align: left;
  padding-right:5em;
}

tr:first-child th{
  font-weight: 600;
  border-bottom: solid 2px #333;
}

tr:last-child th{
  border-bottom: none;
}

dd p{
  font-size: clamp(1em, 1vw, 2em);
  line-height: 1.5em;
  width: 90%;
}

.info dt a{
  padding: 1.5em;
  display: inline-block;
  width: 90%;
}

dt:hover,
dt:target,
.shoppie:hover,
.shoppie:target{
  box-shadow: #333 10px 10px 25px -10px;
}

.shop_btn{
  width:100%;
  margin:0;
}

.shoppie{
  text-align: center;
  margin:0 auto;
  width:50%;
  padding: 1.5em;
  display: block;
  color:#f7f5ee;
  background: #006f33;
  border-radius: 1em;
  box-shadow: #006f33 5px 5px 0px -10px;
  font-weight: 600;
  font-size: clamp(1em, 1vw, 2em)
}

.product_btn{
  text-align: center;
  color:#333;
  background-color: rgba(224,215,195,1);
  display: inline-block;
  position: relative;
  border-radius: 0 2vw 2vw 0;
  font-size: clamp(1em, 1.5vw, 1.2em);
  padding: 1vw 3vw 1vw 3vw;
  font-weight: 600;
}

.product_btn:hover{
  color:#f7f5ee;
  background-color: #006f33;
  box-shadow: #006f33 10px 10px 25px -10px;
}


.product_btn2{
  display: none;
  text-align: center;
  color:#333;
  background-color: rgba(224,215,195,1);
  position: relative;
  font-size: clamp(1.2em, 1.5vw, 1.5em);
  padding: 2vw 3vw 2vw 3vw;
  font-weight: 600;
  margin-top: 4.7em;
}

.product_btn2:hover{
  color:#f7f5ee;
  background-color: #006f33;
  box-shadow: #006f33 10px 10px 25px -10px;
}

.product_btn3{
  position:relative;
}

  .imidz,
  .imidz_juice,
  .imidz_as,
  .imidz_body,
  .imidz_balm,
  .imidz_regen,
  .imidz_cream,
  .imidz_solid{
  display: none;
}

/*Footer*/

footer{
  margin-bottom: 95px;
}

footer p{
  width:95%;
  margin:0 auto;
  text-align: center;
  font-size: clamp(0.8em, 0.7vw, 0.9em);
  font-weight: 600;
  color: #888;
}


/*RESPONSIVE*/


@media screen and (max-width:1275px){

th:first-child{
  padding-right:2em;
}
.socials{
  width:20vw;
}
}

@media screen and (max-width:1165px){

.content{
  grid-template-columns: 2fr 3fr;
  max-height: 500vw;
}
}


@media screen and (max-width:790px){
  .socials{
    width:25%
  }
  .product_btn2{
  display: block
}
.product_btn{
  display: none
}
}


@media screen and (max-width:700px){
  .content{
    width:100%;
    margin-bottom: 50px;
    margin-top: 79px;
  }

  .pre-footer{
    width:100%;
  }

  body{
    margin-bottom: 45px;
  }

  .socials{
    width:100%;
    height:60px;
    bottom:0;
    top:initial;
    font-size: 3em;
    background-color: #e0d7c3;
    margin:0 auto;
    padding:0.3em 0;
    text-align: center;
  }

  .socials li{
    width:22%;
    text-align: center
  }

  ul li:last-child{
    margin:0;
  }

  .menu{
    font-size: 1.2em;
    margin:0 auto;
    padding: 0.6em;
    text-align: center;
  }

  .menuobject a{
    padding-left: 1em;
    padding-right: 1em;
  }

}

@media screen and (max-width:645px){
  .fa-bars{
  display: block;
}


  .menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #bacf1a;
    top: 80px;
    left: -110%;
    text-align: center;
    transition: all .5s;
    padding:0;
  }
  .menu li {
    display: block;
    line-height: 30px;
  }
  .menu li a {
    font-size: 2.55em;
    display: inline-block;
    padding: 0.7em 0;
    width:100%
  }

    #check:checked~ul {
    left: 0;
  }
  .menuobject:last-child{
    margin-right: 0;
  }
}

@media screen and (max-width:975px){

.section_img_1,
.section_img_as,
.section_img_asun,
.section_img_gel,
.section_img_milk,
.section_img_cream,
.section_img_deo,
.section_img_hair,
.section_img_hand,
.section_img_lip,
.section_img_lip_stick,
.section_img_muscle,
.section_img_regen,
.section_img_respira,
.section_img_shampoo,
.section_img_shower,
.section_img_solid,
.section_img_suncream{
    display:none
  }
  .content{
    grid-template-columns: 9999fr 1fr;
  }
  .product_btn2{
  display: block;
  margin-top:0;
  }

  .imidz{
  height: 257px;
  display:block
}

  .imidz_juice,
  .imidz_regen{
  height: 443px;
  display:block
}

  .imidz_cream{
  height: 381px;
  display:block
} 

  .imidz_body{
  height: 267px;
  display:block
}

  .imidz_balm,
  .imidz_solid{
  height: 329px;
  display:block
}

  .imidz_as{
  height: 540px;
  display:block
}

  .imidz img,
  .imidz_juice img,
  .imidz_as img,
  .imidz_body img,
  .imidz_balm img,
  .imidz_regen img,
  .imidz_cream img,
  .imidz_solid img{
    display: block;
    margin:0 auto;
  }

  table{
  min-width:90%;
}
 .shoppie{
  width:65%;
  margin-bottom: 1em;
 }
}

.shop_btn_alt{
  margin-top: 1em;
}

@media screen and (max-width:565px){
  table{
  min-width:90%;
  max-width: 100%;
}
}


@media screen and (max-width:550px){
  .socials li{
    width:20%;
  }

  dd{
    width:90%;
    margin: 0 auto;
  }

  dd p,
  dd h3,
  dd table{
    width:100%
  }
}

@media screen and (max-width:480px){ 
th:first-child{
  text-align: left;
  padding-right:0;
}
}

@media screen and (max-width:480px){ 
th{
  font-size: 0.9em;
}
}

@media screen and (max-width:465px){ 
  h1{
  font-size: 1.25em;
}
}
@media screen and (max-width:390px){ 
  h1{
  font-size: 1em;
}
}

@media screen and (max-width:360px){ 
  .imidz img,
  .imidz_juice img,
  .imidz_as img,
  .imidz_body img,
  .imidz_balm img,
  .imidz_regen img,
  .imidz_cream img,
  .imidz_solid img{
    width:320px;
  }
  .imidz_cream{
    height:340px;
  }

}

@media screen and (max-width:320px){ 
  .imidz img,
  .imidz_juice img,
  .imidz_as img,
  .imidz_body img,
  .imidz_balm img,
  .imidz_regen img,
  .imidz_cream img,
  .imidz_solid img{
    width:100vw;
  }
}
