:root {
  --bambusar-theme-color: #25c691;
  --contact-form-border-radius: 10px;
  --contact-form-BG: white;
  --contact-form-BG-hover: white;
  --contact-form-title-color: black;
  --contact-form-text-color: black;
  --contact-form-link-color: var(--bambusar-theme-color);
  --contact-form-icon-color: black;
  --contact-form-border-color: var(--bambusar-theme-color);
}

/* HEADER & NAVIGACE
==================== */
#header {
  background-color: rgba(255, 255, 255, 0.85);
  top: 0;
}

.navigation-in,
.menu-helper,
.menu-helper > span {
  font-size: 14px;
  line-height: 14px;
  background-color: transparent;
}

.navigation-buttons .dropdown ul.dropdown-menu {
  margin-top: -15px;
}

@media (min-width: 992px) {
  .navigation-buttons .dropdown {
    height: 60px;
  }
}

.navigation-in ul li a b,
.menu-helper {
  font-weight: 600;
}
.navigation-in > ul > li > a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navigation-buttons a[data-target="navigation"] {
  width: 46px;
  height: 44px;
  background-color: var(--bambusar-theme-color) !important;
  color: #fff !important;
  margin-left: 5px;
}

.navigationActions li:has(a[data-testid="signin"]),
.navigation-buttons a[data-target="login"] {
  display: none !important;
}
.navigation-buttons a[data-target="search"] {
  background-color: transparent;
}

.navigation-buttons a[data-target="cart"] i,
.navigation-buttons a[data-target="cart"]:hover i {
  background-color: var(--bambusar-theme-color) !important;
}

.navigation-buttons a[data-target="cart"]:before {
  content: none;
}
a.toggle-window[data-target="cart"] {
  background-image: url("https://eshop.bambusar.cz/user/documents/upload/dist/shopping-cart(1).svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.3em;
  background-color: transparent;
}

.navigation-window-visible
  .navigation-buttons
  a[data-target="navigation"]::before {
  content: "\e912";
}

/* mobil */
@media (max-width: 402px) {
  #header .container {
    max-width: 90%;
  }
  a.toggle-window:nth-child(3) {
    margin-right: 0.5em;
  }
}

@media (max-width: 991px) {
  body.navigation-window-visible {
    overflow: visible;
  }
  .overall-wrapper {
    padding-top: 0;
  }
  #header {
    position: static;
    width: 100%;
    height: 80px;
    transform: none !important;
  }
  #header .container {
    max-width: 80%;
    height: 100%;
    position: relative;
  }
   #navigation {
    padding: 0;
    position: absolute !important;
    right: auto !important;
    left: 0 !important;
    top: 80px !important;
    width: 100% !important;
    height: auto !important;
    
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    
    background: #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: none;
  }
  
  .navigation-window-visible #navigation {
    max-height: 500px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  
  #navigation .navigation-in {
    margin: 5%;
    overflow: unset;
    width: auto;
  } 
  
  #header {
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
  }

  .navigation-in li:not(.menu-level-2 li:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
    padding: 1px 0;
  }
  .navigation-buttons {
    position: static;
  }
  .navigation-buttons a {
    line-height: 38px;
  }
  .container.navigation-wrapper .site-name {
    flex: 1 1 50%;
  }
  #header .site-name {
    padding-left: 5px;
  }
  #header .site-name a img {
    max-height: 43px;
  }
  .navigation-buttons a[data-target="cart"] {
    width: 46px;
    height: 44px;
  }
  .navigation-buttons a[data-target="search"] {
    width: 46px;
    height: 44px;
  }
  .navigation-in > ul > li > a {
    background-position: left;
  }
  .navigation-close {
    display: none;
  }
  a.toggle-window:nth-child(3) {
    margin-right: 0.5em;
  }
}

.responsive-nav {
  margin-bottom: 5px;
}

@media (min-width: 991px) {
  #navigation {
    display: block !important;
  }
}

/* desktop */
@media (min-width: 992px) {
  .overall-wrapper {
    padding-top: 54px;
  }
  #header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 56;
  }
  #header .container {
    min-height: 54px;
    max-width: 1200px;
  }
  #navigation {
    height: 54px;
  }
  .menu-helper,
  .navigation-buttons a {
    height: 54px;
  }
  .navigation-buttons a {
    line-height: 54px;
  }
  .navigation-in > ul > li > a {
    padding-top: calc((54px - 14px) / 2);
    padding-bottom: calc((54px - 14px) / 2);
    background-position: center;
  }
  #header .site-name a img {
    height: 43px;
    width: auto;
  }

  /* admin logged */
  .admin-logged .overall-wrapper {
    padding-top: calc(54px + 25px);
  }
  .admin-logged .admin-bar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .admin-logged #header {
    top: 25px;
  }
}

/* login a navigace */
label[for="login"],
label[for="login"] + div {
  display: none !important;
}
label[for="set-registration"] {
  display: none !important;
}

/* Zvýraznění Jak vybrat vhodný bambus v menu */
ul.menu-level-1:nth-child(1) > li:nth-child(1) > a:nth-child(1) {
  background-image: url("https://eshop.bambusar.cz//user/documents/upload/dist/jak-vybrat-small.svg");
  background-repeat: no-repeat;
  background-size: 10em 2.1em;
}
ul.menu-level-1:nth-child(1) > li:nth-child(1) > a:nth-child(1):hover {
  color: black;
}

/* skrytí Shoptet menu kategorií */
.appended-category {
  display: none !important;
}

/* informační proužek */
#header {
  position: sticky;
  z-index: 1000;
  /* top: 36px; */
}

.site-msg.information {
  bottom: unset;
  text-align: center;
  line-height: 200%;
  font-size: 14px;
  position: sticky;
  top: 0;
  z-index: 1001;
  opacity: 1;
}

/* podtržení odkatu v infoboxu */
.site-msg.information a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .site-msg.information {
    max-width: unset;
  }
  .overall-wrapper {
    padding-top: unset !important;
  }
}

.site-msg .close {
  /* display: inline-block !important; */
}

.site-msg.information {
  max-width: 100% !important;
}
/* konec informačního proužku */

/* KATEGORIE
============= */
.category-header.category-header {
  display: none !important;
}

label[for="stock"] {
  display: none !important;
}

#content .filters.visible {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 60px !important;
}

.filters.visible > * {
  flex-basis: 100%;
}

.filters .slider-wrapper {
  order: 10;
}

.filter-section-count {
  width: 100%;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
}

.filter-section:not(.filter-section-count):not(:last-child) {
  border-top: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
}

@media (max-width: 991px) {
  .filter-section-count {
    top: calc(100% - 15px);
  }
  #clear-filters {
    margin-bottom: 10px;
  }
}

.custom-h3-category-name {
  font-family: Open Sans, Sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.category__secondDescription h2 {
  margin-top: 1.5em;
}

.category__secondDescription h3 {
  margin-bottom: 0.25em;
}
/* skryje krátké popisky produktů */
.category-content-wrapper .product .p-desc,
#homepageProducts6 .p-desc,
#products-found .p-desc {
  display: none !important;
}

/* OBECNÉ
========== */
body {
  font-size: 16px;
}

/* fix shoptet WYSIWYGu */
.nbsp-fix {
  display: none !important;
}

/* sjednocení tlačítek na webu a  eshopu */
.btn.btn-primary,
a.btn.btn-primary,
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  color: #fff;
  border-color: var(--bambusar-theme-color);
  background-color: var(--bambusar-theme-color);
  border-width: 3px;
  border-style: solid;
  border-radius: 3px;
}

.btn.btn-primary:hover,
a.btn.btn-primary:hover,
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  color: var(--bambusar-theme-color);
  border-color: var(--bambusar-theme-color);
  border-width: 3px;
  border-style: solid;
  background-color: #fff;
  border-radius: 3px;
}

/* úprava linků */
a:hover,
.link-like:hover {
  text-decoration: underline;
}

a:hover,
.link-like:hover,
a:focus,
.link-like:focus {
  color: var(--bambusar-theme-color);
}

/* přebarvení discount kolečka */
.flag.flag-discount {
  background-color: #e94b4b;
}

.p:hover .flag {
  opacity: 1;
}

.flags-extra .price-standard {
  display: none;
}

/* zarolování na kotvu = sticky menu + infoproužek */
html {
  scroll-behavior: smooth;
}

/* Pseudo-element před kotvou, který využívá dynamický offset z custom_complete.js presunInfoProuzek() */
:root {
  --offset: 0px; /* výchozí hodnota, když je info bar viditelný */
}

:target::before {
  content: "";
  display: block;
  height: var(--offset);
  margin-top: calc(-1 * var(--offset));
}

/* 
@media (min-width: 350px) {
  #clanek-prepravni-sluzba:target,
  #clanek-ceny-dopravy:target,
  #kotva:target,
  #kotva-dlouhy-popis:target {
    scroll-margin-top: 180px;
  }
}

@media (min-width: 420px) {
  #clanek-prepravni-sluzba:target,
  #clanek-ceny-dopravy:target,
  #kotva:target,
  #kotva-dlouhy-popis:target {
    scroll-margin-top: 151px;
  }
}

@media (min-width: 750px) {
  #clanek-prepravni-sluzba:target,
  #clanek-ceny-dopravy:target,
  #kotva:target,
  #kotva-dlouhy-popis:target {
    scroll-margin-top: 125px;
  }
}

@media (min-width: 991px) {
  #clanek-prepravni-sluzba:target,
  #clanek-ceny-dopravy:target,
  #kotva:target,
  #kotva-dlouhy-popis:target {
    scroll-margin-top: 120px;
  }
} */

/* HOMEPAGE
============ */
/* skrytí sekce Title na úvodní stránce */
.welcome-wrapper {
  display: none !important;
}

#hp-obsah {
  padding: 5px 15px;
}

#hp-obsah .vybrat-bambus {
  text-align: center;
  margin-top: 30px;
}

#hp-main-text {
  text-align: center;
}

#hp-main-text h1 {
  font-weight: 400;
}

#hp-main-text h3 {
  font-size: larger;
}

#hp-main-text p {
  margin-bottom: 1.5em;
}

#hp-prvni-rada {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 40px 0;
}

#hp-prvni-rada a {
  text-decoration: none;
  font-weight: 600;
  margin: 1.5em 3em;
}

#hp-prvni-rada a:hover {
  transform: scale(1.03);
  transition-duration: 700ms;
}

.hp-bannery {
  border: #25c691 solid 5px;
  border-radius: 20px;
  width: 330px;
  height: 250px;
  text-align: left;
  padding-left: 2em;
  color: #25c691;
  line-height: 1.5em;
}

.hp-bannery h2 {
  color: #25c691;
}

.hp-bannery p {
  margin-bottom: 40px;
}

.hp-bannery span {
  font-size: 3em;
}

#hp-vybrat-bambus-div {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(101, 134, 97, 0.5)
  );
}

#hp-vybrat-bambus-div-a {
  position: relative;
  display: block;
}

#hp-vybrat-bambus-div-a::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: calc(100% + 15px);
  background-image: url("https://eshop.bambusar.cz/user/documents/upload/dist/hp-bambus-pozadi.png");
  background-repeat: no-repeat;
  background-position: 120% calc(21% - 4px);
  background-size: contain;
  z-index: 1;
}

#hp-protikorenovka {
  background: url("https://eshop.bambusar.cz/user/documents/upload/dist/protikorenova-folie.png")
no-repeat,
    linear-gradient(to right, rgb(255 255 255 / 0%), rgb(101 134 97 / 50%));
  background-position: 7% 21%;
  background-size: auto, auto;
}

.hp-druha-rada-sediva {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f9f9f9;
}

#hp-druha-rada {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  padding-top: 20px;
  padding-bottom: 10px;
}

.hp-druha-rada-blok {
  display: flex;
  flex-direction: column;
  margin: 0 2em;
  text-align: left;
  line-height: 2em;
  width: 310px;
}

.hp-druha-rada-blok p,
ul {
  margin-bottom: 1.5em;
}

.hp-druha-rada-blok ul li a {
  margin-bottom: 1.5em;
  color: var(--bambusar-theme-color);
}

.hp-druha-rada-blok > a {
  border: 2px solid black;
  padding: 5px 15px;
  border-radius: 20px 20px 20px 20px;
  margin-top: auto;
  margin-bottom: 2em;
  color: black;
  width: fit-content;
  text-decoration: none;
}

.hp-druha-rada-blok > a:hover {
  background-color: rgb(231, 231, 231);
}

.hp-druha-rada-blok ul {
  margin-top: 0;
}

@media (max-width: 420px) {
  .homepage-texts-wrapper {
    align-items: normal;
  }
  .hp-bannery {
    width: 299px;
  }
}

#hp-treti-rada {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  line-height: 2em;
  padding-bottom: 20px;
}

.hp-treti-rada-text a {
  color: var(--bambusar-theme-color);
}

.hp-treti-rada-img {
  width: 70px;
  margin-right: 10px;
}

.hp-treti-rada-blok {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  margin: 1em 2em;
}

@media (max-width: 420px) {
  .hp-treti-rada-blok {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    min-width: 90vw;
  }

  .hp-treti-rada-img {
    width: 50px;
    margin-right: 5px;
  }

  .hp-treti-rada-nadpis {
    display: flex;
    align-items: end;
  }

  .hp-treti-rada-text {
    grid-column: 1 / -1;
    margin-top: 5px;
  }

  #hp-treti-rada-konzultace {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 421px) {
  .hp-treti-rada-blok {
    grid-template-columns: auto auto;
    grid-template-rows: 50px auto;
  }

  .hp-treti-rada-img {
    grid-column: 1;
    grid-row: 2;
  }

  .hp-treti-rada-nadpis {
    grid-column: 2;
    grid-row: 1;
    height: 50px;
  }

  .hp-treti-rada-text {
    grid-column: 2;
    grid-row: 2;
    width: 300px;
  }
}

/* DETAIL PRODUKTU
=================== */
/*skrytí diskuze */
.tabDiscussion {
  display: none !important;
}

/* skryje "tabulku kolem výpisu produktů - HP, detail produktu,... */
.shp-tabs-row {
  display: none;
}

/* zarovnání prvků v galerii doleva */
.plus-gallery-wrap {
  text-align: left;
}

/* upravení odsazení bloků od H2 */
.tab-content > .tab-pane h2:first-child {
  margin-top: 1.23em;
  margin-bottom: 0.43em;
}

h2 {
  margin-top: 1.23em;
  margin-bottom: 0.43em;
}

.p-detail-tabs-wrapper {
  padding-top: 0px;
}

/* KRÁTKÝ POPIS
=============== */
.p-data-wrapper {
  display: flex;
  flex-direction: column;
}

.p-short-description {
  order: 2;
}

#pk-contact-block {
  order: 3;
}

.social-buttons-wrapper {
  display: none;
}

.p-param-block {
  display: none;
}

/* názvosloví */
.p-detail-inner-header h1 {
  margin-bottom: 0.5rem;
}

.p-detail-inner-header h3 {
  margin-top: 0.3rem;
}

.nazvoslovi {
  color: #999999;
  font-weight: normal;
}

.dostupnost-rozsireni a {
  color: red !important;
  text-decoration: underline;
}

/* odstranění podržení Možnosti doručení */
.p-variants-block table.detail-parameters .shipping-options {
  text-decoration: none;
}

.p-variants-block table.detail-parameters .shipping-options:hover {
  text-decoration: underline;
}

/* skrytí "položka byla vyprodána" v detailu produktu */
.sold-out {
  display: none !important;
}

/* DLOUHÝ POPIS
=============== */
.content-inner,
.category-top,
.category__secondDescription,
.dlouhy-popis {
  max-width: 1000px;
  margin: 0 auto;
}

.dlouhy-popis h2 {
  text-align: left;
}

.category-top > div,
.category__secondDescription > div,
.dlouhy-popis > div {
  margin-bottom: 2.5rem;
}

.dlouhy-popis > h2,
.dlouhy-popis > h3 {
  margin-top: 0px;
}

.category-top > div h2,
.category__secondDescription > div h2,
.dlouhy-popis > div h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.category-top > div h3,
.category__secondDescription > div h3,
.dlouhy-popis > div h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}

.popis_fotka {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 15px;
  align-items: start;
}

.popis {
  grid-column: 1;
}

.fotka {
  grid-column: 2;
  text-align: right;
}

.fotka img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .popis_fotka {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto; /* Tři řádky */
  }

  .popis {
    grid-row: 1;
  }

  .fotka {
    grid-column: 1;
    grid-row: 2;
    margin: 20px 0;
    text-align: center;
    margin: 0px;
  }

  .popis_2 {
    grid-row: 3;
  }
}

/* BLOK VYHODY-NEVYHODY */
.dlouhy-popis .blok-vyhody-nevyhody {
  display: flex;
  max-width: 100%;
}

.dlouhy-popis .blok-vyhody-nevyhody ul {
  margin-bottom: 0.3rem;
}

.dlouhy-popis .blok-vyhody-nevyhody .vyhody {
  max-width: 50%;
}

.dlouhy-popis .blok-vyhody-nevyhody .vyhody ul {
  list-style: "💚 ";
}

.dlouhy-popis .blok-vyhody-nevyhody .nevyhody ul {
  /* list-style: "🔴 "; */
  list-style-image: url("https://eshop.bambusar.cz/user/documents/upload/dist/icons/li-minus.png");
}
.dlouhy-popis .nevyhody {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .dlouhy-popis .blok-vyhody-nevyhody .vyhody {
    max-width: 100%;
  }
  .dlouhy-popis .blok-vyhody-nevyhody {
    flex-direction: column;
  }
  .dlouhy-popis .nevyhody {
    margin-left: 0rem;
  }
}

.dlouhy-popis .blok-dalsi-vyhody ul {
  list-style: "✔ ";
}

/* BLOK TEXT-OBRAZEK-TABULKA */
.dlouhy-popis .blok-text-obrazek-tabulka table {
  width: 90%;
  border-collapse: collapse;
  margin: 1rem auto;
}

.dlouhy-popis .blok-text-obrazek-tabulka table,
.dlouhy-popis .blok-text-obrazek-tabulka th,
.dlouhy-popis .blok-text-obrazek-tabulka td {
  border: 1px solid black;
}

.dlouhy-popis .blok-text-obrazek-tabulka td:nth-child(1) {
  text-align: left;
  padding: 0 0 0 1rem;
}

.dlouhy-popis .blok-text-obrazek-tabulka td:nth-child(n + 2) {
  text-align: center;
}

@media (max-width: 768px) {
  .dlouhy-popis .blok-text-obrazek-tabulka table {
    width: 100%;
  }
}

/* BLOK NAZOR BAMBUSARE */
.dlouhy-popis .blok-bambusar {
  box-sizing: border-box;
  margin-bottom: 3rem;
}

.dlouhy-popis .blok-bambusar .pozadi-obrazek {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}

.dlouhy-popis .blok-bambusar .pozadi-obrazek .obrazek {
  flex: 0 0 auto;
  width: 505px;
  height: 427px;

  background-image: url("https://eshop.bambusar.cz/user/documents/upload/Bambusar-Martin.jpg");
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0.5) 80%,
    rgba(255, 255, 255, 0.2) 90%,
    rgba(255, 255, 255, 0.05) 95%,
    rgba(255, 255, 255, 0) 100%
  );
  mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0.5) 80%,
    rgba(255, 255, 255, 0.2) 90%,
    rgba(255, 255, 255, 0.05) 95%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: cover;
  background-position: center;
}

.dlouhy-popis .blok-bambusar .pozadi-obrazek .text {
  flex: 1;
  max-width: 50%;
  color: black;
  font-size: large;
  font-style: italic;
}

.dlouhy-popis .blok-bambusar blockquote {
  position: relative;
  display: block;
  box-sizing: border-box;
  font-family: Georgia;
  padding: 1rem;
}

.dlouhy-popis .blok-bambusar blockquote::before {
  content: "„";
  font-size: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -70%);
  opacity: 0.5;
}

.dlouhy-popis .blok-bambusar blockquote::after {
  position: absolute;
  font-size: 5rem;
  content: "”";
  bottom: 0;
  right: 0;
  transform: translate(0%, 60%);
  opacity: 0.5;
}

@media (max-width: 993px) {
  .dlouhy-popis .blok-bambusar .pozadi-obrazek .obrazek {
    width: 100%;
    -webkit-mask-image: linear-gradient(
to bottom,
rgba(255, 255, 255, 1) 70%,
rgba(255, 255, 255, 0.5) 80%,
rgba(255, 255, 255, 0.2) 90%,
rgba(255, 255, 255, 0.05) 95%,
rgba(255, 255, 255, 0) 100%
    );
    mask-image: linear-gradient(
to bottom,
rgba(255, 255, 255, 1) 70%,
rgba(255, 255, 255, 0.5) 80%,
rgba(255, 255, 255, 0.2) 90%,
rgba(255, 255, 255, 0.05) 95%,
rgba(255, 255, 255, 0) 100%
    );
  }

  .dlouhy-popis .blok-bambusar .pozadi-obrazek .text {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .dlouhy-popis .blok-bambusar .pozadi-obrazek {
    flex-direction: column;
    text-align: left;
  }

  .dlouhy-popis .blok-bambusar .pozadi-obrazek .obrazek {
    width: 100%;
    height: auto;
    aspect-ratio: 505 / 427;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .dlouhy-popis .blok-bambusar .pozadi-obrazek .text {
    max-width: 100%;
  }

  .dlouhy-popis .blok-text-obrazek-obtekani .maly-obrazek {
    max-width: 50%;
  }
}

/* BLOK BANNER KONKUREČNÍCH VÝHOD */
.dlouhy-popis .benefitBanner {
  margin: 0.5rem auto;
}

.dlouhy-popis .container--bannersBenefit {
  max-width: 100% !important;
  padding: 0;
}

.dlouhy-popis .benefitBanner__item {
  align-items: start;
  margin: 0 5px;
  padding: 5px 5px;
  background-color: #25c69126;
  border-radius: 10px;
}

@media (max-width: 993px) {
  .dlouhy-popis .benefitBanner__item {
    margin-bottom: 10px;
    max-width: 100%;
  }

  .benefitBanner__item {
    flex: 0 0 100%;
    width: 100%;
  }
}

.dlouhy-popis .blok-konkurencni-vyhody .benefitBanner__link:hover {
  text-decoration: none !important;
  color: black;
}

.dlouhy-popis .blok-konkurencni-vyhody .benefitBanner {
  font-size: 14px;
}

.dlouhy-popis .blok-konkurencni-vyhody .benefitBanner__link {
  color: black;
}

/* BLOK TEXT-OBRAZEK-OBTEKANI */
.dlouhy-popis .blok-text-obrazek-obtekani img {
  margin: 1rem;
}

.dlouhy-popis .blok-text-obrazek-obtekani .maly-obrazek {
  max-width: 25%;
}

/* figure */
.dlouhy-popis .blok-text-obrazek-obtekani figure {
  float: right;
  max-width: 50%;
  margin: 0 0 1em 1em;
}

@media (max-width: 768px) {
  .dlouhy-popis .blok-text-obrazek-obtekani figure {
    max-width: 100%;
  }
}

.dlouhy-popis .blok-text-obrazek-obtekani figure img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}

.dlouhy-popis .blok-text-obrazek-obtekani figure figcaption {
  margin-top: 0.3rem;
  text-align: left;
}

/* BLOK DOPLŇKOVÝCH PARAMETRŮ */
.dlouhy-popis .blok-doplnkove-parametry .detailni-parametry {
  max-width: 600px;
}

.dlouhy-popis .blok-doplnkove-parametry table.detail-parameters tbody tr th {
  text-transform: inherit;
}

.dlouhy-popis .blok-doplnkove-parametry table.detail-parameters tbody tr td,
table.detail-parameters tbody tr th {
  padding-bottom: 2px;
  padding-top: 2px;
}

@media (min-width: 500px) {
  .dlouhy-popis .blok-doplnkove-parametry table.detail-parameters tbody tr th {
    width: 50%;
  }
}

/* BLOK tabulka */
.dlouhy-popis .blok-tabulka table {
  width: 90%;
  border-collapse: collapse;
  margin: 1rem auto;
}

.dlouhy-popis .blok-tabulka table,
.dlouhy-popis .blok-tabulka th,
.dlouhy-popis .blok-tabulka td {
  border: 1px solid black;
}

.dlouhy-popis .blok-tabulka td:nth-child(1) {
  text-align: left;
  padding: 0 0 0 1rem;
}

.dlouhy-popis .blok-tabulka td:nth-child(n + 2) {
  text-align: left;
  padding: 0 0 0 1rem;
}

@media (max-width: 768px) {
  .dlouhy-popis .blok-tabulka table {
    width: 100%;
  }
}

/* fix šipek u souvisejícíh produktů */
#alternativniProdukty {
  position: relative;
}

@media (min-width: 992px) {
  .browse-p .p-prev {
    left: -30px;
  }
  .browse-p .p-next {
    right: -30px;
  }
}

/* VLASTNÍ CONTACT BOX NA DETAILU PRODUKTU
========================================= */
/* vlastní dropdown */
.pk-contact-me .form-group {
  display: flex;
  align-items: center;
  min-width: auto;
  width: 100%;
  flex-wrap: wrap;
}

.pk-contact-me #dropdown,
.pk-contact-me #phone {
  height: 35px;
  padding: 3px 3px 3px 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: white;
  cursor: pointer;
  line-height: 1.8;
  font-size: 1.5rem;
}

.pk-contact-me #dropdown {
  position: relative;
  min-width: 105px;
  margin-right: 5px;
}

.pk-contact-me #phone {
  width: auto;
  margin-right: 5px;
}

.pk-contact-me .selected-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pk-contact-me .selected-option .national-flag {
  width: 40px;
  height: 27px;
  border: rgb(153, 146, 146) solid 1px;
}

.pk-contact-me .options {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  width: 80px;
  background: white;
  border: 1px solid #ccc;
  z-index: 10;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pk-contact-me .option {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}

.pk-contact-me .option .national-flag {
  width: 20px;
  height: 15px;
  margin-right: 8px;
  border: rgb(153, 146, 146) solid 1px;
}

.pk-contact-me .option:hover {
  background-color: #f0f0f0;
}

.pk-contact-me .selected-option .arrow {
  border-style: solid;
  color: black;
  border-width: 0 1px 1px 0;
  content: "";
  left: -15px;
  top: 50%;
  transform: translateY(10%) rotate(45deg);
  height: 5px;
  width: 5px;
  margin-right: 5px;
}

.pk-contact-me #dropdown.open .arrow {
  transform: rotate(225deg);
}
/* konec vlastního dropdownu */

#pk-contact-block .pk-contact-me {
  padding: 10px;
  width: 100%;
  margin: auto;
  background-position: center bottom;
  top: 20px;
  margin-bottom: 40px;
  position: relative;
  margin-top: auto;
  border: 2px solid var(--bambusar-theme-color);
  background-color: #ffffff26;
  box-sizing: border-box;
}

#pk-contact-block #button {
  box-sizing: border-box;
  padding: 0 0 0 0px;
  border-width: 2px;
  min-width: 150px;
  height: 35px;
}

#pk-contact-block .pk-contact-me .contact-in {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

#pk-contact-block .pk-contact-me .image {
  flex: 0 0 120px;
}

#pk-contact-block .pk-contact-me .image img {
  height: 180px;
}

#pk-contact-block .pk-contact-me .image small {
  font-size: 11px;
  display: block;
}

#pk-contact-block .pk-contact-me .image small strong {
  font-size: 14px;
}

#pk-contact-block .pk-contact-me .text {
  position: relative;
  width: 70%;
}

#pk-contact-block .pk-contact-me .text h3 {
  color: #000;
  text-align: left;
  font-size: 29px;
  line-height: 43px;
  padding: 0 0 10px;
  margin: 0px;
}

#pk-contact-block .pk-contact-me .text p {
  font-size: 15px;
  line-height: 22px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}

@media (min-width: 310px) {
  #pk-contact-block .pk-contact-me {
    padding: 5px;
    top: 20px;
    text-align: center;
  }
  #pk-contact-block .pk-contact-me .contact-in {
    height: auto;
    position: relative;
  }
  #pk-contact-block .pk-contact-me .image {
    left: -12.7px;
    flex: 0 0 110px;
  }
  #pk-contact-block .pk-contact-me .image img {
    left: 3.5px;
    top: 30px;
    height: 141.8px;
  }

  #pk-contact-block .pk-contact-me .text {
    width: 87.6%;
    margin-left: 10px;
    box-sizing: border-box;
  }
  #pk-contact-block .pk-contact-me .text p {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #pk-contact-block .pk-contact-me .text h3 {
    font-size: 2.5rem;
    text-align: left;
    line-height: 25px;
    margin-top: 1rem;
    padding-bottom: 0px;
  }

  #pk-contact-block .pk-contact-me .form-group {
    flex-direction: row;
  }

  .pk-contact-me .form-group {
    align-items: self-start;
    width: 100%;
  }
  .pk-contact-me #phone {
    width: 60%;
    margin-right: 0px;
    height: 35px;
    flex-grow: 2;
  }

  .pk-contact-me #dropdown {
    min-width: 60px;
  }

  .pk-contact-me .selected-option .national-flag {
    display: none;
  }

  #pk-contact-block #button {
    width: 100%;
    margin-top: 5px;
  }
}

@media (min-width: 450px) {
  .pk-contact-me .form-group {
    max-width: 450px;
  }

  .pk-contact-me .selected-option .national-flag {
    display: block;
    width: 40px;
    height: 27px;
  }

  .pk-contact-me .options {
    width: 110px;
  }

  .pk-contact-me #dropdown {
    min-width: 110px;
  }

  .pk-contact-me #phone {
    width: 40%;
  }
}

@media (min-width: 630px) {
  #pk-contact-block .pk-contact-me .contact-in {
    align-items: start;
  }

  #pk-contact-block .pk-contact-me .text {
    width: 80%;
    margin-left: 15px;
  }

  #pk-contact-block .pk-contact-me .text h3 {
    margin-top: 1.5rem;
  }

  #pk-contact-block .pk-contact-me .text p {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pk-contact-me #phone {
    width: 20%;
    margin-right: 5px;
    flex-grow: 2;
  }

  #pk-contact-block #button {
    width: auto;
    min-width: 150px;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  #pk-contact-block .pk-contact-me .image small {
    margin-top: 5px;
  }

  #pk-contact-block .pk-contact-me .text p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #pk-contact-block .pk-contact-me .text h3 {
    margin-top: 1rem;
  }

  #pk-contact-block #button {
    width: 100%;
    margin-top: 5px;
  }

  .pk-contact-me #phone {
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  #pk-contact-block {
    margin-top: 2rem;
  }

  #pk-contact-block #button {
    width: auto;
    min-width: 150px;
    margin-top: 0px;
  }

  .pk-contact-me #phone {
    width: 20%;
    margin-right: 5px;
    flex-grow: 2;
  }

  #pk-contact-block .pk-contact-me .image {
    flex: 0 0 150px;
    height: auto;
  }
  #pk-contact-block .pk-contact-me .image img {
    left: -17px;
    top: -36px;
    height: 178px;
    position: absolute;
  }
  #pk-contact-block .pk-contact-me {
    text-align: left;
  }
  #pk-contact-block .pk-contact-me .text h3 {
    font-size: 2.5rem;
    margin-top: 1.5rem;
  }

  #pk-contact-block .pk-contact-me .image small {
    position: absolute;
    top: 137px;
    left: 10px;
  }

  #pk-contact-block .pk-contact-me .text p {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .pk-contact-me {
    height: 186px;
  }
}

.pk-contact-me #phone::-webkit-input-placeholder,
.pk-contact-me #phone::-moz-placeholder,
.pk-contact-me #phone:-ms-input-placeholder,
.pk-contact-me #phone:-moz-placeholder,
.pk-contact-me #phone::placeholder {
  color: #666;
  font-size: 15px;
  font-weight: 300;
  opacity: 1;
}

/* ČLÁNKY
========= */
@media screen and (min-width: 992px) {
  .clanek {
    text-align: center;
    /* margin: 0 15%; */
  }

  .clanek ol,
  .clanek ul {
    text-align: left;
    padding-left: 8%;
  }
}

.clanek p .tlacitko {
  margin-top: 1.5em;
  margin-bottom: 3em;
  display: block;
  text-align: center;
}

/* FOOTER 
==========*/
/* fix 4 banneru */
@media (min-width: 1200px) {
  #footer .col-lg-3 {
    width: 33%;
  }
}

/* O bambusech - banner v patičce */
.vlastni-banner-paticka a {
  color: var(--bambusar-theme-color);
}
#footer .banner-wrapper {
  margin-top: 0;
}
@media (max-width: 767px) {
  .banner {
    min-height: 0;
  }
  #footer .vlastni-banner-paticka ul li a {
    font-size: 16px !important;
  }
}

#footer li a {
  font-size: 16px !important;
}

.custom-footer > div {
  padding-bottom: 0;
}
.custom-footer__banner21.col-sm-4 .banner {
  margin-bottom: 0;
}

#footer .banner,
#footer .banner-wrapper {
  display: flex;
  justify-content: center;
}

#footer .custom-footer__banner31 {
	display: none !important;
}

#footer .custom-footer__banner1 {
	display: none !important;
}

#simple-variants option {
  color: black;
}

/* dekapitalizace doprav a plateb v košíku */
b.shipping-billing-name {
    text-transform: none;
}

.shipping-billing-table b.shipping-billing-name {
    font-weight: 400;
}

.in-kosik .content-inner,
.in-krok-1 .content-inner,
.in-krok-2 .content-inner {
  max-width: none;
}

/* FOOTER - DOČASNĚ NEPOUŽÍVÁME
#footer {
    padding-bottom: 0;
    margin-top: 40px;
    font-weight: 500;
    border: none;
}
.footer-bottom {
    font-size: 18px;
    line-height: 1.5;
    width: auto;
    background-color: rgb(23,23,23);
    padding: 15px 0 5px;
}
.footer-bottom span {
    margin-bottom: 0;
}
.copyright {
    display: none;
}
#signature {
    display: block;
    float:none;
    text-align: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    color: #666;
    padding-bottom: 10px;
}
#signature b {
    display: none;
}
#signature a {
    color: #666;
}
#signature .signature-custom a {
    font-weight: 700;
}

#signature .signature-shoptet {
    display: inline-flex;
}

@media (max-width: 991px) {
    #signature {
  text-align: center;
    }
    #signature .signature-shoptet {
  justify-content: center;
    }
}

@media (min-width: 992px) {
    #signature a:hover {
  opacity: 0.7;
  text-decoration: none;
    }
}

@media (min-width: 1400px) {
    #signature {
  white-space: nowrap;
    }
}

.footer-rows {
    display: none;
}
*/
/* KONEC FOOTER */

/* ÚPRAVA STYLŮ DOPLŇKU Infohláška v detailu */
.detail-contact-form-addon .detail-contact-button.has-border {
  border: 3px solid var(--contact-form-border-color);
}
.detail-contact-form-addon .detail-contact-button.has-bg:hover {
  border: 3px solid #009901;
}

.detail-contact-form-addon .detail-contact-button__text-block {
  padding-left: 10px;
}

.detail-contact-form-addon .detail-contact-button__title {
  font-size: 18px;
  letter-spacing: -0.32px;
  font-weight: bold;
  color: black;
  text-transform: none;
}

.detail-contact-form-addon .detail-contact-button__text a {
  font-weight: bold;
}
.detail-contact-button:hover .detail-contact-button__text a {
  color: #009901;
}

/* nastavení vlastního obrázku otazníku */
.contact-form-ico.mail-4:before {
  content: ""; /* odstranění původního obrázku */
  display: inline-block;
  width: 40px;
  height: 45px;
  background-image: url("https://eshop.bambusar.cz/user/documents/upload/dist/question-sign.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.detail-contact-form-addon .detail-contact-button__icon {
  padding: 0px;
}
/* KONEC STYLIZACE DOPLŇKU INFOHLÁŠKA V DETAILU */

/*  AKORDEÓN PRO FAQ */
.faq-accordion details {
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.faq-accordion summary {
  cursor: pointer;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  list-style: none;
  position: relative;
}

.faq-accordion summary.like-h3 {
  font-size: 18px;  /* 20px; */
  font-weight: 400;   /* 700; */
  line-height: 22px;
  overflow-wrap: break-word;
  text-align: left;
  text-transform: none;
}

.faq-accordion summary::after {
  font-family: "Shoptet";
  content: "\e90e";
  font-size: 1.2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  padding-right: 1rem;
  transform: translateY(-50%);
  transition: transform 0.2s;
}

.faq-accordion details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-accordion .answer {
  padding: 0 5rem 1rem 1.25rem;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0;
}

@keyframes slide-down {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 800px;
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    max-height: 800px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}

.faq-accordion .answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.faq-accordion details[open] .answer {
  animation: slide-down 0.4s ease-in-out forwards;
}

.faq-accordion details:not([open]) .answer {
  animation: slide-up 0.4s ease-in-out forwards;
}
