/* =========================================================
   srdcemdarovane.cz – vlastní styly
   Doslovný přepis inline <style> bloků ze záhlaví,
   ve stejném pořadí. Nic nebylo měněno ani slučováno.
   ========================================================= */

/* ---------- blok 1 ---------- */
.type-detail .card-wrapper {
background: #f5eadd;
}

/* ---------- blok 2 ---------- */
.swiper-pagination-clickable{display: none;}
.extended-banner-texts{display: none;}
.flag.flag-discount {
background-color: #61c2a2;
}
.flag.flag-freeshipping {
background-color: #c0e2c1;
}

/* ---------- blok 3 ---------- */
  /* Base styles */
  #description {
    font-size: 16px;
  }
  #topNavigationDropdown {
    font-size: 16px;
    font-weight: bold;
    color: green;
  }

  /* Media query for screens smaller than 767px */
  @media (max-width: 767px) {
    .navigationActions > .ext > a > span:first-child > span {
      font-weight: bold;
      color: green;
    }
  }

  /* Additional styles */
  .menu-helper.visible {
    visibility: visible;
    z-index: 2;
  }

  @media (max-width: 480px) {
    .breadcrumbs {
      display: block;
      margin-top: 10px !important;
      margin-bottom: 7px !important;
      float: left;
      width: 100%;
    }
    .breadcrumbs .navigation-bullet {
      display: inline;
    }
    .navigation-home-icon-wrapper::before {
      left: 20px;
      top: 28%;
      margin-top: -10px;
      font-size: 10px;
      line-height: 19px;
    }
  }

  .site-msg.information {
    position: relative;
    background: #c17c37;
    width: 100% !important;
    max-width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
  }
  .site-msg.information a {
    color: #fff !important;
    text-decoration: underline;
  }
  .site-msg.information .text p {
    padding: 0px !important;
    margin: 0px;
  }
  .site-msg, .site-msg .close::before {
    color: #fff;
  }

  .rc-profit__list h2 {
    color: #c776a8;
    border-bottom: 1px solid;
    padding-bottom: 20px;
  }
  .rc-profit__list-content h2 {
    font-size: 20px;
    color: #000;
    border-bottom: none;
    padding-bottom: 0px;
  }
  #pobo-all-content .widget-typography h2 {
    border-bottom: 1px solid;
  }
  span.rc-profit__list-info {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
  }
  #productsAlternative {
    opacity: 1;
    max-width: 1402px;
    clear: both;
    margin: auto;
  }
  #productsAlternative::before {
    opacity: 1;
    max-width: 1402px;
    content: "Podobné produkty";
    margin: auto;
    margin-top: 50px;
    font-size: 26px;
    text-align: center;
    font-weight: 800;
    display: block;
    margin-bottom: 23px;
  }
  #productsRelated {
    opacity: 1;
    max-width: 1402px;
    clear: both;
    margin: auto;
  }
  #productsRelated::before {
    opacity: 1;
    max-width: 1402px;
    content: "Související produkty";
    margin: auto;
    margin-top: 50px;
    font-size: 26px;
    text-align: center;
    font-weight: 800;
    display: block;
    margin-bottom: 23px;
  }
  #homepageProducts1, #homepageProducts2, #homepageProducts5 {
    overflow: hidden;
    position: relative;
  }
  .swipe-on {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  #products-1, #products-2, #products-5 {
    display: -webkit-inline-box;
    flex-wrap: unset;
    width: 100%;
  }
  .swiper-button-black {
    background: #8ac2a7;
    padding: 20px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    color: #fff;
    font-size: 20px;
  }

  /* Banner styles */
  :root {
    --banner-klik-border-radius: 10px;
    --banner-klik-BG: #f6f6f6;
    --banner-klik-BG-hover: #e7e7e7;
    --banner-klik-title-color: #363636;
    --banner-klik-text-color: #363636;
    --banner-klik-icon-color: var(--color-secondary);
    --banner-klik-border-color: var(--color-secondary);
  }

  /* Custom styles for ratings */
  .type-detail #content #ratingWrapper+.votes-wrap .vote-wrap:not(.admin-response .vote-wrap),
  #hodnoceniobchodu .vote-wrap:not(.admin-response .vote-wrap),
  .id--51 #content .vote-wrap:not(.admin-response .vote-wrap),
  .template-14.id--51 .rate-wrapper:not(.admin-response .vote-wrap) {
    background-color: #c0e2c1 !important;
    border-color: #f1f1f1 !important;
    border-width: 0px !important;
    border-style: solid;
    border-radius: 8px !important;
  }
  #ratingWrapper+div a.load_more_rewiews,
  #hodnoceniobchodu .shop-stat-all a {
    background-color: #cb2d3e !important;
    color: #ffffff !important;
    border-color: #cb2d3e !important;
    border-radius: 8px !important;
  }
  #ratingWrapper+div a.load_more_rewiews:hover,
  #hodnoceniobchodu .shop-stat-all a:hover {
    background-color: #666666 !important;
    color: #ffffff !important;
    border-color: #666666 !important;
  }

/* ---------- blok 4 ---------- */
  /* Skrytí horního systémového newsletteru v šabloně Step */
  .p-detail-newsletter,
  .footer-newsletter,
  .subscribe-form-wrapper {
      display: none !important;
  }

/* ---------- blok 5 (v originále shodný s blokem 4) ---------- */
  /* Skrytí horního systémového newsletteru v šabloně Step */
  .p-detail-newsletter,
  .footer-newsletter,
  .subscribe-form-wrapper {
      display: none !important;
  }

/* ---------- blok 6 (v originále shodný s blokem 4) ---------- */
  /* Skrytí horního systémového newsletteru v šabloně Step */
  .p-detail-newsletter,
  .footer-newsletter,
  .subscribe-form-wrapper {
      display: none !important;
  }

/* ---------- blok 7 ---------- */
.navigation-in>ul>li>a{
  padding-left:8px!important;
  padding-right:8px!important;
  font-size:14px!important;
}
