/*stinovani menu*/
.c264 .c264, .c265 {
    display: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);}

/*lista v produktu*/
.c769 {
    display: none;
}

/*pozadi zahlavi*/
.content-wrapper-top {
    background-color: #fff;
      border-bottom: none;
}

/*horni menu podtrzeni*/
.content-wrapper-top a:hover {
text-decoration: underline;
}

#article-menu ul li a {
  background-color:#fff;
  margin: 0 0 0.05rem 0;
}
/*konec menu podtrzeni*/




/*boxiky - uvodni strana*/
  .uvodka2 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }

    .polaroid {
      width: calc(33.33% - 20px);
  	background-color: white;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      margin-bottom: 25px;
      padding: 10px
      margin: 10px;
    }
 
    @media screen and (max-width: 600px) {
      .polaroid {
        width: calc(50% - 20px);
  }
}

  @media screen and (min-width: 601px)and (max-width: 999px) {
      .polaroid {
        width: 25%;
      }
    }


/*boxiky - uvodni strana konec*/


.c2039:before {
    color: #6b6b6b;
    content: "-";
    display: inline-block;
    font-family: font-eshoprychle;
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: 0 0.625rem 0 0;
    text-decoration: none;
    visibility: hidden;
}

/*barva objednavka na */
.c320 .out-of-stock {
    background-color: #ffedcc;
    color: #e69500;
}


/*pocet ve filtru*/
.c687 {
    visibility: hidden;
}

/* produkt písmo uprostred */
.c314 {
    text-align: center;
  padding: 15px 5px 5px 5px;
}

/*KOSIK - UPLATNIT KOD*/
.btn-third {
    background-color: #6b8e23;
    border: 2px solid #6b8e23;
    /* border-bottom: 2px solid #f2f2f2; */
    color: #ffffff;
    font-size: 14px;
    font-size: 1.1rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 0.625rem 1.25rem;
}

  
/*tabulka velikosti silnym pismem*/
.c2092 {
    color: #6b6b6b;
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    line-height: 1.125rem;
    text-decoration: underline;
    font-weight: bolder;
}
  
  
 

/*skrýt energeticky stitek ve výpisu produktu */
.c1290 .tag--free-shipping {
    display: none;
}
  
  .c2093 {
    visibility: hidden;
}

.c1430.tag--new {
    background-color: #039be5;
    visibility: visible;
}

.1304 .tag--free-shipping {
    display: inline;
}


#countdown-container {
            text-align: center;
            background-color: transparent; /* Transparent background */
        }

        #countdown-label {
            color: #000000; /* Black text color */
        }

        .countdown-part {
          display: inline-block;
    margin-right: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
    border-radius: 10px;
        }

        #countdown-days,
        #countdown-hours,
        #countdown-minutes,
        #countdown-seconds {
            
        }

        #countdown-number {
            font-size: 3em;
            transform: rotate(0deg);
            transition: transform 0.5s ease-in-out;
        }

.fa-check {
  color: green;
}

.fa-remove {
  color: red;
}


/*doprava a platba*/
  .shipping-section {
    margin-bottom: 50px;
  }

  .shipping-section h2 {
    font-size: 1.6em;
    color: #004d00;
    margin-bottom: 20px;
    border-bottom: 3px solid #007700;
    display: inline-block;
    padding-bottom: 5px;
  }

  .shipping-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 10px;
}

 .shipping-box {
  background: #fff;
  border-radius: 12px;
box-shadow: 0 5px 10px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 200px;
  box-sizing: border-box;
  text-align: center;
      margin: 5px;
}



  .shipping-box img {
    max-height: 100px;
    margin-bottom: 10px;
  }

  .shipping-box h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333;
  }

  .shipping-box p {
    margin: 4px 0;
    font-size: 0.8em;
  }

  .free-shipping {
    color: #5c7a1e;
    font-weight: bold;
  }

.delivery-zasilkovna {
  font-family: sans-serif;
  line-height: 1.6;
  max-width: 800px;
}
.delivery-zasilkovna h1,
.delivery-zasilkovna h2 {
  color: #d70000;
}
.delivery-zasilkovna ul {
  list-style: none;
  padding-left: 0;
}
.delivery-zasilkovna ul li::before {
  content: "✔ ";
  color: green;
}
.delivery-zasilkovna ol {
  padding-left: 1.2em;
}
.delivery-zasilkovna table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.delivery-zasilkovna th,
.delivery-zasilkovna td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left;
}
.delivery-zasilkovna .track-link {
  display: inline-block;
  background: #d70000;
  color: #fff;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.delivery-zasilkovna .track-link:hover {
  background: #a60000;
}

.timeline-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 60px 0;
  max-width: 100%;
}

.timeline-wrapper::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #e0e0e0;
  z-index: 0;
}

.timeline-step {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 25%;
}

.circle {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border: 3px solid #4CAF50;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  margin: 0 auto 10px auto;
  box-shadow: 0 0 0 4px white; /* white background around circle */
  background: white;
}

.timeline-step p {
  font-size: 14px;
  color: #333;
  max-width: 140px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .timeline-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .timeline-step {
    width: auto;
    margin-bottom: 30px;
  }

  .timeline-wrapper::before {
    top: auto;
    left: 30px;
    height: 100%;
    width: 4px;
  }
}

.zasilkovna-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
  font-family: sans-serif;
}

.benefit-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}


.benefit-icon {
  font-size: 36px;
  margin-bottom: 10px;
  color: #e60000;
}

.benefit-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}

.benefit-text {
  font-size: 14px;
  color: #666;
}

.shipping-button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #5c7a1e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.shipping-button:hover {
  background-color: #cce598;
}

@media (max-width: 768px) {
  .shipping-boxes {
    flex-direction: column;
    align-items: center;
  }

  .shipping-box {
    width: 90%;
  }

  /* Tab buttons responsivně do 1 sloupce */
  .tab-button {
    width: 100% !important;
  }

  /* Způsoby platby jako 1 sloupec */
  .platby-flex {
    flex-direction: column !important;
    align-items: center;
  }

  .platby-flex > div {
    width: 95% !important;
  }
}

.paybox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .paybox-item {
    display: flex;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 480px;
    min-width: 280px;
  }

  @media (min-width: 700px) {
    .paybox-item {
      width: 45%;
    }
  }

  @media (min-width: 1200px) {
    .paybox-item {
      width: 45%;
    }
  }

  .paybox-bar {
    min-width: 12px;
    background-color: var(--paybox-color);
  }

  .paybox-content {
    padding: 16px;
    flex-grow: 1;
  }

  .paybox-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .paybox-title {
    font-weight: bold;
    font-size: 1.1rem;
  }

  .paybox-price {
    font-weight: bold;
    color: #5c7a1e;
  }

  .paybox-price.paybox-free {
    color: #5c7a1e;
  }

  .paybox-desc {
    font-size: 0.95rem;
    color: #666;
    margin-top: 8px;
  }

/*patagonia velikosti*/
     .tab-wrapper {
      max-width: 1000px;
      margin: auto;
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .tab-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
  justify-content: center;
    }

    .tab-button {
       padding: 12px 20px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 1rem;
  cursor: pointer;
  color: #555;
  transition: 0.3s;
  border-bottom: 1px solid;
    }

    .tab-button.active {
      background: white;
      border-bottom: 2px solid black;
    }

    .tab-content {
      display: none;
      margin-top: 20px;
    }

    .tab-content.active {
      display: block;
    }

    img {
      max-width: 100%;
      height: auto;
    }

    .measurement-section {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 20px;
    }

    .measurement-section img {
      max-width: 300px;
      border-radius: 8px;
    }

    .measurement-text {
      flex: 1;
    }

    /* Responsivita */
    @media (max-width: 768px) {
      

      .measurement-section {
        flex-direction: column;
      }

      .tab-button {
        width: 100%;
        text-align: left;
      }
    }



/*tabulky*/
/* Základní styl tabulky */


.card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem auto;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.card h3 {
  margin-top: 0;
}

.card hr {
  margin: 0.5rem 0 1rem;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
}

.card-text {
  flex: 1;
      margin-top: 20px;
}

/* Desktop – vedle sebe */
@media (min-width: 768px) {
  .card-content {
    flex-direction: row;
    align-items: flex-start;
  }

  .card img {
    width: 180px;
  }
}

   .intro {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 40px auto;
      font-size: 1rem;
      color: #555;
    }

    .tech-section {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 0 auto 60px auto;
    }

    .tech-card {
      position: relative;
      background: #fff;
      padding: 25px;
      border-radius: 10px;
          box-shadow: 0 2px 8px rgb(0 0 0 / 52%);
    }





    .tech-card h2 {
      color: #008734;
      margin-top: 0;
      font-size: 1.2rem;
    }

    .tech-card hr {
      border: none;
      height: 1px;
      background: #008734;;
      margin: 10px 0 20px;
    }

    .tech-card p {
      font-size: 0.95rem;
      line-height: 1.6;
      color: #444;
    }

    @media (max-width: 600px) {
      .tech-card {
        padding: 20px;
      }
    }

.highlight-box {
      background-color: #eaf4ec;
      border-left: 6px solid #008734;
      padding: 10px 20px;
      margin: 10px 0 20px;
      border-radius: 5px;
    }
    .highlight-box strong {
      color: #008734;
    }
    .model-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }
    .model-card {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 15px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      text-align: center;
      transition: transform 0.2s ease;
    }
    .model-card:hover {
      transform: translateY(-3px);
    }
    .model-card img {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px;
      border-radius: 6px;
    }
    .model-card h4 {
      margin: 10px 0 5px;
      color: #008734;
    }

.c604.c1335 {
  border-bottom: 4px solid #6b8e23;
    padding-bottom: 10px;
    margin-top: 60px;
    font-weight: bold;
    color: #222222;
    text-align: center;
    border-radius: 10px 0px;
  }

