/*!*************************************************************************************************************************************************************************!*\
  !*** 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: "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: #231f20;
  font-family: "nunito-sans" !important;
  line-height: 1.714;
  font-size: clamp(14px, 1rem, 18px);
  font-weight: 400;
}

*,
*::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-style: normal;
  margin: 1.2em 0 0.6em;
  line-height: 1.1904761905em;
  font-weight: 600;
}

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

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

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

h4,
.h4 {
  font-size: 2.2857142857rem;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.7142857143rem;
  }
}

h5,
.h5,
.cart-inner h4 {
  font-size: 1.7142857143rem;
}
@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 {
  text-align: left;
}

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,
.benefitBanner,
.next-to-carousel-banners,
.body-banners .banner-wrapper,
.blog-wrapper,
.instagram-wrapper,
.footer-banners,
#tab-content,
#relatedProducts,
.type-posts-listing .content-wrapper-in,
.type-post #content,
#glossary-listing,
.type-manufacturer-detail #content,
.alternative-categories,
.search-next-wrap,
.prodejna-banner,
.hp-banner,
.hp-video,
.category-content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .products-block,
  .benefitBanner,
  .next-to-carousel-banners,
  .body-banners .banner-wrapper,
  .blog-wrapper,
  .instagram-wrapper,
  .footer-banners,
  #tab-content,
  #relatedProducts,
  .type-posts-listing .content-wrapper-in,
  .type-post #content,
  #glossary-listing,
  .type-manufacturer-detail #content,
  .alternative-categories,
  .search-next-wrap,
  .prodejna-banner,
  .hp-banner,
  .hp-video,
  .category-content-wrapper {
    margin-bottom: 40px;
  }
}

#cat-manufacturers {
  display: none;
}

.top-navigation-bar {
  display: none;
  background-color: #f3f3f3;
  white-space: nowrap;
  font-size: 0.8571428571rem;
  padding: 4px 0;
}
.top-navigation-bar .container {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .top-navigation-bar {
    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: 1rem;
  font-weight: 700;
}
.project-phone::before,
.project-email::before {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  margin-right: 10px;
}

.top-navigation-contacts {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.top-navigation-contacts > strong {
  display: none;
}
@media (max-width: 891px) {
  .top-navigation-contacts {
    display: none;
  }
}

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

.top-navigation-bar-menu {
  display: flex;
  align-items: center;
}
.top-navigation-bar-menu a {
  padding: 0.8333333333em 1.3333333333em;
  line-height: 1.3333333333em;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .top-navigation-bar-menu {
    align-items: flex-start;
    flex-direction: column;
  }
}

.top-navigation-tools {
  display: none;
}

.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 {
  margin-right: auto;
}
.footer-links-icons .footer-icons {
  display: flex;
  gap: 8px;
}
.footer-links-icons .footer-icons img,
.footer-links-icons .footer-icons a {
  display: block;
}

.header-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 0 0;
}
.header-top .search {
  max-width: 520px;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 1011;
  right: 2rem;
  top: calc(100% - 16px);
}
@media (max-width: 767px) {
  .header-top {
    position: relative;
    flex-wrap: wrap;
    gap: 16px 4px;
    padding-bottom: 24px;
  }
  .header-top .search {
    position: static;
    display: block;
    z-index: 2;
    order: 1000;
    flex-basis: calc(100% + 40px);
    max-width: unset;
  }
}
@media (max-width: 374px) {
  .header-top {
    gap: 16px 0;
  }
}

.search-window-visible .search {
  display: block;
}
.search-window-visible .navigation-buttons > a[data-target=search]:before {
  content: url(assets/Cross.svg);
}

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

.highlight {
  font-weight: 600;
  color: #ec0e26;
}

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

#footer .site-name {
  display: none;
}

#formSearchForm fieldset {
  display: flex;
  position: relative;
}
#formSearchForm input {
  padding-left: 1.25em;
  border-radius: 8px;
  padding-right: 100px;
  padding-top: 0.6875em;
  padding-bottom: 0.6875em;
}
#formSearchForm .btn {
  border: 0;
  background-color: #ec0e26;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 16px;
}
@media (min-width: 768px) {
  #formSearchForm .btn:hover {
    background-color: #efefef;
  }
}
@media (max-width: 767px) {
  #formSearchForm input {
    background: none;
    background-color: #fff;
    padding: 0.5625em;
  }
  #formSearchForm .btn-default {
    font-size: 0;
    background-color: transparent;
  }
  #formSearchForm .btn-default::before {
    content: url(assets/Search.svg);
  }
}

.navigation-buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.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,
.navigation-buttons .top-nav-button-account {
  font-size: 0;
}
.navigation-buttons .top-nav-button-login::before,
.navigation-buttons .top-nav-button-account::before {
  content: url("assets/User%20Profile.svg");
}
.navigation-buttons .cart-count {
  font-size: 0;
}
.navigation-buttons .cart-count::before {
  content: url(assets/cart.svg);
}
@media (max-width: 767px) {
  .navigation-buttons .cart-count {
    order: -1;
  }
}
.navigation-buttons .toggle-window[data-target=search]::before {
  content: url(assets/Search.svg);
}
@media (max-width: 767px) {
  .navigation-buttons .toggle-window[data-target=search] {
    display: none;
  }
}
.navigation-buttons .toggle-window[data-target=navigation] {
  background-color: #ec0e26;
  border-radius: 8px;
}
.navigation-buttons .toggle-window[data-target=navigation]::before {
  content: url(assets/Burger.svg);
}
.navigation-buttons a,
.navigation-buttons button {
  display: flex;
  align-items: center;
  padding: 10px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation-buttons {
    gap: 0;
  }
}
@media (min-width: 768px) {
  .navigation-buttons .toggle-window[data-target=navigation] {
    display: none;
  }
}
@media (max-width: 376px) {
  .navigation-buttons button,
  .navigation-buttons a {
    padding: 6px;
  }
}

#header {
  background-color: #fff;
}
#header > .container {
  max-width: unset;
  padding: 0;
}
#header {
  transition: all 0.15s ease-in-out;
}
#header .site-name img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #header {
    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) {
  #navigation {
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 0;
    width: 100%;
    transition: all 0.15s ease-in-out;
    overflow: hidden;
    z-index: 2;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  }
  #navigation .navigation-in {
    padding: 24px 24px 100px;
  }
  #navigation .submenu-arrow {
    display: block;
    padding: 14px;
  }
  #navigation .submenu-arrow::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 2px solid #231f20;
    border-style: none solid solid none;
    transform: rotate(45deg);
  }
}

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

@media (max-width: 767px) {
  .user-action-visible {
    overflow: hidden;
  }
}

.cart-window-visible {
  overflow: hidden;
}

.header-top {
  max-width: calc(1520px + 4rem);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .header-top > *:not(#navigation):not(.menu-helper) {
    padding-bottom: 24px;
  }
}
.header-top .menu-helper {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .header-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navigation-in {
    padding: 0;
  }
}
@media (max-width: 320px) {
  .header-top {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.menu-level-1 {
  display: flex;
}
.menu-level-1 > li.splitted {
  visibility: hidden;
  opacity: 0;
  width: 0;
}
.menu-level-1 > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.7142857143em;
  padding: 0.3333333333em 0.75em 1.3333333333em;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.4285714286rem;
  line-height: 1em;
}
.menu-level-1 > li > a b {
  font-weight: 600;
}
.menu-level-1 > li > a .submenu-arrow {
  display: none;
}
.menu-level-1 > li > a {
  position: relative;
}
@media (max-width: 767px) {
  .menu-level-1 > li > a {
    padding: 0.8571428571em;
    font-size: 1.5714285714rem;
    line-height: 1.5909090909em;
  }
}
.menu-level-1 > li > a:hover {
  color: #ec0e26;
}
@media (max-width: 767px) {
  .menu-level-1 > li > a .submenu-arrow {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .menu-level-1 > li:has(li.active) > a,
  .menu-level-1 > li .active > div > a, .menu-level-1 > li.active > a,
  .menu-level-1 > li a.active {
    text-decoration: underline;
  }
}
.menu-level-1 a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .menu-level-1 {
    flex-direction: column;
  }
  .menu-level-1 > li.ext.exp > a {
    background-color: #fff;
    color: #231f20;
  }
  .menu-level-1 > li.ext.exp .submenu-arrow::before {
    border-color: #231f20 !important;
    transform: rotate(-135deg) !important;
  }
}

.menu-level-2 {
  overflow: auto;
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  right: 0;
  z-index: 11;
  background-color: #fff;
  padding: 40px 72px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.menu-level-2 > li {
  background: var(--text-text-invertion, #f5f4f4);
  color: #231f20;
  border-radius: 40px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.menu-level-2 > li:hover {
  color: #ec0e26;
}
.menu-level-2 > li > div > a {
  display: flex;
  gap: 0.7142857143em;
  font-weight: 500;
  font-size: 1.2857142857rem;
}
.menu-level-2 > li .menu-image {
  flex: 0 0 40px;
  border-radius: 40px;
  overflow: hidden;
}
.menu-level-2 > li .menu-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .menu-level-2 {
    display: none;
    position: initial;
    padding: 20px 0;
    flex-direction: column;
    columns: unset;
    column-gap: unset;
  }
  .menu-level-2 > li {
    margin-bottom: 1px;
  }
  .menu-level-2 > li > div > a {
    font-size: 1.1428571429rem;
  }
}

.submenu-visible:not(.menu-helper-visible) #navigation::before {
  content: "";
  min-height: 200vh;
  position: absolute;
  top: 100%;
  left: 50%;
  width: calc(100vw - var(--scrollbar-width));
  transform: translateX(-50%);
  background-color: rgba(35, 31, 32, 0.3);
  backdrop-filter: blur(5px);
  z-index: 10;
}

.menu-level-1 > li.ext.exp .menu-level-2 {
  display: grid;
}
@media (max-width: 767px) {
  .menu-level-1 > li.ext.exp .menu-level-2 {
    display: flex;
  }
}

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

.sticky.scroll-up .custom-dropdown,
.sticky.scroll-up .menu-level-1,
.sticky.scroll-up .menu-level-2 {
  max-height: calc(90vh - 150px);
}
@media (max-width: 767px) {
  .sticky.scroll-up .custom-dropdown,
  .sticky.scroll-up .menu-level-1,
  .sticky.scroll-up .menu-level-2 {
    max-height: unset;
  }
}

.sticky.scroll-down .custom-dropdown,
.sticky.scroll-down .menu-level-1,
.sticky.scroll-down .menu-level-2 {
  max-height: calc(90vh - 70px);
}
@media (max-width: 767px) {
  .sticky.scroll-down {
    max-height: unset;
  }
}

@media (max-width: 767px) {
  .custom-dropdown,
  .menu-level-1,
  .menu-level-2 {
    max-height: unset;
  }
}

@media (max-width: 767px) {
  .navigation-in {
    max-height: calc(100vh - var(--header-top-height));
    overflow-y: auto;
  }
}
.menu-level-1 > li.ext.exp .menu-level-2-helper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .menu-level-1 > li.ext.exp .menu-level-2 {
    display: flex;
  }
}

.extended-banner-texts,
.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
  display: block;
}

#carousel .item a,
#carousel .item img {
  display: block;
}
#carousel .item a {
  position: relative;
}
#carousel a {
  text-decoration: none;
}
#carousel .extended-banner-title {
  margin: 0;
  font-size: clamp(2.8571428571rem, 4vw, 4rem);
}
#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: 8px;
    background-color: #231f20;
    margin-bottom: 12px;
  }
  #carousel .extended-banner-texts {
    text-align: center;
    left: 50%;
    bottom: 40px;
    top: unset;
    transform: translateX(-50%);
    gap: 16px;
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
  #carousel .extended-banner-link {
    margin: 0 auto;
  }
  #carousel .extended-banner-title {
    font-size: 2.2857142857rem;
    line-height: 1.25em;
    font-weight: 600;
  }
  #carousel .extended-banner-title span {
    display: inline-flex;
    border-radius: 10px;
    background: var(--surface-surface-button, #ec0e26);
    padding: 10px 20px;
    font-size: 1.7142857143rem;
    margin-bottom: 16px;
    width: max-content;
  }
}
#carousel .hero-banner {
  position: relative;
}
#carousel .hero-banner video {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  #carousel .hero-banner video {
    min-height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  #carousel .hero-banner {
    min-height: 420px;
  }
  #carousel .hero-banner video {
    min-height: 420px;
    width: auto;
    max-height: 550px;
  }
}
@media (max-width: 374px) {
  #carousel .hero-banner {
    min-height: 520px;
  }
  #carousel .hero-banner video {
    min-height: 520px;
    width: auto;
  }
}

.footer-banners {
  display: flex;
  flex-wrap: wrap;
}
.footer-banners .footer-banner {
  flex: 1 1 360px;
}
.footer-banners .footer-banner a {
  text-decoration: none;
}
.footer-banners {
  gap: 32px;
}
@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 {
  border-radius: 8px;
  background: var(--surface-surface-secondary, #efefef);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  padding: 16px;
}
.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%;
  border-radius: 8px;
}
.product .flags-default,
.product .flags-extra {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
@media (max-width: 767px) {
  .product .flags-default,
  .product .flags-extra {
    flex-wrap: wrap;
  }
}
.product .flags-default {
  top: 16px;
  left: 16px;
}
.product .flags-extra {
  top: 16px;
  right: 16px;
}
.product .p {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product .p-in {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 32px;
}
.product .p-bottom > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  gap: 20px;
}
.product .name {
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1428571429em;
  display: block;
  min-height: 1.928125em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}
.product .name span {
  display: flex;
  flex-direction: column-reverse;
}
.product .name .product-appendix {
  font-size: 1.4285714286rem;
  font-weight: 400;
  line-height: normal;
}
.product .p-in-in {
  margin-bottom: 16px;
}
.product .p-in-in .ratings-wrapper .stars-wrapper {
  display: none;
}
.product .p-desc {
  order: -1;
  color: #616161;
  margin-bottom: auto;
}
.product .p-desc p {
  margin: 0;
}
.product .p-bottom {
  height: 100%;
}
.product .availability {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  margin-top: auto;
}
.product .availability-amount {
  color: #3c840f;
}
.product .availability > span[style="color:#3c840f"] {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.product .availability > span[style="color:#3c840f"]::before {
  content: url(assets/Sklad.svg);
  display: block;
  line-height: 0;
  width: 24px;
  height: 24px;
}
.product .prices {
  color: #515151;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(1px, auto));
}
.product .prices .price-standard {
  grid-row-start: 1;
}
.product .prices .price-final,
.product .prices .price-standard {
  grid-column-start: 2;
  text-align: right;
}
.product .prices .price-additional,
.product .prices .price-measure {
  grid-column-start: 1;
  text-align: left;
}
.product .prices .price-measure {
  grid-row-start: 1;
}
.product .prices .price-additional {
  grid-row-start: 2;
}
.product .price-final {
  font-size: 1.4285714286rem;
  font-weight: 300;
  line-height: normal;
}
.product .price-standard {
  font-size: 0.8571428571rem;
  line-height: 1.3333333333em;
  display: block;
}
.product .p-tools {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.product .p-tools .btn,
.product .p-tools form {
  flex: 1 1 100px;
  width: 100%;
  max-width: 50%;
}
.product .p-tools .btn .btn,
.product .p-tools form .btn {
  max-width: unset;
}
.product .p-desc {
  margin-top: 0;
}
.product .custom-ratings {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 0.8571428571rem;
  background-color: white;
  padding: 6px 10px;
  border-radius: 60px;
  font-size: 1rem;
  line-height: normal;
}
.product .custom-ratings .star {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .product {
    padding: 0;
  }
  .product .p-in {
    padding: 24px;
    margin-top: 0;
  }
  .product .p-in-in {
    margin-bottom: 10px;
  }
  .product .name {
    font-size: 1.7142857143rem;
  }
  .product .name .product-appendix {
    font-size: 1.1428571429rem;
  }
  .product .p-desc {
    display: none;
  }
  .product .p-tools {
    width: 100%;
  }
  .product .p-tools > * {
    flex-grow: 1;
  }
  .product .p-tools > * button {
    width: 100%;
  }
  .product .name .btn.add-to-cart-button {
    padding: 10px;
  }
  .product .name .btn.add-to-cart-button:hover, .product .name .btn.add-to-cart-button:focus {
    background-color: #ec0e26;
    border-color: #ec0e26;
  }
  .product .name .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 {
    width: 100%;
  }
  .product .prices .price-final {
    margin-left: auto;
  }
  .product .p-bottom > div {
    gap: 10px;
  }
  .product .image > .flags-extra {
    top: 60px;
    left: 16px;
  }
}

.btn.vzorky-button {
  background-color: #595959;
  border-color: #595959;
  color: #fff;
}
.btn.vzorky-button:hover {
  background-color: #ec0e26;
  border-color: #ec0e26;
}
@media (max-width: 767px) {
  .btn.vzorky-button {
    padding: 8px 16px !important;
    line-height: 24px !important;
  }
}

.flag.flag-discount .price-standard {
  display: none;
}
.flag.flag-discount {
  font-size: 1.4285714286rem;
  line-height: normal;
  padding: 0.6em 0;
  width: 60px;
  height: 60px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #cd3346;
  border-radius: 50px;
  position: relative;
}
.flag.flag-discount::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.price-standard {
  color: #494949;
}

.flag {
  font-size: 0.9285714286rem;
  line-height: 1.5384615385em;
  padding: 0.6153846154em 0.9230769231em;
  border-radius: 5px;
  color: #fff;
}
.flag.flag-action, .flag.flag-gift {
  background-color: #ec0e26;
}
.flag.flag-new {
  background-color: #23c8f1;
}
.products-block .slick-slide {
  margin: 0 20px;
  position: relative;
}
@media (max-width: 734px) {
  .products-block .slick-slide {
    margin: 0 8px;
  }
}
.products-block .product:not(:last-of-type) {
  position: relative;
}
.products-block .slick-list {
  margin: 0 -20px;
}

.breadcrumbs-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}
.breadcrumbs-wrapper a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}
.breadcrumbs-wrapper::before {
  background-color: #efefef;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - var(--scrollbar-width) + 0.9px);
  z-index: -1;
}
.breadcrumbs-wrapper .navigation-home-icon-wrapper:before {
  content: url(assets/Home.svg);
  display: block;
  width: 24px;
  height: 24px;
}

.type-detail .breadcrumbs-wrapper {
  display: block;
}
@media (max-width: 767px) {
  .type-detail .breadcrumbs-wrapper {
    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-weight: 400;
  color: #8e8e8e;
  margin-right: 0.25rem;
}

.category-top-wrapper {
  position: relative;
  z-index: 0;
}
.category-top-wrapper + .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .category-top-wrapper + .content-wrapper {
    margin-top: 40px;
  }
}
.category-top-wrapper.has-background {
  padding: 40px 0;
  color: #f5f4f4;
}
.category-top-wrapper.has-background .category-top-content {
  margin: 0;
  margin-left: max(50vw - 720px, 2rem);
  margin-right: auto;
}
@media (max-width: 767px) {
  .category-top-wrapper.has-background .category-top-content {
    margin: 0 16px;
    width: calc(100% - 32px);
  }
}
.category-top-wrapper.has-background .breadcrumbs-wrapper {
  margin-bottom: 24px;
}
.category-top-wrapper.has-background .breadcrumbs-wrapper:before {
  content: none;
}
.category-top-wrapper.has-background .breadcrumbs-wrapper .navigation-home-icon-wrapper:before {
  content: url(assets/Home-white.svg);
}
.category-top-wrapper.has-background .breadcrumbs-wrapper .navigation-bullet {
  color: #fff;
}
.category-top-wrapper.has-background .breadcrumbs-wrapper .breadcrumbs > span > span {
  position: relative;
}
.category-top-wrapper.has-background .breadcrumbs-wrapper .breadcrumbs > span > span::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: rgb(71, 71, 71);
  filter: blur(7px);
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 767px) {
  .category-top-wrapper.has-background {
    margin-bottom: 50px;
  }
}
.category-top-wrapper .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.category-top-wrapper .background-image.desktop {
  display: block;
}
.category-top-wrapper .background-image.mobile {
  display: none;
}
@media (max-width: 767px) {
  .category-top-wrapper .background-image.mobile {
    display: block;
  }
}
.category-top-wrapper .category-top-content {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 0;
  margin-left: max(50vw - 720px - 2rem, 2rem);
  margin-right: auto;
}
@media (max-width: 767px) {
  .category-top-wrapper .category-top-content {
    margin: 0;
  }
}
.category-top-wrapper .category-title {
  margin: 0;
  font-weight: 600;
}
.category-top-wrapper .category-title .pagination-appendix {
  display: none;
}
.category-top-wrapper:not(.has-background) .category-title {
  margin-top: 40px;
}
.category-top-wrapper .category-perex {
  max-width: 700px;
}
.category-top-wrapper .category-perex p,
.category-top-wrapper .category-perex p > span {
  font-size: 1.4285714286rem !important;
  line-height: 1.6em !important;
  font-weight: 400 !important;
}
.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 tbody td {
  padding: 0;
}
.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;
}
@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-perex {
    font-size: 1.4285714286rem;
  }
}
.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%;
}
@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;
  }
}

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

.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 {
  margin-top: 24px;
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(326px, 1fr));
  gap: 40px;
  position: relative;
}
@media (max-width: 374px) {
  .subcategories {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.subcategories li a {
  background: var(--text-text-invertion, #f5f4f4);
  color: #231f20;
  border-radius: 40px;
  padding: 12px;
  min-height: calc(3.4285714286em + 16px);
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.1490196078);
}
.subcategories li a:hover {
  color: #ec0e26;
}
.subcategories li a:hover::before {
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .subcategories li a {
    min-height: unset;
  }
}
.subcategories li .image {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
}
.subcategories li .image img {
  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;
  font-size: 1.4285714286rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .subcategories li .text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .subcategories .show-categories {
    display: none;
  }
}
@media (max-width: 767px) {
  .subcategories {
    gap: 16px;
  }
  .subcategories li a {
    padding: 8px;
  }
}
.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 #231f20;
  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;
}

@media (max-width: 767px) {
  .type-category .subcategories li a {
    box-shadow: 0 4px 15px 0 #000;
  }
}
.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;
}
#productsTop .button-wrapper {
  position: absolute;
  right: 36px;
  bottom: 0;
  transform: translateY(50%);
}
#productsTop .button-wrapper .chevron-after {
  background-color: #fff;
}
#productsTop {
  counter-reset: top-products;
}
#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: 40px 0;
}
#category-header form {
  overflow: auto;
}
#category-header form label {
  display: inline-block;
  padding: 0.7142857143em;
}
#category-header form label::before, #category-header form label::after {
  display: none;
}
#category-header form input[type=radio] + label {
  border-radius: 100px;
  border: 1px solid var(--border-border-secondary, #ccc);
  padding: 8px 24px;
  font-weight: 300;
  font-size: 1.4285714286rem;
  line-height: normal;
}
#category-header form input[type=radio]:checked + label {
  font-weight: 700;
  color: white;
  background-color: #ec0e26;
}
#category-header form input[type=radio]:checked + label,
#category-header form input[type=radio] + label:hover {
  border-color: #ec0e26;
}
#category-header form fieldset {
  display: flex;
  gap: 8px;
}
#category-header form input[value=name] {
  display: none;
}
#category-header form input[value=name] + label {
  display: none;
}
#category-header .listSorting__controls {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 8px;
}
#category-header .listSorting__controls li button {
  border-radius: 100px;
  border: 1px solid var(--border-border-secondary, #ccc);
  padding: 6px 24px;
  font-weight: 300;
  font-size: 1.4285714286rem;
  line-height: normal;
}
#category-header .listSorting__controls li button.listSorting__control--current {
  font-weight: 700;
  color: white;
  background-color: #ec0e26;
}

#categories,
.slider-wrapper,
.filter-section {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #a3a3a3;
}
.filter-section,
.slider-wrapper {
  margin-bottom: 32px !important;
}
.filter-section fieldset,
.slider-wrapper fieldset {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.filter-section .advanced-filters-wrapper:empty {
  display: none;
}

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

.box-categories h4 {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.box-categories h4::before {
  display: block;
  line-height: 0;
  width: 24px;
  height: 24px;
}

#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: #ec0e26;
}
#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;
}
#filters::after {
  display: block;
  line-height: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
#filters .filter-section h4,
#filters .slider-wrapper h4 {
  font-size: 1.4285714286rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
  margin-bottom: 32px;
}
#filters .filter-form-visible h4::after {
  transform: rotate(-135deg);
  top: 2px;
}
#filters form fieldset > div:not(:last-of-type),
#filters form fieldset > div:has(#stock) {
  margin-bottom: 8px;
}
#filters input[type=checkbox] + label {
  font-size: 1.4285714286rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  #filters {
    margin-bottom: 40px;
  }
  #filters h4 {
    margin-top: 0;
  }
  #filters .filter-section-button {
    display: none;
  }
}

.filter-section-boolean {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .filter-section-boolean {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}

.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;
}
.filter-section-count #clear-filters a {
  color: #ec0e26;
  text-decoration: none;
  padding: 0.7142857143em;
  display: inline-block;
}
.filter-section-count #clear-filters {
  margin: 0;
}
.filter-section-count .filter-total-count {
  text-align: center;
}

.filter-count {
  color: #616161;
  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;
  }
}
@media (min-width: 768px) {
  .p-detail-inner > .p-detail-inner-header {
    display: none;
  }
}

.product-top {
  margin-top: 28px;
  margin-bottom: 40px;
  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.25em;
}

.p-image-wrapper .p-image {
  position: relative;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.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: 24px;
  }
}

.p-thumbnails-wrapper .p-thumbnails,
.p-thumbnails-wrapper .p-thumbnails-inner {
  height: 100px;
}
.p-thumbnail {
  border-radius: 10px;
  overflow: hidden;
}

.p-info-wrapper {
  padding: 0 0 0 40px;
  display: flex;
  flex-direction: column;
}
.p-info-wrapper > * {
  order: 20;
}
.p-info-wrapper .p-detail-inner-header {
  order: 1;
}
.p-info-wrapper .p-code {
  margin-bottom: 10px;
  display: block;
  font-size: 1.4285714286rem;
  font-weight: 300;
  line-height: normal;
  color: #5b595a;
  order: 1;
}
@media (min-width: 768px) {
  .p-info-wrapper .p-code {
    margin-top: 24px;
  }
}
.p-info-wrapper .p-short-description {
  order: 2;
  margin-bottom: 24px;
  font-size: 1.4285714286rem;
  font-weight: 300;
  line-height: normal;
  color: #5b595a;
}
.p-info-wrapper .p-short-description p {
  margin-top: 0;
}
.p-info-wrapper .p-short-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-info-wrapper .p-short-description {
    font-size: 1rem;
  }
}
.p-info-wrapper .stock-info {
  order: 3;
  margin-bottom: 24px;
}
.p-info-wrapper p[data-testid=productCardDescr] {
  order: 3;
  margin: 0;
  font-size: 1.4285714286rem;
  font-weight: 300;
  line-height: normal;
}
.p-info-wrapper p[data-testid=productCardDescr] a {
  color: #ec0e26;
  text-decoration: none;
}
.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;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: max-content;
  gap: 24px 20px;
}
.p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper {
  grid-row: 1;
  grid-column: 1/3;
}
.p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-measure:not(:empty) :after {
  content: "vč. DPH";
}
.p-info-wrapper .add-to-cart-wrapper .quantity {
  max-width: fit-content;
  grid-row-start: 2;
}
.p-info-wrapper .add-to-cart-wrapper .add-to-cart {
  grid-row-start: 2;
}
@media (max-width: 767px) {
  .p-info-wrapper .add-to-cart-wrapper .add-to-cart {
    grid-row-start: 3;
    flex-direction: column;
  }
  .p-info-wrapper .add-to-cart-wrapper .add-to-cart > * {
    padding: 16px 32px !important;
    max-width: fit-content;
  }
}
.p-info-wrapper .availability-value {
  order: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  font-size: 1.1428571429rem;
  line-height: normal;
}
.p-info-wrapper .availability-value:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  line-height: 0;
  content: url(assets/Sklad.svg);
}
.p-info-wrapper .availability-value .additional-delivery-info {
  order: 9;
}
.p-info-wrapper .availability-value .shipping-options {
  flex-basis: 100%;
  text-decoration: none;
  color: #ec0e26;
  display: flex;
  align-items: center;
  order: 10;
}
.p-info-wrapper .availability-value .shipping-options::before {
  display: block;
  height: 24px;
  width: 24px;
  line-height: 0;
  margin-right: 5px;
}
.p-info-wrapper .availability-value .availability-amount {
  margin-left: 5px;
  color: #3c840f;
}
.p-info-wrapper .availability-ico {
  display: block;
  margin-right: 5px;
}
.p-info-wrapper .availability-ico svg {
  display: block;
  line-height: 0;
}
.p-info-wrapper .stocks-wrapper {
  order: 7;
}
.p-info-wrapper .social-buttons-wrapper {
  order: 9;
}
.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 .p-gifts-wrapper {
  order: 10;
}
.p-info-wrapper > .btn-primary {
  order: 11;
}
.p-info-wrapper .add-to-cart {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
.p-info-wrapper .add-to-cart .btn {
  width: 100%;
}
.p-info-wrapper #dkLabFavouriteDiv {
  font-size: 0;
  margin: 0;
  padding: 0.5714285714em;
  border-radius: 9999px;
  border: 1px solid transparent;
}
.p-info-wrapper #dkLabFavouriteDiv:hover {
  border-color: #ed8796;
  background-color: #fdf3f4;
}
.p-info-wrapper #dkLabFavouriteDiv > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-info-wrapper #dkLabFavouriteDiv > span::before {
  margin: 0;
}
.p-info-wrapper #dkLabFavouriteDiv > span > span {
  font-size: 0.8571428571rem;
  text-decoration: none;
  gap: 10px;
}
@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-detail-inner-header {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.p-detail-inner-header h1 {
  margin: 0 0 0.1785714286em;
  font-size: 4rem;
}
.p-detail-inner-header h1 .product-appendix {
  display: none;
}
@media (max-width: 767px) {
  .p-detail-inner-header h1 {
    font-size: 2.8571428571rem;
  }
}
.p-detail-inner-header .p-detail-info > div:not(.stars-wrapper) {
  display: none;
}
.p-detail-inner-header .flags-default {
  position: static;
  display: flex;
  gap: 8px;
  margin-top: 40px;
}
.p-detail-inner-header .p-code {
  order: 1;
}
@media (max-width: 767px) {
  .p-detail-inner-header .p-code {
    margin-top: 8px;
  }
  .p-detail-inner-header .flags {
    order: 2;
  }
}

.p-final-price-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 1.4285714286rem;
  color: #5b595a;
}
.p-final-price-wrapper:has(.price-standard)::after {
  content: "Nejnižší cena za posledních 30 dní";
  font-size: 1rem;
  display: block;
  text-decoration: none;
  line-height: normal;
  font-weight: 300;
}
.p-final-price-wrapper .price-save {
  display: none;
}
.p-final-price-wrapper .price-final {
  font-weight: 600;
  font-size: 2.2857142857rem;
  line-height: 1.25em;
  color: #231f20;
  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;
}

.social-buttons-wrapper {
  margin-bottom: 24px;
  position: relative;
}
.social-buttons-wrapper .link-icon {
  padding: 0.5714285714em;
  border-radius: 9999px;
  border: 1px solid transparent;
}
.social-buttons-wrapper .link-icon:hover {
  border-color: #ed8796;
  background-color: #fdf3f4;
}
.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;
}
.quantity input.amount {
  max-width: 45px;
  border: 1px solid #c2c1c2;
  background-color: #fff;
  text-align: center;
  color: #595959;
}
.quantity .increase,
.quantity .decrease {
  font-size: 0;
}
.quantity .increase::before,
.quantity .decrease::before {
  display: block;
  width: 24px;
  height: 24px;
}
.quantity .increase {
  order: 3;
}
.quantity .increase::before {
  content: url(assets/Plus.svg);
}
.quantity .decrease {
  order: -1;
}
.quantity .decrease::before {
  content: url(assets/Minus.svg);
}

.discontinued-product #dkLabFavouriteDiv,
.discontinued-product .product-benefits {
  display: none !important;
}
.discontinued-product .p-thumbnails-wrapper {
  display: none;
}
.discontinued-product .p-image {
  position: relative;
}
.discontinued-product .p-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9e9e9;
  opacity: 0.4;
}
.discontinued-product .p-image::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.discontinued-product .p-image img {
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
.discontinued-product .p-info-wrapper p[data-testid=productCardDescr] {
  margin: 0 0 24px;
}
.discontinued-product .p-info-wrapper .detail-parameters,
.discontinued-product .p-info-wrapper .social-buttons-wrapper {
  display: none;
}
.discontinued-product .p-info-wrapper .p-code {
  order: 10;
  margin-top: 24px;
  padding-top: 24px;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  text-align: center;
  color: #999798;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
}
.discontinued-product .p-info-wrapper .p-code .p-code-label {
  font-weight: 700;
}
.discontinued-product .add-to-cart-wrapper.discontinued {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.discontinued-product #relatedProducts {
  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;
}
.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 {
  color: #fff;
}
.page-header h1 {
  margin: 0 0 0.3571428571em;
}
.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: #231f20;
    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;
}

.posts-listing-top {
  background-size: cover;
  padding: 80px 0;
  margin-bottom: 40px;
}
.posts-listing-top .container > *:not(.news-item) {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.posts-listing-top .container > p {
  margin: 0 0 1.7142857143em;
}
.posts-listing-top .news-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
}
.posts-listing-top .news-item .image {
  flex: 1 1 600px;
  aspect-ratio: 960/538;
  margin: 0;
}
.posts-listing-top .news-item .image::before {
  display: none;
}
.posts-listing-top .news-item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.posts-listing-top .news-item .text {
  flex: 1 1 200px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.posts-listing-top .news-item .text time {
  order: -1;
  margin-bottom: 16px;
}
.posts-listing-top .news-item .text .description {
  display: block;
}
.posts-listing-top .news-item .text .description .js-hidden {
  display: block;
}
.posts-listing-top .news-item .btn-read-more {
  display: block;
  text-decoration: none;
  color: #ec0e26;
  display: flex;
  align-items: center;
  position: relative;
}
.posts-listing-top .news-item .btn-read-more::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  margin-right: 0.7142857143em;
}
.posts-listing-top .news-item .btn-read-more::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #231f20;
  border-style: none solid solid none;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
}
@media (max-width: 1180px) {
  .posts-listing-top .news-item .image {
    flex-basis: 200px;
    aspect-ratio: auto;
    align-self: stretch;
  }
}
@media (max-width: 767px) {
  .posts-listing-top {
    padding: 40px 0;
  }
  .posts-listing-top .news-item {
    flex-direction: column;
  }
  .posts-listing-top .news-item .image {
    max-width: unset;
  }
  .posts-listing-top .news-item .text {
    width: auto;
    padding: 16px;
    flex-basis: auto;
  }
  .posts-listing-top .news-item .text time {
    order: 1;
    margin: 0;
  }
  .posts-listing-top .news-item .title {
    order: 2;
    font-weight: 900;
    font-size: 1.5714285714rem;
    margin-top: 10px;
  }
  .posts-listing-top .news-item .description {
    order: 3;
  }
  .posts-listing-top .news-item .description p {
    margin: 10px 0;
  }
  .posts-listing-top .news-item .btn-read-more {
    order: 4;
  }
}

.sidebar .social-wrapper {
  padding: 16px;
  background-color: #fcfcfc;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}
.sidebar .social-wrapper h4 {
  text-transform: initial;
}
.sidebar .social-wrapper .footer-icon {
  padding: 10px;
  background-color: #f3f3f3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .social-wrapper .footer-icons {
  justify-content: center;
  flex-wrap: wrap;
}

.blog-categories {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}
.blog-categories a.blog-category {
  border: 1px solid #ebf6cc;
  font-weight: 400 !important;
}
.blog-categories a.blog-category:hover, .blog-categories a.blog-category.active {
  background-color: #9bd200;
}

.type-posts-listing.has-background .breadcrumbs-wrapper,
.type-manufacturer-detail.has-background .breadcrumbs-wrapper,
.type-glossary.has-background .breadcrumbs-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.type-posts-listing.dark .breadcrumbs-wrapper,
.type-manufacturer-detail.dark .breadcrumbs-wrapper,
.type-glossary.dark .breadcrumbs-wrapper {
  color: #fff;
}
.type-posts-listing.dark .breadcrumbs-wrapper .navigation-bullet::after,
.type-manufacturer-detail.dark .breadcrumbs-wrapper .navigation-bullet::after,
.type-glossary.dark .breadcrumbs-wrapper .navigation-bullet::after {
  border-color: #fff;
}

.type-posts-listing h1 {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .type-posts-listing h1 {
    margin: 0 0 20px;
    font-size: 2.5714285714rem;
  }
}

.type-posts-listing .content-wrapper-in,
.type-post .content-wrapper-in {
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .type-posts-listing .content-wrapper-in,
  .type-post .content-wrapper-in {
    flex-wrap: wrap;
  }
}
.type-posts-listing .sidebar:not(.sidebar-left),
.type-post .sidebar:not(.sidebar-left) {
  display: block;
}
.type-posts-listing .subcategories,
.type-post .subcategories {
  margin-top: 0;
  padding: 8px 0;
  gap: 0;
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
.type-posts-listing .subcategories .image,
.type-post .subcategories .image {
  display: none;
}
.type-posts-listing .subcategories a,
.type-post .subcategories a {
  padding: 0.8571428571em 1.1428571429em;
  background-color: transparent;
  border: 0;
  border: 1px solid #595959;
  border-radius: 20px;
  min-height: unset;
  text-transform: uppercase;
}
.type-posts-listing .subcategories a .text,
.type-post .subcategories a .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9285714286rem;
  line-height: 1.2307692308em;
}
.type-posts-listing .subcategories a:hover,
.type-post .subcategories a:hover {
  box-shadow: none;
}
.type-posts-listing .subcategories a::before, .type-posts-listing .subcategories a::after,
.type-post .subcategories a::before,
.type-post .subcategories a::after {
  display: none;
}
.type-posts-listing .subcategories .all-posts-btn,
.type-post .subcategories .all-posts-btn {
  background-color: #ec0e26;
  border-color: #ec0e26;
  color: #fff;
}
.type-posts-listing .subcategories > li,
.type-post .subcategories > li {
  display: block;
}
@media (max-width: 767px) {
  .type-posts-listing .box-categories,
  .type-posts-listing .sidebar:not(.sidebar-left),
  .type-post .box-categories,
  .type-post .sidebar:not(.sidebar-left) {
    width: 100%;
    flex-grow: 1;
  }
  .type-posts-listing .box-categories h4,
  .type-post .box-categories h4 {
    margin: 0 0 20px;
  }
  .type-posts-listing .subcategories,
  .type-post .subcategories {
    margin: 0 -20px 40px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 8px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .type-posts-listing .subcategories li,
  .type-post .subcategories li {
    flex: 0 0 auto;
    list-style: none;
  }
  .type-posts-listing .subcategories::-webkit-scrollbar,
  .type-post .subcategories::-webkit-scrollbar {
    display: none;
  }
  .type-posts-listing .social-wrapper,
  .type-post .social-wrapper {
    text-align: center;
  }
}

.post-sidebar .subcategories::before {
  padding: 0;
  margin: 0;
}

.type-post #content {
  max-width: 946px;
  margin: 0 auto;
}
.type-post #content .text {
  color: #595959;
  font-size: 1.4285714286rem;
  line-height: 1.2em;
}
.type-post #content .text .img-gallery,
.type-post #content .text .plus-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 40px 0;
}
.type-post #content .text .img-gallery img,
.type-post #content .text .plus-gallery-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
}
.type-post #content .text h3 {
  font-weight: 600;
}
.type-post #content .text p:has(img) {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .type-post #content .text {
    font-size: 1rem;
    line-height: 1.7142857143em;
  }
  .type-post #content .text p {
    margin: 32px 0;
  }
  .type-post #content .text .img-gallery {
    gap: 24px;
  }
}
.type-post #content .author {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}
.type-post #content .author h4 {
  margin: 0;
  font-weight: 600;
  color: #231f20;
}
.type-post #content .author img {
  max-width: 200px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .type-post #content .author {
    margin-top: 40px;
    flex-direction: column;
  }
  .type-post #content .author .author-info {
    display: contents;
  }
  .type-post #content .author .author-info p {
    margin: 0;
  }
  .type-post #content .author h4 {
    order: -1;
  }
}
.type-post #content img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .type-post #content {
    margin-top: 0;
    padding: 0;
  }
  .type-post .sidebar {
    display: none !important;
  }
  .type-post .content-wrapper-in > .box-categories {
    display: none;
  }
}

.post-header-wrapper {
  background-size: cover;
  margin-bottom: 80px;
  margin-top: 80px;
}
.post-header-wrapper h1 {
  margin: 0 0 0.5357142857em;
}
.post-header-wrapper .columns {
  gap: 0;
}
.post-header-wrapper .post-header-image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.post-header-wrapper .post-header-texts {
  padding: 24px 0;
}
.post-header-wrapper .post-header-texts h1 {
  font-weight: 600;
}
.post-header-wrapper .post-header-texts {
  display: flex;
  flex-direction: column;
}
.post-header-wrapper .post-header-texts > * {
  width: 100%;
}
@media (max-width: 1650px) {
  .post-header-wrapper .post-header-texts > * {
    padding: 0 50px 0 150px;
  }
}
@media (max-width: 1464px) {
  .post-header-wrapper .post-header-texts > * {
    padding: 0 2rem;
  }
}
.post-header-wrapper .columns.col-2 {
  flex-wrap: nowrap;
  gap: 40px;
}
.post-header-wrapper .post-description {
  font-size: 1.4285714286rem;
  line-height: 1.2em;
  color: #595959;
  margin-top: 0;
  margin-bottom: 0;
}
.post-header-wrapper .post-date {
  font-size: 1rem;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.7142857143em;
  margin-bottom: 16px;
}
.post-header-wrapper .post-date::before {
  content: url(assets/calendar.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
@media (max-width: 991px) {
  .post-header-wrapper {
    background: none;
    margin-bottom: 0;
  }
  .post-header-wrapper .columns.col-2 {
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
  .post-header-wrapper .columns.col-2 .column.post-header-texts,
  .post-header-wrapper .columns.col-2 .post-header-image.column {
    flex-basis: auto;
    flex-direction: column;
    align-items: start;
  }
  .post-header-wrapper .columns.col-2 .column.post-header-texts > *,
  .post-header-wrapper .columns.col-2 .post-header-image.column > * {
    padding: 0;
  }
  .post-header-wrapper .post-header-texts {
    background-size: cover;
    padding: 40px 0 24px;
  }
  .post-header-wrapper .post-header-texts > * {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .post-header-wrapper {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .post-header-wrapper .columns.col-2 {
    flex-direction: column;
    padding: 0 20px;
    align-items: start;
  }
  .post-header-wrapper .columns.col-2 .column.post-header-texts,
  .post-header-wrapper .columns.col-2 .post-header-image.column {
    flex-direction: column-reverse;
  }
  .post-header-wrapper .post-header-texts > * {
    padding: 0;
  }
  .post-header-wrapper .post-header-texts h1 {
    font-size: 2.5714285714rem;
  }
}

.news-item-detail > time {
  display: none;
}

.post-sidebar .subcategories {
  position: sticky;
  top: 30px;
}

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

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

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

.id-404 article > header h1,
.id-404 .breadcrumbs-wrapper {
  display: none;
}
.id-404 #top-404 {
  padding: 100px 0;
  background-size: cover;
}
.id-404 #top-404 h1 {
  text-align: left;
  margin: 0 0 0.4285714286em;
}
.id-404 #top-404 h1 strong {
  display: block;
  color: #ec0e26;
  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 {
    overflow: hidden;
  }
  .submenu-visible #navigation {
    overflow: visible;
  }
  .submenu-visible #navigation .submenu-arrow {
    display: none;
  }
  .submenu-visible .menu-level-1 > li.splitted {
    display: none;
  }
}
#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;
}

.co-registration:has(#retail) {
  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;
}

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

.flag.dkLabFavFlagProduct {
  display: none;
}

.dkLabFavouriteProductDiv.onlyIcon {
  position: initial;
}

.product .dkLabFavouriteProductDiv {
  position: absolute;
  bottom: 16px;
  left: 16px;
  top: unset;
  border-radius: 60px;
  background: #fff;
  padding: 6px;
  width: 36px;
  height: 36px;
  z-index: 1;
}
.product .dkLabFavouriteProductDiv span {
  display: block;
}
.product .dkLabFavouriteProductDiv span:before {
  position: static;
  width: 24px;
  height: 24px;
  display: block;
  line-height: 24px;
}

.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: url(assets/Fav.svg);
}

.dkLabFavDetailSpan.hasIcon.dkLabFavouriteDetailLinkRemove::before {
  display: block;
  line-height: 0;
}

.dkLabFavHeaderIconBtn em {
  background: #ec0e26;
  position: absolute;
  top: 0px;
  right: unset;
  left: 26px;
  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: #ec0e26;
  border-right-color: transparent;
  background-color: transparent;
}

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

.loader.static {
  border-color: #ec0e26;
  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: 8px 0;
  font-size: 1rem;
  background-color: #ec0e26;
  color: #fff;
  line-height: 1.7142857143em;
}
.site-msg.information .container {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  font-weight: 700;
}
.site-msg .close::before {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.search-whisperer {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 11;
  padding: 10px;
  max-height: 500px;
  overflow-y: auto;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.search-whisperer:not(.active) {
  display: none;
}
.search-whisperer a {
  color: #231f20;
  text-decoration: none;
}
.search-whisperer a:hover {
  color: #ec0e26;
}
.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 #231f20;
}
.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: #231f20;
  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: 20px;
  height: 13px;
}
.languagesMenu .languagesMenu__content {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #f1f3f7;
  right: 0;
  padding: 10px;
}
.languagesMenu .languagesMenu__list {
  display: none;
}
.languagesMenu .languagesMenu__box.hovered .languagesMenu__list {
  display: block;
}
.languagesMenu .languagesMenu__box.hovered .languagesMenu__list li a {
  display: flex;
}
.languagesMenu.open .languagesMenu__content {
  display: flex;
  gap: 10px;
}
.languagesMenu .languagesMenu__header--actual {
  font-weight: 700;
}

.cart-count {
  position: relative;
  white-space: nowrap;
}
.cart-count i {
  position: absolute;
  top: 10px;
  left: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 999px;
  background-color: #ec0e26;
  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 {
  background-color: #efefef;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #231f20;
  position: relative;
}
@media (max-width: 767px) {
  .menu-helper {
    display: none;
  }
}
.menu-helper > span {
  border-radius: 8px;
  font-size: 0;
  cursor: pointer;
}
.menu-helper > span::after {
  content: "Další kategorie";
  font-size: 1.2857142857rem;
  line-height: 1.3333333333em;
  display: block;
  width: max-content;
  height: 24px;
  font-weight: 700;
}
.menu-helper .menu-level-1 {
  position: absolute;
  top: 100%;
  flex-direction: column;
  background-color: #fff;
  padding: 10px 20px;
  display: none;
  border-radius: 12px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2509803922);
  z-index: 1011;
}
.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;
  display: none;
}
.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: 1.2857142857rem;
  color: #231f20;
}
.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;
}

.menu-helper-visible .menu-helper .menu-level-1 {
  display: flex;
}

.appended-category {
  display: none;
}

.top-navigation-menu {
  position: relative;
  overflow: hidden;
}
.top-navigation-menu:has(.cropped) {
  padding-right: 24px;
}

.top-menu-trigger-visible .top-navigation-menu-trigger {
  display: block;
}

.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 #231f20;
  border-style: none solid solid none;
  position: relative;
  top: -2px;
  transform: rotate(45deg);
}

.top-navigation-bar-menu li.cropped {
  display: none;
}

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;
}
.before-carousel .container {
  max-width: unset;
  padding: 0;
}

#carousel {
  overflow: hidden;
  max-width: 1920px;
  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-texts {
  position: absolute;
  display: flex;
  flex-direction: column;
  color: #f5f4f4;
  font-weight: 600;
  z-index: 1;
}
@media (min-width: 768px) {
  #carousel .extended-banner-texts {
    padding-left: max(50vw - 670px, 2rem);
    transform: translateY(-50%);
    top: 50%;
  }
}
#carousel .extended-banner-title {
  display: flex;
  flex-direction: column;
  animation: carouselTextsInit 0.6s ease-in-out 0s forwards;
}
#carousel .extended-banner-title span {
  font-size: 2.2857142857rem;
  line-height: 1.25em;
  background: linear-gradient(93.86deg, #ec0e26 0%, #ff4e66 100%);
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 16px;
  max-width: fit-content;
}
#carousel .extended-banner-text {
  font-size: 2.2857142857rem;
  transform: translateY(50px);
  opacity: 0;
  animation: carouselTextsInit 0.6s ease-in-out 0.2s forwards;
}
@media (max-width: 767px) {
  #carousel .extended-banner-text {
    font-size: 1.4285714286rem;
    font-weight: 600;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  #carousel .extended-banner-link {
    margin-top: 20px;
  }
}
#carousel .extended-banner-link {
  max-width: fit-content;
  transform: translateY(50px);
  opacity: 0;
  animation: carouselTextsInit 0.6s ease-in-out 0.4s forwards;
}
@media (max-width: 767px) {
  #carousel .extended-banner-title {
    align-items: center;
  }
  #carousel .extended-banner-title span {
    font-size: 1.7142857143rem;
  }
}
#carousel .banner-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel {
  position: relative;
}

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

.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 #ec0e26;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #231f20;
  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: #ec0e26;
  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: #ec0e26;
  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: #ec0e26;
}
.cookiesSetting__button:hover {
  color: #ffffff;
  background-color: #ec0e26;
}
@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;
  }
}
/* Globální nastavení pro článek */
.mm-article-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  font-family: sans-serif;
  --block-gap: 20px;
  --grid-gap: 16px;
  display: flex;
  flex-direction: column;
  gap: var(--block-gap);
}

/* Responzivní mezery pro mobilní zařízení */
@media (max-width: 768px) {
  .mm-article-wrapper {
    --block-gap: 20px;
    --grid-gap: 8px;
    padding: 15px;
  }
}
/* Nadpis */
h2.mm-main-heading {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
}

h3.mm-main-heading {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

h4.mm-main-heading {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

h5.mm-main-heading {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/* Textový blok */
.mm-paragraph {
  margin: 10px 0 !important;
  line-height: 1.6;
}

/* Obrázky */
.mm-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

/* Mřížky (Grids) */
.mm-media-grid-2,
.mm-media-grid-3 {
  display: grid;
  gap: var(--grid-gap);
}

@media (min-width: 600px) {
  .mm-media-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .mm-media-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Media-Text sekce (Obrázek vedle textu) */
.mm-media-text {
  display: flex;
  flex-direction: column;
  /* Mobil: pod sebou */
  gap: var(--grid-gap);
  align-items: center;
}
.mm-media-text.mm-reverse {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .mm-media-text {
    flex-direction: row;
    /* Desktop: vedle sebe */
    align-items: flex-start;
  }
  .mm-media-text.mm-reverse {
    flex-direction: row-reverse;
  }
  .mm-media-part,
  .mm-text-part {
    flex: 1;
  }
}

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