<style>



.header-top,
.navigation-in.menu {
  background-color: #fff5ea !important;
}

header {
  background-color: #fff5ea !important;
}

.flags {
  margin-top: 10px;
  margin-left: 10px;
}

.flag {
  max-width: none;
  padding: 10px;
  border-radius: 25px;

}

.flag.flag----vyrobeno-v-cr {
  color: black;
}

h4, .h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
}

.small-3 {
  width: 25%;
  display: inline-block;
  float: left;
}

.small-6 {
  width: 50%;
  display: inline-block;
  float: left;
}

.small-9 {
  width: 75%;
  display: inline-block;
  float: left;
}
.small-12 {
  width: 100%;
  display: inline-block;
  float: left;
}

.content-wrapper,
.content-wrapper-in {
  background-color: white;
}

.products-top-wrapper {
  display: none;
}

#listSortingControl-name {
  display: none;
}

.type-product.type-detail .add-to-cart .quantity {
  display: none;
}

.type-product.type-detail .product-appendix {
  display: none;
}

body.type-product .detail-parameters {
  margin-top: 20px;
}

.homepage-box.welcome-wrapper {
  background-color: #fff5ea;
}

.product-appendix {
  font-weight: bold;
  color: black;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

body.type-product .parameter-dependent {
  font-size: 18px;
}

body.type-product .p-short-description {
  margin-top: 50px;
}
  
body.type-product .availability-label {
  color: #009901 !important;
  font-weight: 600;
}

body.type-product .p-detail-inner-header .parameter-dependent{
  font-size: 14px;
}

body.type-product .advanced-parameter-inner.show-tooltip {
    border: 1px solid black;
    border-radius: 4px;
}

body.type-product .advanced-parameter-inner.show-tooltip.yes-before::before {
  display: none;
}

body.type-product .advanced-parameter-inner.show-tooltip.yes-before {
  background-color: #fff5ea;  
}


body.type-product .variant-list th {
  display: none;
}

body.type-product .availability-amount {
  display: none;
}

body.type-product .advanced-parameter {
  margin: 0 6px 0px 0;
}

body.type-product .advanced-parameter-inner {
  width: 36px;
  height: 36px;
}

body.type-product.in-detail .advanced-parameter-inner.show-tooltip.yes-before {
  background: #fff5ea;
}

.products-block .ratings-wrapper .availability {
  text-align: left;
}

.btn.add-to-cart-button:before, .btn.btn-cart:before, .btn.express-checkout-button:before, a.btn.add-to-cart-button:before, a.btn.btn-cart:before, a.btn.express-checkout-button:before {
  display: none;
}

.star {
  color: #f3a935 !important;
}

.stars-label {
  display: none;
}

.link-icons {
  display: none;
}

.add-to-cart-button {
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border-radius: 40px;
  width: 58%;
  padding: 13px;
}

.add-to-cart-button:hover {
  background-color: #555 !important;
}


.products-block .availability-amount {
    display: none;  
}

.products {
  padding-bottom: 42px;
}

.products>div {
  border: 0;
}

.product a.name {
  text-align: left;
}

.usp-item {
  display: block;
  background: #ebe2d9;
  border-radius: 14px;
  min-height: 188px;
  padding: 9px;
}

.usp-icon {
  text-align: center;
  margin-bottom: 14px;
}

.usp-icon img {
  max-width: 45px; /* případně uprav podle potřeby */
  height: auto;
}

.usp-content {
  display: flex;
  flex-direction: column;
}

img[src*="folder.svg"]{
  display: none !important;
}

.usp-title {
  font-size: 15px; /* větší písmo pro nadpis */
  font-weight: bold;
  color: black  ;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: normal;
  text-align: center;
}

.top-navigation-bar {
  display: none;
}

#formSearchForm button {
  height: 100%;
  font-weight: 700;
}

#nas-pribeh .pribeh-nadpis {
  text-transform: uppercase;
  font-size: 18px;
  color: #999;
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-weight: 600;
}

#nas-pribeh .pribeh-podnadpis {
  font-size: 29px;
  letter-spacing: -2px;
  line-height: normal;
  font-weight: 700;
}

#nas-pribeh p {
  font-size: 18px;
  font-style: italic;
  line-height: normal;
  color: #999;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 20px;
}

#nas-pribeh {
  overflow: hidden;
  margin-bottom: 50px;
}

#nas-pribeh .text-block {
  margin-top: 40px;
}

#nas-pribeh .button-block {
  text-align: center;
}

#nas-pribeh .button-medium {
    padding: 14px 26px;
    margin-top: 8px;
}

#usp-container {
  background: #fff5ea;
  padding: 34px 4px;
  margin: 20px 0;
  margin-bottom: 75px;
  float: none;
}

#usp-container h2 {
  padding: 0 20px;
  line-height: normal;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

#usp-container .home-banner-container {
  padding: 6px;
}

.usp-text {
  font-size: 14px; /* menší písmo pro text */
  color: black;
  line-height: normal;
  text-align: center;
}


@media (min-width: 768px) {

  .welcome-wrapper {
    max-width: 1418px;
    margin: 0 auto;
  }

  #nas-pribeh .button-medium {
      margin-top: 26px;
  }  

  #nas-pribeh .pribeh-nadpis {
    font-size: 24px;
    margin-bottom: 15px;
  }

  #nas-pribeh p {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  #nas-pribeh .fotografie {
    text-align: right;
    padding-right: 30px;
  }

  #nas-pribeh .text-block {
    padding-left: 30px;
  }

  #nas-pribeh .pribeh-podnadpis {
    font-size: 32px;
  }

  #nas-pribeh .button-block {
    text-align: left;
  }

    .header-top .site-name-wrapper,
    .header-top .navigation-buttons {
        align-self: center;
        flex: 0 1 20%;
    }

    .header-top .header-top-contacts {
      text-align: center;
      flex: 0 1 26.66666%;
    }

    .header-top .header-top-contacts .project-phone {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-top .header-top-contacts .phone {
        font-weight: 700;
        font-size: 18px;
    }

    .header-top .header-top-contacts .photo {
      margin-right: 8px;
    }

    .header-top .header-top-contacts .photo img {
      width: 55px;
    }

    .header-top .header-top-contacts .project-phone:hover {
      text-decoration: underline !important;
      color: black !important;
    }

  .navigation-in.menu {
    background-color: #fff5ea;
    position: relative;
  }
   

  #navigation {
    height: auto;
    position: relative;
  }

  .navigation-in.menu li {
    border: 0;
  }
  
  .navigation-in.menu li a {
    color: black;
    padding: 16px 20px;
    font-size: 16px;
  }

  .navigation-in ul li a b {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
  }

  .navigation-in>ul>li.exp>a, .navigation-in>ul>li>a:hover {
    background-color: #ebe2d9;
  }

  .header-top form#formSearchForm input.query-input {
    height: 48px;
    border-radius: 10px;
  }

  .header-top form#formSearchForm button {
    border-radius: 0 10px 10px 0;
  }


  .medium-3 {
    width: 25%;
    display: inline-block;
    float: left;
  }

  .medium-6 {
    width: 50%;
    display: inline-block;
    float: left;
  }

  .medium-9 {
    width: 75%;
    display: inline-block;
    float: left;
  }
  .medium-12 {
    width: 100%;
    display: inline-block;
    float: left;
  }

}

@media (min-width: 1024px) {

  .large-3 {
    width: 25%;
    display: inline-block;
    float: left;
  }

  .large-6 {
    width: 50%;
    display: inline-block;
    float: left;
  }

  .large-9 {
    width: 75%;
    display: inline-block;
    float: left;
  }
  .large-12 {
    width: 100%;
    display: inline-block;
    float: left;
  }
  .home-banner-container-container {
    margin: 0 auto;
    max-width: 70%;
  }

}

</style>
