/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/critical.scss ***!
  \*************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url(assets/Montserrat-VariableFont_wght.ttf) format("truetype-variations");
  font-weight: 400 700 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "shoptet";
  src: url(assets/shoptet.ttf) format("truetype"), url(assets/shoptet.woff) format("woff"), url(assets/shoptet.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  font-size: 14px;
}

body {
  padding: 0;
  margin: 0;
  color: #333333;
  font-family: "Poppins", sans-serif;
  line-height: 1.714;
  font-size: clamp(14px, 1rem, 18px);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form h1,
form h2 {
  margin-top: 0;
}

a {
  color: inherit;
  transition: all 0.15s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.extended-banner-title,
.next-to-carousel-banners::before {
  font-weight: 700;
  font-style: normal;
  margin: 1.2em 0 0.6em;
  line-height: 1.1904761905em;
}

h1,
.h1 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.1428571429rem;
  }
}

h2,
.h2,
.next-to-carousel-banners::before,
.custom-footer__newsletter h4 {
  font-size: 2.5714285714rem;
}
@media (max-width: 767px) {
  h2,
  .h2,
  .next-to-carousel-banners::before,
  .custom-footer__newsletter h4 {
    font-size: 1.8571428571rem;
  }
}

h3,
.h3,
.homepage-group-title,
.h4.homepage-group-title {
  font-size: 2.8571428571rem;
}
@media (max-width: 767px) {
  h3,
  .h3,
  .homepage-group-title,
  .h4.homepage-group-title {
    font-size: 2.2857142857rem;
  }
}

h4,
.h4,
.custom-footer__instagram h4 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  h4,
  .h4,
  .custom-footer__instagram h4 {
    font-size: 1.5714285714rem;
  }
}

h5,
.h5,
.cart-inner h4 {
  font-size: 1.4285714286rem;
}
@media (max-width: 767px) {
  h5,
  .h5,
  .cart-inner h4 {
    font-size: 1.4285714286rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: calc(1440px + 4rem);
  margin: 0 auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.overall-wrapper {
  min-height: 100vh;
}

.js-hidden:not(.visible):not(.visible-permanent),
.no-display {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

table {
  border-collapse: collapse;
}
table th .client-table-heading,
table td .client-table-heading {
  display: none;
}
table th a,
table td a {
  color: #af8a43;
}
table th a:hover,
table td a:hover {
  text-decoration: underline;
}
table th {
  text-align: left;
}
@media (max-width: 767px) {
  table:has(.client-table-heading) thead {
    display: none;
  }
  table:has(.client-table-heading) tr {
    display: flex;
    flex-direction: column;
  }
  table:has(.client-table-heading) td {
    display: flex;
    justify-content: space-between;
    gap: 1em;
  }
  table:has(.client-table-heading) td .client-table-heading,
  table:has(.client-table-heading) th .client-table-heading {
    display: block;
  }
}

header ul,
.top-navigation-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.text-center {
  text-align: center;
}

.full-width {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - var(--scrollbar-width));
  max-width: 1920px;
}
@media (max-width: 767px) {
  .full-width {
    position: initial;
    transform: none;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.social-buttons.no-display {
  display: flex !important;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.products-block:not(:has(+ .btn-show-all)),
.next-to-carousel-banners,
.body-banners .banner-wrapper,
.blog-wrapper,
.newsletter-wrapper,
.footer-banners,
.subcategories,
#tab-content,
#relatedProducts,
.type-posts-listing .content-wrapper-in,
.type-post #content,
#glossary-listing,
.type-manufacturer-detail #content,
.alternative-categories,
.search-next-wrap, .popular-category-wrapper, .homepage-box.welcome-wrapper, .btn-show-all, .pagination-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .products-block:not(:has(+ .btn-show-all)),
  .next-to-carousel-banners,
  .body-banners .banner-wrapper,
  .blog-wrapper,
  .newsletter-wrapper,
  .footer-banners,
  .subcategories,
  #tab-content,
  #relatedProducts,
  .type-posts-listing .content-wrapper-in,
  .type-post #content,
  #glossary-listing,
  .type-manufacturer-detail #content,
  .alternative-categories,
  .search-next-wrap, .popular-category-wrapper, .homepage-box.welcome-wrapper, .btn-show-all, .pagination-wrapper {
    margin-bottom: 50px;
  }
}

.btn-show-all {
  z-index: 1;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 50px;
  }
}

#cat-manufacturers {
  display: none;
}

.top-navigation-bar {
  background-color: #fff;
  white-space: nowrap;
  font-size: 0.8571428571rem;
}
.top-navigation-bar .container {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .top-navigation-bar {
    display: none;
    background-color: transparent;
    color: #fff;
    border-top: 1px solid #e9e9e9;
  }
  .top-navigation-bar .container {
    padding: 0;
  }
  .top-navigation-bar a {
    font-size: 1.5714285714rem;
  }
}

.project-phone,
.project-email {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.1428571429rem;
  font-weight: 400;
  padding: 0.5714285714rem;
}
.project-phone::before,
.project-email::before {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  margin-right: 10px;
}

.project-phone::before {
  content: url(assets/phone.svg);
}

.project-email::before {
  content: url(assets/mail.svg);
}

.top-navigation-contacts {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.top-navigation-contacts > strong {
  display: none;
}
@media (max-width: 767px) {
  .top-navigation-contacts {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .top-navigation-contacts a {
    display: flex !important;
    color: #333333 !important;
  }
}

.top-navigation-bar-menu {
  display: flex;
  gap: 24px;
  align-items: center;
  min-width: 100%;
}
.top-navigation-bar-menu a {
  padding: 1em 0.5em;
  font-size: 1.1428571429rem;
  line-height: 1.5em;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .top-navigation-bar-menu a {
    border-bottom: 1px solid rgba(209, 182, 127, 0.5);
  }
}
.top-navigation-bar-menu a:hover {
  background-color: white;
  color: #af8a43;
}
@media (max-width: 767px) {
  .top-navigation-bar-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .top-navigation-bar-menu li,
  .top-navigation-bar-menu a {
    width: 100%;
  }
}

.all-categories:hover {
  background-color: white;
  color: #af8a43;
}
.all-categories:hover .all-categories-trigger:after {
  background-color: #af8a43;
}

.custom-footer__banner10 {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: end;
}
.custom-footer__banner10 span {
  display: flex;
  gap: 24px;
  align-items: center;
}
.custom-footer__banner10 span a {
  text-decoration: none;
  padding: 1em 0.5em;
  font-size: 1.1428571429rem;
  line-height: 1.5em;
}
.custom-footer__banner10 span a:hover {
  background-color: white;
  color: #af8a43;
}
@media (max-width: 767px) {
  .custom-footer__banner10 {
    justify-content: start;
    margin-left: 0;
  }
  .custom-footer__banner10 .banner {
    width: 100%;
  }
  .custom-footer__banner10 .banner span {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    gap: 8px;
    width: 100%;
  }
  .custom-footer__banner10 .banner span a {
    width: 100%;
    border-bottom: 1px solid rgba(209, 182, 127, 0.5);
  }
}

.all-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1428571429rem;
  line-height: 1;
  padding: 1em 0.5em;
}
@media (max-width: 767px) {
  .all-categories {
    text-align: left;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: 1px solid rgba(209, 182, 127, 0.5);
  }
}

.all-categories-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
}
.all-categories-trigger span {
  display: block;
  padding: 0.8333333333em 1.3333333333em;
  line-height: 2em;
  display: inline-block;
  text-decoration: none;
}
.all-categories-trigger:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(assets/arrow-black.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(assets/arrow-black.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: white;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .all-categories-trigger {
    justify-content: space-between;
    width: 100%;
  }
  .all-categories-trigger:after {
    background-color: #333333;
  }
}

.top-navigation-bar .footer-links-icons .footer-icon {
  max-width: 24px;
  filter: grayscale(1);
}
@media (max-width: 1100px) {
  .top-navigation-bar .footer-links-icons {
    display: none;
  }
}

.footer-links-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-links-icons > * {
  flex: 1 1 0;
}
.footer-links-icons .top-navigation-contacts {
  margin-right: 0;
  justify-content: center;
}
.footer-links-icons .footer-icons {
  justify-content: end;
  display: flex;
  gap: 8px;
}
.footer-links-icons .footer-icons img,
.footer-links-icons .footer-icons a {
  display: block;
}
@media (max-width: 1220px) {
  .footer-links-icons .footer-icons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-links-icons .footer-icons:before {
    content: "Sledujte nás na sociálních sítích";
    display: flex;
    font-size: 1.4285714286rem;
    font-weight: 700;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1220px) {
  .footer-links-icons {
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.header-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.header-top .search {
  max-width: 620px;
  width: 100%;
}
@media (max-width: 767px) {
  .header-top .search {
    position: absolute;
    bottom: 16px;
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .header-top {
    position: relative;
    padding-bottom: 76px;
    padding-top: 12px;
  }
}

.search-window-visible .search {
  display: block;
}

.site-name-wrapper {
  flex-shrink: 0;
}
.site-name-wrapper a,
.site-name-wrapper img {
  display: block;
}

#header .site-name {
  max-width: 251px;
  margin: 0;
}
@media (max-width: 767px) {
  #header .site-name {
    max-width: 200px;
  }
}

#footer .site-name a {
  padding: 0;
}

#formSearchForm fieldset {
  display: flex;
  position: relative;
}
#formSearchForm input {
  padding-left: calc(1.25em + 24px);
  background: rgba(209, 182, 127, 0.1);
  padding-right: 100px;
  border-color: #af8a43;
  border-width: 2px;
  padding: 0.4444444444em 0.8888888889em;
  font-size: 1.2857142857rem;
}
#formSearchForm input:focus-visible {
  border-radius: 0 !important;
}
#formSearchForm input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
#formSearchForm .btn {
  border: 0;
  background-color: transparent;
  color: #fff;
  background-image: url(assets/search.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  color: black;
  position: absolute;
  font-size: 0;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
#formSearchForm .btn:hover {
  background-color: transparent;
}
@media (max-width: 767px) {
  #formSearchForm input {
    padding: 8px;
    line-height: 25px;
  }
}

.navigation-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.navigation-buttons .top-nav-button-account::before,
.navigation-buttons .top-nav-button-login::before,
.navigation-buttons .cart-count::before,
.navigation-buttons .toggle-window[data-target=search]::before,
.navigation-buttons .toggle-window[data-target=navigation]::before {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
@media (max-width: 991px) {
  .navigation-buttons .top-nav-button-account span,
  .navigation-buttons .top-nav-button-login span,
  .navigation-buttons .cart-count span,
  .navigation-buttons .toggle-window[data-target=search] span,
  .navigation-buttons .toggle-window[data-target=navigation] span {
    display: none;
  }
}
.navigation-buttons .top-nav-button-login::before,
.navigation-buttons .top-nav-button-account::before {
  content: url(assets/login.svg);
}
.navigation-buttons .top-nav-button-login span,
.navigation-buttons .top-nav-button-account span {
  display: none;
}
.navigation-buttons .cart-count::before {
  content: url(assets/cart.svg);
  margin-right: 20px;
}
@media (max-width: 767px) {
  .navigation-buttons .cart-count::before {
    margin-right: 0;
  }
}
.navigation-buttons .toggle-window[data-target=search] {
  display: none;
}
.navigation-buttons .toggle-window[data-target=search]::before {
  content: url(assets/search.svg);
}
.navigation-buttons .toggle-window[data-target=navigation]::before {
  content: url(assets/menu.svg);
}
.navigation-buttons a {
  display: flex;
  align-items: center;
  padding: 10px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation-buttons a {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .navigation-buttons {
    gap: 0;
  }
}
@media (min-width: 768px) {
  .navigation-buttons .toggle-window[data-target=navigation],
  .navigation-buttons .toggle-window[data-target=search] {
    display: none;
  }
}

@media (max-width: 768px) {
  .navigation-buttons .toggle-window[data-target=navigation] {
    position: absolute;
    bottom: 16px;
    right: 20px;
    padding: 10px;
    background-color: #af8a43;
  }
}

#header {
  position: sticky;
  top: 0;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
#header > .container {
  max-width: unset;
  padding: 0;
}
#header.sticky.scroll-down {
  top: 0;
}
#header.sticky.scroll-up .header-top {
  margin-top: 0;
}
#header .site-name img {
  transition: all 0.3s ease-in-out;
}
#header.sticky .header-top {
  margin-top: 0;
}
#header.sticky .site-name img {
  max-width: 251px;
}
@media (max-width: 767px) {
  #header {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0;
  }
  #header.sticky.scroll-down {
    top: -32px;
  }
  #header.sticky.scroll-up {
    top: -68px;
  }
}

@media (min-width: 768px) {
  .scrolled .luigi-ac-heromobile.luigi-ac-autocomplete.luigi-ac-open {
    position: fixed;
    top: 56px !important;
  }
}
@media (max-width: 767px) {
  .type-detail #header,
  .type-page #header {
    margin-bottom: 20px;
  }
  .ordering-process #header.sticky.scroll-down {
    top: -100%;
  }
}
.menu-helper.empty,
.navigationActions {
  display: none;
}

@media (max-width: 767px) {
  .navigationActions {
    display: block;
  }
  .navigationActions__flagWrapper {
    align-items: center;
    display: inline-flex;
    gap: 8px;
  }
  .navigationActions__flagWrapper > span {
    line-height: 24px;
  }
  .navigationActions__flagWrapper .shp-flag {
    margin-left: 0 !important;
  }
  .navigation-in > ul > li.ext > ul {
    display: none;
  }
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    display: block;
    position: static;
  }
  .navigationActions .shp-flag {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  .navigationActions > li > a {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .navigationActions > li:last-of-type {
    display: none;
  }
  .navigationActions .navigationActions__submenu.menu-level-2 li > a {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 0;
  }
  .navigationActions .navigationActions__submenu__item--active {
    position: relative;
  }
  .navigationActions .navigationActions__submenu__item--active:before {
    content: "";
    display: inline-block;
    height: 8px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    background-color: #af8a43;
  }
  #navigation .submenu-arrow {
    content: url(assets/arrow-black.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    transform: rotate(90deg);
  }
}
.menu-helper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.navigation-in,
#navigation {
  position: relative;
}

.navigation-in {
  display: flex;
  color: #fff;
  gap: 24px;
}

#navigation {
  background-color: #af8a43;
}
@media (max-width: 767px) {
  #navigation {
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 0;
    width: 100%;
    transition: all 0.15s ease-in-out;
    overflow: hidden;
    background-color: #fff;
  }
  #navigation .navigation-in {
    padding: 24px 24px 100px;
  }
}

@media (min-width: 768px) {
  .submenu-visible #navigation {
    overflow: visible;
  }
}
.navigation-window-visible #navigation {
  max-width: 768px;
}
@media (max-width: 767px) {
  .navigation-window-visible {
    overflow: hidden;
  }
}

.header-top,
.navigation-in {
  max-width: calc(1440px + 4rem);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .header-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navigation-in {
    padding: 0;
  }
}
.menu-level-2-helper {
  overflow: auto;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 11;
  background-image: url(assets/menu-bg.jpg);
  background-size: cover;
  background-position: bottom right;
  background-color: #f3f3f3;
  padding: 50px;
  left: 2rem;
  right: 2rem;
  gap: 29px;
}
.menu-level-2-helper > div {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .menu-level-2-helper {
    position: initial;
    background: #e9e9e9;
    padding: 0;
    gap: 0;
    flex-direction: column;
  }
}

.menu-level-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 29px;
  width: 100%;
}
.menu-level-2 > li {
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 8px;
}
.menu-level-2 > li .menu-image {
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
}
.menu-level-2 > li .menu-image img {
  display: block;
}
.menu-level-2 > li > div > a {
  display: flex;
  align-items: center;
  gap: 0.7142857143em;
}
@media (max-width: 767px) {
  .menu-level-2 {
    flex-direction: column;
  }
  .menu-level-2 > li {
    border: 0;
    padding: 10px 8px;
  }
  .menu-level-2 > li .menu-image {
    max-width: 64px;
    border: 1px solid #d2d2d2;
  }
  .menu-level-2 > li.hidden {
    display: none;
  }
  .menu-level-2 > li > div > a {
    font-size: 1.4285714286rem;
  }
  .menu-level-2 .btn.show-more-categories {
    margin: 8px;
    border-color: #fff;
    font-size: 1.1428571429rem;
  }
}

.menu-level-3 {
  display: none;
}

@media (max-width: 767px) {
  .navigation-in {
    height: calc(100vh - 112px);
    flex-direction: column;
    color: #333333;
    gap: 12px;
    overflow: scroll;
  }
}
.extended-banner-texts,
.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
  display: block;
}

#carousel {
  margin-bottom: 20px;
}
#carousel .item a,
#carousel .item img {
  display: block;
}
#carousel .item a {
  position: relative;
}
#carousel a {
  text-decoration: none;
}
#carousel .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: max(50vw - 720px, 2rem);
  transform: translateY(-50%);
}
#carousel .extended-banner-title {
  margin: 0;
  font-size: 3.8571428571rem;
  font-weight: 300;
  max-width: 770px;
}
#carousel .extended-banner-text {
  font-size: 1.2857142857rem;
}
#carousel .extended-banner-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  #carousel {
    border-radius: 0;
    margin-bottom: 50px;
  }
}

.footer-banners {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.footer-banners .footer-banner {
  flex: 1 1 360px;
}
.footer-banners .footer-banner a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-banners {
    gap: 2px;
    grid-template-columns: minmax(1px, 1fr);
  }
}

.color-banner__item {
  padding: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .color-banner__item {
    padding: 20px;
    align-items: flex-start;
  }
}
.color-banner__data {
  display: inline;
}
.color-banner__picture {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .color-banner__picture {
    width: 31px;
  }
}
.color-banner__title {
  text-transform: uppercase;
}

.product {
  position: relative;
  overflow: visible;
  transition: box-shadow 0.3s ease;
}
.product .p {
  position: relative;
}
.product .image {
  position: relative;
  aspect-ratio: 1;
  text-decoration: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .image img {
  display: block;
  width: 100%;
}
.product .flags-default,
.product .flags-extra {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 767px) {
  .product .flags-default,
  .product .flags-extra {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.product .flags-default {
  top: 0;
  left: 0;
}
.product .flags-extra {
  top: 10px;
  right: 20px;
}
.product .p {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product .p-in {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product .p-bottom > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  gap: 20px;
}
.product .p-bottom > div > * {
  flex-grow: 0;
}
.product .name {
  text-decoration: none;
  font-size: 1.1428571429rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.product .name span {
  display: block;
  font-size: 1.1428571429rem;
}
.product .p-in-in {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 12px;
  gap: 8px;
}
.product .p-in-in .ratings-wrapper {
  min-height: 3.85625em;
  display: flex;
  justify-content: space-between;
}
.product .p-in-in .ratings-wrapper .availability {
  text-align: right;
  max-width: 50%;
}
.product .p-bottom {
  height: 100%;
}
.product .availability-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  margin-top: auto;
}
.product .availability-prices > div {
  flex-grow: 1;
}
.product .availability-amount {
  display: none;
}
.product .availability > span[style="color:#87B518"] {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.product .availability > span[style="color:#87B518"]::before {
  content: url(assets/availability.svg);
  display: block;
  line-height: 0;
  width: 24px;
  height: 24px;
}
.product .prices {
  text-align: right;
}
.product .price-final {
  font-size: 1.4285714286rem;
  text-align: center;
}
.product .price-final strong:after {
  content: "s DPH";
}
.product .price-final.hide-after strong:after {
  content: none;
}
.product .price-standard {
  font-size: 0.8571428571rem;
  line-height: 1.3333333333em;
  display: block;
}
.product .p-tools {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
}
.product .p-tools .btn-primary {
  max-width: 100%;
  width: 100%;
  font-weight: 700;
}
.product .p-tools form {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-self: stretch;
  width: 100%;
}
.product .p-tools form .quantity input.amount {
  width: 100%;
  min-width: 49px;
  max-width: 49px;
}
.product .p-tools form .quantity .increase,
.product .p-tools form .quantity .decrease {
  padding: 12px;
  cursor: pointer;
}
.product .p-desc {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 2;
  opacity: 0;
  margin: 0;
  pointer-events: none;
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
  pointer-events: none;
}
.product .p-desc .more-button {
  overflow: visible;
  display: flex;
  justify-content: center;
  position: relative;
  color: #af8a43;
  text-decoration: none;
  font-size: 1.2857142857rem;
  transition: opacity 0.3s ease 0.1s;
  background: #fff;
  padding-left: 4px;
  pointer-events: auto;
}
.product .p-desc .p-desc-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.product:hover .p-desc {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
  transform: translateY(0);
  max-height: 200px;
  padding: 10px 20px 0;
  pointer-events: auto;
}
.product:hover .p-desc .more-button {
  transform: translateY(0);
  opacity: 1;
}
.product .custom-ratings {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 0.8571428571rem;
}
.product .custom-ratings .star {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .product .p-in {
    padding: 10px;
  }
  .product .p-in-in {
    margin-bottom: 10px;
  }
  .product .name {
    font-size: 1rem;
  }
  .product .p-desc {
    display: none;
  }
  .product .btn.add-to-cart-button {
    padding: 10px;
  }
  .product .btn.add-to-cart-button:hover, .product .btn.add-to-cart-button:focus {
    background-color: #af8a43;
    border-color: #af8a43;
  }
  .product .btn.add-to-cart-button span {
    display: none;
  }
  .product .availability-prices {
    margin-top: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .product .prices {
    display: flex;
    align-items: center;
    gap: 1em;
    width: 100%;
    justify-content: center;
  }
  .product .p-bottom > div {
    gap: 10px;
  }
  .product .image > .flags-extra {
    top: 0;
    right: 10px;
  }
}

.flag.flag-discount {
  font-size: 0.9285714286rem;
  padding: 2px 4px;
  text-align: center;
  position: relative;
  background-color: #af8a43;
  color: #fff;
}
.flag.flag-discount .price-standard {
  display: none;
}
@media (max-width: 767px) {
  .flag.flag-discount {
    font-size: 0.8571428571rem;
    padding: 0 0.1666666667em;
  }
}

.price-standard {
  color: #494949;
}

.flag {
  font-size: 0.9285714286rem;
  padding: 0.1538461538em 0.3076923077em;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .flag {
    padding: 0 0.1666666667em;
  }
}

.products-block:not(.slick-initialized) {
  overflow: hidden;
}
.products-block .slick-slide {
  margin: 0 12px;
  position: relative;
}
.products-block .slick-slide .dkLabFavouriteProductDiv.onlyIcon {
  top: 0;
  right: 0;
  left: unset;
}
.products-block .slick-list {
  margin: 0 -16px;
  overflow: visible;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .products-block .slick-slide {
    padding: 0;
    margin: 0;
  }
  .products-block .slick-list {
    margin: 0;
  }
}

.breadcrumbs-wrapper {
  padding-top: 21.5px;
  padding-bottom: 21.5px;
}
.breadcrumbs-wrapper a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}

.type-detail .breadcrumbs-wrapper {
  display: block;
}
@media (max-width: 767px) {
  .type-detail .breadcrumbs-wrapper {
    padding-top: 0;
  }
  .type-detail .breadcrumbs-wrapper .breadcrumbs {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .type-detail .breadcrumbs-wrapper .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs > span {
  margin-right: 0.5714285714rem;
  display: flex;
  align-items: center;
  gap: 0.5714285714rem;
}
.breadcrumbs > span > span {
  font-weight: 700;
}
.breadcrumbs > span > a {
  display: flex;
  align-items: center;
}

.navigation-bullet {
  font-size: 0;
  margin-right: 0.25rem;
}
.navigation-bullet::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #333333;
  border-style: none solid solid none;
  transform: rotate(-45deg);
}

.category-top-wrapper + .content-wrapper {
  margin-top: 40px;
}
.category-top-wrapper .category-top-content {
  grid-template-columns: repeat(2, minmax(1px, 1fr));
  column-gap: 80px;
}
.category-top-wrapper .category-top-content .slick-dots li {
  border: 1px solid #af8a43;
}
.category-top-wrapper .category-title {
  grid-column-start: 1;
  grid-row-start: 1;
  margin: 24px 0 0;
  align-self: end;
}
.category-top-wrapper .category-title .pagination-appendix {
  display: none;
}
.category-top-wrapper .category-perex {
  grid-column-start: 1;
  grid-row-start: 2;
}
.category-top-wrapper .category-perex p:last-child {
  margin-bottom: 0;
}
.category-top-wrapper .category-perex > p > img {
  display: none;
}
.category-top-wrapper .category-perex.show-more p:has(.show-more) ~ p {
  display: none;
}
.category-top-wrapper .category-perex button.show-more {
  margin-top: 32px;
}
.category-top-wrapper .category-title + .category-perex {
  margin-top: 24px;
}
@media (max-width: 1100px) {
  .category-top-wrapper .category-title,
  .category-top-wrapper .category-perex {
    padding: 0;
  }
  .category-top-wrapper .category-title + .category-perex {
    margin-top: 12px;
  }
}
.category-top-wrapper .category-images {
  grid-column-start: 2;
  grid-row: 1/3;
  height: 100%;
  position: relative;
  padding-bottom: 60px;
}
.category-top-wrapper .category-images.mobile {
  display: none;
}
@media (max-width: 767px) {
  .category-top-wrapper .category-images.mobile {
    display: block;
  }
}
.category-top-wrapper .category-images.desktop {
  display: block;
}
@media (max-width: 767px) {
  .category-top-wrapper .category-images.desktop {
    display: none;
  }
}
.category-top-wrapper .category-images img {
  border-radius: 10px;
  width: 100%;
}
.category-top-wrapper .category-images .slick-arrow {
  top: unset;
  bottom: 0;
  position: absolute;
  transform: none;
}
.category-top-wrapper .category-images .slick-arrow.slick-prev {
  left: unset;
  right: 66px;
}
.category-top-wrapper .category-images .slick-arrow.slick-next {
  right: 0;
}
@media (max-width: 991px) {
  .category-top-wrapper {
    padding: 20px 0;
  }
  .category-top-wrapper .category-top-content {
    grid-template-columns: minmax(1px, 1fr);
  }
  .category-top-wrapper .category-images {
    grid-row: 1;
    grid-column: unset;
  }
  .category-top-wrapper .category-title {
    grid-row: 2;
    grid-column: unset;
  }
  .category-top-wrapper .category-perex {
    grid-row: 3;
    grid-column: unset;
  }
}
@media (max-width: 767px) {
  .category-top-wrapper {
    margin-bottom: 50px;
    padding: 0;
  }
}

.category__secondDescription {
  margin-top: 48px;
}

.slick-dots li {
  cursor: pointer;
}
.slick-dots button {
  font-size: 0;
}
.slick-dots button:focus-visible {
  outline: none;
  box-shadow: none;
}
.slick-dots .slick-active {
  background-color: #af8a43;
  opacity: 1;
}

.category-title {
  margin: 0 0 0.7619047619em;
}

.overall-wrapper > .subcategories {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: calc(1440px + 4rem)) {
  .overall-wrapper > .subcategories {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .overall-wrapper > .subcategories {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.subcategories {
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 16px;
  padding-left: 0;
  margin-top: 48px;
  margin-bottom: 48px;
}
.subcategories li a {
  background-color: #fff;
  border: 2px solid #dcdcdc;
  padding: 8px 0;
  min-height: calc(3.4285714286em + 16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: var(--Advantage-Light-gray, #f8f8f8);
  font-weight: 700;
}
@media (max-width: 767px) {
  .subcategories li a {
    min-height: unset;
  }
}
.subcategories li .image {
  flex: 0 0 140px;
  overflow: hidden;
}
.subcategories li .image img {
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.subcategories li .text {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .subcategories .show-categories {
    display: none;
  }
}
@media (max-width: 767px) {
  .subcategories {
    margin-top: 0;
    gap: 8px;
    display: grid;
  }
  .subcategories li a {
    flex-direction: row;
    padding: 8px;
  }
  .subcategories li a .image {
    flex-basis: 40px;
  }
  .subcategories li a .text {
    font-weight: 400;
  }
}
.subcategories .show-categories {
  grid-column: 1/-1;
  justify-content: space-between;
  border: 1px solid #e9e9e9;
}
.subcategories .show-categories::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #333333;
  border-style: none solid solid none;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  transition: all 0.15s ease-in-out;
}
.subcategories.show .show-categories::after {
  transform: rotate(-135deg);
  top: 2px;
}

.category-top > h4,
.sidebar h4 {
  font-size: 1.7142857143rem;
  margin: 0 0 0.8333333333em;
}

#productsTop {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  position: relative;
  margin-bottom: 32px;
  counter-reset: top-products;
}
#productsTop .button-wrapper {
  position: absolute;
  right: 36px;
  bottom: 0;
  transform: translateY(50%);
}
#productsTop .button-wrapper .chevron-after {
  background-color: #fff;
}
#productsTop .product {
  counter-increment: top-products;
  align-items: center;
  width: 100%;
}
#productsTop .product.active, #productsTop .product.revealed {
  display: flex;
}
#productsTop .product .p {
  width: 100%;
}
#productsTop .product .ratings-wrapper {
  display: block;
}
#productsTop .product::before {
  flex-shrink: 0;
  content: counter(top-products);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 16px;
  border: 1px solid #fbcfb5;
}
@media (max-width: 767px) {
  #productsTop {
    padding: 16px;
  }
  #productsTop .product .p-in {
    padding: 8px;
  }
  #productsTop .product::before {
    display: none;
  }
  #productsTop .button-wrapper {
    position: initial;
    transform: none;
    margin-top: 0;
  }
  #productsTop .button-wrapper .chevron-after {
    width: 100%;
  }
}

#category-header {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Primary-10, #ebf2fa);
}
#category-header form {
  overflow: auto;
}
#category-header form label {
  display: inline-block;
  padding: 8px 16px;
}
#category-header form label::before, #category-header form label::after {
  display: none;
}
#category-header form input[type=radio] + label {
  border-bottom: 1px solid transparent;
}
#category-header form input[type=radio]:checked + label {
  font-weight: 700;
}
#category-header form input[type=radio]:checked + label,
#category-header form input[type=radio] + label:hover {
  border-bottom-color: #af8a43;
}
#category-header form fieldset {
  display: flex;
}
#category-header form input[value=name] {
  display: none;
}
#category-header form input[value=name] + label {
  display: none;
}
#category-header > div strong {
  font-weight: 400;
}

#categories,
.slider-wrapper,
.filter-section {
  padding: 12px 16px !important;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
.filter-section,
.slider-wrapper {
  margin-bottom: 20px !important;
}
.filter-section:not(.filter-section-boolean):not(.filter-form-visible) h4,
.slider-wrapper:not(.filter-section-boolean):not(.filter-form-visible) h4 {
  margin-bottom: 0;
}
.filter-section:not(.filter-section-boolean):not(.filter-form-visible) form,
.filter-section:not(.filter-section-boolean):not(.filter-form-visible) .slider-header,
.filter-section:not(.filter-section-boolean):not(.filter-form-visible) .slider-content,
.filter-section:not(.filter-section-boolean):not(.filter-form-visible) .show-all-filters,
.slider-wrapper:not(.filter-section-boolean):not(.filter-form-visible) form,
.slider-wrapper:not(.filter-section-boolean):not(.filter-form-visible) .slider-header,
.slider-wrapper:not(.filter-section-boolean):not(.filter-form-visible) .slider-content,
.slider-wrapper:not(.filter-section-boolean):not(.filter-form-visible) .show-all-filters {
  display: none;
}
.filter-section.hide-more fieldset > div:nth-child(n+8),
.slider-wrapper.hide-more fieldset > div:nth-child(n+8) {
  display: none;
}
.filter-section.hide-more .show-all-filters,
.slider-wrapper.hide-more .show-all-filters {
  margin-top: 0;
}

.show-all-filters {
  color: #af8a43;
  margin-top: 8px;
}

.box-categories h4 {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.box-categories h4::before {
  content: url(assets/kategorie.svg);
  display: block;
  line-height: 0;
  width: 24px;
  height: 24px;
}

.active-filters__inner {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
.active-filters__inner .filter-label {
  background: rgba(209, 182, 127, 0.5);
  padding: 8px 32px 8px 8px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
}
.active-filters__inner .filter-label .filter-count {
  display: none;
}
.active-filters__inner .active-list {
  display: flex;
  gap: 16px;
}
.active-filters__inner .active-list label::before,
.active-filters__inner .active-list label::after,
.active-filters__inner #clear-filters a::after,
.active-filters__inner #clear-filters a::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #333;
  display: block;
  position: absolute;
  right: 7px;
  transform: translateY(-50%);
  top: 50%;
}
.active-filters__inner #clear-filters a::before,
.active-filters__inner .active-list label:before {
  transform: translateY(-50%) rotate(45deg);
}
.active-filters__inner #clear-filters a::after,
.active-filters__inner .active-list label::after {
  transform: translateY(-50%) rotate(-45deg);
}
.active-filters__inner #clear-filters {
  margin: 0;
  border: 1px solid #af8a43;
  padding: 8px 32px 4px 8px;
  color: #af8a43;
  position: relative;
}
@media (max-width: 767px) {
  .active-filters__inner {
    margin-bottom: 16px;
  }
}

#categories ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
#categories ul li:not(:last-child) {
  margin-bottom: 8px;
}
#categories ul.expanded {
  margin-bottom: 8px;
}
#categories .categories .topic {
  margin-bottom: 8px;
}
#categories .categories:last-child .topic {
  margin-bottom: 0;
}
#categories a {
  text-decoration: none;
}
#categories a:hover {
  color: #af8a43;
}
#categories ul.show-all li:nth-child(n+6) {
  display: none;
}

.type-category #categories li.active > a,
.type-category #categories div.active > a {
  font-weight: 700;
}
.type-category #categories > div:not(.active) {
  display: none;
}
.type-category #categories ul {
  padding: 0 0 0 16px;
}

#filters {
  position: relative;
  padding: 24px 16px;
  background-color: #f5f5f5;
}
#filters .filter-section h4,
#filters .slider-wrapper h4 {
  text-transform: initial;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
}
#filters .filter-section h4::after,
#filters .slider-wrapper h4::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #333333;
  border-style: none solid solid none;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  transition: all 0.15s ease-in-out;
}
#filters .filter-form-visible h4::after {
  transform: rotate(-135deg);
  top: 2px;
}
#filters form fieldset > div {
  padding: 8px 16px;
  border: 1px solid transparent;
}
#filters form fieldset > div:has(input[type=checkbox]:checked) {
  border-color: #dcdcdc;
}
#filters form fieldset > div label {
  font-size: 1rem;
}
@media (max-width: 767px) {
  #filters {
    margin-top: 20px;
  }
  #filters h4 {
    margin-top: 0;
  }
  #filters .filter-section-button {
    display: none;
  }
}

.filter-section-count {
  display: none;
}
.filter-section-count.filter-section {
  background-color: transparent;
  border: none;
  padding: 0;
}
.filter-section-count #clear-filters {
  text-align: center;
  margin: 0;
}
.filter-section-count #clear-filters a {
  color: #af8a43;
  text-decoration: none;
  padding: 0.7142857143em;
  display: inline-block;
}
.filter-section-count .filter-total-count {
  text-align: center;
}

.filter-count {
  color: #8e8e8e;
  margin-left: 0.25em;
}
.filter-count::before {
  content: "(";
  display: inline;
}
.filter-count::after {
  content: ")";
  display: inline;
}

@media (min-width: 768px) {
  .filter-section-button,
  .filters-unveil-button-wrapper {
    display: none;
  }
}
.p-detail-inner > .p-detail-inner-header {
  display: none;
}

.product-top {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(1px, 1fr));
}
.product-top .flag-discount .price-standard {
  display: none;
}
.product-top > div:not(.p-info-wrapper):not(.p-image-wrapper) {
  display: none;
}
@media (max-width: 1300px) {
  .product-top {
    gap: 32px;
  }
}
@media (max-width: 903px) {
  .product-top {
    grid-template-columns: minmax(1px, 1fr);
  }
}
@media (max-width: 767px) {
  .product-top {
    margin-top: 0;
  }
}

.p-detail-inner > h1 {
  margin-top: 0;
  margin-bottom: 0.3333333333em;
}

.p-image-wrapper .p-image {
  position: relative;
  overflow: hidden;
  height: fit-content;
}
.p-image-wrapper .p-image .flags-default,
.p-image-wrapper .p-image .flags-extra {
  display: flex;
  align-items: flex-start;
  top: 20px;
  left: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.p-image-wrapper .p-image .flags-extra {
  left: unset;
  right: 20px;
}
.p-image-wrapper img {
  display: block;
}
@media (max-width: 767px) {
  .p-image-wrapper .p-image {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .p-thumbnails-wrapper .p-thumbnails,
  .p-thumbnails-wrapper .p-thumbnails-inner {
    display: none;
  }
}
.p-thumbnails-wrapper .p-thumbnails-inner {
  height: fit-content;
  width: fit-content;
}

.p-thumbnail {
  border: 2px solid transparent;
  overflow: hidden;
}
.p-thumbnail.highlighted {
  border-color: #af8a43;
}

.p-info-wrapper {
  padding: 0 80px;
  display: flex;
  flex-direction: column;
}
.p-info-wrapper > * {
  order: 20;
}
.p-info-wrapper .p-detail-inner-header {
  order: 1;
}
.p-info-wrapper .flags-default,
.p-info-wrapper .flags-extra {
  order: -1;
  position: static;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.p-info-wrapper .p-code {
  color: #333333;
  font-weight: 700;
  display: block;
  font-size: 1rem;
}
.p-info-wrapper .p-short-description {
  order: 2;
  margin-bottom: 24px;
}
.p-info-wrapper .p-short-description p {
  margin-top: 0;
}
.p-info-wrapper .p-short-description p:last-child {
  margin-bottom: 0;
}
.p-info-wrapper .stock-info {
  order: 3;
  margin-bottom: 24px;
}
.p-info-wrapper p[data-testid=productCardDescr] {
  order: 3;
  margin: 0 0 16px;
}
.p-info-wrapper p[data-testid=productCardDescr] a {
  text-decoration: none;
  padding: 0.5714285714em 0.8571428571em;
}
.p-info-wrapper .up-product-wrapper {
  order: 4;
  margin-top: 0;
}
.p-info-wrapper .up-product-wrapper .up-container.box-shadow-show {
  box-shadow: none;
  padding: 0;
  border: none;
}
.p-info-wrapper .up-product-wrapper .up-products-header.products-related-header {
  margin-top: 0 !important;
  font-size: 1.4285714286rem !important;
  font-weight: 700 !important;
}
.p-info-wrapper .up-product-wrapper .up-product {
  padding: 0 !important;
  border: none !important;
}
.p-info-wrapper .up-product-wrapper .up-product.active {
  border: none !important;
}
.p-info-wrapper .up-product-wrapper .up-product .up-product-variants,
.p-info-wrapper .up-product-wrapper .up-product .up-variants {
  width: 100% !important;
}
.p-info-wrapper .up-product-wrapper .up-product:not(:last-of-type) {
  margin-bottom: 8px !important;
}
.p-info-wrapper .detail-parameters {
  order: 4;
  margin-bottom: 24px;
}
.p-info-wrapper .detail-parameters tr {
  display: flex;
  flex-direction: column;
  background-color: transparent !important;
  gap: 10px;
  border: 0 !important;
}
.p-info-wrapper .detail-parameters th + td {
  text-align: left;
}
.p-info-wrapper .detail-parameters th,
.p-info-wrapper .detail-parameters td {
  padding: 0;
}
.p-info-wrapper .variants-wrapper {
  order: 5;
}
.p-info-wrapper .add-to-cart-wrapper {
  order: 6;
  padding: 16px;
  border: 1px solid #e9e9e9;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-info-wrapper .add-to-cart-wrapper .availability-value {
  display: flex;
  align-items: center;
}
.p-info-wrapper .add-to-cart-wrapper .availability-value .additional-delivery-info {
  order: 9;
}
.p-info-wrapper .add-to-cart-wrapper .availability-value .shipping-options {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.p-info-wrapper .add-to-cart-wrapper .availability-value .shipping-options::before {
  content: url(assets/doprava.svg);
  display: block;
  height: 17px;
  width: 17px;
  line-height: 0;
  margin-right: 8px;
}
.p-info-wrapper .add-to-cart-wrapper .quantity {
  max-width: fit-content;
}
.p-info-wrapper .add-to-cart-wrapper .availability-amount {
  margin-left: 5px;
}
.p-info-wrapper .add-to-cart-wrapper .link-icon.chat.contact-product.btn.btn-primary {
  width: 100%;
  font-weight: 700;
}
.p-info-wrapper .add-to-cart-wrapper .link-icon.chat.contact-product.btn.btn-primary:before {
  display: none;
}
.p-info-wrapper .product-benefits {
  order: 9;
  margin-bottom: 24px;
  color: #999798;
  font-size: 0.8571428571rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.p-info-wrapper .availability-value {
  display: flex;
}
.p-info-wrapper .availability-value .shipping-options {
  margin-left: auto;
}
.p-info-wrapper > .btn-primary {
  order: 11;
}
.p-info-wrapper .add-to-cart {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-info-wrapper .add-to-cart .btn {
    font-size: 1.2857142857rem;
    width: 100%;
    font-weight: 700;
  }
  .p-info-wrapper .add-to-cart .btn:before {
    display: none;
  }
}
.p-info-wrapper #dkLabFavouriteDiv {
  font-size: 0;
  margin: 0;
}
.p-info-wrapper #dkLabFavouriteDiv > span {
  display: block;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #af8a43;
}
.p-info-wrapper #dkLabFavouriteDiv > span::before {
  margin: 0;
}
.p-info-wrapper #dkLabFavouriteDiv > span > span {
  display: none;
}
@media (max-width: 1300px) {
  .p-info-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .p-info-wrapper .p-detail-inner-header,
  .p-info-wrapper .p-short-description,
  .p-info-wrapper .detail-parameters,
  .p-info-wrapper .stock-info,
  .p-info-wrapper .variants-wrapper {
    margin-bottom: 16px;
  }
  .p-info-wrapper p[data-testid=productCardDescr] {
    margin-bottom: 30px;
  }
  .p-info-wrapper .add-to-cart-wrapper {
    padding: 0;
    border: none;
  }
}

.p-detail-inner-header {
  margin-bottom: 24px;
}
.p-detail-inner-header h1 {
  margin: 0 0 0.3125em;
  font-size: 2.2857142857rem;
}
@media (max-width: 767px) {
  .p-detail-inner-header h1 {
    font-size: 2.1428571429rem;
  }
}
.p-detail-inner-header .p-detail-info {
  font-weight: 700;
}
.p-detail-inner-header .p-detail-info a {
  text-decoration: none;
}

.p-final-price-wrapper {
  text-align: right;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-final-price-wrapper .price-save,
.p-final-price-wrapper .price-measure {
  display: none;
}
.p-final-price-wrapper .price-final {
  font-weight: 700;
  font-size: 1.4285714286rem;
  line-height: 1.4em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-final-price-wrapper .price-final {
    font-size: 1.5714285714rem;
  }
}
.p-final-price-wrapper .price-standard {
  text-decoration: none;
}
.p-final-price-wrapper .price-standard > span {
  text-decoration: line-through;
}
.p-final-price-wrapper .price-standard::before {
  content: "Nejnižší cena za posledních 30 dní";
  font-size: 0.7857142857rem;
  display: block;
  text-decoration: none;
  line-height: 1.0909090909em;
}

.quantity-cart-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.quantity-cart-wrapper .quantity input.amount {
  max-width: 48px;
  min-width: 48px;
  height: 47px;
}
.quantity-cart-wrapper .quantity .increase,
.quantity-cart-wrapper .quantity .decrease {
  padding: 11px;
}

.social-buttons-wrapper {
  margin-bottom: 24px;
  position: relative;
}
.social-buttons-wrapper .print {
  display: none;
}
.social-buttons-wrapper .link-icon {
  padding: 0.5714285714em;
  border: 1px solid transparent;
}
.social-buttons-wrapper .link-icon:hover {
  border-color: #af8a43;
}
.social-buttons-wrapper .social-buttons {
  position: absolute;
  align-items: center;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.social-buttons-wrapper .social-buttons iframe,
.social-buttons-wrapper .social-buttons .fb_iframe_widget,
.social-buttons-wrapper .social-buttons .fb_iframe_widget span {
  display: block;
}
.social-buttons-wrapper .social-buttons .fb_iframe_widget iframe {
  position: initial;
  border-radius: 9999px;
}

.p-gifts-wrapper .p-gifts-heading {
  display: none;
}
.p-gifts-wrapper .p-gift {
  background-color: #f6fcf2;
  border: 1px solid #ebf6cc;
  border-radius: 8px;
  overflow: hidden;
  padding: 24px;
}
@media (max-width: 767px) {
  .p-gifts-wrapper .p-gift {
    padding: 8px;
  }
}

.quantity {
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
}
.quantity input.amount {
  order: 2;
  max-width: 40px;
  min-width: 40px;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #e9e9e9;
  border-style: none solid none solid;
  border-radius: 0;
  background-color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
}
.quantity .increase,
.quantity .decrease {
  padding: 8px;
}
.quantity .increase::before,
.quantity .decrease::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 0;
  font-size: 0;
}
.quantity .increase {
  order: 3;
}
.quantity .increase::before {
  content: url(assets/plus.svg);
}
.quantity .increase .increase__sign {
  display: none;
}
.quantity .decrease {
  order: -1;
}
.quantity .decrease::before {
  content: url(assets/minus.svg);
}
.quantity .decrease .decrease__sign {
  display: none;
}

.has-page-header .breadcrumbs-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.has-page-header .breadcrumbs {
  display: inline-flex;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: -5px;
}

.type-page .page-header .container > * {
  max-width: 520px;
}
.type-page .body-banners {
  overflow: hidden;
}

.page-header {
  position: relative;
  color: #fff;
}
.page-header.tall {
  min-height: 500px;
}
.page-header.tall img {
  min-height: 500px;
}
.page-header img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 calc(100px + 2rem);
}
.page-header h1 {
  margin: 0 0 0.4761904762em;
}
.page-header > br {
  display: none;
}
@media (max-width: 991px) {
  .page-header .container {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .page-header.tall img {
    min-height: 300px;
  }
  .page-header.tall .container {
    position: initial;
    padding: 30px;
    text-align: center;
    background-color: #333333;
    transform: none;
  }
  .page-header:not(.tall) img {
    min-height: 200px;
  }
}

.narrow-custom p {
  margin-top: 0;
}
.narrow-custom p:last-child {
  margin-bottom: 0;
}

.type-page #content article p,
.type-post #content article p {
  color: #494949;
}

.type-page .sidebar-left,
.type-post .sidebar-left,
.type-posts-listing .sidebar-left {
  display: none;
}

.type-post .text p:has(.flag) {
  display: none;
}

.ordering-process {
  background-blend-mode: multiply;
}
.ordering-process #header {
  background-color: #fff;
  border-bottom: 2px solid #DCDCDC;
}
.ordering-process .top-navigation-bar {
  display: none;
}
.ordering-process .header-top {
  justify-content: space-between;
}
.ordering-process .navigation-buttons {
  margin-left: 0;
}

ul.manufacturers {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.manufacturers h2 {
  margin: 0 0 0.5555555556em;
}
ul.manufacturers ul {
  list-style: none;
  padding: 0 0 20px;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  border-bottom: 1px solid #e9e9e9;
}

.overall-wrapper {
  background-color: #fff;
}

.manufacturer-top {
  position: relative;
  margin-bottom: 100px;
}
.manufacturer-top img {
  display: block;
}
.manufacturer-top .manufacturer-hero {
  position: relative;
  margin-bottom: 130px;
}
.manufacturer-top .manufacturer-hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .manufacturer-top .manufacturer-hero .container {
    position: initial;
    transform: none;
    background-color: #333333;
    padding: 32px 2rem;
  }
}
@media (max-width: 767px) {
  .manufacturer-top .manufacturer-hero .container {
    padding: 24px 20px;
  }
}
.manufacturer-top.dark .manufacturer-hero {
  color: #fff;
}
.manufacturer-top .manufacturer-hero__text {
  max-width: 50%;
  font-size: 1.2857142857rem;
}
@media (max-width: 1300px) {
  .manufacturer-top .manufacturer-hero__text {
    max-width: 720px;
  }
  .manufacturer-top .manufacturer-hero__text img {
    max-height: 70px;
  }
}
.manufacturer-top .full-width {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .manufacturer-top .full-width {
    margin-left: 0;
    margin-right: 0;
  }
}
.manufacturer-top #scroll {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  transform: translateY(50%) translateX(-50%);
  mix-blend-mode: exclusion;
  top: unset;
  bottom: 0;
  justify-content: flex-end;
}
.manufacturer-top #scroll svg {
  fill: white;
}
@media (max-width: 991px) {
  .manufacturer-top #scroll {
    display: none;
  }
}
.manufacturer-top.show-more .default-hidden {
  display: block;
}
@media (max-width: 767px) {
  .manufacturer-top {
    margin-bottom: 50px;
  }
}

.column.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 120px;
}

.type-manufacturer-detail .default-hidden,
#manufacturerDescription .default-hidden {
  margin-top: 160px;
}
.type-manufacturer-detail .columns,
#manufacturerDescription .columns {
  margin-bottom: 40px;
}
.type-manufacturer-detail .column.texts,
#manufacturerDescription .column.texts {
  padding-left: 80px;
  padding-right: 80px;
}
.type-manufacturer-detail .column.image,
#manufacturerDescription .column.image {
  border-radius: 20px;
  overflow: hidden;
}
.type-manufacturer-detail .author,
#manufacturerDescription .author {
  text-align: center;
}
.type-manufacturer-detail .author__image,
#manufacturerDescription .author__image {
  margin-bottom: 16px;
}
.type-manufacturer-detail .author__image img,
#manufacturerDescription .author__image img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.type-manufacturer-detail .author h3,
#manufacturerDescription .author h3 {
  font-size: 1.4285714286rem;
  margin: 0 0 0.4em;
}
.type-manufacturer-detail .grid-2,
#manufacturerDescription .grid-2 {
  padding: 0 100px;
}
.type-manufacturer-detail .default-hidden,
#manufacturerDescription .default-hidden {
  display: none;
}
@media (max-width: 1400px) {
  .type-manufacturer-detail .grid-2,
  #manufacturerDescription .grid-2 {
    padding: 0 20px;
  }
  .type-manufacturer-detail .column.grid-2,
  #manufacturerDescription .column.grid-2 {
    gap: 32px;
  }
}
@media (max-width: 1080px) {
  .type-manufacturer-detail .column.texts,
  #manufacturerDescription .column.texts {
    padding-left: 20px;
    padding-right: 20px;
  }
  .type-manufacturer-detail .default-hidden,
  #manufacturerDescription .default-hidden {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .type-manufacturer-detail .column.texts,
  #manufacturerDescription .column.texts {
    padding-left: 0;
    padding-right: 0;
  }
}

.glossary-header {
  padding: 100px 0 120px;
  background: url(assets/glossary-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .glossary-header {
    padding: 235px 0 32px;
    background-image: url(assets/glossary-bg-mobile.jpg);
    background-position: top right;
    background-size: cover;
  }
  .glossary-header h1 {
    margin: 0;
  }
}

.id-404 article > header h1,
.id-404 .breadcrumbs-wrapper {
  display: none;
}
.id-404 #top-404 {
  padding: 100px 0;
  background: url(assets/404-bg.jpg) no-repeat center center;
  background-size: cover;
}
.id-404 #top-404 h1 {
  text-align: left;
  margin: 0 0 0.5714285714em;
}
.id-404 #top-404 h1 strong {
  display: block;
  color: #af8a43;
  font-size: 182px;
  line-height: 1.1978021978em;
}
.id-404 #top-404 .buttons-wrapper {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .id-404 #top-404 {
    padding: 40px 0;
  }
  .id-404 #top-404 h1 strong {
    font-size: 96px;
  }
}

#formForgottenPassword {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.in-zapomenute-heslo .content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.in-zapomenute-heslo .sidebar {
  display: none;
}

.cart-empty .cart-heading {
  justify-content: center;
}

#nav-manufacturers {
  display: none;
}

@media (min-width: 768px) {
  .navigation-in:not(.fitted) {
    padding-right: 84px;
  }
  .navigation-in:not(.fitted) .menu-level-1 > li {
    flex-grow: 0;
  }
  .submenu-visible #navigation {
    overflow: visible;
  }
  .submenu-visible .menu-level-1 > li.splitted {
    display: none;
  }
}
.menu-helper > span {
  color: #fff;
}
.menu-helper > span::after {
  border-color: #fff;
}

#colorbox .ui-widget-content {
  background-color: #fff;
  padding: 24px;
  list-style: none;
}
#colorbox .ui-widget-content li {
  border-bottom: 1px solid #e9e9e9;
}
#colorbox .ui-widget-content li > div {
  padding: 8px;
}

.cpost-delivery-point-opening-hours:not(.active) {
  display: none;
}

.image360::after,
.show360image::after {
  background-color: hsla(0, 0%, 100%, 0.45);
  border-radius: 100%;
  color: #777;
  content: "\e93e";
  font-size: 60px;
  height: 80px;
  left: 50%;
  line-height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
  z-index: 1;
  font-family: shoptet;
}

.image360.image360-loaded::after,
.image360:hover::after {
  background-color: hsla(0, 0%, 100%, 0);
  content: "";
  z-index: -1;
}

.image360 {
  background: #fff;
  cursor: pointer;
  max-width: 100%;
  position: relative;
  text-align: center;
}

.image360-navigation {
  bottom: 32px;
  font-size: 0;
  height: 24px;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.image360-navigation span {
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  padding: 0 3px;
}

.shoptet-icon::before {
  font-family: shoptet;
}

.icon-play::before {
  content: "\e938";
}

.icon-previous::before {
  content: "\e93b";
}

.icon-next::before {
  content: "\e93a";
}

.icon-expand::before {
  content: "\e93c";
}

#dkLabFavHeaderWrapper {
  order: -1;
  position: initial !important;
}

#dkLabFavPageProductsContainer .products .product .p-bottom {
  display: block !important;
}

body.template-11 .dkLabFavHeaderIconBtn {
  top: unset;
}
body.template-11 .dkLabFavHeaderIconBtn::before {
  margin-right: 0;
  display: block;
  line-height: 0;
  color: black;
}

@media (max-width: 768px) {
  .dkLabFavouriteProductDiv.onlyIcon {
    bottom: 0;
    top: unset;
    left: 0;
  }
}

.dkLabFavProductSpan.hasIcon,
.dkLabFavDetailSpan.hasIcon,
.dkLabFavFlagProduct.hasIcon > span,
.dkLabFavFlagDetail.hasIcon > span {
  display: block;
}
.dkLabFavProductSpan.hasIcon::before,
.dkLabFavDetailSpan.hasIcon::before,
.dkLabFavFlagProduct.hasIcon > span::before,
.dkLabFavFlagDetail.hasIcon > span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(assets/heart-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
}

.dkLabFavFlagProduct {
  display: none;
}

.dkLabFavProductSpan.hasIcon.dkLabFavouriteProductLinkRemove::before,
.dkLabFavDetailSpan.hasIcon.dkLabFavouriteDetailLinkRemove::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(assets/heart-red-filled.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
}

.dkLabFavHeaderIconBtn em {
  background: #af8a43;
  position: absolute;
  top: 10px;
  right: unset;
  left: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  transform: translateY(-50%);
}

body.spinner-visible .overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

body.spinner-visible .overlay.invisible {
  opacity: 0;
}

body.spinner-visible .overlay {
  z-index: 1002;
}

.loader {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 65px;
  height: 65px;
  margin-top: -33px;
  margin-left: -33px;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -9999em;
  background-clip: content-box;
  -webkit-animation: load 1s infinite linear;
  animation: load 1s infinite linear;
}

.loader.static {
  position: static;
  width: 24px;
  height: 24px;
  border-width: 3px;
  margin: 0 auto;
}

.branch-wrap .loader:not(.no-display),
.cpost-delivery-point-form .loader:not(.no-display) {
  display: inline-block;
  vertical-align: middle;
}

.overlay.visible,
.loader-overlay {
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.overlay.visible {
  position: fixed;
  z-index: 1002;
}

.loader-overlay {
  position: absolute;
  z-index: 0;
}

.loader-overlay {
  background-color: rgba(255, 255, 255, 0.65);
}

.loader {
  border-color: #af8a43;
  border-right-color: transparent;
  background-color: transparent;
}

.loader.accented {
  background-color: #af8a43;
}

.loader.static {
  border-color: #af8a43;
  border-right-color: transparent;
  background-color: transparent;
}

.overlay,
.loader-overlay {
  background-color: rgba(255, 255, 255, 0.65);
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#header {
  z-index: 1010;
}

#formSearchForm {
  position: relative;
}

.site-msg.information {
  padding: 10px 0;
  font-size: 1rem;
  background-color: #af8a43;
  color: #fff;
  line-height: 1.7142857143em;
}
.site-msg.information .container {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
}
.site-msg .close::before {
  content: url(assets/cross-white.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.search-whisperer {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  z-index: 11;
  padding: 10px;
  max-height: 500px;
  overflow-y: auto;
  width: 100%;
}
.search-whisperer:not(.active) {
  display: none;
}
.search-whisperer a {
  color: #333333;
  text-decoration: none;
}
.search-whisperer a:hover {
  color: #af8a43;
}
.search-whisperer .p-name {
  font-weight: 700;
}

.search-whisperer-documents {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333333;
}
.search-whisperer-documents a {
  padding: 0.3em 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.search-whisperer-documents a em {
  background-color: #d2d2d2;
  padding: 0.3em 0.5em;
  font-style: normal;
  color: #333333;
  border-radius: 6px;
  font-size: 0.8571428571rem;
}
.search-whisperer-documents a em:empty {
  display: none;
}

.search-whisperer-document.search-whisperer-category em {
  display: inline-block !important;
}
.search-whisperer-document.search-whisperer-category em::before {
  content: "Kategorie";
  display: inline;
}

.search-whisperer-products {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.search-whisperer-products li {
  margin-bottom: 10px;
}
.search-whisperer-products a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-whisperer-products a .search-whisperer-image {
  max-width: 45px;
}
.search-whisperer-products a .p-info {
  display: flex;
  flex-direction: column;
}
.search-whisperer-products a .price {
  white-space: nowrap;
  margin-left: auto;
}
.search-whisperer-products .availability-label {
  font-size: 0.8571428571rem;
}

.languagesMenu .shp-flag {
  width: 24px;
  height: 24px;
}
.languagesMenu .languagesMenu__flags {
  display: none;
}
.languagesMenu .languagesMenu__content {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .languagesMenu .languagesMenu__content {
    justify-content: end;
  }
}
.languagesMenu .languagesMenu__list {
  display: none;
}
.languagesMenu .languagesMenu__header--name {
  display: none;
}
.languagesMenu .languagesMenu__box {
  position: relative;
}
.languagesMenu .languagesMenu__header--actual {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.1428571429rem;
}
.languagesMenu .languagesMenu__header--actual .caret {
  content: url(assets/arrow-black.svg);
  transform: rotate(90deg);
  display: inline-block;
  width: 24px;
  height: 24px;
}
.languagesMenu .languagesMenu__box.open .languagesMenu__list {
  display: block;
  left: 0;
  position: absolute;
  z-index: 1011;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
.languagesMenu .languagesMenu__list__link {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: auto;
  line-height: 30px;
  padding: 0 10px;
  position: static;
  text-align: left;
  width: auto;
  font-size: 1.1428571429rem;
  text-decoration: none;
}
.languagesMenu .languagesMenu__list__link:hover {
  background-color: #f3f3f3;
}
.languagesMenu .languagesMenu__list__name {
  margin-left: 10px;
}

.dropdown {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.dropdown .dropdown-menu,
.dropdown span {
  display: none;
}
.dropdown button {
  display: flex;
  align-items: center;
}
.dropdown button:after {
  content: url(assets/arrow-black.svg);
  transform: rotate(90deg);
  display: inline-block;
  width: 24px;
  height: 24px;
}
.dropdown.open .dropdown-menu {
  display: block;
  left: 0;
  top: 30px;
  position: absolute;
  z-index: 1011;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
.dropdown.open .dropdown-menu li a {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: auto;
  line-height: 30px;
  padding: 0 10px;
  position: static;
  text-align: left;
  width: auto;
  font-size: 1.1428571429rem;
  text-decoration: none;
}

.cart-count {
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 1.2857142857rem;
  line-height: 1.3333333333em;
}
.cart-count:after {
  content: url(assets/arrow-black.svg);
  display: inline-block;
  transform: rotate(90deg);
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .cart-count:after {
    display: none;
  }
}
.cart-count i {
  position: absolute;
  bottom: -10px;
  left: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 999px;
  background-color: #af8a43;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  transform: translateY(-50%);
}

.menu-helper .appended-category {
  display: none;
}
@media (max-width: 767px) {
  .menu-helper {
    display: none;
  }
}

.menu-helper > span {
  padding: 1.1428571429em;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.menu-helper > span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-style: none solid solid none;
  position: relative;
  top: -2px;
  transform: rotate(45deg);
  margin-left: 10px;
}
.menu-helper .menu-level-1 {
  position: absolute;
  top: 100%;
  right: 0;
  flex-direction: column;
  background-color: #fff;
  padding: 10px 20px;
  display: none;
  box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.05);
}
.menu-helper .menu-level-1 li.splitted {
  display: none;
}
.menu-helper .menu-level-1 > li:not(.splitted) {
  display: flex;
  flex-direction: column;
}
.menu-helper .menu-level-1 > li.ext.exp .menu-level-2 {
  display: flex;
  padding: 0 0 0 20px;
}
.menu-helper .menu-level-1 > li.ext.exp .menu-level-2 > li {
  margin: 0;
}
.menu-helper .menu-level-1 li > a {
  padding: 0.7142857143em 0;
  font-size: 1rem;
  color: #333333;
}
.menu-helper .menu-level-1 li > a::before, .menu-helper .menu-level-1 li > a::after {
  display: none;
}
.menu-helper .menu-level-1 li > a:hover, .menu-helper .menu-level-1 li > a:focus {
  text-decoration: underline;
}
.menu-helper .menu-level-2 {
  display: none;
  position: initial;
  flex-direction: column;
}
.menu-helper .menu-level-2 .menu-image {
  display: none;
}

.categories-dropdown {
  max-height: 0;
  left: 16px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  z-index: 1006;
  transition: all 0.15s ease-in-out;
  color: #333333;
  border-radius: 0 0 5px 5px;
}
.categories-dropdown:has(ul.menu-level-1 > li.ext.exp), .categories-dropdown:has(ul.menu-level-1 > li.ext:hover) {
  width: 100%;
}
@media (max-width: 767px) {
  .categories-dropdown {
    display: none;
    position: static;
    border-radius: 0;
    box-shadow: none;
    max-height: none;
  }
}

.all-categories:focus .categories-dropdown,
.all-categories:hover .categories-dropdown {
  max-height: calc(100vh - 200px);
  height: 100vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .all-categories:focus .categories-dropdown,
  .all-categories:hover .categories-dropdown {
    max-height: none;
    height: auto;
  }
}

ul.menu-level-1 {
  display: flex;
  flex-direction: column;
  width: 374px;
  max-width: 374px;
  flex-shrink: 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 12px;
  margin-right: 12px;
  background-color: white;
}
@media (max-width: 767px) {
  ul.menu-level-1 {
    max-width: none;
    margin-left: 0;
    box-shadow: none;
  }
}

ul.menu-level-1 .submenu-arrow {
  padding: 4px;
  margin-left: auto;
  margin-right: 6px;
}
ul.menu-level-1 .submenu-arrow::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  border: 2px solid #24366e;
  border-style: none solid solid none;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  ul.menu-level-1 .submenu-arrow {
    display: none !important;
  }
}

ul.menu-level-1 > li.ext.exp > a {
  border: 2px solid var(--Advantage-Light-gold, #d1b67f);
  background: rgba(209, 182, 127, 0.1);
}

ul.menu-level-1 > li.ext.exp .menu-level-2,
ul.menu-level-1 > li.ext:hover .menu-level-2 {
  display: grid;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}

ul.menu-level-1 > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 2px solid transparent;
  text-decoration: none;
}

ul.menu-level-1 > li > a:focus,
ul.menu-level-1 > li > a:hover {
  border: 2px solid var(--Advantage-Light-gold, #d1b67f);
  background: rgba(209, 182, 127, 0.1);
}

ul.menu-level-1 > li > a b {
  font-weight: 400;
  text-decoration: none;
}

ul.menu-level-2:not(.navigationActions__submenu) {
  position: absolute;
  top: 0;
  left: 386px;
  padding: 40px;
  max-width: calc(100% - 386px);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(1px, 1fr));
  gap: 40px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 1024px) {
  ul.menu-level-2:not(.navigationActions__submenu) {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
}
@media (max-width: 767px) {
  ul.menu-level-2:not(.navigationActions__submenu) {
    display: none;
  }
}

ul.menu-level-2 > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
ul.menu-level-2 > li > div {
  width: 100%;
}

ul.menu-level-2 > li img {
  aspect-ratio: 1/1;
  object-fit: contain;
  max-height: 153px;
}

ul.menu-level-2 > li > div > a {
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2857142857rem;
}

ul.menu-level-2 .menu-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

ul.menu-level-2 .menu-image img {
  display: block;
}

ul.menu-level-2 a:focus,
ul.menu-level-2 a:hover {
  text-decoration: underline;
}

ul.menu-level-3 {
  font-size: 0.75rem;
  margin-top: 10px;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  padding-bottom: 2.5em;
}

ul.menu-level-3 a {
  line-height: 1.5;
  text-decoration: none;
  font-size: 1.2857142857rem;
}

ul.menu-level-3 .more-items-trigger {
  display: flex;
  align-items: center;
  gap: 1em;
  line-height: 1.5em;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.2857142857rem;
}

ul.menu-level-3 .more-items-trigger::before {
  content: "Více z kategorie";
  text-decoration: underline;
  display: block;
  color: #af8a43;
}

.appended-category {
  display: none;
}

.top-navigation-menu {
  position: relative;
  overflow: hidden;
  display: flex;
  margin-right: 0;
}
.top-navigation-menu:has(.cropped) {
  padding-right: 24px;
}
.top-navigation-menu .top-navigation-menu-trigger {
  display: none;
}

.top-navigation-menu {
  margin-right: -1.4285714286em;
}
@media (max-width: 767px) {
  .top-navigation-menu {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }
}

.top-navigation-menu-trigger {
  display: none;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.top-navigation-menu-trigger::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #333333;
  border-style: none solid solid none;
  position: relative;
  top: -2px;
  transform: rotate(45deg);
}

ul.top-navigation-bar-menu-helper {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1011;
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
}

.top-navigation-menu-visible .top-navigation-bar-menu-helper {
  display: block;
}
.top-navigation-menu-visible .top-navigation-menu {
  overflow: visible;
}

@keyframes carouselImgInit {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes carouselTextsInit {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.before-carousel {
  width: 100%;
  overflow: hidden;
}

.homepage-box.before-carousel,
.homepage-box.before-carousel .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
  padding: 0;
}
.homepage-box.before-carousel img,
.homepage-box.before-carousel .container img {
  margin-left: auto;
  margin-right: auto;
}

#carousel {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#carousel .item a {
  display: block;
  width: 100%;
  overflow: hidden;
}
#carousel .item img {
  display: block;
  line-height: 1;
  animation: carouselImgInit 1s ease-in-out forwards;
}
#carousel .extended-banner-title {
  animation: carouselTextsInit 0.6s ease-in-out 0s forwards;
}
@media (max-width: 767px) {
  #carousel .extended-banner-title {
    font-size: 2.2857142857rem;
    line-height: 1.2;
    max-width: 265px;
    letter-spacing: 0.96px;
    font-weight: 300;
  }
}
#carousel .extended-banner-text {
  transform: translateY(50px);
  opacity: 0;
  animation: carouselTextsInit 0.6s ease-in-out 0.2s forwards;
}
#carousel .extended-banner-link {
  transform: translateY(50px);
  opacity: 0;
  animation: carouselTextsInit 0.6s ease-in-out 0.4s forwards;
  position: relative;
  overflow: hidden;
}
#carousel .extended-banner-link:hover {
  background-color: #d1b67f;
  border-color: #d1b67f;
}
#carousel .extended-banner-link:after {
  content: "";
  position: absolute;
  height: 300px;
  width: 20px;
  background: linear-gradient(270deg, rgba(216, 197, 185, 0) 0%, #fff 50%, rgba(216, 197, 185, 0) 100%);
  box-shadow: 0 0 10px #fff;
  filter: blur(1px);
  top: -50px;
  left: -40px;
  transition: 2s;
  transform: rotate(-20deg);
}
#carousel .extended-banner-link:hover::after {
  transform: rotate(-20deg) translate(800px, 155px);
}
@media (max-width: 767px) {
  #carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.carousel-control {
  position: absolute;
  bottom: 24px;
  right: 24px;
  padding: 20px 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #af8a43;
}
.carousel-control::before {
  content: url(assets/arrow.svg);
  display: block;
  line-height: 0;
  transition: all 0.15s ease-in-out;
}
.carousel-control.left {
  left: calc(50vw - 720px);
}
.carousel-control.right {
  left: unset;
  right: calc(50vw - 720px);
  transform: translateX(0);
}
.carousel-control.right::before {
  transform: rotate(180deg);
}
.carousel-control:hover {
  cursor: pointer;
  background-color: #af8a43;
}
.carousel-control:hover:before {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .carousel-control {
    bottom: 20px;
  }
}

.carousel-dots {
  position: absolute;
}

.carousel-dots,
.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  bottom: 20px;
}
.carousel-dots > li,
.slick-dots > li {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
  border: 1px solid #b3b3b3;
}
.carousel-dots > li.dot-active,
.slick-dots > li.dot-active {
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-Brand-Brand, #8c7a66);
  background: var(--Advantage-Light-gold, #d1b67f);
}

.slick-dots {
  margin-top: 24px;
}

.carousel-dots {
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .carousel-dots {
    position: static;
    transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 0 !important;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.2s ease-in-out;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  opacity: 0;
}

.carousel-inner > .prev {
  opacity: 0;
}

.carousel-inner > .active.left {
  opacity: 0;
}
.carousel-inner > .active.left img {
  transform: scale(0.7);
}

.carousel-inner > .active.right {
  opacity: 0;
}
.carousel-inner > .active.right img {
  transform: scale(0.7);
}

.siteCookies {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-top: 2px solid #af8a43;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #333333;
  padding: 20px 2rem;
  z-index: 1060;
  text-align: center;
}
.siteCookies a {
  text-decoration: underline;
}
.siteCookies .siteCookies__buttonWrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.siteCookies .siteCookies__button {
  padding: 1em 2em;
  background-color: #af8a43;
  color: #fff;
}

.cookiesSetting__form {
  padding: 10px;
}

.cookiesSetting__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
}

.cookiesSetting__perex {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.cookiesSetting__item {
  border-bottom: 1px solid #e5e8ea;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .cookiesSetting__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.cookiesSetting__item:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .cookiesSetting__item__col2 {
    margin-left: 10px;
  }
}

.cookiesSetting__item__name {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.cookiesSetting__item__text {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cookiesSetting__item__text {
    margin-bottom: 0;
  }
}

.cookiesSetting__item__status {
  margin: 20px 0;
  text-align: center;
  padding: 10px 20px 10px 35px;
  border: 1px solid #e5e8ea;
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.cookiesSetting__item__status:hover {
  background: #f8fafb;
  border: 1px solid #e5e8ea;
  color: #252525;
}
@media (min-width: 768px) {
  .cookiesSetting__item__status {
    margin: 0;
    padding: 10px 15px;
  }
}

.cookiesSetting__data {
  border: 1px solid #e5e8ea;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0 20px;
}

.cookiesSetting__bottom {
  text-align: center;
}
@media (min-width: 768px) {
  .cookiesSetting__bottom {
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
  }
}

.cookiesSetting__uncheck {
  display: block;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .cookiesSetting__uncheck {
    margin: 0;
    flex: 1;
  }
}

.cookiesSetting__uncheckLink {
  display: block;
  line-height: 48px;
  text-decoration: none;
  color: #af8a43;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 0;
  width: 100%;
  text-align: center;
}
.cookiesSetting__uncheckLink:hover {
  color: #383742;
  background: #e5e8ea;
}
@media (min-width: 768px) {
  .cookiesSetting__uncheckLink {
    display: inline-block;
    width: auto;
    text-align: left;
  }
}

.cookiesSetting__button {
  display: block;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  width: 100%;
  padding: 0 15px;
  color: #ffffff;
  background-color: #af8a43;
}
.cookiesSetting__button:hover {
  color: #ffffff;
  background-color: #af8a43;
}
@media (min-width: 768px) {
  .cookiesSetting__button:hover {
    opacity: 0.9;
  }
}
@media (min-width: 768px) {
  .cookiesSetting__button {
    display: inline-block;
    width: auto;
  }
}
.cookiesSetting__button--green {
  background-color: #007c47;
  margin-top: 10px;
}
.cookiesSetting__button--green:hover {
  color: #ffffff;
  background-color: #007c47;
}
@media (min-width: 768px) {
  .cookiesSetting__button--green {
    margin-top: 0;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  #colorbox.cookiesDialogWrapper {
    top: 0 !important;
  }
}

/*# sourceMappingURL=scss-critical.css.map*/