@charset "UTF-8";
h1:not(._), h2:not(._), h3:not(._), h4:not(._), h5:not(._), h6:not(._) {
  font-family: "Clash Display", sans-serif;
  color: inherit;
  line-height: 1.2;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-weight: 600;
}

.top-navigation-bar .container,
#header .container,
#content-wrapper,
#footer .container,
.custom-footer__newsletter .container,
.home-bottom .container,
.home-product .container,
.category-top .container,
.art-header .container {
  max-width: 1460px;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .top-navigation-bar .container,
#header .container,
#content-wrapper,
#footer .container,
.custom-footer__newsletter .container,
.home-bottom .container,
.home-product .container,
.category-top .container,
.art-header .container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  #content-wrapper, .spoluprace-zajem, .home-product {
    max-width: 100vw;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  body > .container {
    max-width: 100vw;
    overflow: hidden;
  }
}

.content-wrapper-in.container-narrow {
  width: 100%;
}

#content {
  padding: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.content-wrapper {
  background: transparent;
}

html {
  -webkit-font-smoothing: antialiased;
}
html:not(._) {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background-color: white;
}

html body {
  overflow-x: hidden;
  overflow-x: clip;
}
html body:not(._) {
  color: #5B636A;
  line-height: 1.75;
}

html body.in-dekujeme {
  background: #000000;
}
@media (max-width: 767px) {
  html body.in-dekujeme {
    background: white;
  }
}

@media (min-width: 768px) {
  html body.in-dekujeme::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 50vw solid transparent;
    border-left: 100vw solid #AA8F5B;
    border-bottom: 50vw solid transparent;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0px;
    opacity: 1;
    filter: blur(60px);
    transform: rotate(-10deg);
    opacity: 0.2;
  }
}

@media (max-width: 767px) {
  .overall-wrapper {
    padding-top: 64px;
  }
}

.benefitBanner {
  z-index: 5;
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
  justify-content: center;
}
@media (min-width: 768px) {
  .benefitBanner {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
body.type-detail .benefitBanner {
  margin-top: 40px;
  margin-bottom: -10px;
}
@media (min-width: 768px), (min-width: 768px) {
  body.type-detail .benefitBanner {
    margin-top: 100px;
  }
}

.benefitBanner .benefitBanner__item {
  flex: 0 1 auto;
  width: auto;
  flex-direction: column;
  margin: 0 20px 10px;
  position: relative;
  overflow: visible;
  flex-basis: calc(100% - 80px);
  padding-bottom: 22px;
}
@media (min-width: 992px) {
  .benefitBanner .benefitBanner__item {
    margin: 0 40px 10px;
    flex-direction: row;
    flex-basis: auto;
    padding-bottom: 0;
  }
}
.benefitBanner .benefitBanner__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .benefitBanner .benefitBanner__item:last-child {
    margin: 0 40px 10px;
  }
}

.benefitBanner .benefitBanner__item::after {
  content: "";
  background: #4F5A66;
  opacity: 0.3;
  width: 24px;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  bottom: 0.4em;
  transform: translateX(50%);
}
@media (min-width: 992px) {
  .benefitBanner .benefitBanner__item::after {
    top: auto;
    right: -20px;
  }
}
.benefitBanner .benefitBanner__item:last-child::after {
  display: none;
}

@media (min-width: 992px) {
  .benefitBanner .benefitBanner__item::after {
    display: block;
    right: -40px;
  }
}

.benefitBanner .benefitBanner__item .benefitBanner__content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__title {
  font-family: "Clash Display", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  display: block;
  white-space: nowrap;
}

.duvody {
  margin-top: 55px;
  margin-bottom: 60px;
}
@media (min-width: 480px) {
  .duvody {
    margin-top: 87px;
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .duvody {
    margin-top: 114px;
    margin-bottom: 120px;
  }
}
.duvody .duvody-in {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  --gap: 32px;
  gap: var(--gap);
  margin-bottom: 32px;
}
@media (min-width: 480px) {
  .duvody .duvody-in {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .duvody .duvody-in {
    --gap: 46px;
    margin-bottom: 80px;
  }
}
.duvody .duvody-in > div {
  flex: 1 1 calc(100% - var(--gap));
  counter-increment: benefit;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 480px) {
  .duvody .duvody-in > div {
    flex: 1 1 calc(50% - var(--gap));
  }
}
@media (min-width: 992px) {
  .duvody .duvody-in > div {
    flex: 1 1 calc(25% - var(--gap));
    align-items: start;
    text-align: left;
  }
}
.duvody .duvody-in > div::before {
  content: "0" counter(benefit);
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .duvody .duvody-in > div::before {
    text-align: left;
  }
}

.duvody .duvody-in > div p {
  text-align: center;
  font-size: 14px;
}
.duvody .duvody-in > div p:not(#_) {
  margin: 0;
}

@media (min-width: 992px) {
  .duvody .duvody-in > div p {
    text-align: left;
    font-size: 16px;
  }
}

.btn:not(#_):not(.cart-count) {
  font-family: "Clash Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 20px 32px;
  letter-spacing: 2px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #AA8F5B;
  border-color: #AA8F5B;
  color: white;
}
@media (min-width: 768px) {
  .btn:not(#_):not(.cart-count) {
    font-size: 14px;
  }
}
.btn:not(#_):not(.cart-count):hover {
  background-color: #C09A51;
  border-color: #C09A51;
}

.btn:not(#_):not(.cart-count)#continue-order-button, .btn:not(#_):not(.cart-count)#orderFormButton {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .btn:not(#_):not(.cart-count)#continue-order-button, .btn:not(#_):not(.cart-count)#orderFormButton {
    font-size: 14px;
    justify-content: center;
  }
}

.btn:not(#_):not(.cart-count).btn-vybrat {
  padding: 19px 32px;
}
@media (min-width: 768px) {
  .btn:not(#_):not(.cart-count).btn-vybrat {
    padding: 28px 50px;
  }
}

.btn:not(#_):not(.cart-count).btn-login {
  background: black;
  border-color: black;
  float: none;
  transition-duration: 0.1s;
}
.btn-login.btn:not(#_):not(.cart-count):hover {
  background: #111;
  border-color: #111;
}

.btn:not(#_):not(.cart-count).search-button {
  width: 48px;
  height: 48px;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: url("/user/documents/upload/Images/loupe-gold.svg") no-repeat center right 6px;
}

.btn:not(#_):not(.cart-count).add-to-cart-button {
  margin-top: 24px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .btn:not(#_):not(.cart-count).add-to-cart-button {
    margin-top: 42px;
  }
}
.p-detail-inner .btn:not(#_):not(.cart-count).add-to-cart-button {
  height: 56px;
}

.custom-footer__newsletter .btn:not(#_):not(.cart-count) {
  position: relative;
  height: 60px;
  color: #ffffff;
  padding: 0 32px;
}

.duvody .btn:not(#_):not(.cart-count) {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: fit-content;
}

.registrace-box .btn:not(#_):not(.cart-count), .login-wrapper .btn:not(#_):not(.cart-count) {
  width: 100%;
}

body.type-post article .btn:not(#_):not(.cart-count) {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .discount-coupon .btn:not(#_):not(.cart-count) {
    font-size: 14px;
    margin-top: 16px;
  }
}

.btn:not(#_):not(.cart-count)::before {
  content: none;
}
.order-complete-links .btn:not(#_):not(.cart-count)::before {
  content: "";
  width: 7px;
  height: 5px;
  background: url("/user/documents/upload/Images/angle-down-vector.svg") no-repeat center;
  margin-right: 13px;
  transform: rotate(90deg);
}

.btn.btn-vybrat:not(#_):not(.cart-count)::after, .btn#continue-order-button:not(#_):not(.cart-count)::after, .btn#orderFormButton:not(#_):not(.cart-count)::after, .btn[data-testid=popupCart]:not(#_):not(.cart-count)::after {
  content: "";
  width: 7px;
  height: 5px;
  background: url("/user/documents/upload/Images/angle-down-vector.svg") no-repeat center;
  margin-left: 13px;
}
.btn#continue-order-button:not(#_):not(.cart-count)::after, .btn#orderFormButton:not(#_):not(.cart-count)::after, .btn[data-testid=popupCart]:not(#_):not(.cart-count)::after {
  transform: rotate(-90deg);
  display: none;
  justify-content: center;
}

@media (min-width: 768px) {
  .btn.btn-vybrat:not(#_):not(.cart-count)::after, .btn#continue-order-button:not(#_):not(.cart-count)::after, .btn#orderFormButton:not(#_):not(.cart-count)::after, .btn[data-testid=popupCart]:not(#_):not(.cart-count)::after {
    display: block;
    justify-content: left;
  }
}

a.login-btn.facebook {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0;
  background: #1877F2;
  border: 0;
  border-radius: 0;
}
a.login-btn.facebook .login-facebook-icon:not(._) {
  width: 14px;
  height: 14px;
  position: static;
  background-size: contain;
  margin-right: 10px;
}

a.login-btn.facebook strong {
  padding: 0;
  white-space: nowrap;
}

#header {
  background: #000000;
  padding: 17px 0;
}
@media (min-width: 768px) {
  #header {
    padding: 24px 0;
  }
  body.type-category #header {
    background: transparent;
  }
}
#header .container {
  min-height: 0;
}

#header .header-top {
  padding: 0;
  height: auto;
}

.site-name {
  z-index: 10;
}
#header .header-top .site-name {
  flex: 0 1 84px;
  height: 48px;
}

@media (max-width: 767px) {
  .site-name:not(#_):not(#_) {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -12%);
    padding: 0;
    width: 70px;
    height: 32px;
  }
}

.navigation-buttons:not(#_) {
  margin-left: auto;
  display: flex;
  gap: 12px;
}
@media (max-width: 767px) {
  .navigation-buttons:not(#_):not(#_):not(#_) {
    flex: 1 0 100%;
  }
}
#header .header-top .navigation-buttons:not(#_) {
  flex: 0 1;
}

.navigation-buttons:not(#_) .lupa::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  background: url("/user/documents/upload/Images/icon-search.svg") no-repeat center;
}
body.search-active .navigation-buttons:not(#_) .lupa::before {
  opacity: 0;
  pointer-events: none;
}

.navigation-buttons:not(#_) > a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  position: relative;
  margin: 0;
}
.navigation-buttons:not(#_) > a span {
  display: none !important;
}

.navigation-buttons:not(#_) > a i {
  background: #AA8F5B;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  padding-top: 4px;
}
.navigation-buttons:not(#_) > a i:not(#_) {
  left: 15px;
  top: -5px;
}

.navigation-buttons:not(#_) > a::before {
  content: "";
  width: 18px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  background: no-repeat;
  background-position: center;
  background-size: contain;
  filter: grayscale(1) brightness(2);
  transition-duration: 0.3s;
}
.navigation-buttons:not(#_) > a:hover::before {
  filter: none;
}

@media (max-width: 767px) {
  .navigation-buttons:not(#_) > a::before {
    filter: grayscale(1) brightness(2);
  }
  .navigation-buttons:not(#_) > a:hover::before {
    filter: none;
  }
}
.navigation-buttons:not(#_) > a[data-target=login]::before {
  background-image: url("/user/documents/upload/Images/icon-user-gold.svg");
}

.navigation-buttons:not(#_) > a[data-target=search]::before {
  background-image: url("/user/documents/upload/Images/loupe-gold.svg");
}

.navigation-buttons:not(#_) > a[data-target=cart]::before {
  background-image: url("/user/documents/upload/Images/icon-cart-gold.svg");
}
body.cart-window-visible .navigation-buttons:not(#_) > a[data-target=cart]::before {
  filter: none;
}

.toggle-window[data-target=navigation]:not(#_) {
  order: -1;
  background: url("/user/documents/upload/Images/menu.svg") no-repeat right center;
  background-size: 43px auto;
  width: 69px;
  height: 20px;
  margin-left: 6px;
  margin-right: auto;
  filter: grayscale(1) brightness(2);
  position: relative;
  transition-duration: 0.35s;
}
body.navigation-window-visible .toggle-window[data-target=navigation]:not(#_) {
  filter: none;
}

.toggle-window[data-target=navigation]:not(#_):hover {
  filter: none;
}

.toggle-window[data-target=navigation]:not(#_)::before, .toggle-window[data-target=navigation]:not(#_)::after {
  content: "";
  position: absolute;
  background: #AA8F5B;
  width: 18px;
  height: 1px;
  left: 0;
  top: 4.5px;
  transform: none;
  transition-duration: 0.35s;
  filter: none;
}
body.navigation-window-visible .toggle-window[data-target=navigation]:not(#_)::before, body.navigation-window-visible .toggle-window[data-target=navigation]:not(#_)::after {
  transform: translateY(4px) rotate(45deg) scaleY(1.15);
}

.toggle-window[data-target=navigation]:not(#_)::after {
  top: 12.5px;
}
body.navigation-window-visible .toggle-window[data-target=navigation]:not(#_)::after {
  transform: translateY(-4px) rotate(-45deg) scaleY(1.15);
}

#navigation:not(#_) {
  top: 63px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  border-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  #navigation:not(#_) {
    background: transparent;
    backdrop-filter: none;
    top: -58px;
    left: 135px;
    right: 200px;
    width: auto;
  }
}
#navigation:not(#_) .navigation-in {
  background: transparent;
  z-index: 10;
}

.menu-level-1:not(#_) > li {
  border: 0;
}
.menu-level-1:not(#_) > li:first-child {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .menu-level-1:not(#_) > li:first-child {
    border: 0;
    margin-bottom: 0;
  }
}

.menu-level-1:not(#_) > li > a {
  color: #ffffff;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .menu-level-1:not(#_) > li > a {
    width: auto;
    padding: 25px 28px;
  }
}
.menu-level-1:not(#_) > li:first-child > a {
  padding: 24px;
}
@media (min-width: 768px) {
  .menu-level-1:not(#_) > li:first-child > a {
    padding: 25px 28px;
  }
}

.menu-level-1:not(#_) > li > a:hover {
  color: #AA8F5B;
}

.menu-level-1:not(#_) > li > a.active {
  color: #AA8F5B;
}

.menu-level-1:not(#_) > li.exp > a {
  color: #AA8F5B;
}

.menu-level-1:not(#_) > li.exp > a::before {
  content: "";
  position: absolute;
  background: transparent;
  left: 0;
  width: 100%;
  bottom: -10px;
  height: 20px;
  z-index: 1;
}

@media (min-width: 768px) {
  .menu-level-1:not(#_) > li.exp > a::after {
    content: "";
    display: inline-block;
    position: absolute;
    border: 12px solid transparent;
    border-bottom-color: white;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
  }
}

.menu-level-1:not(#_) > li > a > b {
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
}
.menu-level-1:not(#_) > li > a > b:not(#_) {
  text-decoration: none;
}

@media (max-width: 767px) {
  .menu-level-1:not(#_) > li:first-child > a > b {
    color: #AA8F5B;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .menu-level-1:not(#_) > li > a > b {
    font-size: 14px;
  }
}
.menu-level-1:not(#_) > li.ext > a > b {
  font-weight: 700;
}

.menu-level-1:not(#_) > li > a .submenu-arrow {
  width: 24px;
  height: 24px;
  background: url("/user/documents/upload/Images/caret-down.svg") no-repeat center;
  display: block !important;
  transition-duration: 0.35s;
  transform: rotate(-90deg);
  margin-top: -12px;
  right: 24px;
  top: 50%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .menu-level-1:not(#_) > li > a .submenu-arrow {
    pointer-events: auto;
    width: 7px;
    height: 5px;
    transform: none;
    right: auto;
    top: auto;
    margin-left: 12px;
    margin-top: 0;
  }
}
.menu-level-1:not(#_) > li:first-child > a .submenu-arrow {
  background-image: url("/user/documents/upload/Images/angle-down-vector-gold.svg");
}
@media (min-width: 768px) {
  .menu-level-1:not(#_) > li:first-child > a .submenu-arrow {
    background: url("/user/documents/upload/Images/caret-down.svg") no-repeat center;
  }
}

.menu-level-1:not(#_) > li > a.active .submenu-arrow {
  background-image: url("/user/documents/upload/Images/angle-down-vector-gold.svg");
}

.menu-level-1:not(#_) > li.exp > a .submenu-arrow {
  background-image: url("/user/documents/upload/Images/angle-down-vector-gold.svg");
  transform: rotate(180deg);
}

.menu-level-1:not(#_) > li > a .submenu-arrow::after {
  display: none;
}

ul.menu-level-2:not(#_) {
  position: relative;
  width: 100%;
  border: 0;
  flex-wrap: wrap;
  padding-bottom: 0;
  margin-bottom: 16px;
  flex-direction: column;
  padding-left: 16px;
}
@media (min-width: 768px) {
  ul.menu-level-2:not(#_) {
    position: absolute;
    left: -125px;
    right: -190px;
    top: 82px;
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    flex-direction: row;
  }
}
li.exp ul.menu-level-2:not(#_) {
  display: flex;
  align-items: flex-start;
}

ul.menu-level-2:not(#_) > li {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  min-height: 0;
}
@media (min-width: 768px) {
  ul.menu-level-2:not(#_) > li {
    flex: 0 0 25%;
    box-shadow: -1px -1px 0 #ECECEC inset;
  }
}
@media (min-width: 992px) {
  ul.menu-level-2:not(#_) > li {
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  ul.menu-level-2:not(#_) > li {
    flex: 0 0 16.66666%;
  }
}
@media (min-width: 768px) {
  ul.menu-level-2:not(#_) > li:hover {
    background-color: #ECECEC;
  }
}

ul.menu-level-2:not(#_) > li > a.menu-image {
  width: auto;
  margin: 32px 18px 0;
  padding: 0;
  height: 200px;
}
ul.menu-level-2:not(#_) > li > a.menu-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  mix-blend-mode: multiply;
}

ul.menu-level-2:not(#_) > li > div {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  ul.menu-level-2:not(#_) > li > div {
    padding: 24px;
    padding-bottom: 48px;
    text-align: center;
  }
}
ul.menu-level-2:not(#_) > li > div a {
  display: block;
  font-family: "Clash Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 12px 24px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #ffffff;
}
@media (min-width: 768px) {
  ul.menu-level-2:not(#_) > li > div a {
    font-weight: 600;
    color: #000000;
    padding: 0;
  }
}
ul.menu-level-2:not(#_) > li:hover > div a {
  color: #AA8F5B;
}

ul.menu-level-2:not(#_) > li:hover > div a span {
  text-decoration: none;
}

#carousel {
  background: #000000;
  padding: 30px 0 0px;
  position: relative;
  z-index: 0;
  margin-bottom: -80px;
}
@media (min-width: 768px) {
  #carousel {
    margin-bottom: 70px;
    padding: 40px 0 100px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1460px) {
  #carousel {
    padding: 100px 0 200px;
    margin-bottom: 30px;
  }
}
#carousel::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 100vw #000000;
  clip-path: inset(0 -100vw);
}

#carousel::after {
  content: "";
  width: 100vw;
  height: 400px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 250px) skewY(-22deg);
}
@media (min-width: 480px) {
  #carousel::after {
    transform: translate(-50%, 150px) skewY(-22deg);
  }
}
@media (min-width: 768px) {
  #carousel::after {
    height: 200px;
    transform: translate(-50%, 140px) skewY(-2deg);
  }
}

#carousel .carousel-inner {
  position: relative;
  z-index: 2;
  overflow: visible;
  min-height: 0 !important;
}

#carousel .main-product {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  #carousel .main-product {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  #carousel .main-product {
    max-width: 100vw;
    overflow: hidden;
  }
}
#carousel .main-product .text {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 768px) {
  #carousel .main-product .text {
    min-width: 40%;
    max-width: 580px;
    text-align: left;
  }
}
#carousel .main-product .text p {
  font-family: "Clash Display", sans-serif !important;
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  #carousel .main-product .text p {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 64px;
  }
}

#carousel .main-product .img {
  position: relative;
  transform: translateY(-30vw) scale(1.3);
  background: url("/user/documents/upload/Images/hero-bg.svg") no-repeat center;
  background-size: 320px auto;
  padding-top: 120px;
}
@media (min-width: 768px) {
  #carousel .main-product .img {
    padding-top: 0;
    transform: translateY(50px) scale(1.3);
    background-size: 100% auto;
  }
}
@media (min-width: 1460px) {
  #carousel .main-product .img {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    height: auto;
    right: -200px;
    top: -150px;
    transform: translateY(0);
  }
}
#carousel .main-product .img::after {
  content: "";
  position: absolute;
  width: 15vw;
  height: 15vw;
  left: 54%;
  bottom: 33vw;
  background: url("/user/documents/upload/Images/made-in-cr.svg") no-repeat center;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  #carousel .main-product .img::after {
    left: 0;
    bottom: 120px;
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1460px) {
  #carousel .main-product .img::after {
    width: 160px;
    height: 160px;
    left: 60px;
    bottom: 140px;
  }
}

.welcome-wrapper {
  width: 100%;
  margin: 64px 0 0 0;
  padding: 0;
}
@media (min-width: 480px) {
  .welcome-wrapper {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .welcome-wrapper {
    margin-top: 160px;
  }
}

.text-box {
  text-align: center;
  position: relative;
}
.duvody + .img-box + .text-box {
  position: relative;
  padding-bottom: 246px;
}
@media (min-width: 768px) {
  .duvody + .img-box + .text-box {
    padding-bottom: 0;
    margin-bottom: 200px;
  }
}

#description .text-box {
  margin: 48px 0;
}
@media (min-width: 768px) {
  #description .text-box {
    margin: 100px 0;
  }
}

#description .rate-wrapper + .text-box {
  margin-top: 0;
}

.duvody + .img-box + .text-box::before {
  content: "";
  position: absolute;
  width: 548px;
  height: 662px;
  background: url("/user/documents/upload/Images/zarovka.png") no-repeat center;
  background-size: 100% auto;
  left: 50%;
  bottom: 0;
  transform: translate(-60%, 30%) scale(0.75);
}
@media (min-width: 480px) {
  .duvody + .img-box + .text-box::before {
    transform: translate(-70%, 30%) scale(0.75);
  }
}
@media (min-width: 768px) {
  .duvody + .img-box + .text-box::before {
    left: -210px;
    top: -230px;
    bottom: auto;
    transform: none;
  }
}

@media (min-width: 768px) {
  .duvody + .img-box + .text-box::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 748px;
    background: url("/user/documents/upload/Images/zarovka.png") no-repeat center;
    background-size: 100% auto;
    right: -210px;
    top: -60px;
    transform: rotate(40deg);
  }
}

.text-box h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #AA8F5B;
  margin: 0;
}
@media (min-width: 768px) {
  .text-box h6 {
    font-size: 20px;
    line-height: 17px;
  }
}

.text-box p {
  max-width: 700px;
  font-size: 14px;
  line-height: 24px;
}
.text-box p:not(#_) {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .text-box p {
    font-size: 16px;
    line-height: 27px;
  }
}

.text-box > a {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .text-box > a {
    margin-top: 60px;
  }
}

.text-box img {
  display: block;
  margin: 32px -10px 48px;
  max-width: 100vw;
}
@media (min-width: 480px) {
  .text-box img {
    margin: 46px -10px 70px;
  }
}
@media (min-width: 768px) {
  .text-box img {
    max-width: 100%;
    margin: 80px 0 100px;
  }
}

h1 {
  font-weight: 600;
  font-size: 72px;
  margin: 0 0 16px 0;
}
h1:not(#_) {
  color: #000000;
}

@media (min-width: 768px) {
  h1 {
    margin: 0 0 32px 0;
  }
}
h1.order-summary-heading {
  text-align: center;
  font-size: 40px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  h1.order-summary-heading {
    font-size: 61px;
    margin-bottom: 4px;
  }
}

.art-header h1, #carousel h1, .category-top h1 {
  word-break: keep-all;
  overflow-wrap: initial;
}
.art-header h1:not(#_), #carousel h1:not(#_), .category-top h1:not(#_) {
  color: #ffffff;
}

@media (max-width: 767px) {
  .art-header h1, #carousel h1, .category-top h1 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }
}

.art-header h1 {
  margin-top: 40px;
}

body.in-spoluprace h1, body.in-o-nas h1 {
  margin: 40px 0 24px;
}

body.type-post article h1 {
  font-size: 61px;
  margin: 32px 0;
}
@media (max-width: 767px) {
  body.type-post article h1 {
    font-size: 40px;
  }
}

body.type-detail h1 {
  font-size: 61px;
  margin: 24px 0 0;
}

#colorbox .shipping-options-popup h1 {
  font-size: 40px;
  margin-top: 0;
}

h1 span {
  color: #AA8F5B;
}
@media (max-width: 767px) {
  h1 span {
    white-space: nowrap;
  }
}

h2 {
  font-weight: 600;
  font-size: 36px;
  margin: 0;
}
h2:not(._) {
  color: #000000;
}

@media (min-width: 768px) {
  h2 {
    font-size: 49px;
  }
}
h2.products-header {
  margin: 48px 0 64px;
}

.img-box h2, .spoluprace-zajem h2 {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .img-box h2, .spoluprace-zajem h2 {
    text-align: left;
    max-width: 580px;
  }
}

.text-box h2 {
  margin: 24px 0 24px 0;
  line-height: 40px;
}
@media (min-width: 768px) {
  .text-box h2 {
    margin: 16px 0 32px 0;
    line-height: 1.2;
  }
}

body.type-post article h2 {
  font-size: 49px;
  line-height: 1.2;
  margin: 40px 0 24px;
}
@media (max-width: 767px) {
  body.type-post article h2 {
    font-size: 32px;
  }
}

h2 span {
  color: #AA8F5B;
  display: block;
}

h3 {
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0 32px 0;
}
h3:not(._) {
  color: black;
}

@media (min-width: 768px) {
  h3 {
    font-size: 39px;
    margin: 20px 0 64px 0;
  }
}
.footer-banners h3 {
  width: 100%;
  text-align: center;
  margin-top: 0;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .footer-banners h3 {
    padding: 0;
  }
}

.fakt-bank h3 {
  margin-top: 60px;
  margin-bottom: 50px;
}

.kontakt-two-cols h3 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .kontakt-two-cols h3 {
    text-align: center;
  }
}

.kontakt-clanek h3 {
  color: white;
  margin: 0;
  flex: 1 0 100%;
  text-align: center;
  max-width: 306px;
}
@media (min-width: 768px) {
  .kontakt-clanek h3 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .kontakt-clanek h3 {
    flex: 0 1 auto;
  }
}

body.type-post article h3 {
  font-size: 39px;
  line-height: 1.2;
  margin: 40px 0 24px;
}
@media (max-width: 767px) {
  body.type-post article h3 {
    font-size: 26px;
  }
}

h4 {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 60px 0;
}
h4:not(._) {
  color: #000000;
}

@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
body.in-dekujeme h4.order-payment:not(#_) {
  text-align: left;
  margin-top: 40px;
}

@media (max-width: 767px) {
  body.in-dekujeme h4.order-payment:not(#_) {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

.newsletter-header h4 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
}
@media (min-width: 480px) {
  .newsletter-header h4 {
    font-size: 31px;
  }
}

.custom-footer h4 {
  margin-top: 46px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .custom-footer h4:not(._) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .custom-footer h4 {
    margin-bottom: 60px;
  }
}

body.type-post article h4 {
  font-size: 31px;
  line-height: 1.2;
  margin: 40px 0 24px;
}
@media (max-width: 767px) {
  body.type-post article h4 {
    font-size: 21px;
  }
}

.custom-footer__instagram h4 {
  font-weight: 600;
  font-size: 39px;
  line-height: 47px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

body:not(.in-dekujeme) .co-box h4:not(#_) {
  margin: 0;
  padding: 0 16px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 40px;
  transform: translate(-16px, -50%);
}

@media (max-width: 767px) {
  body:not(.in-dekujeme) .co-box h4:not(#_) {
    transform: none;
    position: static;
    padding: 0;
    margin: 0 0 20px;
    line-height: 20px;
  }
}

.co-box.co-shipping-address h4:not(#_):not(#_) {
  position: relative;
  left: 0;
  transform: none;
  padding: 0;
}

body.in-dekujeme h4:not(#_) {
  padding: 0;
  font-size: 25px;
  text-align: center;
  margin: 48px 0 32px;
}

#checkoutSidebar h4 {
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  #checkoutSidebar h4 {
    padding: 16px 0;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .custom-footer__contact h4 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
  }
}

.custom-footer__banner3 h4 {
  text-align: center;
  margin-top: 46px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .custom-footer__banner3 h4 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .custom-footer__banner3 h4 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .custom-footer__banner3 h4 {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

div[class*=custom-footer__banner]:not(.custom-footer__banner3) h4 {
  text-align: left;
}
@media (max-width: 767px) {
  div[class*=custom-footer__banner]:not(.custom-footer__banner3) h4 {
    margin: 0;
    padding: 24px 0;
  }
}
@media (min-width: 768px) {
  div[class*=custom-footer__banner]:not(.custom-footer__banner3) h4 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  div[class*=custom-footer__banner]:not(.custom-footer__banner3) h4 {
    text-align: left;
  }
}

.order-summary.otevreno h4:not(#_):not(#_) {
  margin-bottom: 16px;
}

h5 {
  font-size: 25px;
  font-weight: 600;
}
h5:not(._) {
  color: black;
}

.product-boxes h5 {
  margin: 24px 0 16px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .product-boxes h5 {
    margin: 32px 0 24px;
    font-size: 25px;
  }
}

.duvody .duvody-in > div h5 {
  font-family: "Clash Display", sans-serif;
  display: block;
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 992px) {
  .duvody .duvody-in > div h5 {
    text-align: left;
    font-size: 25px;
  }
}

.osoba h5 {
  font-size: 25px;
  line-height: 30px;
  white-space: nowrap;
}

.kontakt-clanek h5 {
  color: white;
}

.faq h5 {
  font-weight: 600;
  cursor: pointer;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -48px;
  padding-left: 48px;
  white-space: normal;
}

.registrace-box h5 {
  color: white;
  margin: 0 0 8px;
}

body.type-post article h5 {
  line-height: 1.2;
  margin: 40px 0 28px;
}
@media (max-width: 767px) {
  body.type-post article h5 {
    font-size: 17px;
  }
}

.duvody .duvody-in > div h5::before {
  content: "";
  background: #AA8F5B;
  display: block;
  width: 1px;
  height: 16px;
  margin: auto auto;
  transform: translateY(-45%);
}
@media (min-width: 992px) {
  .duvody .duvody-in > div h5::before {
    margin: 12px auto 12px 14px;
    transform: none;
  }
}

@media (min-width: 992px) {
  .duvody .duvody-in > div:first-child h5::before {
    margin: 12px auto 12px 11px;
  }
}

.osoba h5 span {
  display: block;
  color: #5B636A;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: black url("/user/documents/upload/Images/img-box.jpg") no-repeat center bottom;
  background-size: 100% auto;
  margin: 48px -10px;
  padding: 48px 16px 55.5vw 16px;
  justify-content: flex-start;
}
@media (min-width: 480px) {
  .img-box {
    margin: 64px -10px;
  }
}
@media (min-width: 768px) {
  .img-box {
    gap: 32px;
    height: 800px;
    margin: 120px 0;
    padding: 120px;
    justify-content: center;
    align-items: flex-start;
    background-position: center center;
    background-size: cover;
  }
}
.img-box p {
  font-size: 14px;
  color: #ffffff;
  max-width: 465px;
  text-align: center;
}
.img-box p:not(#_) {
  margin: 0;
}

@media (min-width: 768px) {
  .img-box p {
    font-size: 16px;
    text-align: left;
  }
}

.footer-bottom {
  padding: 0;
}
@media (min-width: 768px) {
  .footer-bottom {
    padding: 32px 0;
  }
}
.footer-bottom .container {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .footer-bottom .container::before {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background: #ECECEC;
    position: absolute;
    top: -32px;
    left: 10px;
  }
}

.footer-bottom #signature {
  margin: 0;
}
.footer-bottom #signature .image {
  display: none;
}

.footer-bottom #signature .title {
  font-family: "Clash Display", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #4F5A66;
  display: block;
}

.footer-bottom .copyright {
  font-family: "Clash Display", sans-serif;
  font-size: 13px;
  color: #4F5A66;
  line-height: 24px;
  display: block;
}
.footer-bottom .copyright strong {
  font-weight: 400;
}

#footer {
  background: #ffffff;
  padding-top: 0;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  #footer {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #footer {
    max-width: 100vw;
    overflow: hidden;
  }
}
#footer .custom-footer {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(40px * -0.5);
  margin-right: calc(40px * -0.5);
  padding: 0 0 50px 0;
  justify-content: center;
}
@media (min-width: 992px) {
  #footer .custom-footer {
    padding: 0 0 100px 0;
  }
}

.custom-footer__instagram:not(#_) {
  width: 100% !important;
  padding-right: calc(40px * 0.5);
  padding-left: calc(40px * 0.5);
  padding-bottom: 0;
}

.custom-footer__newsletter:not(#_) {
  width: 100% !important;
  background: #000000;
  box-shadow: 0 0 0 100vw #000000;
  clip-path: inset(0 -100vw);
  margin-bottom: 32px;
  padding: 40px 0 48px;
  text-align: center;
}
@media (min-width: 480px) {
  .custom-footer__newsletter:not(#_) {
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .custom-footer__newsletter:not(#_) {
    text-align: left;
    padding: 64px 0;
    margin-bottom: 80px;
  }
}
.custom-footer__newsletter:not(#_) .container {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .custom-footer__newsletter:not(#_) .container {
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.custom-footer__newsletter:not(#_) .container::before {
  display: none;
}

.custom-footer__newsletter:not(#_) .container::after {
  display: none;
}

.custom-footer__newsletter:not(#_) .newsletter-header {
  width: 100%;
}
@media (min-width: 992px) {
  .custom-footer__newsletter:not(#_) .newsletter-header {
    width: 60%;
  }
}
.custom-footer__newsletter:not(#_) .newsletter-header p {
  color: #ffffff;
  margin: 16px 0 0 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .custom-footer__newsletter:not(#_) .newsletter-header p {
    font-size: 16px;
    margin: 4px 0 0 0;
  }
}

.custom-footer__newsletter:not(#_) .subscribe-form {
  width: 100%;
}
@media (min-width: 992px) {
  .custom-footer__newsletter:not(#_) .subscribe-form {
    width: 40%;
  }
}
.custom-footer__newsletter:not(#_) .subscribe-form fieldset {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .custom-footer__newsletter:not(#_) .subscribe-form fieldset {
    gap: 40px;
    flex-direction: row;
  }
}
.custom-footer__newsletter:not(#_) .subscribe-form fieldset > div {
  flex: 1;
}

.custom-footer__contact {
  padding-right: calc(40px * 0.5);
  padding-left: calc(40px * 0.5);
  padding-bottom: 0;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .custom-footer__contact {
    width: 100%;
    padding-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .custom-footer__contact {
    width: 25%;
  }
}

div[class*=custom-footer__banner] {
  padding-right: calc(40px * 0.5);
  padding-left: calc(40px * 0.5);
  padding-bottom: 0;
  width: 100%;
  position: relative;
}
div[class*=custom-footer__banner].custom-footer__banner1, div[class*=custom-footer__banner].custom-footer__banner2 {
  border-top: 1px solid #ECECEC;
}
div.custom-footer__banner1[class*=custom-footer__banner].otevreno, div.custom-footer__banner2[class*=custom-footer__banner].otevreno {
  padding-bottom: 32px;
}

div[class*=custom-footer__banner].custom-footer__banner2 {
  border-bottom: 1px solid #ECECEC;
}
@media (min-width: 992px) {
  div[class*=custom-footer__banner].custom-footer__banner2 {
    width: 20%;
  }
}

@media (min-width: 768px) {
  div[class*=custom-footer__banner].custom-footer__banner1, div[class*=custom-footer__banner].custom-footer__banner2 {
    width: 50%;
    margin-bottom: 32px;
    border: 0;
  }
}
@media (min-width: 992px) {
  div[class*=custom-footer__banner].custom-footer__banner1, div[class*=custom-footer__banner].custom-footer__banner2 {
    width: 25%;
  }
}

@media (min-width: 992px) {
  div[class*=custom-footer__banner].custom-footer__banner3 {
    width: 20%;
  }
}

div[class*=custom-footer__banner].custom-footer__banner1::after, div[class*=custom-footer__banner].custom-footer__banner2::after {
  content: "";
  position: absolute;
  background: url("/user/documents/upload/Images/arrow-down.svg") no-repeat center center;
  background-size: 100% auto;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 30px;
  transition-duration: 0.3s;
}
div.custom-footer__banner1[class*=custom-footer__banner].otevreno::after, div.custom-footer__banner2[class*=custom-footer__banner].otevreno::after {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  div[class*=custom-footer__banner].custom-footer__banner1::after, div[class*=custom-footer__banner].custom-footer__banner2::after {
    content: none;
  }
}

div[class*=custom-footer__banner] .banner {
  margin: 0;
}

div[class*=custom-footer__banner] ul {
  margin-top: -5px;
}
div[class*=custom-footer__banner] ul li {
  padding: 6px 0;
  text-align: left;
}
@media (min-width: 768px) {
  div[class*=custom-footer__banner] ul li {
    text-align: center;
  }
}
@media (min-width: 992px) {
  div[class*=custom-footer__banner] ul li {
    text-align: left;
  }
}
div[class*=custom-footer__banner] ul li a {
  color: #4F5A66;
}

textarea.form-control {
  border: 0;
  outline: none;
  box-shadow: none;
  resize: none;
  border-bottom: 1px solid #000000;
  padding: 0;
  height: 110px;
}
textarea.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: currentColor;
}

#formContact textarea.form-control {
  margin-top: 20px;
}

textarea.form-control::placeholder {
  color: #000000;
  font-size: 16px;
}

select.form-control {
  background: url("/user/documents/upload/Images/arrow-down.svg") transparent no-repeat center right 6px;
  border: 0;
  padding: 0;
  border-bottom: 1px solid currentColor;
  color: #000000;
  min-width: 100%;
}
select.form-control:not(#_) {
  height: 60px;
}

select.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: currentColor;
}

.select-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #5B636A;
  padding-left: 0 !important;
}
.smart-labels-active .smart-label-wrapper.populated .select-label {
  font-size: 12px;
}

input.form-control {
  background: transparent;
  border: 0;
  padding: 0;
  border-bottom: 1px solid currentColor;
  color: #000000;
  font-size: 16px;
}
input.form-control:not(#_) {
  height: 60px;
}

input.form-control:focus {
  outline: none;
  box-shadow: none;
}
input.form-control.search-input:focus:not(#_) {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

input.form-control.search-input:hover:not(#_) {
  background: transparent;
  border-bottom: 1px solid #ffffff;
}

input.form-control#discountCouponCode {
  margin-right: 20px;
  max-width: 300px;
  width: 100%;
  padding: 0;
}
input.form-control#discountCouponCode:not(#_):not(#_) {
  height: 56px;
}

input.form-control.search-input {
  border-color: #ffffff;
  color: #ffffff !important;
  background: transparent !important;
  border-bottom: 1px solid #ffffff !important;
}
input.form-control.search-input:not(#_):not(#_) {
  height: 48px;
}

.custom-footer__newsletter input.form-control {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 480px) {
  .custom-footer__newsletter input.form-control {
    text-align: left;
  }
}

input.form-control::placeholder {
  color: #000000;
}
input.form-control.search-input:focus::placeholder:not(#_) {
  color: #ffffff;
}

input.form-control.search-input::placeholder {
  color: #6E7276 !important;
}

.custom-footer__newsletter input.form-control::placeholder {
  color: #ffffff;
}

.footer-banners {
  margin: -5px;
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .footer-banners {
    margin-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .footer-banners {
    margin: calc(40px * -0.5);
    margin-bottom: 120px;
  }
}
body.in-spoluprace .footer-banners {
  margin-bottom: 84px;
}

.footer-banners .footer-banner {
  width: 33.3333333333%;
  padding: 5px;
}
@media (min-width: 992px) {
  .footer-banners .footer-banner {
    width: 16.6666666667%;
    padding: calc(40px * 0.5);
  }
}
.footer-banners .footer-banner a {
  border: 1px solid #ECECEC;
  display: block;
  padding: 100% 0 0 0;
}
.footer-banners .footer-banner a:hover {
  border-color: #000000;
}

.footer-banners .footer-banner a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  height: auto;
}

.footer-banners .footer-banner a span {
  display: none;
}

.product-slider-navigation:not(#_) {
  width: 48px;
  height: 48px;
  display: block;
  opacity: 1;
  background: #AA8F5B;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .product-slider-navigation:not(#_) {
    top: 50%;
  }
}
@media (min-width: 768px) {
  .product-slider-navigation:not(#_) {
    width: 64px;
    height: 64px;
  }
}
.products-alternative-wrapper .product-slider-navigation:not(#_) {
  margin-top: 90px;
}

.product-slider-navigation:not(#_).navigation-prev {
  left: -6px;
}
@media (max-width: 767px) {
  .product-slider-navigation:not(#_).navigation-prev {
    left: 8px;
  }
}
@media (min-width: 1460px) {
  .product-slider-navigation:not(#_).navigation-prev {
    left: -22px;
  }
}

.product-slider-navigation:not(#_).navigation-next {
  right: -6px;
}
@media (max-width: 767px) {
  .product-slider-navigation:not(#_).navigation-next {
    right: 8px;
  }
}
@media (min-width: 1460px) {
  .product-slider-navigation:not(#_).navigation-next {
    right: -22px;
  }
}

.product-slider-navigation:not(#_):hover {
  background: #C09A51;
}

.product-slider-navigation:not(#_)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/user/documents/upload/Images/caret-large.svg") no-repeat center;
}
.product-slider-navigation.navigation-prev:not(#_)::before {
  transform: rotate(180deg);
}

.home-product {
  background: #000000;
  padding: 100px 0 48px 0;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .home-product {
    padding-top: 120px;
    padding-bottom: 115px;
    margin-bottom: 120px;
  }
}
.home-product .products-wrapper {
  padding: 0;
  width: calc(100% + 20px);
  margin: -10px;
  margin-left: -10px;
  margin-right: -10px;
}

.home-product .homepage-group-title {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .home-product .homepage-group-title {
    font-size: 34px;
    margin-bottom: 59px;
  }
}
.home-product .homepage-group-title::before {
  color: #AA8F5B;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .home-product .homepage-group-title::before {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.stars:not(#_) {
  margin: 0;
  width: 80px;
}
.shp-tab-link .stars:not(#_) {
  margin-left: 8px;
}

.stars:not(#_) .star {
  width: 16px;
  height: 16px;
}
.stars:not(#_) .star::before {
  content: "";
  background: url("/user/documents/upload/Images/star.svg") no-repeat center;
}
.stars:not(#_) .star.star-off::before {
  opacity: 0.3;
}

.stars-label {
  margin-left: 8px;
  text-decoration: underline;
  font-size: 14px;
  line-height: 17px;
}

.product:not(#_) {
  padding: 0 10px;
  border: 0;
}
@media (min-width: 768px) {
  .product:not(#_) {
    padding: 10px;
  }
}
.product:not(#_):hover {
  box-shadow: none;
}

.p:not(#_) {
  background: #ffffff;
  padding: 12px 30px 40px;
  transition: background 0.2s ease-out;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p:not(#_) {
    padding: 32px 50px 70px;
    border-bottom: none;
    margin-bottom: 20px;
  }
}
.p:not(#_):hover {
  background: #ECECEC;
}

@media (min-width: 768px) {
  #cboxContent .p:not(#_) {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}

.p:not(#_) .image {
  margin-bottom: 24px;
}
.p:not(#_) .image img {
  mix-blend-mode: multiply;
}

.p:not(#_) .p-in {
  padding-top: 0;
}
.p:not(#_) .p-in .ratings-wrapper {
  margin-bottom: 20px;
}

.p:not(#_) .p-in .p-in-in .name {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .p:not(#_) .p-in .p-in-in .name {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
  }
}

.p:not(#_) .p-in .p-bottom {
  padding: 0;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p:not(#_) .p-in .p-bottom {
    margin-top: 20px;
  }
}
.p:not(#_) .p-in .p-bottom .prices .price-final {
  line-height: 24px;
}
.p:not(#_) .p-in .p-bottom .prices .price-final strong {
  color: #000000;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.p:not(#_) .p-in .p-bottom .availability {
  margin-top: 4px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #079204;
  font-family: "Clash Display", sans-serif !important;
}

.breadcrumb-in-detail:not(#_) {
  flex: 1;
  float: none;
  width: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .breadcrumb-in-detail:not(#_) {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .breadcrumb-in-detail:not(#_) {
    width: 580px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  margin-top: -10px;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -10px;
  }
  .category-top .breadcrumbs, body.in-kontakty .breadcrumbs, body.in-o-nas .breadcrumbs, body.in-spoluprace .breadcrumbs {
    margin-top: -28px;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-top: 0;
  }
}
.breadcrumb-in-detail .breadcrumbs {
  margin: 12px -10px 20px;
  display: flex;
}
@media (min-width: 992px) {
  .breadcrumb-in-detail .breadcrumbs {
    margin: 48px 0 32px;
  }
}

body.in-spoluprace .breadcrumbs, body.in-o-nas .breadcrumbs {
  justify-content: center;
}
@media (max-width: 767px) {
  body.in-spoluprace .breadcrumbs, body.in-o-nas .breadcrumbs {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  body.type-category .breadcrumbs {
    margin-top: -12px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px){
.breadcrumbs {
  margin: 48px auto;
}
body:not(.type-product) .breadcrumbs {
  margin: 24px auto;
}
.art-header .breadcrumbs {
    margin: 0;
  }
body.type-post .breadcrumbs {
    max-width: 940px;
  }
}

@media (max-width: 1199px) {
  .art-header .breadcrumbs {
    justify-content: center;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .art-header .breadcrumbs {
    justify-content: flex-start;
    margin-left: -20px;
  }
}

.breadcrumbs > span:nth-last-child(2) {
  display: inline-flex;
}

.breadcrumbs > span {
  display: none;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .breadcrumbs > span {
    display: inline-flex;
  }
}
.breadcrumbs > span a {
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
  color: #AA8F5B;
  text-decoration: none;
  line-height: 16px;
}
.breadcrumbs > span a:hover {
  color: #AA8F5B;
  text-decoration: underline;
}

.breadcrumbs > span a > span {
  color: #AA8F5B;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .breadcrumbs > span a > span {
    margin-left: auto;
  }
}
.breadcrumbs > span a:hover > span {
  color: #AA8F5B;
}

.breadcrumbs > span a::before {
  content: "";
  background: url("/user/documents/upload/Images/angle-down-vector-gold.svg") no-repeat center;
  width: 6.93px;
  height: 4.13px;
  transform: rotate(90deg);
  display: block;
  float: left;
  margin-left: 16px;
  margin-top: 6px;
}
.category-top .breadcrumbs > span a::before {
  margin-left: 0;
}

@media (min-width: 768px) {
  .breadcrumbs > span a::before {
    display: none;
  }
}

.breadcrumbs > span .navigation-bullet {
  display: none;
  width: 12px;
  height: 1px;
  overflow: hidden;
  text-indent: -1000px;
  background: #000000;
}
@media (min-width: 768px), (min-width: 768px) {
  .breadcrumbs > span .navigation-bullet {
    display: flex;
  }
}
.category-top .breadcrumbs > span .navigation-bullet, body.in-kontakty .breadcrumbs > span .navigation-bullet, body.in-o-nas .breadcrumbs > span .navigation-bullet, body.in-spoluprace .breadcrumbs > span .navigation-bullet {
  background: #ffffff;
}

.breadcrumbs > span > span:not(.navigation-bullet) {
  display: none;
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 16px;
}
@media (min-width: 768px), (min-width: 768px) {
  .breadcrumbs > span > span:not(.navigation-bullet) {
    display: flex;
  }
}
.category-top .breadcrumbs > span > span:not(.navigation-bullet), body.in-kontakty .breadcrumbs > span > span:not(.navigation-bullet), body.in-o-nas .breadcrumbs > span > span:not(.navigation-bullet), body.in-spoluprace .breadcrumbs > span > span:not(.navigation-bullet) {
  color: #ffffff;
}

.category-top {
  background: url("/user/documents/upload/Images/category-bg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 48px;
  padding-top: 88px;
  margin-top: -64px;
  overflow: hidden;
}
.category-top:not(#_) {
  z-index: 0;
}

@media (min-width: 768px) {
  .category-top {
    margin-top: -96px;
    padding-top: 96px;
  }
}

.category-top .container::before, .category-top .container::after {
  display: none;
  position: absolute;
  background: none;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(15deg);
  width: 183px;
  height: 218px;
  top: 92%;
  left: 40%;
  z-index: 2;
}

@media (min-width: 768px) {
  .category-top .container::before, .category-top .container::after {
    width: 500px;
    height: 600px;
    top: 65%;
    left: 60%;
  }
}
.category-top .container::after {
  width: 183px;
  height: 218px;
  top: 90%;
  margin-left: 55px;
  z-index: 1;
}
@media (min-width: 768px) {
  .category-top .container::after {
    width: 550px;
    height: 650px;
    top: 65%;
    margin-left: 175px;
  }
}

.category-top .container .category-title {
  margin: 20px 0 16px 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 44px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .category-top .container .category-title {
    margin: 24px 0 0 0;
    font-size: 56px;
    line-height: 64px;
  }
}

.category-top .container .category-perex {
  margin: 16px 0 45px 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .category-top .container .category-perex {
    margin: 24px 0 0 0;
  }
}
.category-top .container .category-perex p {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  font-family: "Clash Display", sans-serif !important;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .category-top .container .category-perex p {
    line-height: 26px;
    font-size: 18px;
    text-align: left;
  }
}

.spoluprace-zajem {
  max-width: 1460px;
  width: 100%;
  padding: 0;
  margin: 63px auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .spoluprace-zajem {
    margin: 80px auto;
  }
}
@media (min-width: 992px) {
  .spoluprace-zajem {
    flex-wrap: nowrap;
    padding: 0 10px;
  }
}
.spoluprace-zajem .text {
  padding: 48px 24px 45vw;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  flex-shrink: 1;
  background: black;
  text-align: center;
}
@media (min-width: 768px) {
  .spoluprace-zajem .text {
    padding: 80px 30px 36vw;
  }
}
@media (min-width: 992px) {
  .spoluprace-zajem .text {
    align-items: flex-start;
    width: 58%;
    padding: 80px;
    background: transparent;
    text-align: left;
  }
}
.spoluprace-zajem .text * {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .spoluprace-zajem .text::after {
    content: "";
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 824px;
    bottom: 0;
    z-index: 0;
  }
}

.spoluprace-zajem .text p {
  margin: 36px auto 35px;
  max-width: none;
  color: #ffffff;
  max-width: 465px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .spoluprace-zajem .text p {
    font-size: 16px;
  }
}

.spoluprace-zajem .image {
  position: relative;
  margin-top: -40vw;
  flex: 1 0 auto;
  min-width: 100vw;
  aspect-ratio: 1/0.825;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .spoluprace-zajem .image {
    min-width: 820px;
    margin-top: -136px;
    margin-bottom: 0;
  }
}
.spoluprace-zajem .image img {
  position: absolute;
  max-width: none;
  width: 135vw;
  left: 0;
  right: auto;
  top: 0;
}
@media (min-width: 992px) {
  .spoluprace-zajem .image img {
    width: 960px;
    left: auto;
    right: 0;
    transform: translateX(138px);
  }
}

body.type-category #products {
  margin: 32px -10px -10px -10px;
}
@media (min-width: 768px), (min-width: 768px) {
  body.type-category #products {
    margin: -10px;
  }
}

#category-header {
  margin: 48px 2px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 48px;
}
@media (min-width: 768px) {
  #category-header {
    margin: 100px 0 48px;
  }
}
#category-header form {
  height: 24px;
  margin-right: auto;
  flex-grow: 1;
  text-align: left;
}

#category-header .category-header-pagination {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: auto;
  flex: 0 1 auto;
}

#category-header .dropdown .products-listing-order-heading {
  display: none;
}

#category-header .dropdown #products-listing-order {
  display: none;
}

#category-header .dropdown .dropdown-menu {
  position: relative;
  display: flex !important;
  gap: 20px;
  border: 0;
  box-shadow: none;
  overflow-x: auto;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 12px 6px 12px;
  width: calc(100% + 24px);
}
@media (min-width: 768px) {
  #category-header .dropdown .dropdown-menu {
    gap: 48px;
    overflow-x: visible;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
#category-header .dropdown .dropdown-menu li strong {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 0;
}
@media (min-width: 768px) {
  #category-header .dropdown .dropdown-menu li strong {
    font-size: 20px;
    line-height: 24px;
  }
}

#category-header .dropdown .dropdown-menu li label {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0;
  transition: color 0.3s ease-out;
}
@media (min-width: 768px) {
  #category-header .dropdown .dropdown-menu li label {
    font-size: 20px;
    line-height: 24px;
  }
}
#category-header .dropdown .dropdown-menu li label:hover {
  color: #000000;
}

.art-header {
  background: #000000;
  padding: 40px 0 60px;
}
@media (max-width: 1199px) {
  .art-header {
    text-align: center;
  }
}
body.in-spoluprace .art-header, body.in-o-nas .art-header {
  background: url("/user/documents/upload/Images/palubni-deska.jpg") no-repeat center;
  background-size: cover;
  padding-top: 136px;
  padding-bottom: 120px;
  min-height: auto;
  margin-top: -96px;
  margin-bottom: 100px;
  overflow: hidden;
}
body.in-spoluprace .art-header:not(#_), body.in-o-nas .art-header:not(#_) {
  z-index: 0;
}

@media (max-width: 767px) {
  body.in-spoluprace .art-header, body.in-o-nas .art-header {
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  body.in-spoluprace .art-header, body.in-o-nas .art-header {
    min-height: 640px;
  }
}

body.in-spoluprace .art-header .container, body.in-o-nas .art-header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.in-spoluprace .art-header .container p, body.in-o-nas .art-header .container p {
  color: #ffffff;
  line-height: 40px;
  max-width: 700px;
  margin-top: -8px;
  text-align: center;
  font-size: 28px;
  font-family: "Clash Display", sans-serif !important;
}

.art-header .header-kontakt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  .art-header .header-kontakt {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.socialky {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .socialky {
    display: flex;
    gap: 0 48px;
  }
}
@media (min-width: 992px) {
  .socialky {
    display: block;
  }
}
.art-header .socialky {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 48px;
  max-width: 580px;
  justify-content: left;
}
@media (max-width: 1199px) {
  .art-header .socialky {
    margin: 0;
    flex: 1 1 100%;
    justify-content: center;
  }
}

.socialky li:not(#_) {
  padding: 0;
}

@media (min-width: 768px) {
  .socialky li:not(#_) {
    padding: 6px 0;
  }
}

.socialky h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 18px 0;
  min-width: 100%;
}

.socialky a {
  display: flex;
  align-items: center;
  text-indent: -100vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .socialky a {
    text-indent: 0;
    overflow: visible;
    display: inline-flex;
  }
}
.socialky a:hover {
  text-decoration: underline;
}

.art-header .socialky a {
  color: #ffffff;
}

.socialky a::before {
  content: "";
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .socialky a::before {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}
.socialky a.fb::before {
  background: url("/user/documents/upload/Images/facebook.svg") no-repeat center;
  background-size: auto 83.5%;
}

.socialky a.ig::before {
  background: url("/user/documents/upload/Images/instagram.svg") no-repeat center;
  background-size: auto 83.5%;
}

.socialky a.tt::before {
  background: url("/user/documents/upload/Images/tiktok.svg") no-repeat center;
  background-size: auto 100%;
}

.smart-label-wrapper label:not(#_) {
  padding-left: 0;
  color: #000000;
  height: 60px;
}

.kontakt-clanek .contact-box {
  min-height: 0;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .contact-box {
    padding-left: 0;
  }
}
.contact-box > img {
  display: none;
}

.art-header .contact-box ul {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 24px 86px;
}
@media (max-width: 991px) {
  .art-header .contact-box ul {
    flex-wrap: wrap;
    margin: 24px 0;
  }
}
@media (max-width: 767px) {
  .art-header .contact-box ul {
    flex-direction: column;
  }
}

.kontakt-two-cols .contact-box ul {
  clear: both;
  margin-top: 20px;
}

.kontakt-clanek .contact-box ul {
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -27px;
  gap: 32px 80px;
}
@media (min-width: 480px) {
  .kontakt-clanek .contact-box ul {
    flex-wrap: nowrap;
  }
}

.contact-box ul li {
  text-align: center;
}
@media (min-width: 768px) {
  #content .contact-box ul li {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .contact-box ul li {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .custom-footer .contact-box ul li {
    text-align: left;
  }
}

.contact-box ul li::before {
  content: none;
}

.contact-box ul li span {
  font-size: 14px;
}
@media (min-width: 768px) {
  .contact-box ul li span {
    font-size: 16px;
  }
}
.contact-box ul li span.mail {
  margin-top: 32px;
}
.art-header .contact-box ul li span.mail {
  margin: 0;
}

.kontakt-clanek .contact-box ul li span.mail {
  margin: 0;
}

.contact-box ul li span::before {
  display: none;
}

.contact-box ul li span::after {
  display: block;
}
.art-header .contact-box ul li span::after {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

.kontakt-clanek .contact-box ul li span::after {
  color: #ffffff;
}

.contact-box ul li span a {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #AA8F5B;
  display: block;
  white-space: nowrap;
  font-family: "Clash Display", sans-serif;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .contact-box ul li span a {
    font-size: 31px;
    line-height: 37px;
    margin-bottom: 0;
  }
}
.contact-box ul li span a:hover {
  text-decoration: underline;
}

.kontakt-two-cols .contact-box ul li span a {
  font-size: 38px;
}

.kontakt-clanek .contact-box ul li span a {
  font-size: 25px;
  line-height: 30px;
}

.kontakt-two-cols {
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: 1px solid #ECECEC;
  gap: 100px 0;
}
@media (max-width: 991px) {
  .kontakt-two-cols {
    flex-direction: column;
    align-items: center;
  }
}
.kontakt-two-cols > div:first-child {
  margin-right: 100px;
}
@media (max-width: 991px) {
  .kontakt-two-cols > div:first-child {
    margin-right: 0;
  }
}

.kontakt-two-cols > div:last-child {
  width: 698px;
}
@media (max-width: 991px) {
  .kontakt-two-cols > div:last-child {
    width: 100%;
  }
}

.osoba {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 1460px) {
  .osoba {
    margin-right: 30px;
  }
}
.osoba img {
  width: 102px;
  height: auto;
  margin-right: 28px;
}

.kontakt-clanek {
  display: flex;
  align-items: center;
  gap: 40px 50px;
  background: black;
  padding: 40px 40px 42px;
  margin-top: 84px;
  margin-bottom: 102px;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 480px) {
  .kontakt-clanek {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .kontakt-clanek {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .kontakt-clanek {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

#formContact fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
#formContact fieldset .form-group:not(.consents):not(.submit-wrapper) {
  min-width: 0;
  flex: 1 1 100%;
}
#formContact fieldset .form-group:not(.consents):not(.submit-wrapper):nth-of-type(1), #formContact fieldset .form-group:not(.consents):not(.submit-wrapper):nth-of-type(2) {
  flex: 0 1 calc(50% - 11px);
}
@media (max-width: 479px) {
  #formContact fieldset .form-group:not(.consents):not(.submit-wrapper):nth-of-type(1), #formContact fieldset .form-group:not(.consents):not(.submit-wrapper):nth-of-type(2) {
    flex: 1 1 100%;
  }
}

#formContact fieldset .form-group:not(.consents):not(.submit-wrapper) ::placeholder {
  font-size: 16px;
  color: black;
}

#formContact fieldset .consents {
  flex: 1 0 0;
  font-size: 14px;
  line-height: 17px;
  min-width: 0;
}
@media (max-width: 991px) {
  #formContact fieldset .consents {
    flex: 1 1 100%;
    text-align: center;
  }
}
#formContact fieldset .consents a {
  font-weight: normal;
}

#formContact fieldset .submit-wrapper {
  flex: 0 1 auto;
  margin-left: auto;
  text-align: right;
  min-width: 0;
}
@media (max-width: 991px) {
  #formContact fieldset .submit-wrapper {
    flex: 1 1 100%;
    text-align: center;
  }
}

.fakt-bank {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .fakt-bank {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.fakt-bank > div {
  margin-right: 155px;
}
@media (max-width: 991px) {
  .fakt-bank > div {
    margin-left: auto;
    margin-right: auto;
  }
}

.faq {
  max-width: 700px;
  margin: 102px auto;
}
.faq .faq-item {
  position: relative;
  padding-left: 48px;
  border-bottom: 1px solid #ECECEC;
}
.faq .faq-item:first-of-type {
  margin-top: 78px;
}

.faq .faq-item::before {
  content: "+";
  display: inline-block;
  font-family: "Clash Display", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: black;
  position: absolute;
  left: 0;
  top: -1px;
  pointer-events: none;
}
.faq .faq-item.otevreno::before {
  content: "-";
}

.faq .faq-item p:not(#_) {
  margin-top: -8px;
}

body.type-post article {
  max-width: 940px;
  margin: 32px auto 80px;
}

article .text p:not(#_) {
  margin: 0 0 40px;
}

article .text p img {
  margin-bottom: 40px;
}
article .text p:nth-of-type(2) img {
  margin: 24px 0;
  max-width: none;
  width: 100vw;
  margin-left: calc((100vw - 100%) * -0.5);
}
@media (min-width: 992px) {
  article .text p:nth-of-type(2) img {
    width: calc(100vw - 40px);
    margin-left: calc((100vw - 100% - 40px) * -0.5);
  }
}
@media (min-width: 1460px) {
  article .text p:nth-of-type(2) img {
    width: 1420px;
    margin-left: -240px;
  }
}

article .text p img[style*="float: left"] {
  float: none !important;
}
@media (min-width: 768px) {
  article .text p img[style*="float: left"] {
    margin-right: 40px !important;
    float: left !important;
  }
}

article .text p img[style*="float: right"] {
  float: none !important;
}
@media (min-width: 768px) {
  article .text p img[style*="float: right"] {
    margin-left: 40px !important;
    float: right !important;
  }
}

article .text p a:not(.btn) {
  color: #AA8F5B;
  text-decoration: underline;
}
article .text p a:not(.btn):hover {
  color: #000000;
}

.popup-widget::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  transform: translate3d(0);
  pointer-events: none;
}
.popup-widget.user-action-cart::after {
  top: 78px;
}
body.admin-logged .popup-widget.user-action-cart::after {
  top: 106px;
}

html.scrolled .popup-widget.user-action-cart::after {
  top: 0;
}

.popup-widget .popup-widget-inner {
  position: relative;
  z-index: 1;
}

.popup-widget.user-action-cart {
  left: auto;
  right: 0;
  max-width: 700px;
  width: auto;
  box-shadow: none;
  border: 0;
}
.popup-widget.user-action-cart:not(._) {
  top: 60px;
}

body.admin-logged .popup-widget.user-action-cart:not(._) {
  top: 84px;
}

@media (max-width: 767px) {
  .popup-widget.user-action-cart {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .popup-widget.user-action-cart {
    right: 20px;
  }
}
@media (min-width: 1460px) {
  .popup-widget.user-action-cart {
    right: calc((100vw - 1440px) / 2);
  }
}
.popup-widget.user-action-cart:not(._)::before {
  top: -4px;
  right: 14px;
  box-sizing: content-box;
  background-clip: content-box;
}

.popup-widget.user-action-cart .popup-widget-inner {
  padding: 32px 8px;
}
@media (min-width: 480px) {
  .popup-widget.user-action-cart .popup-widget-inner {
    padding: 32px 16px;
  }
}
@media (min-width: 768px) {
  .popup-widget.user-action-cart .popup-widget-inner {
    padding: 32px;
  }
}
.popup-widget.user-action-cart .popup-widget-inner::before {
  content: "Ve vašem košíku máte";
  display: block;
  color: black;
  font-family: "Clash Display", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.popup-widget.user-action-cart .popup-widget-inner .cart-widget-products {
  overflow-x: hidden;
  overflow-x: clip;
  margin-top: 10px;
}
.popup-widget.user-action-cart .popup-widget-inner .cart-widget-bottom {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .popup-widget.user-action-cart .popup-widget-inner .cart-widget-bottom {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.popup-widget.user-action-cart .popup-widget-inner .cart-widget-bottom .cart-widget-button {
  padding: 0;
}

.popup-widget.user-action-cart .popup-widget-inner .cart-widget-bottom .cart-free-shipping {
  font-size: 14px;
  line-height: 1.2;
  color: #5B636A;
  background: url("/user/documents/upload/Images/icon-transport.svg") no-repeat left center;
  background-size: 30px auto;
  padding: 16px 16px 16px 46px;
  text-align: left;
  width: auto;
}
@media (min-width: 768px) {
  .popup-widget.user-action-cart .popup-widget-inner .cart-widget-bottom .cart-free-shipping {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.popup-widget.user-action-cart .popup-widget-inner .cart-widget-bottom .cart-free-shipping strong {
  white-space: nowrap;
}

.popup-widget.user-action-cart .popup-widget-inner .cart-widget-bottom .cart-free-shipping .price-range {
  display: none;
}

.cart-widget-product {
  border-bottom-color: #ECECEC;
  padding: 16px 0;
  table-layout: auto;
  display: grid;
  grid-template-columns: 80px 1fr max-content 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .cart-widget-product {
    display: table;
  }
}
.cart-widget-product .cart-widget-product-image {
  width: 80px;
  height: 80px;
}
.cart-widget-product .cart-widget-product-image a {
  display: block;
  height: 100%;
}
.cart-widget-product .cart-widget-product-image a img {
  display: block;
  width: 80px;
  max-width: none;
  max-height: none;
}

.cart-widget-product .cart-widget-product-name {
  flex: 1 1 auto;
  width: auto;
  padding-right: 40px;
  grid-column: 2/span 2;
  grid-row: 1;
}
@media (min-width: 480px) {
  .cart-widget-product .cart-widget-product-name {
    grid-column: 2;
  }
}
@media (min-width: 768px) {
  .cart-widget-product .cart-widget-product-name {
    width: 50%;
  }
}
.cart-widget-product .cart-widget-product-name strong {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 1px;
  margin-left: 16px;
  max-height: 2.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cart-widget-product .cart-widget-product-amount {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 768px) {
  .cart-widget-product .cart-widget-product-amount {
    width: 1%;
  }
}

.cart-widget-product .cart-widget-product-unit:not(._) {
  display: none;
}

.cart-widget-product .cart-widget-product-price {
  font-family: "Clash Display", sans-serif;
  letter-spacing: 1px;
  white-space: nowrap;
  padding-left: 40px;
  grid-column: 3;
  grid-row: 2;
}
@media (min-width: 480px) {
  .cart-widget-product .cart-widget-product-price {
    grid-row: 1;
  }
}
@media (min-width: 768px) {
  .cart-widget-product .cart-widget-product-price {
    width: 1%;
  }
}

.cart-widget-product .cart-widget-product-delete {
  visibility: visible;
  padding-left: 16px;
  box-sizing: content-box;
  grid-column: 4;
  grid-row: 1;
}
.cart-widget-product .cart-widget-product-delete button {
  position: relative;
  top: -2px;
  color: black;
  opacity: 0.4;
}
.cart-widget-product .cart-widget-product-delete button:hover {
  opacity: 1;
}
.cart-widget-product .cart-widget-product-delete button:hover::before {
  color: black;
}

.quantity {
  display: inline-flex;
  align-items: stretch;
  height: 40px;
}
.quantity:not(._):not(._) {
  border: 0;
  box-shadow: none;
}

.quantity input.amount {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
}
.quantity input.amount:not(._):not(._) {
  width: 40px;
  height: 40px;
}

body.type-detail .quantity input.amount {
  color: #000000;
  font-weight: 600;
}

.cart-table .quantity input.amount {
  color: #000000;
  font-weight: 600;
}

.quantity .decrease, .quantity .increase {
  border-radius: 100%;
  overflow: hidden;
  background: url("/user/documents/upload/Images/button-minus.svg") no-repeat center center;
  background-size: contain;
}
.quantity .decrease:not(._), .quantity .increase:not(._) {
  width: 40px;
  height: 40px;
}

.quantity .decrease:hover, .quantity .increase:hover {
  background-image: url("/user/documents/upload/Images/button-minus-hover.svg");
}

.quantity .decrease::before, .quantity .increase::before {
  content: none;
}

.quantity .increase {
  background-image: url("/user/documents/upload/Images/button-plus.svg");
}
.quantity .increase:hover {
  background-image: url("/user/documents/upload/Images/button-plus-hover.svg");
}

.popup-widget.user-action-login {
  width: 940px;
  max-width: 100%;
  left: auto;
  right: 50%;
  margin-right: -50%;
  border: 0;
  overflow: auto;
}
.popup-widget.user-action-login:not(._) {
  top: 80px;
  max-height: calc(100vh - 80px);
  bottom: auto;
}

@media (min-width: 992px) {
  .popup-widget.user-action-login {
    margin-right: -470px;
  }
}
body.admin-logged .popup-widget.user-action-login:not(._) {
  top: 104px;
  max-height: calc(100vh - 104px);
}

.popup-widget.user-action-login::before {
  content: none;
}

.popup-widget.user-action-login .popup-widget-inner {
  display: flex;
  padding: 0;
  border: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .popup-widget.user-action-login .popup-widget-inner {
    flex-direction: row;
  }
}
.popup-widget.user-action-login .popup-widget-inner #customerLogin {
  flex-basis: 50%;
  padding: 40px;
}
.popup-widget.user-action-login .popup-widget-inner #customerLogin::before {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: black;
}

.popup-widget.user-action-login .popup-widget-inner #customerLogin form {
  margin-top: 24px;
}
.popup-widget.user-action-login .popup-widget-inner #customerLogin form > .form-group {
  margin-bottom: 24px;
}
.popup-widget.user-action-login .popup-widget-inner #customerLogin form > .form-group .login-wrapper {
  padding: 0;
  text-align: center;
}
.popup-widget.user-action-login .popup-widget-inner #customerLogin form > .form-group .login-wrapper .password-helper {
  margin: 48px 0 22px;
  float: none;
  width: auto;
}
.popup-widget.user-action-login .popup-widget-inner #customerLogin form > .form-group .login-wrapper .password-helper a[data-testid=signup] {
  display: none;
}

.popup-widget.user-action-login .popup-widget-inner #customerLogin form > .form-group .login-wrapper .password-helper a:not([data-testid=signup]) {
  float: none;
  text-decoration: underline;
}
.popup-widget.user-action-login .popup-widget-inner #customerLogin form > .form-group .login-wrapper .password-helper a:not([data-testid=signup]):hover {
  text-decoration: none;
}

.popup-widget.user-action-login .popup-widget-inner #customerLogin form .social-login-buttons::before, .popup-widget.user-action-login .popup-widget-inner #customerLogin form .social-login-buttons::after {
  background: #ECECEC;
}

.popup-widget.user-action-login .popup-widget-inner #customerLogin form .social-login-buttons .social-login-buttons-divider {
  font-size: 14px;
  line-height: 17px;
  color: #5B636A;
  margin-bottom: 32px;
}

.popup-widget.user-action-login .popup-widget-inner .registrace-box {
  flex-basis: 50%;
  padding: 40px;
  background: url("/user/documents/upload/Images/bg-registrace.jpg");
  background-size: cover;
}
.popup-widget.user-action-login .popup-widget-inner .registrace-box > p {
  line-height: 19px;
}

.popup-widget.user-action-login .popup-widget-inner .registrace-box .box-inner {
  margin-top: 42px;
  margin-bottom: 40px;
}
.popup-widget.user-action-login .popup-widget-inner .registrace-box .box-inner > p {
  background: url("/user/documents/upload/Images/checkmark-in-circle.svg") no-repeat left center;
  background-size: 20px;
  padding-left: 32px;
  margin: 22px 0;
}

.popup-widget.user-action-login .popup-widget-inner .close {
  width: 47px;
  height: 47px;
  background: url("/user/documents/upload/Images/window-close.svg") no-repeat center center;
  background-size: 11px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.6;
  cursor: pointer;
  filter: invert(1);
}
@media (min-width: 768px) {
  .popup-widget.user-action-login .popup-widget-inner .close {
    filter: none;
  }
}
.popup-widget.user-action-login .popup-widget-inner .close:hover {
  opacity: 1;
}

.product-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 48px 0 48px;
}
@media (min-width: 768px) {
  .product-boxes {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    margin: 80px 0 100px;
  }
}
@media (min-width: 992px) {
  .product-boxes {
    flex-wrap: nowrap;
  }
}
.product-boxes > div {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .product-boxes > div {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .product-boxes > div {
    flex: 1 1 auto;
  }
}
.product-boxes > div p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-boxes > div p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .product-boxes + p > img {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    max-width: none;
  }
}

.shp-tabs-wrapper .shp-tabs-row {
  margin-bottom: 0;
  padding: 0;
}

.shp-tabs-wrapper > .row > .col-sm-12:not(#_) {
  padding: 0;
}

.shp-tabs-holder {
  padding: 0 0 32px;
  border-bottom: 1px solid #ECECEC;
}
.shp-tabs-holder:not(._) {
  margin: 100px 0;
}

@media (max-width: 767px) {
  .shp-tabs-holder {
    display: none;
  }
}
.shp-tabs-holder .p-detail-tabs .shp-tab:not(#_) {
  text-decoration: none;
}

.shp-tabs-holder .p-detail-tabs .shp-tab .shp-tab-link {
  padding: 0 24px;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.shp-tabs-holder .p-detail-tabs .shp-tab.active .shp-tab-link {
  color: #000000;
}

.shp-tabs-holder .p-detail-tabs .shp-tab .shp-tab-link:hover {
  color: #000000;
}

.cart-header {
  margin: 16px 0 32px;
  gap: 20px;
}
.cart-header:not(#_) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cart-header {
    gap: 145px;
  }
  .cart-header:not(#_) {
    margin: 32px 0 50px;
  }
}
@media (min-width: 1200px) {
  .cart-header:not(#_) {
    margin: 32px 0 80px;
  }
}
.cart-header .step {
  width: 33.3333333333%;
  padding: 0;
}
@media (min-width: 768px) {
  .cart-header .step {
    width: auto;
  }
}
.cart-header .step a::before {
  background: none;
  border: 0;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #5B636A;
  opacity: 0.5;
  width: auto;
  height: auto;
  margin: 0 auto 5px;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .cart-header .step a::before {
    font-size: 20px;
    line-height: 24px;
  }
}
.cart-header .step.completed a::before {
  background: none;
  color: #000000;
  opacity: 1;
}

.cart-header .step a span {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  color: #5B636A;
  font-size: 11px;
  display: block;
}
@media (min-width: 768px) {
  .cart-header .step a span {
    font-size: 16px;
  }
}
.cart-header .step.completed a span {
  color: #000000;
  text-decoration: none;
}

.cart-header .step a span::after {
  width: 24px;
  height: 1px;
  background: #000000;
  border: 0;
  top: 5px;
  left: calc(100% - 2px);
}
@media (min-width: 768px) {
  .cart-header .step a span::after {
    width: 48px;
    top: 50%;
    left: calc(100% + 48px);
  }
}

.cart-header .step strong {
  font-size: 11px;
  display: block;
}
@media (min-width: 768px) {
  .cart-header .step strong {
    font-size: 16px;
  }
}
.cart-header .step strong::before {
  background: none;
  border: 0;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #5B636A;
  opacity: 0.5;
  width: auto;
  height: auto;
  margin: 0 auto 5px;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .cart-header .step strong::before {
    font-size: 20px;
    line-height: 24px;
  }
}
.cart-header .step.active strong::before {
  background: none;
  border: 0;
  color: #AA8F5B;
  opacity: 1;
}

.cart-header .step strong span {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  color: #5B636A;
}
.cart-header .step.active strong span {
  color: #AA8F5B;
}

.cart-header .step strong span::after {
  width: 24px;
  height: 1px;
  background: #000000;
  border: 0;
  top: 5px;
  left: calc(100% - 2px);
}
@media (min-width: 768px) {
  .cart-header .step strong span::after {
    width: 48px;
    top: 50%;
    left: calc(100% + 48px);
  }
}

.search-form {
  top: -9px;
  background: transparent;
}
.search-form:hover {
  background: transparent;
}

.search-form .search-input-icon {
  display: none;
}

#description {
  width: 100%;
}
#description .basic-description {
  padding-right: 0;
}

.p-detail-inner:not(#_) {
  gap: 60px;
}
@media (min-width: 1200px) {
  .p-detail-inner:not(#_) {
    gap: 140px;
  }
}
.p-detail-inner:not(#_) .p-image-wrapper {
  flex: 1 1 50%;
  padding: 0;
  width: auto;
}
@media (min-width: 992px) {
  .p-detail-inner:not(#_) .p-image-wrapper {
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  .p-detail-inner:not(#_) .p-image-wrapper {
    flex: 1;
  }
}
.p-detail-inner:not(#_) .p-image-wrapper .p-detail-inner-header-mobile {
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
}
.p-detail-inner:not(#_) .p-image-wrapper .p-detail-inner-header-mobile .stars-wrapper {
  margin-top: 5px;
  justify-content: center;
}

.p-detail-inner:not(#_) .p-image-wrapper .p-detail-inner-header-mobile .h1 {
  margin: 20px 0 10px;
  padding: 0;
  font-size: 40px;
}

.p-detail-inner:not(#_) .p-image-wrapper .p-detail-inner-header-mobile .p-short-description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.p-detail-inner:not(#_) .p-image-wrapper .p-detail-inner-header-mobile .p-short-description p {
  margin-bottom: 0;
}

.p-detail-inner:not(#_) .p-image-wrapper .p-image {
  padding-bottom: 11px;
}
.p-detail-inner:not(#_) .p-image-wrapper .p-image + .row {
  margin-left: 0;
  margin-right: 0;
}

.p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper {
  max-width: 430px;
  padding: 0;
  margin: 0 auto;
  float: none;
}
.p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails {
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails {
    overflow: visible;
    height: auto;
  }
}
.p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails.overflow-next::after {
  display: none;
}

.p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner {
    height: auto;
    position: static;
    margin-bottom: -30px;
  }
}
.p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 480px) {
  .p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div {
    display: inline-block;
  }
}

.p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .thumbnail-next {
  display: none;
}

.p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .thumbnail-prev {
  display: none;
}

.p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnail {
  width: 97px;
  height: 97px;
  padding: 0 2px;
}
@media (min-width: 480px) {
  .p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnail {
    width: 110px;
    height: 100px;
    padding: 0 5px;
  }
}
.p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnail.next-photos {
  flex: 1 0 100%;
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  font-family: "Clash Display", sans-serif;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #000000;
  padding-top: 8px;
}
@media (min-width: 480px) {
  .p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnail.next-photos {
    background: #ECECEC;
    width: 100px;
    height: 100px;
    padding: 20px;
  }
}
.p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .next-photos.p-thumbnail:hover {
  text-decoration: none;
}

.p-detail-inner:not(#_) .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnail.highlighted img {
  border: 1px solid #000000;
}

.p-detail-inner:not(#_) .p-data-wrapper {
  flex: 1 1 50%;
}
@media (min-width: 1200px) {
  .p-detail-inner:not(#_) .p-data-wrapper {
    flex: 0 1 580px;
  }
}
.p-detail-inner:not(#_) .p-data-wrapper .p-detail-inner-header {
  margin-bottom: 8px;
}

.p-detail-inner:not(#_) .p-data-wrapper .p-short-description {
  padding-bottom: 40px;
  margin-bottom: 32px;
  border-bottom: 2px solid #000000;
}
.p-detail-inner:not(#_) .p-data-wrapper .p-short-description p {
  margin: 0;
}
.p-detail-inner:not(#_) .p-data-wrapper .p-short-description p a {
  padding: 0 5px;
  text-decoration: underline;
}
.p-detail-inner:not(#_) .p-data-wrapper .p-short-description p a:hover {
  text-decoration: none;
}

.p-detail-inner:not(#_) .p-data-wrapper .detail-parameters {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .p-detail-inner:not(#_) .p-data-wrapper .detail-parameters {
    margin-bottom: 32px;
  }
}
.p-detail-inner:not(#_) .p-data-wrapper .detail-parameters tbody {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 480px) {
  .p-detail-inner:not(#_) .p-data-wrapper .detail-parameters tbody {
    flex-direction: row;
    align-items: center;
  }
}
.p-detail-inner:not(#_) .p-data-wrapper .detail-parameters tbody tr .availability-label {
  margin: 0;
  font-weight: 600;
}

.p-detail-inner:not(#_) .p-data-wrapper .detail-parameters tbody tr .shipping-options {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.p-detail-inner:not(#_) .p-data-wrapper .detail-parameters tbody tr .shipping-options:hover {
  text-decoration: none;
}

.p-detail-inner:not(#_) .p-data-wrapper .detail-parameters tbody tr td {
  padding: 0;
}

.p-detail-inner:not(#_) .p-data-wrapper .p-to-cart-block {
  background: transparent;
  padding: 0;
  flex-wrap: wrap;
}
.p-detail-inner:not(#_) .p-data-wrapper .p-to-cart-block .p-final-price-wrapper {
  width: 50%;
  margin: 0;
  text-align: right;
  flex-basis: 50%;
}
.p-detail-inner:not(#_) .p-data-wrapper .p-to-cart-block .p-final-price-wrapper .price-final {
  color: #000000;
  font-size: 31px;
  line-height: 37px;
}
.p-detail-inner:not(#_) .p-data-wrapper .p-to-cart-block .p-final-price-wrapper .price-final .price-final-holder {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 28px;
}
@media (min-width: 480px) {
  .p-detail-inner:not(#_) .p-data-wrapper .p-to-cart-block .p-final-price-wrapper .price-final .price-final-holder {
    font-size: 31px;
  }
}

.p-detail-inner:not(#_) .p-data-wrapper .p-to-cart-block .add-to-cart {
  width: 50%;
  justify-content: flex-start;
}

.cart-inner {
  padding: 0;
}
.cart-inner:not(#_) {
  width: 100%;
}

.cart-inner .next-step {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .cart-inner .next-step {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.next-step-back {
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  color: #000000;
}
.next-step-back:hover {
  text-decoration: none;
}

#cart-wrapper .next-step-back {
  order: 2;
}
@media (max-width: 767px) {
  #cart-wrapper .next-step-back:not(._) {
    margin: 2px auto 80px auto;
    order: 100;
    text-align: center;
  }
}
@media (max-width: 1459px) {
  #cart-wrapper .next-step-back {
    order: 4;
    flex: 1 0 100%;
    margin-top: 64px;
  }
}

#checkoutSidebar .next-step-back {
  margin-top: 48px;
}
@media (max-width: 767px) {
  #checkoutSidebar .next-step-back {
    margin-top: 32px;
  }
}

.next-step-back::before {
  content: "";
  margin: 0 16px 0 0;
  width: 7px;
  height: 5px;
  background: url("/user/documents/upload/Images/arrow-down.svg") no-repeat center;
  transform: rotate(90deg);
}

#cart-wrapper .row.summary {
  margin-top: 48px;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  #cart-wrapper .row.summary {
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
  }
}
#cart-wrapper .row.summary > .col-md-8 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: auto;
  flex-grow: 1;
  padding: 0;
}
@media (max-width: 767px) {
  #cart-wrapper .row.summary > .col-md-8 {
    flex-basis: 100%;
  }
}
#cart-wrapper .row.summary > .col-md-8 .coupon-input {
  padding: 0;
  min-width: 100%;
  order: 1;
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  #cart-wrapper .row.summary > .col-md-8 .coupon-input {
    margin-bottom: 32px;
    order: -1;
  }
}
#cart-wrapper .row.summary > .col-md-8 .coupon-input .toggle-coupon-input-button {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  color: #000000;
}
#cart-wrapper .row.summary > .col-md-8 .coupon-input .toggle-coupon-input-button:hover {
  text-decoration: none;
}

#cart-wrapper .row.summary > .col-md-8 .coupon-input .toggle-coupon-input-button::after {
  content: "";
  margin-left: 16px;
  width: 7px;
  height: 5px;
  background: url("/user/documents/upload/Images/arrow-down.svg") no-repeat center;
}
#cart-wrapper .row.summary > .col-md-8 .coupon-input .toggle-coupon-input-button.discount-coupon-visible::after {
  transform: rotate(180deg);
}

#cart-wrapper .row.summary > .col-md-8 .coupon-input .discount-coupon form {
  display: flex;
}
@media (max-width: 767px) {
  #cart-wrapper .row.summary > .col-md-8 .coupon-input .discount-coupon form {
    flex-wrap: wrap;
    margin-top: 16px;
  }
}

#cart-wrapper .row.summary > .col-md-8 .box {
  order: 3;
  margin-left: auto;
}
@media (max-width: 1459px) {
  #cart-wrapper .row.summary > .col-md-8 .box {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #cart-wrapper .row.summary > .col-md-8 .box {
    order: 5;
    margin: 32px auto;
    padding-top: 6px;
  }
  body.in-kosik #cart-wrapper .row.summary > .col-md-8 .box {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

#cart-wrapper .row.summary > .col-md-4 {
  padding: 0;
  flex: 0 0 460px;
  margin-left: 140px;
}
@media (max-width: 1199px) {
  #cart-wrapper .row.summary > .col-md-4 {
    flex: 0 0 400px;
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  #cart-wrapper .row.summary > .col-md-4 {
    display: none;
  }
}

#cart-wrapper .row.summary .next-step {
  margin: 32px 0 0 0;
}
@media (max-width: 767px) {
  #cart-wrapper .row.summary .next-step {
    margin: 32px 9px 0px 11px;
    padding-top: 0;
    width: 100%;
  }
  body.in-kosik #cart-wrapper .row.summary .next-step {
    margin-left: 0;
    margin-right: 0;
  }
}

.price-wrapper:not(#_) {
  padding-top: 0;
  display: grid;
  grid-template-columns: 5fr 1fr;
}
.price-wrapper:not(#_) span {
  text-align: left;
}
.price-wrapper:not(#_) span.price-primary {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 767px) {
  .price-wrapper:not(#_) span.price-primary {
    font-size: 16px;
    line-height: 20px;
  }
}

.price-wrapper:not(#_) span.price-secondary {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5B636A;
  padding-top: 8px;
}

.price-wrapper:not(#_) strong {
  padding: 0;
  text-align: left;
}
.price-wrapper:not(#_) strong.price-primary {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 31px;
  line-height: 37px;
  color: #000000;
}
@media (max-width: 767px) {
  .price-wrapper:not(#_) strong.price-primary {
    font-size: 28px;
    line-height: 32px;
    text-align: right;
  }
}

.price-wrapper:not(#_) strong.price-secondary {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5B636A;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .price-wrapper:not(#_) strong.price-secondary {
    text-align: right;
  }
}

.extra.delivery {
  padding: 0;
}
body.in-kosik .extra.delivery {
  min-width: 460px;
}
@media (max-width: 1199px) {
  body.in-kosik .extra.delivery {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.in-kosik .extra.delivery {
    min-width: 0;
    width: 100%;
  }
}

#colorbox .extra.delivery {
  margin: 0;
  flex-grow: 1;
}
@media (max-width: 991px), (max-width: 991px) {
  #colorbox .extra.delivery {
    order: -1;
  }
}

#colorbox .shipping-options-popup .extra.delivery {
  margin-top: 20px;
}

.extra.delivery span {
  font-size: 14px;
  line-height: 17px;
  color: #5B636A;
  padding-left: 47px;
  position: relative;
  display: block;
}
.extra.delivery span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 30px;
  height: 25px;
  background: url("/user/documents/upload/Images/delivery.svg") no-repeat center;
}
@media (min-width: 992px) {
  #colorbox .extra.delivery span::before {
    top: 5px;
  }
}

.extra.delivery strong {
  font-weight: 400;
  color: #000000;
}

.extra.delivery .price-range {
  margin: 12px 0 0 0;
  height: 4px;
  background: #D0D0D0;
  position: relative;
  margin-left: -47px;
  width: calc(100% + 47px);
  max-width: none;
}
.extra.delivery .price-range::before {
  display: none;
}

.extra.delivery .price-range div {
  background: #AA8F5B;
}

.extra.delivery .delivery-time {
  margin: 15px 0 0 0;
  color: #5B636A;
  font-size: 14px;
  line-height: 17px;
}
.extra.delivery .delivery-time strong {
  color: #5B636A;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  transform: translate3d(0);
  opacity: 1 !important;
}

@media (min-width: 992px) {
  #colorbox.roz-obj {
    width: 1004px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

#colorbox.roz-obj #cboxWrapper {
  max-width: 100%;
}

#colorbox.roz-obj #cboxContent {
  background: transparent;
  max-width: 100%;
}

#colorbox #cboxContent #cboxLoadedContent {
  overflow: visible !important;
}
#colorbox.roz-obj #cboxContent #cboxLoadedContent {
  max-width: 100%;
}

#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content {
  padding: 32px;
  overflow: auto;
}
@media (max-width: 479px) {
  #colorbox #cboxContent #cboxLoadedContent .colorbox-html-content {
    padding: 0;
  }
}

#colorbox #cboxContent .h1 {
  background: #ffffff;
  padding: 48px 48px 0 48px;
  margin: 0;
  text-align: left;
  font-size: 39px;
  display: flex;
  align-items: center;
}
#colorbox #cboxContent .h1::before {
  content: "";
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: url("/user/documents/upload/Images/checkmark-in-circle.svg") no-repeat center;
  background-size: 26px auto;
  margin-right: 16px;
}

#colorbox #cboxContent .h2 {
  padding: 0 48px 48px 48px;
  background: #ffffff;
  margin: 0;
  text-align: left;
  font-weight: 400;
  font-size: 25px;
  color: #5B636A;
}
#colorbox.roz-obj #cboxContent .h2 {
  font-weight: 400;
  padding-top: 8px;
  line-height: 30px;
}

#colorbox #cboxContent .h2.advanced-order-suggestion {
  border: 0;
  margin-top: 8px;
  padding: 40px;
  text-align: center;
  font-weight: 600;
  color: #000000;
}

#colorbox #cboxContent .extras-wrap {
  background: #ECECEC;
  padding: 24px;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  #colorbox #cboxContent .extras-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
#colorbox #cboxContent .extras-wrap .do-obchodu {
  background: #ffffff;
  height: 56px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  padding: 0 32px;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  transition: background 0.2s ease-out;
}
#colorbox #cboxContent .extras-wrap .do-obchodu:hover {
  background: lightgray;
}

#colorbox #cboxContent .extras-wrap .do-obchodu::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/user/documents/upload/Images/arrow-down.svg") no-repeat center;
  margin-right: 8px;
  transform: rotate(90deg);
}

#colorbox #cboxContent .extras-wrap .extra.step {
  margin: 0;
  padding: 0;
  width: auto;
}

#colorbox #cboxContent .products-wrapper {
  background: #ffffff;
}
#colorbox.roz-obj #cboxContent .products-wrapper {
  padding-bottom: 0;
}

#cboxClose {
  top: 5px;
  right: 5px;
}
.roz-obj #cboxClose {
  top: 36px;
  right: 36px;
}
@media (max-width: 479px) {
  .roz-obj #cboxClose {
    top: 5px;
    right: 1px;
  }
}

#cboxClose::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/user/documents/upload/Images/close.svg") no-repeat center;
  top: 0;
  left: 0;
  opacity: 0.4;
  transition: opacity 0.2s ease-out;
}
#cboxClose:hover::before {
  opacity: 1;
}

.custom-footer__instagram {
  text-align: center;
  margin: 190px 0 100px;
  position: relative;
}
.custom-footer__instagram::before {
  width: 921px;
  height: 137px;
  background: url("/user/documents/upload/Images/instagram-daillo.svg") no-repeat center;
  left: 50%;
  top: 0;
  position: absolute;
  z-index: 0;
  transform: translate(-50%, -40%);
}

.custom-footer__instagram .ig-text {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  font-family: "Clash Display", sans-serif !important;
  position: relative;
  z-index: 1;
}
.custom-footer__instagram .ig-text a {
  color: #AA8F5B;
}

body.in-dekujeme .cart-table {
  font-size: 16px;
  color: black;
}
@media (min-width: 992px) {
  body.in-dekujeme .cart-table {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
  }
}

@media (max-width: 991px) {
  .cart-table {
    border-bottom: 0;
  }
}
.cart-table .cart-table-header {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}
body.in-dekujeme .cart-table .cart-table-header {
  display: none;
}

.cart-table .cart-table-header td {
  border: 0;
  border-bottom: 1px solid #ECECEC;
  background-color: transparent;
}
.cart-table .cart-table-header td:not(#_) {
  padding: 0 0 24px 0;
  text-align: left;
}

.cart-table .cart-table-header td.cart-p-image {
  width: 94px;
}

.cart-table .cart-table-header td.p-name {
  width: 35%;
}

.cart-table .cart-table-header td.p-quantity {
  width: 15%;
}

.cart-table .cart-table-header td.p-price {
  width: 13%;
}

.cart-table .cart-table-header td.p-total {
  width: auto;
}

@media (max-width: 991px) {
  .cart-table tr {
    border: 1px solid #ECECEC !important;
    padding: 16px 25px 24px 16px;
    position: relative;
  }
}
.cart-table tr td {
  border: 0;
  border-bottom: 1px solid #ECECEC;
  background-color: transparent;
}
.cart-table tr td:not(#_) {
  padding: 16px 0;
  text-align: left;
}

@media (max-width: 991px) {
  .cart-table tr td {
    border: none;
  }
}
@media (max-width: 991px) {
  .cart-table tr td.cart-p-image {
    width: 64px;
    flex: 0 0 64px;
  }
}

.cart-table tr td.p-availability {
  width: 19%;
}

.cart-table tr td.p-name:not(#_) {
  padding-right: 20px;
  align-self: flex-start;
}

@media (max-width: 991px) {
  .cart-table tr td.p-name {
    flex: 1 1 calc(100% - 64px);
    position: static;
  }
  .cart-table tr td.p-name:not(#_) {
    padding-left: 10px;
    padding-top: 0;
    padding-right: 10px;
  }
}
body.in-dekujeme .cart-table tr td.p-name {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
  width: 340px;
}

body.in-dekujeme .cart-table tr td.p-price {
  color: #5B636A;
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
  width: 15%;
}

@media (max-width: 991px) {
  .cart-table tr td.p-price {
    width: 40%;
    flex-basis: 40%;
  }
  .cart-table tr td.p-price:not(#_) {
    text-align: right;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    color: #5B636A;
  }
  .cart-table tr td.p-price:not(#_) * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
  }
}

body.in-dekujeme .cart-table tr td.p-quantity {
  width: 15%;
  color: #5B636A;
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
}

@media (max-width: 991px) {
  .cart-table tr td.p-quantity {
    width: 40%;
    flex-basis: 40%;
  }
}

@media (max-width: 991px) {
  .cart-table tr td.p-name .delete-cart-item {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 11px;
    height: 11px;
  }
}

.cart-table tr td img {
  height: 80px;
}
.cart-table tr td img:not(#_) {
  width: 80px;
}

@media (max-width: 991px) {
  .cart-table tr td img {
    height: 64px;
  }
  .cart-table tr td img:not(#_) {
    width: 64px;
  }
}

.cart-table tr td .main-link {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-table tr td .availability-label {
  color: #079204;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  margin-left: 0;
}

.cart-table tr td .price-final {
  color: #000000;
  font-family: "Clash Display", sans-serif;
}

.cart-table tr td .unit-value {
  color: #5B636A;
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
}

.cart-table tr td.p-total {
  position: relative;
  color: #000000;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .cart-table tr td.p-total:not(#_) {
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    padding: 0;
  }
}
body.in-dekujeme .cart-table tr td.p-total:not(#_) {
  text-align: right;
  width: 15%;
}

.cart-table tr td.p-total .price-final {
  font-weight: 600;
}

.cart-table tr .price-final {
  color: #000000;
  font-family: "Clash Display", sans-serif;
}
@media (max-width: 991px) {
  .cart-table tr .price-final:nth-child(3):not(#_) {
    font-size: 16px;
    line-height: 20px;
    color: black;
    font-weight: 600;
  }
}
.cart-table tr .price-final[data-testid=cartItemPrice] {
  color: #5B636A !important;
}
@media (max-width: 991px) {
  .cart-table tr .price-final[data-testid=cartItemPrice] {
    font-weight: 400 !important;
  }
}

.cart-table tr .remove-item {
  color: #000000;
  opacity: 0.4;
  padding-right: 0;
  width: 50px;
  position: absolute;
  right: 0;
  margin-right: 0;
}
.cart-table tr .remove-item:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .cart-table tr .remove-item:not(._) {
    top: -3px;
    width: 11px;
    height: 11px;
  }
}
.cart-table tr .remove-item::before {
  color: #000000;
}
.cart-table tr .remove-item:hover::before {
  color: #000000;
}

@media (max-width: 991px) {
  .cart-table tr .remove-item:not(._):not(._)::before {
    font-size: 14px;
  }
}

.cart-row {
  display: block;
}
@media (max-width: 991px) {
  .cart-row {
    gap: 0;
  }
}
@media (min-width: 992px) {
  .cart-row {
    gap: 50px;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1460px) {
  .cart-row {
    gap: 68px;
  }
}
.cart-row::before {
  display: none;
}

.cart-row::after {
  display: none;
}

#checkoutContent {
  margin: 0;
  padding: 0;
  flex: 1 1 800px;
  width: auto;
}
@media (max-width: 991px) {
  #checkoutContent {
    flex: 1 1 auto;
  }
}

#checkoutSidebar {
  margin: 100px 0 0 0;
  padding: 30px;
  flex: 0 1 530px;
  position: relative !important;
  top: 0 !important;
}
@media (max-width: 991px) {
  #checkoutSidebar {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #checkoutSidebar {
    padding: 0;
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  #checkoutSidebar {
    margin: 0;
    padding: 48px 0 0 40px;
  }
}
@media (min-width: 1460px) {
  #checkoutSidebar {
    padding: 48px 0 0 72px;
    flex: 0 0 530px;
  }
}
#checkoutSidebar::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #F7F7F7;
}
@media (max-width: 767px) {
  #checkoutSidebar::before {
    content: none;
  }
}
@media (min-width: 992px) {
  #checkoutSidebar::before {
    width: 50vw;
  }
}

#checkoutSidebar .cart-content {
  position: relative;
  z-index: 1;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #checkoutSidebar .cart-content .order-summary .order-summary-inner {
    border-top: 1px solid #AA8F5B;
    position: relative;
  }
}
@media (max-width: 767px) {
  #checkoutSidebar .cart-content .order-summary .order-summary-inner::after {
    content: "";
    width: 7px;
    height: 5px;
    background: url("/user/documents/upload/Images/arrow-down.svg") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 24px;
    right: 3px;
  }
  #checkoutSidebar .cart-content .order-summary.otevreno .order-summary-inner::after {
    transform: rotate(180deg);
  }
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-recapitulation {
  border: 0;
  padding: 16px 0;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-recapitulation .recapitulation-single {
  border: 0;
  padding: 8px 0;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-recapitulation .recapitulation-single strong {
  color: #000000;
  font-weight: 600;
  font-family: "Clash Display", sans-serif !important;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item {
  border: 0;
  padding: 0;
  margin-bottom: 16px;
}
#checkoutSidebar .order-summary-item.helper + .order-summary-item {
  margin-top: 24px;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item.helper {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  margin-top: 24px;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item.price {
  border-top: 2px solid #AA8F5B;
  padding-top: 24px;
}
@media (max-width: 767px) {
  #checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item.price {
    padding-top: 17px;
    border-top-width: 1px;
  }
  #checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item.price:not(._):not(._) {
    margin-top: 0;
  }
}
body.in-krok-2 #checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item.price {
  margin-top: 24px;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item.helper strong {
  font-weight: 600;
  font-family: "Clash Display", sans-serif !important;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item.helper div {
  font-weight: 600;
  font-family: "Clash Display", sans-serif !important;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item .cart-item-name {
  font-family: "Clash Display", sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000000;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item .cart-item-name strong {
  font-family: "Clash Display", sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000000;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item .cart-item-price {
  text-align: right;
  font-family: "Clash Display", sans-serif !important;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
  line-height: 20px;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item .cart-item-price .cart-item-amount {
  margin-right: 0;
  width: auto;
  color: #5B636A;
  font-family: "Clash Display", sans-serif !important;
  font-weight: 400;
  text-align: right;
  line-height: 20px;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item .cart-item-price .cart-item-amount span {
  color: #5B636A;
}

#checkoutSidebar .cart-content .order-summary .next-step {
  margin: 32px 0 0 0;
}

#checkoutSidebar .cart-content .consents {
  margin: 34px 0 24px 0;
}
#checkoutSidebar .cart-content .consents label {
  color: #5B636A;
  font-size: 14px;
}
#checkoutSidebar .cart-content .consents label a {
  font-weight: 400;
  color: #5B636A;
}
#checkoutSidebar .cart-content .consents label a:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .consents.consents-first {
    font-size: 14px;
    line-height: 17px;
    margin: 34px 0 24px;
  }
}
.consents.consents-first a {
  font-weight: normal;
  color: inherit;
}

.co-box:not(#_) {
  margin-bottom: 60px;
  padding: 52px 40px 48px;
  border: 1px solid #ECECEC;
  position: relative;
}
@media (max-width: 767px) {
  .co-box:not(#_) {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
  }
}
.co-box:not(#_).co-delivery-method {
  padding: 40px 0 0 0;
  border-bottom: 0;
}

.co-box:not(#_).co-payment-method {
  padding: 40px 0 0 0;
  border-bottom: 0;
}

.co-box:not(#_).co-billing-address {
  margin-bottom: 0;
  padding-bottom: 1px;
  border-bottom: 0;
}

.co-box:not(#_).co-box-additional {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 33px;
  background: white;
}
@media (max-width: 767px) {
  .co-box:not(#_).co-box-additional {
    padding-bottom: 0;
  }
}

.co-box:not(#_).co-shipping-address {
  margin-bottom: 0;
  border-bottom: 0;
  border-top: 0;
  padding-top: 30px;
}

body.in-dekujeme .co-box:not(#_) {
  margin: 0;
  padding: 0;
  border: 0;
}

.co-box:not(#_).co-basic-information .row {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .co-box:not(#_).co-basic-information .row {
    flex-wrap: wrap;
    margin: 0;
  }
}

.co-box:not(#_).co-basic-information .row::before {
  display: none;
}

.co-box:not(#_).co-basic-information .row::after {
  display: none;
}

.co-box:not(#_) .row .col-sm-6 {
  padding: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .co-box:not(#_) .row .col-sm-6 {
    width: 100%;
  }
}

.co-box:not(#_) .stay-in-touch {
  margin-top: 48px;
}

.radio-wrapper:not(#_) {
  border: 1px solid #ECECEC;
  position: relative;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-top: -1px;
  z-index: 1;
  padding: 10px 40px;
}
@media (max-width: 767px) {
  .radio-wrapper:not(#_) {
    padding-left: 16px;
    padding-right: 20px;
  }
}
.radio-wrapper:not(#_):hover {
  z-index: 3;
  border-color: #AA8F5B;
  box-shadow: none;
}

.radio-wrapper:not(#_).active {
  z-index: 2;
  background: rgba(170, 143, 91, 0.1);
  border-color: #AA8F5B;
}

.radio-wrapper:not(#_) label {
  padding-left: 44px;
}
@media (max-width: 767px) {
  .radio-wrapper:not(#_) label {
    padding-left: 36px;
  }
}
.radio-wrapper:not(#_) label::before {
  width: 20px;
  height: 20px;
  border-color: #000000;
  background: #ffffff;
}

.radio-wrapper:not(#_) label::after {
  left: 5px;
  width: 10px;
  height: 10px;
  border-color: #000000;
  background: #000000;
  opacity: 0;
}
.radio-wrapper:not(#_) input:checked + label::after {
  opacity: 1;
}

.radio-wrapper:not(#_) .payment-logo {
  margin-right: 24px;
  flex-basis: 100px;
}
@media (max-width: 767px) {
  .radio-wrapper:not(#_) .payment-logo {
    display: none;
  }
}

.radio-wrapper:not(#_) .subtext {
  font-size: 14px;
  line-height: 17px;
}

.radio-wrapper:not(#_) .payment-shipping-price {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  color: #000000;
}

.radio-wrapper:not(#_) .shipping-billing-name {
  color: #000000;
}

body.in-krok-2 #shipping-billing-summary:not(#_) {
  padding: 0;
}

@media (max-width: 767px) {
  .form-group:not(#_):not(#_) {
    width: 100%;
    max-width: none;
  }
}
.form-group.company-shopping:not(#_):not(#_) {
  margin-bottom: 32px;
}

#select-country-payment .form-group {
  margin-bottom: 0;
}

body.in-krok-2 #checkoutContent .co-box .form-group {
  width: 100%;
  max-width: 360px;
  margin-bottom: 24px;
}

body.in-krok-2 #checkoutContent .co-box .stay-in-touch .form-group {
  max-width: none;
}

.co-box.co-billing-address > .form-group:not(#_):not(#_) {
  margin-bottom: 15px;
  margin-top: 8px;
}

.co-box.co-box-additional > .form-group:not(#_):not(#_) {
  margin: 0;
}

.co-box.co-box-additional .stay-in-touch .form-group:not(#_):not(#_) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .country-flag {
    transform: translateY(3px);
  }
}

.country-flags {
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  transition: border 0.3s ease-out;
}
.country-flags:not(#_) {
  height: 60px;
}

.phone-combined-input:focus-within .country-flags {
  border-color: #c2c2c2;
}

input[type=checkbox] + label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding-left: 32px;
}
input[type=checkbox] + label::before {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 0;
}

input[type=checkbox]:checked + label:after {
  border-radius: 0;
  width: 20px;
}

.tym {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-bottom: 120px;
}
.tym > div {
  flex: 1 1 100%;
}
@media (min-width: 480px) {
  .tym > div {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .tym > div {
    flex: 1;
  }
}
.tym > div img {
  display: block;
  width: 100%;
  margin: 0 0 32px 0;
}

.tym > div p {
  text-align: left;
}
.tym > div p strong {
  display: block;
  font-family: "Clash Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.art-two-cols {
  margin-top: 110px;
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .art-two-cols {
    align-items: center;
    gap: 50px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .art-two-cols {
    gap: 100px;
  }
}
@media (min-width: 1460px) {
  .art-two-cols {
    gap: 140px;
  }
}
.art-two-cols.revers {
  margin: 80px 0 100px 0;
}
@media (min-width: 1460px) {
  .art-two-cols.revers {
    margin-top: -60px;
  }
}

.art-two-cols .text-box {
  text-align: left;
}
@media (min-width: 992px) {
  .art-two-cols .text-box {
    flex: 0 0 460px;
  }
}
@media (min-width: 1460px) {
  .art-two-cols .text-box {
    padding-bottom: 60px;
  }
}
.art-two-cols.revers .text-box {
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .art-two-cols.revers .text-box {
    order: 2;
  }
}
@media (min-width: 1460px) {
  .art-two-cols.revers .text-box {
    padding-top: 60px;
  }
}

.art-two-cols .text-box p {
  max-width: none;
}

.art-two-cols .image {
  flex: 1 1 auto;
}
.art-two-cols.revers .image {
  order: 1;
}

body.in-dekujeme .content-inner {
  margin: 48px auto 0;
  max-width: 930px;
  background: #ffffff;
  padding: 32px 0 20px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  z-index: 2;
}
@media (min-width: 768px) {
  body.in-dekujeme .content-inner {
    margin: 64px auto 200px;
    padding: 72px 48px 20px;
  }
}

body.in-dekujeme .content-inner::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background: url("/user/documents/upload/Images/checkmark-in-circle.svg") #ffffff no-repeat center;
  background-size: 100% auto;
  border: 4px solid #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  body.in-dekujeme .content-inner::before {
    width: 64px;
    height: 64px;
  }
}

.co-order {
  color: transparent;
  font-size: 0;
}

body.in-dekujeme .co-payment-method .row {
  display: flex;
  gap: 100px;
}
@media (max-width: 767px) {
  body.in-dekujeme .co-payment-method .row {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    gap: 80px;
  }
}
body.in-dekujeme .co-payment-method .row::before {
  display: none;
}

body.in-dekujeme .co-payment-method .row::after {
  display: none;
}

body.in-dekujeme .co-payment-method .row .col-sm-6 {
  flex: 1;
}
body.in-dekujeme .co-payment-method .row .col-sm-6.souhrn {
  border-bottom: 2px solid #000000;
  transform: translateY(-60px);
}
body.in-dekujeme .co-payment-method .row .col-sm-6.souhrn:not(#_) {
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  body.in-dekujeme .co-payment-method .row .col-sm-6:not(#_) {
    flex: 1 0 100%;
    border-bottom: 0;
    padding-top: 16px;
  }
  body.in-dekujeme .co-payment-method .row .col-sm-6:first-child:not(#_) {
    padding-top: 0;
  }
  body.in-dekujeme .co-payment-method .row .col-sm-6:last-child {
    border-top: 1px solid #AA8F5B;
  }
}
body.in-dekujeme .co-payment-method .row .col-sm-6 table:not(.recapitulation-table) {
  width: 100%;
  color: #5B636A;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
body.in-dekujeme .co-payment-method .row .col-sm-6 table:not(.recapitulation-table) tr th {
  width: 100%;
  font-weight: 400;
  vertical-align: baseline;
  padding: 6px 0;
}
@media (max-width: 767px) {
  body.in-dekujeme .co-payment-method .row .col-sm-6 table:not(.recapitulation-table) tr th {
    padding: 5px 0;
  }
}
body.in-dekujeme .co-payment-method .row .col-sm-6 table:not(.recapitulation-table) tr th span {
  font-weight: 400;
}
body.in-dekujeme .co-payment-method .row .col-sm-6 table:not(.recapitulation-table) tr.castka-celkem th span {
  color: #000000;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 767px) {
  body.in-dekujeme .co-payment-method .row .col-sm-6 table:not(.recapitulation-table) tr th span {
    font-size: 16px;
    line-height: 20px;
  }
}

body.in-dekujeme .co-payment-method .row .col-sm-6 table:not(.recapitulation-table) tr td {
  white-space: nowrap;
  padding: 6px 0;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  body.in-dekujeme .co-payment-method .row .col-sm-6 table:not(.recapitulation-table) tr td {
    padding: 5px 0;
    text-align: right;
  }
}
body.in-dekujeme .co-payment-method .row .col-sm-6 table:not(.recapitulation-table) tr.castka-celkem td {
  color: #000000;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 31px;
}
@media (max-width: 767px) {
  body.in-dekujeme .co-payment-method .row .col-sm-6 table:not(.recapitulation-table) tr.castka-celkem td {
    font-size: 28px;
    line-height: 32px;
  }
}

body.in-dekujeme .co-payment-method .row .col-sm-6 .recapitulation-table {
  margin-bottom: 0;
}
body.in-dekujeme .co-payment-method .row .col-sm-6 .recapitulation-table tr th {
  width: 50%;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  color: #000000;
}
body.in-dekujeme .co-payment-method .row .col-sm-6 .recapitulation-table tr th::after {
  display: none;
}

body.in-dekujeme .co-payment-method .row .col-sm-6 .recapitulation-table tr td {
  width: 50%;
  text-align: right;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  color: #000000;
}

.logo-dekujeme {
  position: relative;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .logo-dekujeme {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  body.in-dekujeme .logo-dekujeme {
    margin-top: -92px;
  }
}

.logo-dekujeme::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ECECEC;
  position: absolute;
  left: 0;
  top: 50%;
}

.logo-dekujeme span {
  background: #ffffff;
  width: 124px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

body.in-dekujeme .order-summary-item {
  display: block;
  text-align: center;
}

.order-complete-links {
  margin: 42px 0 0 0;
}
@media (max-width: 767px) {
  body.in-dekujeme .order-complete-links {
    margin-top: 32px;
  }
}

.order-complete-links p:not(#_) {
  margin-bottom: 0;
}

.p-variants-block {
  border-bottom: 2px solid #000000;
  padding-bottom: 8px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-variants-block {
    padding-bottom: 16px;
  }
}
.p-variants-block .variant-list {
  padding-bottom: 16px;
}
.p-variants-block .variant-list .variant-label {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.p-variants-block .variant-list .variant-label:not(#_) {
  padding-bottom: 14px;
}

.p-variants-block .variant-list .advanced-parameter {
  margin: 0 8px 8px 0;
  width: 64px;
  height: 64px;
}
.p-variants-block .variant-list .advanced-parameter .advanced-parameter-inner {
  border-radius: 0;
  border-color: #ECECEC;
  width: 100%;
  height: 100%;
  padding: 7px;
}
.p-variants-block .variant-list .advanced-parameter .advanced-parameter-inner.yes-before:not(#_) {
  border-color: #000000;
}

.p-variants-block .variant-list .advanced-parameter .advanced-parameter-inner::before {
  display: none !important;
}

.navigationActions:not(#_) {
  border-color: rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  display: flex;
  gap: 8px;
}

.navigationActions li a:not(#_) {
  padding: 0 0 0 24px;
}

.navigationActions li a span {
  color: #ffffff;
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s ease-out;
}
.navigationActions li a span:not(#_) {
  padding: 24px 0;
}

.navigationActions li a:hover span {
  color: #AA8F5B;
}

.navigationActions li a[data-testid=signin] span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/user/documents/upload/Images/icon-user.svg") no-repeat center;
  transition: all 0.2s ease-out;
}
.navigationActions li a[data-testid=signin]:hover span::before {
  background-image: url("/user/documents/upload/Images/icon-user-gold.svg");
}

.product-slider-holder.has-navigation {
  padding-left: 0;
  padding-right: 0;
}

select.product-tabs {
  width: 100%;
  border: 1px solid #000000;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("/user/documents/upload/Images/arrow-down.svg") no-repeat calc(100% - 33px) 50%;
  background-size: 11px 8px;
  margin-top: 36px;
  max-width: unset;
}
@media (min-width: 768px) {
  select.product-tabs {
    display: none;
  }
}

textarea#remark {
  margin-top: 24px;
}





body, p, div{font-family: 'Inter', sans-serif !important;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4{font-family: 'Clash Display', sans-serif !important;}
@media screen and (min-width: 768px){
.top-navigation-bar{display: none;}
#header .navigation-buttons a[data-target="login"] {display: block;}
#navigation {position: absolute !important;top: -81px;left: 160px;width: calc(100% - 160px);border: 0;}
#header .header-bottom {border: 0;height: 0;}
}
.btn.btn-conversion{color: #fff !important;}
@media screen and (min-width: 768px){
.search-form{display: none; position: absolute;width: 488px;right: 0;}
.search-active .search-form{display: block;}
}
.lupa{position: relative;}
.search-focused::before{display: none !important;}
.navigation-buttons {font-size: 14px;}
.product-slider-pagination{display: none !important;}
.custom-footer__newsletter{width: 100% !important;}
.custom-footer__instagram, .custom-footer__newsletter{float: none !important;} 
@media screen and (min-width: 1200px){
.custom-footer > div{width: 25% !important;clear: none !important;}
}
.login-widget h2{display: none;}
.login-widget #customerLogin::before{content: "Přihlášení";color: #000;}
.social-login-buttons-divider span::after{content: " spróbuj";}
.subcategories, .category-top > .container > h4, .category-top > h4, #productsTop {display: none !important;}
.type-category .content-wrapper-in + .benefitBanner {display: none;}
.category-header {flex-direction: row-reverse;}
.products-block > div .p .p-bottom > div .p-tools{display: none;}
.products-block .flags.flags-extra{display: none;}
.custom-footer__banner4{display: none;}
.instagram-follow-btn{display: none;}
.contact-box ul li > span.mail::after{content: "Napisz do nas w każdej chwili";}
.contact-box ul li > span.tel::after{content: "po-pá: 8:00 - 17:00";}
.contact-box ul{display: flex; flex-wrap: wrap;flex-direction: column-reverse;}
.contact-box ul li{width: 100%;}
.category-top{z-index: 1;position: relative;}
.p-data-wrapper .detail-parameters th, .social-buttons-wrapper, .p-detail .flags.flags-extra{display: none !important;}
.p-to-cart-block .add-to-cart{order: -1;}
.p-thumbnail:nth-child(n+9){display: none;}
.shp-tabs-holder ul.shp-tabs li a.star{padding: 0;}
.shp-tab-link[href="#description"]::after{content: " produktu";}
.rate-wrapper-in-description{display: none;}
.cart-table-header .cart-p-image::before{content: "Produkt";}
.discount-coupon .input-group .btn{color: #fff;}
.payment-logo{order: -1;}
.co-box h4::before, .radio-wrapper .question-tooltip, .order-summary .checkout-box{display: none !important;}
.id--16 .navigation-buttons, .id--17 .navigation-buttons {display: flex;}
.id--16 .content > .cart-header, .id--17 .content > .cart-header{display: none;}
#checkoutContent .helper, .stay-in-touch h4{display: none;}
.welcome h1{display: none !important;}
.custom-footer__instagram{display: none !important;}
.desktop .banners-row {margin-top: 0;}
.in-spoluprace .spoluprace-zajem{display: none;}
.header-kontakt .k-udaje{font-size: 0;}
.header-kontakt .k-udaje .contact-box{font-size: 31px;}
.kontakt-two-cols > div:last-child h3 + p{display: none;}
#formContact label[for="fullName"], #formContact label[for="email"], #formContact label[for="message"]{display: none;}
.type-post .spoluprace-zajem, .type-page:not(.in-kontakty):not(.in-o-nas) .spoluprace-zajem {display: none;}
.home-product .homepage-group-title::before{content: "Naše produkty";}
.banner {min-height: auto;margin-bottom: 0;}
.banner-wrapper {margin-top: 0;}
#nav-manufacturers{display: none !important;}
@media screen and (max-width: 767px){
.navigationActions li.ext{display: none;}
.appended-category, .submenu-arrow {display: none !important;}
.shp-accordion-link{display: none !important;}
.toggle-coupon-input .toggle-coupon-input-button {display: block;}
.toggle-coupon-input .discount-coupon {display: none;}
.order-summary:not(.otevreno) .order-summary-inner > div:not(.price){display:none;}
}
@media screen and (max-width: 991px){
#select-country-payment .order-information {display: block;}
.id--17 .order-summary-inner h4 {display: block;}
}
.category-header-pagination strong{font-weight: 400;}
textarea::placeholder {opacity: 1;}
.contact-box > img {display: none;}
.cart-free-shipping > div {padding: 0;max-width: 260px;}
.news-item-detail time{display: none;}
.category-header .dropdown-menu{z-index: 1;}
.type-product .img-box{margin-bottom: 30px;}
@media screen and (min-width: 992px) and (max-width: 1439px){
.spoluprace-zajem h2{font-size: 36px;}
}
.cart-table tr td .main-link{line-height: 20px;}
.availability-label{margin-left: 0;}
.cart-table tr td.p-name a {font-family: "Clash Display", sans-serif !important;}
.show-related{display: none;}
.id--16 .lupa, .id--17 .lupa{display: none;}
@media screen and (min-width: 768px) and (max-width: 991px){
.spoluprace-zajem h2{text-align: center;}
}
.p-data-wrapper .advanced-parameter-inner img, .p-data-wrapper .advanced-parameter .advanced-parameter-inner{cursor: pointer;}
.type-product .product-slider-holder{padding: 0;}
@media screen and (min-width: 768px){
.id--15 .content-inner{margin-bottom: 100px !important;}
.search-form input.form-control{background-color: #000 !important;padding-left: 16px;}
}
@media screen and (max-width: 767px){
.type-index .text-box:last-child .btn-vybrat {position: relative; z-index: 1;}
#category-header .dropdown .dropdown-menu li:last-child{display: none;}
#category-header .dropdown .dropdown-menu{-webkit-justify-content: center;justify-content: center;}
.pagination-wrapper {margin: 0;}
#accordion-content .shp-accordion:not(:first-child){padding-top: 0;}
.subtext {display: none;}
.search-form {top: 0;}
h1, .h1{font-size: 40px;}
.news-item-detail .text img {margin: 0 !important;width: 100% !important;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.menu-level-1:not(#_) > li > a {padding: 25px 14px !important;}
.shp-tabs-holder .p-detail-tabs .shp-tab .shp-tab-link {padding: 0 12px;}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
.type-product .breadcrumbs > span:last-child, .type-product .breadcrumbs > span:nth-last-child(2) .navigation-bullet{display: none;}
}
.p-variants-block:not(.full){display: none !important;}
@media screen and (max-width: 991px){
.cart-table tr td.cart-p-image {padding-top: 0 !important;align-self: flex-start;}
}
@media screen and (max-width: 767px){
    .cart-table tr td.p-price{margin-bottom: 4px;}
}
.rate-wrap .stars{width: 105px !important;}
@media screen and (min-width: 992px){
    .container-narrow {width: 100%;}
}
.category-header{display: none !important;}