@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
body {
  font-family: system-ui, sans-serif;
}
.header-bottom,
#navigation,
.content-wrapper-in,
.content-wrapper,
table.detail-parameters tbody tr th .row-header-label,
.p-to-cart-block,
.overall-wrapper {
  background-color: #FDFBF7
}
.h1,
h1 {
  font-size: 30px;
}
.btn.btn-cart,
.btn.btn-conversion,
a.btn.btn-cart,
a.btn.btn-conversion,
.btn.btn-default,
a.btn.btn-default,
.btn.btn-primary,
a.btn.btn-primary .btn-action,
a.btn-action {
  background-color: #C85A3F;
  color: #fff;
  padding-top: 0.5rem;
  /* 8px */
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  /* 6px */
  transition: background-color 300ms;
}
.btn.btn-cart:hover,
.btn.btn-conversion:hover,
a.btn.btn-cart:hover,
a.btn.btn-conversion:hover,
.btn.btn-default:hover,
a.btn.btn-default:hover,
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background-color: #A04A30;
  color: #fff;
  padding-top: 0.5rem;
  /* 8px */
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  /* 6px */
  transition: background-color 300ms;
}
.filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button {
  color: #A04A30;
}
@media (min-width: 992px) {
  .shp-tabs-holder ul.shp-tabs a.shp-tab-link {
    font-size: 20px;
  }
}
#header .header-bottom {
  border-width: 1px 0 1px;
}
.benefitBanner {
  margin: 25px auto;
}
.price {
  color: #C85A3F;
}
.products-block .quantity {
  display: none;
}
.products-block>div .p .p-bottom>div .p-tools .btn,
.products-block>div .p .p-bottom>div .p-tools .btn.btn-cart,
.add-to-cart-button,
.cart-related-button .btn.btn-sm,
.surcharge-list select,
.variant-list select {
  font-weight: 500;
  line-height: 37px;
}
.btn,
.btn.btn-conversion,
a.btn,
a.btn.btn-conversion {
  font-weight: 500;
}
.flag {
  color: white;
  border-radius: 9999px;
  /* rounded-full */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.flag.flag-action {
  background-color: #E0604A;
}
.flag.flag-new {
  background-color: #A0815C;
}
.flag.flag-tip {
  background-color: #796B60;
}
.breadcrumbs {
  margin-top: 11px;
  margin-bottom: 11px;
}
.products-block>div .p .p-code {
  display: none;
}
.products-block>div .p .p-bottom .p-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.subcategories {
  margin: 0 0 30px;
}
.homepage-group-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-wrapper .news-item {
    width: calc(30% - 5px);
  }
}
.news-wrapper .news-item .news-image {
  height: 200px
}
.contact-box ul li>span.tel:before,
.contact-box ul li>span.mail:before {
  content: none;
}
.text a {
  text-decoration: underline;
}
.manufacturerDetail a,
.category__secondDescription a {
  text-decoration: underline;
}
.shp-tabs-holder ul.shp-tabs {
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.shp-tabs-holder ul.shp-tabs li:first-child a.shp-tab-link {
  padding-left: 0;
}
.description-inner .extended-description {
  display: none;
}
.p-final-price-wrapper>strong {
  font-size: 28px;
}
@media (min-width: 1200px) {
  .extended-description {
    width: 70%;
  }
}
table.detail-parameters tbody tr th {
  width: auto;
}
#description .link-like,
#description .link-like.btn,
#description .link-like:focus,
#description .link-like:hover,
#description a,
#description a.btn,
#description a:focus,
#description a:hover {
  text-decoration: underline;
}
#manufacturerDescription a {
  text-decoration: underline;
}
.news-wrapper .news-item .news-image {
  width: 100%;
  height: 250px;
  /* nebo jiná jednotná výška podle designu */
  object-fit: cover;
  object-position: center;
  /* aby se bral střed obrázku */
  display: block;
}
@media (min-width: 992px) {
  .news-wrapper .news-item .news-image {
    width: 100%;
    height: 250px;
    /* nebo jiná jednotná výška podle designu */
    object-fit: cover;
    object-position: center;
    /* aby se bral střed obrázku */
    display: block;
  }
}
.checkout-box {
  display: none;
}
.product-slider-holder {
  padding-top: 10px;
}
.products-header {
  margin-top: 33px;
}
@media (min-width: 1200px) {
  .homepage-blog-wrapper .news-item {
    /* flex-basis: 30%; */
    width: calc(30% - 5px);
    flex: 1 1 calc(33.333% - 20px);
  }
}
.blog-wrapper .news-item .image,
.blog-wrapper .news-item .image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.homepage-blog-wrapper .news-item .title {
  color: #1a1937;
  text-align: center;
}
.blog-wrapper .news-item .description {
  margin: 18px 0 0;
  text-align: center;
}
@media (min-width: 992px) {
  .news-wrapper .news-item {
    color: #1a1937;
    text-align: center;
  }
}
.navigation-in ul li a {
  padding: 2rem 18px;
}
@media (min-width: 768px) {
  .navigation-in>ul>li>a:hover {
    margin: 0;
    padding: 2rem 14px;
  }

  .navigation-in {
    font-size: 15px;
  }

  .navigation-in>ul>li:first-child>a:hover {
    margin: 0;
    padding: 2rem 14px;
  }

  .navigation-in>ul>li>a {
    padding: 2rem 14px;
  }
}
@media (min-width: 1400px) {
  .navigation-in>ul>li>a:hover {
    margin: 0;
    padding: 2rem 16px;
  }

  .navigation-in {
    font-size: 18px;
  }

  .navigation-in>ul>li:first-child>a:hover {
    margin: 0;
    padding: 2rem 16px;
  }

  .navigation-in>ul>li>a {
    padding: 2rem 16px;
  }
}
@media (min-width: 768px) {
  .menu-level-2 {
    top: 58px !important;
  }
}
.top-navigation-menu {
  display: none
}
.top-navigation-bar {
  background-color: #fff
}
@media (min-width: 768px) {
  #navigation {
    height: 60px
  }
}
#navigation .navigation-in ul li>a>b {
  font-weight: normal;
}
.footer-rows h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
#footer,
.footer-bottom {
  background-color: #332B25;
  color: #fff
}
#footer .h1,
#footer .h2,
#footer .h3,
#footer .h5,
#footer .h6,
#footer a {
  color: #fff
}
.footer-rows h4,
#footer .h4 {
  color: #C85A3F
}
.footer-rows ul li {
  padding-bottom: 2px;
  padding-top: 2px;
}
#footer a[href="/blog/"] {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .siteCookies__form {
    display: block;
  }

  .siteCookies--bottom.siteCookies--scrolled {
    background-color: #332B25;
  }
}
.siteCookies__form {
  display: block;
  background-color: #332B25;
}
.siteCookies__button:hover {
  background-color: #C85A3F;
  color: white;
}
.siteCookies__button {
  background-color: #C85A3F;
  color: white;
}
.siteCookies__text p {
  padding-bottom: 10px;
  font-size: 15px;

  strong {
    color: #C85A3F;
  }
}
.category-description-custom {
  background-image: url('/user/documents/upload/kokos-pomeranc2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem;
  position: relative;
  min-height: 350px;
  font-family: system-ui, sans-serif;
}
.category-description-custom.medaoli-all {
  background-image: url('/user/documents/upload/medaoli-all.jpg');
}
@media (min-width: 1439px) {
  .category-description-custom.medaoli-all {
    background-position: 0 -334px;
  }
}
.category-description-custom.medaoli-tycinky {
  background-image: url('/user/documents/upload/Medaoli-tycinky-banner.png');
}
.category-description-custom.medaoli-pomazanky {
  background-image: url('/user/documents/upload/medaoli-pomazanky5.jpg');
}
/* zarovnání textového boxu vlevo nahoře */
.category-text-custom {
  max-width: 40%;
  padding: 1.5rem;
  border-radius: 10px;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
.category-text-custom h2 {
  margin: 0 0 1rem 0;
  font-weight: 600;
  color: #fff;
}
.category-text-custom p {
  margin: 0;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .category-text-custom {
    max-width: 70%;
  }

  .category-description-custom {
    background-position: 80% center;
  }
}
