body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #FDFBF7;
}

.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
}

.top-navigation-menu {
  display: none
}

.top-navigation-bar {
  background-color: #fff
}

#footer,
.footer-bottom {
  background-color: #332B25;
  color: #fff
}

.h1,
h1 {
  font-size: 30px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

#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;
}

#footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/user/documents/upload/med-plastev.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  /* průhlednost obrázku */
  z-index: 0;
}

/* Obsah patičky */
#footer {
  position: relative;
}

#footer * {
  position: relative;
  z-index: 1;
}

.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: 768px) {
  #navigation {
    height: 70px
  }
}

@media (min-width: 992px) {
  .shp-tabs-holder ul.shp-tabs a.shp-tab-link {
    font-size: 20px;
  }
}

#navigation .navigation-in ul li>a>b {
  font-weight: normal;
}

.benefitBanner {
  margin: 25px auto;
}

.benefitBanner__picture {
  display: none;
}

.benefitBanner__title {
  position: relative;
  line-height: 4.2;
  padding-left: 54px;
  /* prostor pro ikonu */
}

/* Ikona pro "Poctivé složení" */
.benefitBanner__title:before {
  content: "\f4d8";
  /* Unicode Font Awesome ikony (fa-check-circle) */
  font-family: "Font Awesome 7 Free";
  /* nebo 7, podle verze na webu */
  font-weight: 900;
  /* nutné pro 'solid' verze ikon */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #779d53;
  /* medově zlatá */
  font-size: 40px;
}

.benefitBanner__item {
  justify-content: center;
}

/* 1️⃣ Prémiové suroviny */
.benefitBanner__item:nth-child(1) .benefitBanner__title::before {
  content: "\f3a5";
  /* fa-gem */
}

/* 2️⃣ Poctivé složení */
.benefitBanner__item:nth-child(2) .benefitBanner__title::before {
  content: "\f4d8";
  /* fa-check-circle */
}

/* 3️⃣ Z českého medu */
.benefitBanner__item:nth-child(3) .benefitBanner__title::before {
  content: "";
  display: inline-block;
  /* nebo block podle potřeby */
  width: 40px;
  /* nastav požadovanou šířku */
  height: 40px;
  /* nastav požadovanou výšku */
  margin-right: 8px;
  /* mezera mezi ikonou a textem */
  background-image: url('/user/documents/upload/med-green.png');
  background-size: contain;
  /* nebo cover podle potřeby */
  background-repeat: no-repeat;
  vertical-align: middle;
  /* zarovnání s textem */
}

/* 4️⃣ Bez éček */
.benefitBanner__item:nth-child(4) .benefitBanner__title::before {
  content: "\f06c";
  /* fa-leaf */
}

.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;
}

.flags,
.wide .p-detail .flags {
  left: 15px;
  top: 15px;
}

.flag {
  padding: 5px 10px;
  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: #335AA6;
}

.flag.flag-tip {
  background-color: #796B60;
}

.flag.flag-limitovana-edice {
  background-color: #779d53;
}

.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
}

.footer-rows h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.contact-box ul li>span.tel:before,
.contact-box ul li>span.mail:before {
  content: none;
}

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

.navigation-in ul li a {
  padding: 2rem 18px;
}

.text a {
  text-decoration: underline;
}

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {
  .fitted .navigation-in ul {
    justify-content: center;
  }
}

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

@media (min-width: 768px) {
  .menu-level-2 {
    top: 58px !important;
  }
}


.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 {}

.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;
}

.category-description-custom {
  background-image: url('/user/documents/upload/medaoli-all.jpg');
  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/tycinky/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;
  }
}

#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: 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;
  }
}