/*!*************************************************************************************************************************************************************************!*\
  !*** 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";
#header {
  z-index: 1010;
}

#formSearchForm {
  position: relative;
}

.site-name {
  margin: 0;
}

.site-msg.information {
  padding: 10px 0;
  font-size: 0.875rem;
  background-color: orange;
  line-height: 1.7142857143em;
}
.site-msg.information .container {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
}
.site-msg .close::before {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.search-whisperer {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 11;
  padding: 10px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 480px;
  background-color: #faf8ef;
  border-radius: 24px;
  border: 2px solid #dccfaf;
  margin-top: 10px;
}
.search-whisperer ul.search-whisperer-products {
  grid-column-start: 1;
  grid-row-start: 1;
  padding: 20px 0;
}
.search-whisperer div.search-whisperer-documents.text-center {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
}
.search-whisperer div.search-whisperer-documents.text-center .search-whisperer-document {
  padding: 8px 0;
  border: none;
  align-items: center;
}
.search-whisperer:not(.active) {
  display: none;
}
.search-whisperer a {
  color: #211f3b;
  text-decoration: none;
}
.search-whisperer .p-name {
  font-weight: 400;
  font-family: "Onest", sans-serif;
}
@media (max-width: 940px) {
  .search-whisperer {
    display: flex;
    flex-direction: column;
  }
  .search-whisperer ul.search-whisperer-products {
    order: -1;
    min-width: 480px;
  }
}
@media (max-width: 767px) {
  .search-whisperer {
    width: calc(100vw - 40px);
    right: unset;
    left: 0;
  }
  .search-whisperer ul.search-whisperer-products {
    min-width: unset;
  }
}

.search-whisperer-documents {
  display: flex;
  flex-direction: column;
}
.search-whisperer-documents a {
  padding: 0.3em 0;
}
.search-whisperer-documents a em {
  color: #211f3b;
  border-radius: 6px;
  font-size: 0.75rem;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.search-whisperer-documents a.search-whisperer-category em::before {
  font-size: 0.75rem;
  content: "Kategorie";
  display: block;
  font-weight: 600;
  font-style: normal;
}
a.search-whisperer-document {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  border-bottom: 1px solid #bfb197;
}

.search-whisperer-products {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.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;
  flex-shrink: 0;
}
.search-whisperer-products a .p-info {
  display: flex;
  flex-direction: column;
}
.search-whisperer-products a .price {
  white-space: nowrap;
  margin-left: auto;
  font-family: "Onest", sans-serif;
}
.search-whisperer-products .availability-label {
  font-size: 0.75rem;
}

.languagesMenu .shp-flag {
  width: 30px;
  height: 23px;
}
.languagesMenu .languagesMenu__content {
  display: none;
  position: absolute;
  top: 100%;
  border-radius: 12px;
  background: rgb(244, 240, 230);
  border: 2px solid #eae5d4;
  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;
}
@media (max-width: 767px) {
  .cart-count [data-testid=headerCartCount],
  .cart-count .cart-price {
    display: none !important;
  }
}

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

.menu-helper {
  position: relative;
}
.menu-helper > span {
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.menu-helper > span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  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;
  padding: 10px 20px;
  display: none;
  z-index: 10;
  background-color: #bfb197;
  border-radius: 20px;
}
.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.625em 0;
  font-size: 1rem;
  color: #211f3b;
}
.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;
  display: flex;
  gap: 16px;
  align-items: center;
}
.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 #211f3b;
  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;
  padding: 10px;
}

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

.menu-level-1 > li.splitted {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

@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;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 8px;
}
.slick-dots > li {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
  opacity: 0.3;
  mix-blend-mode: exclusion;
}
.slick-dots > li.dot-active {
  opacity: 1;
  mix-blend-mode: unset;
}

.carousel-dots {
  bottom: 43px;
  right: 144px;
}

@media (max-width: 767px) {
  .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0;
    list-style: none;
  }
  .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
  }
  .slick-dots li button {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #bfb197;
    padding: 0;
    font-size: 0;
  }
  .slick-dots li button::before {
    display: none !important;
  }
  .slick-dots li.slick-active button {
    background: #eca439;
  }
}
.carousel {
  position: relative;
}

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

.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;
  height: 100%;
}

.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.8);
  backdrop-filter: blur(10px);
  border-top: 2px solid var(--color-primary);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #211f3b;
  padding: 20px 20px;
  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: #eca439;
  border-radius: 9999px;
}

.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: var(--color-primary);
  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: var(--color-primary);
}
.cookiesSetting__button:hover {
  color: #ffffff;
  background-color: var(--color-primary-hover);
}
@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;
  }
}
.container {
  width: 100%;
  max-width: calc(1440px + 4rem);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

iframe {
  width: 100%;
}

.sidebar-indented main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}
.sidebar-indented main .category-top {
  width: 100%;
}
.sidebar-indented main aside {
  flex: 0 0 335px;
}
@media (min-width: 1200px) {
  .sidebar-indented main aside {
    position: sticky;
    top: 20px;
  }
}
.sidebar-indented main .category-content-wrapper {
  flex: 1 1 548px;
  width: 100%;
}
@media (max-width: 991px) {
  .sidebar-indented main aside {
    display: none;
  }
}

.content-wrapper-in {
  display: flex;
  flex-wrap: wrap;
}
.content-wrapper-in aside {
  flex: 0 0 335px;
}
.content-wrapper-in main {
  flex: 1 1 548px;
  width: 100%;
}
@media (max-width: 991px) {
  .content-wrapper-in aside {
    display: none;
  }
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .columns {
    gap: 20px;
  }
}
.columns.col-2 .column {
  flex: 1 1 450px;
}
.columns.col-3 .column {
  flex: 1 1 400px;
}
.columns.col-4 .column {
  flex: 1 1 300px;
}
.columns.align-center {
  align-items: center;
}
.columns.no-gap {
  gap: 0;
}

.buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.buttons-wrapper.buttons-center {
  justify-content: center;
}
.buttons-wrapper.align-center {
  align-items: center;
}
@media (max-width: 767px) {
  .buttons-wrapper {
    margin-top: 20px;
  }
}

.type-index #newsWrapper {
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}

.next-prev {
  margin-top: 20px;
}
.next-prev.text-center {
  text-align: center;
}

span.p-label {
  display: none;
}

p.large {
  font-size: 1.25rem;
}

.slick-track {
  display: flex !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.slick-slide {
  height: inherit !important;
}

.flags-default,
.flags-extra {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

.flags-default.contains-extra .flags-extra {
  position: initial;
}

.btn,
.next-step-back,
.rate-form-trigger,
.cp-button,
.chevron-after,
.add-comment,
.login-btn,
.display-results-group,
.tabs-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.btn.hide,
.next-step-back.hide,
.rate-form-trigger.hide,
.cp-button.hide,
.chevron-after.hide,
.add-comment.hide,
.login-btn.hide,
.display-results-group.hide,
.tabs-trigger.hide {
  display: none;
}

.login-btn {
  justify-content: flex-start;
  border-radius: 6px;
  padding: 0.875em 1.0625em;
  text-decoration: none;
}
.login-btn strong {
  font-weight: 400;
}
.login-btn.facebook {
  background-color: #0677e8;
  color: #fff;
}
.login-btn.google {
  background-color: transparent;
  border: 1px solid #e5e1db;
  color: #373338;
}
.login-btn.seznam {
  background-color: #c00;
  color: #fff;
}

button {
  color: inherit;
}

.mobile .product .btn-primary:hover, .mobile .product .btn-primary:focus,
.mobile .btn-secondary:hover,
.mobile .btn-secondary:focus,
.mobile .btn-default:hover,
.mobile .btn-default:focus,
.mobile .btn.inline-block:hover,
.mobile .btn.inline-block:focus,
.mobile .btn-primary.add-comment:hover,
.mobile .btn-primary.add-comment:focus,
.mobile .btn-primary:hover,
.mobile .btn-primary:focus,
.mobile .btn-conversion:hover,
.mobile .btn-conversion:focus,
.mobile .extended-banner-link:hover,
.mobile .extended-banner-link:focus,
.mobile .rate-form-trigger:hover,
.mobile .rate-form-trigger:focus,
.mobile .btn-cart:hover,
.mobile .btn-cart:focus,
.mobile .btn-tertiary:hover,
.mobile .btn-tertiary:focus {
  background-color: inherit;
  color: inherit;
  border-color: inherit;
}

.client-center-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.client-center-box ul li {
  margin-bottom: 10px;
}

.entrance-protection-wrapper {
  height: 100vh;
}

.entrance-protection,
.entrance-protection-inner {
  height: 100%;
}

.entrance-protection-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.entrance-protection-inner .site-name {
  margin-bottom: 20px;
  max-width: 200px;
}
.entrance-protection-inner form {
  text-align: center;
}
.entrance-protection-inner form .submit-wrapper {
  margin-top: 20px;
}
.entrance-protection-inner form .form-group {
  margin-bottom: 10px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.384615;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.in {
  opacity: 0.9;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}

.messages {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  color: #fff;
}
.messages .msg {
  padding: 20px;
}
.messages .msg.msg-success {
  background-color: green;
}
.messages .msg.msg-error {
  background-color: rgba(203, 74, 74, 0.9);
  color: #fff;
}
.messages .msg.msg-info {
  background-color: orange;
}
.messages .msg.msg-warning {
  background-color: rgba(255, 165, 0, 0.9);
}
@media (max-width: 767px) {
  .messages .msg {
    padding: 10px 20px;
  }
}

.msg-error {
  color: #b41111;
}

.admin-logged .overall-wrapper {
  padding-top: 30px;
}

.admin-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: grey;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.admin-bar a {
  color: inherit;
}
.admin-bar {
  font-size: 12px;
}
.admin-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.admin-bar #bar-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-bar #bar-menu li {
  padding: 6px;
}
.admin-bar #bar-menu > li {
  position: relative;
  cursor: pointer;
}
.admin-bar #bar-menu > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: grey;
  padding: 10px;
  white-space: nowrap;
  z-index: 10005;
}
.admin-bar #bar-menu > li.hover > ul {
  display: flex;
  flex-direction: column;
}

table.border {
  border-collapse: collapse;
}
table.border td,
table.border th {
  border: 1px solid var(--color-primary);
}

.plus-gallery-wrap {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  justify-items: center;
  align-items: center;
  gap: 8px;
}
.plus-gallery-wrap .plus-gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
}
.plus-gallery-wrap .plus-gallery-item a,
.plus-gallery-wrap .plus-gallery-item img {
  width: 100%;
}
.plus-gallery-wrap.slick-initialized {
  display: block;
  width: 100%;
}

.stars-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.stars,
.rating-stars-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stars a,
.stars span,
.rating-stars-wrapper a,
.rating-stars-wrapper span {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.stars a::before,
.stars span::before,
.rating-stars-wrapper a::before,
.rating-stars-wrapper span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 24px;
}
.stars a.star-off::before,
.stars span.star-off::before,
.rating-stars-wrapper a.star-off::before,
.rating-stars-wrapper span.star-off::before {
  content: url(assets/star-off.svg);
}
.stars a.star-on::before,
.stars span.star-on::before,
.rating-stars-wrapper a.star-on::before,
.rating-stars-wrapper span.star-on::before {
  content: url(assets/star-on.svg);
}
.stars a.star-half,
.stars span.star-half,
.rating-stars-wrapper a.star-half,
.rating-stars-wrapper span.star-half {
  color: #fec200;
}
.stars a.star-half::before,
.stars span.star-half::before,
.rating-stars-wrapper a.star-half::before,
.rating-stars-wrapper span.star-half::before {
  content: url(assets/star-on.svg);
}
.stars .rating-star::before,
.rating-stars-wrapper .rating-star::before {
  content: url(assets/star-off.svg);
}
.stars .rating-star.full::before,
.rating-stars-wrapper .rating-star.full::before {
  content: url(assets/star-on.svg);
}

.in-login .content-inner,
.in-registrace .content-inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(26, 25, 25, 0.05);
}
#back-to-top::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #1a1919;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-style: solid solid none none;
  transform: rotate(-45deg);
  position: relative;
  top: 4px;
}

.scrolled #back-to-top {
  opacity: 1;
  visibility: visible;
}

.customer-page .sidebar {
  flex-basis: 365px;
  border-radius: 8px;
  border: 2px solid #dccfaf;
  padding: 14px 16px;
  margin-right: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .customer-page .sidebar {
    display: block !important;
    margin-top: 20px;
    flex: unset;
    width: 100%;
  }
}

.xyDiscount__banner {
  padding: 24px;
  color: var(--xy-discount-banner-color);
  display: flex;
  gap: 16px;
  align-items: center;
}
.xyDiscount__banner p {
  margin-top: 0;
}
.xyDiscount__banner p:last-child {
  margin-bottom: 0;
}

.rate-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.rate-wrap > div {
  flex: 1 1 200px;
}

.rate-average-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rate-average-wrap .stars-label {
  display: none;
}
.rate-average-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .rate-average-inner {
    margin-top: 32px;
    gap: 24px;
    padding-bottom: 24px;
  }
}
.rate-average-inner .stars {
  gap: 8px;
}
.rate-average-inner .rate-average {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333em;
  display: flex;
  align-items: start;
}
.rate-average-inner .rate-average::after {
  content: "z 5";
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0.6em;
  color: #161616;
}
@media (max-width: 767px) {
  .rate-average-inner .rate-average {
    font-size: 2.5rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .rate-average-inner {
    align-items: center;
  }
}

.rate-list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.rate-list .stars a.star-off:before,
.rate-list .stars span.star-off:before {
  content: url(assets/star-on.svg);
}

.rate-value {
  font-weight: 700;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .votes {
    border-left: 1px solid #b0b0b0;
    padding-left: 16px;
  }
}

.show-ratings {
  display: none;
}

.rate-block {
  width: 100%;
  height: 5px;
  position: relative;
  background-color: #eae2ce;
  border-radius: 8px;
}
.rate-block .rate-bar {
  width: var(--rate-bar-width);
  align-items: center;
  animation-duration: 0.5s;
  animation-name: scale;
  animation-timing-function: linear;
  display: flex;
  height: 5px;
  position: relative;
  transform-origin: left;
  background-color: #eca439;
  border-radius: 8px;
}

.rate-count {
  display: none;
}

.rate-form-trigger {
  align-self: flex-start;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(14px, 1rem, 20px);
}

body {
  padding: 0;
  margin: 0;
  color: #211f3b;
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Onest", sans-serif;
  background-color: #faf8ef;
  overflow-x: hidden;
}

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

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 {
  font-family: "Onest", sans-serif;
  line-height: 1;
  font-weight: 700;
  margin: 1.1111111111em 0 0.5555555556em;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong,
.h1 b,
.h1 strong,
.h2 b,
.h2 strong,
.h3 b,
.h3 strong,
.h4 b,
.h4 strong,
.h5 b,
.h5 strong,
.h6 b,
.h6 strong,
.extended-banner-title b,
.extended-banner-title strong {
  font-weight: 700;
  font-style: italic;
}

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

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

h3,
.h3,
.homepage-group-title,
.h4.homepage-group-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  h3,
  .h3,
  .homepage-group-title,
  .h4.homepage-group-title {
    font-size: 1.625rem;
  }
}

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

h5,
.h5 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

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

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

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

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

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;
}
@media (max-width: 767px) {
  table.table-mobile-enriched thead {
    display: none;
  }
  table.table-mobile-enriched tbody {
    display: block;
    width: 100%;
  }
  table.table-mobile-enriched tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  table.table-mobile-enriched tr th,
  table.table-mobile-enriched tr td {
    display: flex;
    gap: 1em;
    justify-content: space-between;
    width: 100% !important;
  }
  table.table-mobile-enriched tr th .client-table-heading,
  table.table-mobile-enriched tr td .client-table-heading {
    display: block;
  }
  table.table-mobile-enriched tr td.p-name a {
    flex-basis: 100%;
  }
  table.table-mobile-enriched tr td.p-name {
    flex-wrap: wrap;
  }
  table.table-mobile-enriched .cell--actions a {
    text-decoration: underline;
  }
}

header ul,
.top-navigation-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .navigationActions,
.top-navigation-bar .navigationActions {
  display: 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;
    left: unset;
  }
}

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

.id--4 h1,
.id--8 h1,
.id--7 h1 {
  margin-top: 0;
  text-align: center;
}
.id--4 .sidebar,
.id--8 .sidebar,
.id--7 .sidebar {
  display: none !important;
}
.id--4 .content-inner,
.id--8 .content-inner,
.id--7 .content-inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border: 1px solid rgb(221, 224, 235);
}

.top-navigation-bar .top-navigation-contacts {
  display: none;
}
@media (max-width: 767px) {
  .top-navigation-bar {
    display: none;
  }
}

.responsive-tools {
  display: none;
}

.top-navigation-tools {
  position: relative;
  z-index: 1011;
  display: flex;
  justify-content: end;
}

.top-navigation-tools--language .dropdown > span {
  display: none;
}
.top-navigation-tools--language .dropdown button#topNavigationDropdown {
  font-size: 0.875rem;
}
.top-navigation-tools--language .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
}
.top-navigation-tools--language .dropdown .dropdown-menu li a {
  font-size: 0.875rem;
  text-decoration: none;
}
.top-navigation-tools--language .dropdown .dropdown-menu li a:hover, .top-navigation-tools--language .dropdown .dropdown-menu li a:focus {
  text-decoration: underline;
}
.top-navigation-tools--language .dropdown.open .dropdown-menu {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .top-navigation-tools--language .dropdown .dropdown-menu {
    position: static;
    border: none;
  }
  .top-navigation-tools--language .dropdown button#topNavigationDropdown {
    justify-content: space-between;
    max-width: 400px;
    padding: 8px 12px;
    border-radius: 64px;
  }
}

#header .site-name a,
#header .site-name img {
  display: block;
  max-width: 204px;
  width: 100%;
}
#header .site-name-wrapper {
  flex-basis: auto;
  flex-grow: 0;
}
@media (max-width: 767px) {
  #header .site-name-wrapper {
    max-width: 121px;
  }
}
#header > .container {
  max-width: unset;
  padding: 0;
}
@media (max-width: 767px) {
  #header {
    position: relative;
  }
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  width: 100%;
  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;
  }
}
.header-top {
  padding-left: calc(2rem + 24px);
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .header-top {
    flex-wrap: wrap;
    padding: 16px 20px;
    gap: 16px 10px;
  }
}

.cart-count {
  padding-right: 16px !important;
}
.cart-count::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(assets/cart.svg) center/contain no-repeat;
  flex-shrink: 0;
}
.cart-count .cart-price {
  display: block;
  font-family: "Onest", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
}
.cart-count i {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 5px;
  border-radius: 9999px;
  background: #eca439;
  color: #161616;
  font-family: "Onest", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  clip-path: none;
  top: 0;
  left: 20px;
}

.top-navigation-bar-menu {
  display: flex;
  font-family: "Onest", sans-serif;
  white-space: nowrap;
}
.top-navigation-bar-menu a {
  display: inline-flex;
  align-items: center;
  padding: 12px 14px;
  font-size: 1rem;
  font-weight: 500;
  color: #454545;
  text-decoration: none;
}
.top-navigation-bar-menu a:hover {
  color: #161616;
}

.top-navigation-bar-menu-helper {
  background-color: #bfb197;
  border-radius: 20px;
}

.navigation-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 9999px;
  background: #101010;
}
.navigation-buttons > a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.navigation-buttons > a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.top-nav-button-login,
.top-nav-button-account {
  padding: 8px;
}
.top-nav-button-login span,
.top-nav-button-account span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px !important;
}
.top-nav-button-login::before,
.top-nav-button-account::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(assets/user.svg) center/contain no-repeat;
}

.toggle-window[data-target=login] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  flex-shrink: 0;
}
.toggle-window[data-target=login] span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  #navigation {
    max-width: 0;
    width: 100%;
    overflow: auto;
    position: absolute;
    top: 100%;
    right: 0;
    transition: all 0.15s ease-in-out;
    background-color: var(--color-header-background);
    border: 0;
    z-index: 1;
    padding-bottom: 40px;
    height: calc(100dvh - var(--header-height));
  }
}

.navigation-window-visible #navigation {
  max-width: 100vw;
}

.navigation-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: calc(1440px + 4rem);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .navigation-in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navigation-in {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navigation-in > ul > li > a {
  padding: 0.5em 1.5em;
  font-size: 1.125rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .navigation-in > ul > li > a {
    padding: 0.5em 1.25em;
    background-color: #f1f1f2;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
}
.navigation-in > ul > li.ext.exp > a, .navigation-in > ul > li > a:hover {
  background-color: #bfb197;
}
@media (max-width: 767px) {
  .navigation-in {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 767px) {
  header .navigationActions {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
  .navigationActions__flag {
    width: 20px;
    height: 14px;
  }
  .navigationActions__submenu.menu-level-2 {
    display: none;
    padding: 20px;
  }
  .navigationActions li.ext.exp .menu-level-2 {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
  }
}
.search fieldset {
  display: flex;
  align-items: center;
  gap: 4px;
}
.search .form-control,
.search .search-input {
  height: 48px;
  border-radius: 9999px;
  border: 2px solid #dccfaf;
  background: transparent;
  padding: 0 20px;
  font-family: "Onest", sans-serif;
  font-size: 1rem;
  color: #161616;
  flex: 1;
  box-shadow: none;
}
.search .form-control::placeholder,
.search .search-input::placeholder {
  color: #454545;
}
.search .form-control:focus,
.search .search-input:focus {
  outline: none;
  border-color: #c4a97a;
}
.search .btn-default {
  position: static;
  transform: none;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: #d89433;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transition: opacity 0.2s;
}
.search .btn-default:hover {
  opacity: 0.85;
}
.search .btn-default::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23101010%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Ccircle cx=%2711%27 cy=%2711%27 r=%278%27/%3E%3Cline x1=%2721%27 y1=%2721%27 x2=%2716.65%27 y2=%2716.65%27/%3E%3C/svg%3E") center/contain no-repeat;
}
@media (max-width: 767px) {
  .search .btn-default {
    width: 44px;
    height: 44px;
    background-color: #eca439;
  }
  .search .btn-default:before {
    background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23fff%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Ccircle cx=%2711%27 cy=%2711%27 r=%278%27/%3E%3Cline x1=%2721%27 y1=%2721%27 x2=%2716.65%27 y2=%2716.65%27/%3E%3C/svg%3E") center/contain no-repeat;
  }
}
@media (min-width: 941px) {
  .search .search-input {
    min-width: 340px;
  }
}

@media (max-width: 767px) {
  .header-top .search {
    order: 3;
    flex-basis: calc(100% - 64px);
  }
}
.menu-level-1 {
  display: flex;
  align-items: center;
  justify-content: start;
}
.menu-level-1 a {
  display: inline-block;
  text-decoration: none;
}
.menu-level-1 > li {
  display: flex;
  flex-direction: column;
}
.menu-level-1 > li.ext.exp .menu-level-2-helper {
  display: flex;
}
.menu-level-1 > li.ext.exp > a {
  position: relative;
}
.menu-level-1 > li > a {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .menu-level-1 {
    flex-direction: column;
    align-items: normal;
    width: 100%;
    gap: 4px;
    margin-bottom: 20px;
  }
}

.menu-level-2-helper {
  display: none;
  position: absolute;
  top: 100%;
  left: 2rem;
  right: 2rem;
  z-index: 10;
  padding: 63px 50px 50px;
  background: linear-gradient(to bottom, transparent 0%, transparent 13px, var(--color-header-background) 13px);
  z-index: 2;
  gap: 20px;
}
.menu-level-2-helper .menu-level-2,
.menu-level-2-helper .menu-right {
  flex: 1 1 460px;
}
@media (max-width: 767px) {
  .menu-level-2-helper {
    top: 0;
    left: 100%;
    right: unset;
    transition: all 0.15s ease-in-out;
    display: block !important;
    background: var(--color-header-background);
    padding: 0 20px;
    width: 100%;
    height: calc(100dvh - var(--header-height));
    overflow: auto;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .menu-level-1 > li.ext.exp .menu-level-2-helper {
    left: 0;
  }
}
.menu-right {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.menu-right .menu-filters {
  flex: 1 1 250px;
}
.menu-right .menu-filters > div:not(:last-child) {
  margin-bottom: 48px;
}
.menu-right .menu-banner {
  flex: 1 1 300px;
}
.menu-right h3 {
  font-size: 1.5rem;
  margin: 0 0 0.8333333333em 0;
  font-style: italic;
}
.menu-right ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.menu-right .menu-more-btn {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 1em;
}
.menu-right .menu-more-btn::after {
  display: block;
  width: 33px;
  height: 24px;
  transition: transform 0.15s ease-in-out;
}
.menu-right .menu-more-btn:hover::after {
  transform: translateX(5px);
}
.menu-right a:hover {
  text-decoration: underline;
}

.menu-level-2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  display: none;
}
.menu-level-2 > li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.25rem;
  padding: 4px 20px;
}
.menu-level-2 > li .menu-image {
  width: 70px;
  aspect-ratio: 1;
  display: none;
}
.menu-level-2 > li .menu-image img {
  display: block;
}
.menu-level-2 a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .menu-level-2 {
    display: flex;
    flex-direction: column;
  }
  .menu-level-2 > li .menu-image {
    max-width: 48px;
  }
}

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

@media (max-width: 767px) {
  .navigation-window-visible #header {
    position: relative;
  }
  .navigation-window-visible #header::before {
    content: "";
    display: block;
    z-index: 1;
    background-color: rgba(72, 77, 86, 0.6);
    position: absolute;
    top: 100%;
    left: 50%;
    height: 200vh;
    width: calc(100vw - var(--scrollbar-width));
    transform: translateX(-50%);
    backdrop-filter: blur(30px);
  }
}
.toggle-window[data-target=navigation] {
  order: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #eca439;
  border-radius: 9999px;
}
.toggle-window[data-target=navigation]::before {
  content: url(assets/burger.svg);
  display: block;
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .top-navigation-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-navigation-bar-menu {
    flex-wrap: wrap;
  }
}
.mobile-menu-back {
  margin-left: 5px;
  margin-bottom: 20px;
}
.mobile-menu-back::before {
  display: block;
  width: 33px;
  height: 24px;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .mobile-menu-back {
    display: none;
  }
}

body.mobile.navigation-window-visible {
  overflow: hidden;
}

.breadcrumbs-wrapper {
  padding: 4px 56px;
}
@media (max-width: 767px) {
  .breadcrumbs-wrapper {
    padding: 8px 20px 20px;
    overflow: auto;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 16px;
  line-height: 24px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .navigation-bullet {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs .navigation-bullet::before {
  content: url(assets/chevron-right.svg);
  display: flex;
  height: 24px;
  width: 24px;
}
.breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .breadcrumbs [data-testid=breadcrumbsLastLevel] {
    padding-right: 20px;
  }
}

[data-testid=breadcrumbsLastLevel] {
  font-weight: 600;
}

.type-product {
  background: url(assets/detail-bg.png) no-repeat center 260px;
}

@media (min-width: 992px) {
  .p-detail-inner {
    display: flex;
    gap: 20px 80px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .p-detail-inner {
    gap: 20px;
  }
}
.p-detail-inner {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .p-detail-inner {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .product-top {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .product-top .p-info-wrapper {
    position: initial;
  }
  .product-top .p-info-wrapper,
  .product-top .p-image-wrapper {
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .product-top {
    margin-bottom: 40px;
  }
}

.p-image-wrapper {
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(11.4499998093px);
}

.p-image-wrapper,
#product-detail-form {
  flex: 1 1 420px;
}

#product-detail-form {
  position: sticky;
  top: 40px;
  padding: 40px;
  height: fit-content;
}
@media (max-width: 767px) {
  #product-detail-form {
    position: static;
    bottom: auto;
    padding: 0;
  }
}

.p-info-wrapper {
  display: flex;
  flex-direction: column;
}
.p-info-wrapper .flags {
  order: 1;
  position: initial;
  gap: 4px;
  margin-bottom: 16px;
}
.p-info-wrapper .p-detail-inner-header {
  order: 2;
}
@media (max-width: 767px) {
  .p-info-wrapper .p-detail-inner-header {
    margin-bottom: 16px;
  }
}
.p-info-wrapper .stars-wrapper {
  order: 3;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .p-info-wrapper .stars-wrapper {
    margin-bottom: 24px;
  }
}
.p-info-wrapper .p-short-description {
  order: 3;
}
.p-info-wrapper .detail-parameters {
  order: 5;
}
.p-info-wrapper .usp-block {
  order: 6;
}
.p-info-wrapper .availability-wrapper {
  order: 7;
  margin-bottom: 12px;
}
.p-info-wrapper .add-to-cart-block {
  order: 8;
}
.p-info-wrapper .social-buttons-wrapper {
  order: 9;
}
.p-info-wrapper .vip-banner {
  order: 9;
}
.p-info-wrapper > * {
  order: 20;
}
.p-info-wrapper p[data-testid=productCardDescr] {
  order: 4;
  margin: 0;
}
.p-info-wrapper p[data-testid=productCardDescr] a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .p-info-wrapper p[data-testid=productCardDescr] {
    margin-bottom: 16px;
  }
}
@media (max-width: 1300px) {
  .p-info-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .p-info-wrapper .p-image-wrapper {
    order: 4;
    width: 100%;
    margin: 8px 0 16px;
  }
  .p-info-wrapper .p-image-wrapper .p-image {
    aspect-ratio: 1/0.85;
  }
  .p-info-wrapper .p-image-wrapper .p-image a.p-main-image {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-info-wrapper .p-image-wrapper .p-image a.p-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .p-info-wrapper .p-short-description {
    order: 5;
  }
  .p-info-wrapper p[data-testid=productCardDescr] {
    order: 6;
  }
  .p-info-wrapper .stars-wrapper {
    margin-bottom: 0;
  }
}

.p-detail-inner-header {
  margin-bottom: 16px;
}
.p-detail-inner-header h1 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-detail-inner-header {
    margin-bottom: 0;
  }
  .p-detail-inner-header h1 {
    font-size: 1.625rem;
  }
}

.p-short-description {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-short-description p:last-child {
  margin-bottom: 0;
}
.p-short-description p:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-short-description {
    margin-bottom: 24px;
  }
}

.add-to-cart-block {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 24px;
  border-top: 1px solid #dccfaf;
  border-bottom: 1px solid #dccfaf;
}
.add-to-cart-block .add-to-cart {
  grid-column-end: span 2;
}
.add-to-cart-block .add-to-cart .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--basic-full, 9999px);
  background: #eca439;
  padding: 12px 16px;
  font-weight: 700;
  font-family: "Onest", sans-serif;
  line-height: 24px;
  gap: 4px;
}
.add-to-cart-block .add-to-cart .btn:hover {
  background: #161616;
  color: #fff;
}
.add-to-cart-block .add-to-cart .btn:hover::after {
  filter: brightness(0) invert(1) !important;
}
.add-to-cart-block .add-to-cart .btn:after {
  content: url(assets/chevron-right.svg);
  display: block;
  width: 24px;
  height: 24px;
  top: -3px;
  position: relative;
}
.add-to-cart-block .quantity {
  justify-self: end;
}
@media (max-width: 767px) {
  .add-to-cart-block .quantity {
    display: flex;
    align-items: center;
  }
  .add-to-cart-block .quantity .increase,
  .add-to-cart-block .quantity .decrease {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    color: #161616;
    flex-shrink: 0;
  }
  .add-to-cart-block .quantity label {
    display: flex;
  }
  .add-to-cart-block .quantity input[type=number] {
    width: 56px;
    height: 36px;
    text-align: center;
    border: 2px solid #dccfaf;
    border-radius: 8px;
    background: #dccfaf;
    font-family: "Onest", sans-serif;
    font-size: 1rem;
    color: #161616;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  .add-to-cart-block .quantity input[type=number]::-webkit-outer-spin-button, .add-to-cart-block .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .add-to-cart-block {
    padding: 16px 0;
    background: none;
    margin-bottom: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 8px;
  }
  .add-to-cart-block .add-to-cart {
    flex: 0 0 100%;
    margin-top: 12px;
  }
  .add-to-cart-block .add-to-cart .btn {
    width: 100%;
    height: 48px;
  }
}

.p-final-price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Onest", sans-serif;
}
.p-final-price-wrapper .price-final {
  font-size: 1.5rem;
}

.price-additional {
  font-size: 0.8125rem;
}

.link-icon.share {
  position: relative;
}
.link-icon.share::before {
  display: block;
}

.link-icon {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5em;
  text-decoration: none;
}
.link-icon:hover {
  text-decoration: underline;
}
.link-icon.share::before {
  content: url(assets/share.svg);
}
.link-icon.chat::before {
  content: url(assets/Chat.svg);
}

.social-buttons-wrapper {
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .social-buttons-wrapper {
    margin-bottom: 8px;
  }
}

.social-buttons {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #bfb197;
  border-radius: 20px;
  width: 100%;
}
.social-buttons:not(.no-display) {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.social-buttons:not(.no-display) iframe {
  display: block;
}

.fb_iframe_widget {
  display: flex !important;
}

.link-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.link-icons .link-icon {
  display: flex;
  align-items: center;
}
.link-icons .link-icon::before {
  width: 24px;
  height: 24px;
  display: block;
}
.link-icons .link-icon.print {
  display: none;
}
@media (max-width: 767px) {
  .link-icons {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 16px;
  }
}

.p-code {
  color: rgb(100, 104, 113);
}

.availability-wrapper {
  color: rgb(100, 104, 113);
}
.availability-wrapper th {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4em;
}
.availability-wrapper .delivery-time-label {
  display: inline-flex;
  gap: 0.4em;
  text-transform: lowercase;
}
.availability-wrapper .availability-label {
  display: flex;
  text-transform: initial;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .availability-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    color: #24774d;
    font-weight: 700;
    font-size: 1.25rem;
  }
  .availability-wrapper .availability-label {
    color: #24774d;
  }
  .availability-wrapper th {
    justify-content: flex-start;
  }
}

.shipping-options {
  display: flex;
  gap: 0.5em;
}
.shipping-options::before {
  width: 24px;
  height: 24px;
  display: block;
}

.benefitBanner.position--benefitProduct {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 8px;
}
.benefitBanner.position--benefitProduct .benefitBanner__item {
  flex-grow: 1;
}
.benefitBanner.position--benefitProduct .benefitBanner__item::after {
  display: none;
}
.benefitBanner.position--benefitProduct .benefitBanner__img {
  max-width: 60px;
}
.benefitBanner.position--benefitProduct .benefitBanner__picture {
  margin-bottom: 8px;
}
.benefitBanner.position--benefitProduct .benefitBanner__title {
  font-size: 0.875rem;
  margin: 0;
}
.benefitBanner.position--benefitProduct .benefitBanner__content {
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .benefitBanner.position--benefitProduct .benefitBanner__item,
  .benefitBanner.position--benefitProduct .benefitBanner__link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
  }
  .benefitBanner.position--benefitProduct .benefitBanner__picture {
    margin-bottom: 0;
  }
}

.vip-banner {
  padding: 8px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f2;
  margin-bottom: 24px;
  text-decoration: none;
}
.vip-banner img {
  display: block;
}
@media (max-width: 767px) {
  .vip-banner {
    margin-bottom: 24px;
  }
  .vip-banner img {
    max-width: 120px;
  }
}

.p-info-wrapper div:has(.banner) a,
.p-info-wrapper div:has(.banner) img {
  display: block;
}
@media (max-width: 767px) {
  .p-info-wrapper div:has(.banner) {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.p-image {
  gap: 8px;
  margin-bottom: 64px;
}
.p-image img {
  display: block;
}
@media (max-width: 991px) {
  .p-image {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .p-image .slick-slide {
    padding: 0 5px;
  }
  .p-image .slick-track {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .p-image {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .p-image-wrapper {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
    width: calc(100% + 4rem);
  }
  .p-image-wrapper .slick-list {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .p-image-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
  }
}
.tab-content .basic-description h3:first-child {
  margin-top: 0;
}
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6 {
  font-weight: 700;
}
.tab-content h3,
.tab-content h2 {
  font-size: 2rem;
}
.tab-content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  border: none;
  height: auto;
}
.tab-content .tab-pane {
  margin-bottom: 40px;
}

.basic-description {
  padding: 32px;
  border-radius: 16px;
  background-color: #f4f0e6;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .basic-description {
    padding: 16px;
  }
}
.basic-description h3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .basic-description h3 {
    font-size: 1.5rem;
  }
}

#productDiscussion,
.browse-p,
.shp-tabs-wrapper {
  display: none;
}

.products-related-header {
  margin: 0 0 56px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .products-related-header {
    margin-bottom: 20px;
  }
}

body:not(.ordering-process) table {
  width: 100%;
}
body:not(.ordering-process) table td,
body:not(.ordering-process) table th {
  padding: 8px 20px;
  vertical-align: top;
  width: 50%;
}
body:not(.ordering-process) table tr {
  display: flex;
  justify-content: space-between;
}
body:not(.ordering-process) table tbody tr:nth-child(odd) {
  overflow: hidden;
  background-color: #eae2ce;
  border-radius: 20px;
}
body:not(.ordering-process) table a {
  color: inherit;
}

body.id--18 table tr {
  display: table-row;
}
body.id--18 table td,
body.id--18 table th {
  width: auto;
}

.products-additional .slick-arrow {
  height: 44px;
  top: -27px;
}
.products-additional .slick-arrow.slick-next {
  right: 0;
  transform: translateY(-100%);
}
.products-additional .slick-arrow.slick-prev {
  left: unset;
  right: 0;
  transform: translateX(calc(-100% - 8px)) translateY(-100%);
}
.products-additional .slick-dots {
  position: absolute;
  top: -55px;
  right: 150px;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.products-additional .slick-dots li {
  line-height: 0;
}
@media (max-width: 575px) {
  .products-additional {
    margin-bottom: 48px !important;
  }
  .products-additional .slick-dots {
    position: initial;
    margin-top: 20px;
  }
}

.p-gifts-wrapper {
  grid-column: 1/3;
}
.p-gifts-wrapper .p-gift {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
  color: rgb(100, 104, 113);
}
.p-gifts-wrapper .p-gift a {
  text-decoration: none;
}
.p-gifts-wrapper .p-gift-image {
  max-width: 60px;
  display: block;
}
.p-gifts-wrapper .p-gift-image img {
  display: block;
}
.p-gifts-wrapper .p-gifts-heading {
  font-family: "Onest", sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 767px) {
  .shp-tabs-wrapper {
    display: block;
  }
  .shp-tabs-row.responsive-nav {
    display: none;
  }
}
.detail-parameters tr.variant-list {
  background-color: #fff;
}
.detail-parameters tr.variant-list td {
  padding: 0.9375em 1.25em;
  line-height: 1.5;
}
.detail-parameters tr.variant-list th {
  padding: 0;
}
.detail-parameters tr.variant-list select,
.detail-parameters tr.variant-list th {
  font-size: 1.25rem;
  font-weight: 400;
}
.detail-parameters tr.variant-list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: right 0 top 50% no-repeat;
}
.detail-parameters tr.variant-list.variant-not-chosen-anchor {
  position: relative;
}
.detail-parameters tr.variant-list.variant-not-chosen-anchor th {
  position: absolute;
  top: 50%;
  left: 1.25em;
  transform: translateY(-50%);
  pointer-events: none;
}
.detail-parameters tr.variant-list.variant-not-chosen-anchor select {
  color: #fff;
  border: none;
}
.detail-parameters tr.variant-list.variant-not-chosen-anchor select:focus {
  outline: none;
}
.detail-parameters tr.variant-list.variant-selected th {
  display: none;
}
.p-info-wrapper .detail-parameters {
  margin-bottom: 20px;
  color: #211f3b;
}
.p-info-wrapper .detail-parameters tr {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.p-info-wrapper .detail-parameters th,
.p-info-wrapper .detail-parameters td {
  padding: 0;
}
.p-info-wrapper .detail-parameters select {
  background: transparent;
  box-shadow: none;
  padding: 0.9375em 1.25em;
  border: 1px solid rgb(221, 224, 235);
  font-size: 1rem;
}

.products-additional .slick-dots {
  display: none !important;
}

[class*=custom-footer__banner]:has(.biochem-card,
.fakta-card,
.priroda-card,
.sila-card,
.med-card,
.houba-card) {
  display: none;
}

.biochem-card,
.fakta-card,
.priroda-card,
.sila-card,
.med-card,
.houba-card {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .biochem-card,
  .fakta-card,
  .priroda-card,
  .sila-card,
  .med-card,
  .houba-card {
    margin-bottom: 16px;
  }
}

.biochem-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 32px 32px 0;
  position: relative;
}
@media (max-width: 767px) {
  .biochem-card {
    padding: 16px 0 0;
    gap: 16px;
  }
}

.biochem-card__text {
  font-family: "Onest", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  color: #3a3a3a;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .biochem-card__text {
    font-size: 1.375rem;
  }
}

.biochem-card__img {
  width: 100%;
  max-width: 648px;
  height: 324px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .biochem-card__img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}

.houba-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 32px 32px 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .houba-card {
    padding: 16px 16px 160px;
  }
}

.houba-card__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.houba-card__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.houba-card__gradient {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(to bottom, #4a4014, rgba(0, 0, 0, 0));
}

.houba-card__text {
  position: relative;
  font-family: "Onest", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .houba-card__text {
    font-size: 1.375rem;
  }
}

.med-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 32px;
}
@media (max-width: 767px) {
  .med-card {
    padding: 16px;
    gap: 0;
  }
}

.med-card__text {
  font-family: "Onest", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  color: #454545;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .med-card__text {
    font-size: 1.375rem;
  }
}

.med-card__img {
  width: 382px;
  height: 305px;
  object-fit: contain;
  display: block;
}

.fakta-card {
  background: #727852;
  border: 1px solid #dccfaf;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .fakta-card {
    padding: 16px;
    gap: 16px;
  }
}

.fakta-card__title {
  font-family: "Onest", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .fakta-card__title {
    font-size: 1.5rem !important;
  }
}

.fakta-card__grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.fakta-card__row {
  display: flex;
  gap: 20px;
}

.fakta-card__item {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fakta-card__value {
  font-family: "Onest", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #eca439;
}
@media (max-width: 767px) {
  .fakta-card__value {
    font-size: 1.75rem;
  }
}

.fakta-card__label {
  font-family: "Onest", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.55;
  color: #fff;
}

.sila-card {
  border: 1px solid #dccfaf;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 700px;
}

.sila-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 16px;
  pointer-events: none;
}

.sila-card__content {
  position: relative;
  height: 250px;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.01);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .sila-card__content {
    padding: 16px;
    gap: 16px;
  }
}

.sila-card__title {
  font-family: "Onest", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #161616;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .sila-card__title {
    font-size: 1.5rem !important;
  }
}

.sila-card__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .sila-card__features {
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
}

.sila-card__row {
  display: flex;
  gap: 4px;
  justify-content: center;
}
@media (max-width: 767px) {
  .sila-card__row {
    flex-direction: column;
    gap: 8px;
  }
}

.sila-card__item {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 240px;
}

.sila-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #3f1f00;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.sila-card__icon img {
  width: 23px;
  height: 23px;
  display: block;
}

.sila-card__item > span {
  font-family: "Onest", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3a3a3a;
}

.priroda-card {
  background: url(assets/priroda-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .priroda-card {
    padding: 16px;
    gap: 20px;
  }
}

.priroda-card__title {
  font-family: "Onest", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #44462f;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .priroda-card__title {
    font-size: 1.5rem !important;
  }
}

.priroda-card__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .priroda-card__grid {
    gap: 8px 4px;
  }
}

.priroda-card__item {
  min-width: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .priroda-card__item {
    padding: 4px;
    gap: 6px;
    border-radius: 8px;
  }
}
.priroda-card__item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  flex-shrink: 0;
}
.priroda-card__item span {
  font-family: "Onest", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #3a3a3a;
  text-align: center;
  width: 100%;
  height: 2.6em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .priroda-card__item span {
    font-size: 1rem;
  }
}

.add-comment,
[data-testid=buttonSendRating] {
  border-radius: var(--basic-full, 9999px);
  background: #eca439;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-weight: 700;
}
.add-comment button,
[data-testid=buttonSendRating] button {
  font-weight: 700;
}
.add-comment:before,
[data-testid=buttonSendRating]:before {
  content: url(assets/review.svg);
  display: block;
}

.denni-davka {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #dfceab;
  border-radius: 16px;
  width: fit-content;
  padding: 12px 40px 5px;
  position: relative;
  margin: 0 auto;
}
.denni-davka span {
  font-weight: 300;
}
.denni-davka img {
  position: absolute;
  top: -20px;
}
@media (max-width: 767px) {
  .denni-davka {
    order: 8;
    margin-top: 16px;
  }
}

.subcategories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  font-size: 1.25rem;
  font-family: "Onest", sans-serif;
  grid-column: 1/-1;
  grid-row: 5/6;
  margin-top: 20px;
}
.subcategories a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid #dccfaf;
  font-weight: 700;
  background: #eae2ce;
}
.subcategories a.fav {
  background: linear-gradient(180deg, #decda9 0%, rgba(222, 205, 169, 0) 100%);
  border-color: #decda9;
}
.subcategories a:hover {
  background: #dccfaf;
}
.subcategories .text {
  order: -1;
  padding: 0.9em 0 0.9em 1em;
}
.subcategories .image {
  margin-left: auto;
  max-width: 70px;
  margin-right: 8px;
}
.subcategories .image,
.subcategories .image img {
  display: block;
}
@media (max-width: 767px) {
  .subcategories {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
    gap: 8px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .subcategories .text {
    padding: 0.6428571429em 0 0.6428571429em 0.8571428571em;
  }
  .subcategories .image {
    max-width: 40px;
  }
  .subcategories li:nth-child(n+7) {
    display: none;
  }
  .subcategories.show-all li {
    display: block;
  }
}
@media (min-width: 768px) {
  .subcategories .btn {
    display: none;
  }
}
.subcategories .btn {
  grid-column: 1/-1;
  justify-self: center;
  font-size: 0.875rem;
}

.btn-default,
.btn-primary,
.btn-conversion,
.btn-cart,
.extended-banner-link,
.loadMore__button,
.category-read-more {
  background-color: #eca439;
  color: #161616;
  border-color: #eca439;
  border-radius: 9999px;
  font-weight: 600;
  padding: 12px 16px;
}
.btn-default:hover,
.btn-primary:hover,
.btn-conversion:hover,
.btn-cart:hover,
.extended-banner-link:hover,
.loadMore__button:hover,
.category-read-more:hover {
  background-color: #161616 !important;
  background: #161616 !important;
  color: #ffffff !important;
  border-color: #161616 !important;
}
.btn-default:hover svg,
.btn-primary:hover svg,
.btn-conversion:hover svg,
.btn-cart:hover svg,
.extended-banner-link:hover svg,
.loadMore__button:hover svg,
.category-read-more:hover svg {
  color: #ffffff;
}
.btn-default:hover img,
.btn-primary:hover img,
.btn-conversion:hover img,
.btn-cart:hover img,
.extended-banner-link:hover img,
.loadMore__button:hover img,
.category-read-more:hover img {
  filter: brightness(0) invert(1);
}
.btn-default:hover::after, .btn-default:hover::before,
.btn-primary:hover::after,
.btn-primary:hover::before,
.btn-conversion:hover::after,
.btn-conversion:hover::before,
.btn-cart:hover::after,
.btn-cart:hover::before,
.extended-banner-link:hover::after,
.extended-banner-link:hover::before,
.loadMore__button:hover::after,
.loadMore__button:hover::before,
.category-read-more:hover::after,
.category-read-more:hover::before {
  filter: brightness(0) invert(1);
}

.content-wrapper.homepage-box.before-carousel {
  background-image: url(assets/carousel-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: visible;
}
.content-wrapper.homepage-box.before-carousel .content-wrapper-in {
  overflow-x: auto;
  overflow-y: visible;
  overscroll-behavior-x: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
}
.content-wrapper.homepage-box.before-carousel .content-wrapper-in.is-dragging {
  cursor: grabbing;
}
.content-wrapper.homepage-box.before-carousel .content-wrapper-in::-webkit-scrollbar {
  display: none;
}
.content-wrapper.homepage-box.before-carousel .container {
  width: max-content;
  max-width: none;
  flex-shrink: 0;
  padding-left: max(2rem, 50vw - 720px);
  padding-right: max(20px, 50vw - 720px);
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0;
}
.content-wrapper.homepage-box.before-carousel .banners-row {
  display: flex;
  gap: 20px;
  height: 565px;
  margin: 0;
}
.content-wrapper.homepage-box.before-carousel .banners-row > [class*=col-] {
  padding: 0;
  float: none;
  flex-shrink: 0;
  max-width: none;
}
.content-wrapper.homepage-box.before-carousel .banners-row .col-sm-8 {
  flex: 0 0 710px;
}
.content-wrapper.homepage-box.before-carousel .banners-row .col-sm-4 {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .content-wrapper.homepage-box.before-carousel .content-wrapper-in {
    overflow-x: visible;
  }
  .content-wrapper.homepage-box.before-carousel .container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
  }
  .content-wrapper.homepage-box.before-carousel .banners-row {
    flex-direction: column;
    height: auto;
  }
  .content-wrapper.homepage-box.before-carousel .banners-row .col-sm-8,
  .content-wrapper.homepage-box.before-carousel .banners-row .col-sm-4 {
    flex: none;
    width: 100%;
  }
  .content-wrapper.homepage-box.before-carousel #carousel {
    height: 420px;
  }
  .content-wrapper.homepage-box.before-carousel .next-to-carousel-banners {
    flex-wrap: wrap;
  }
  .content-wrapper.homepage-box.before-carousel .next-to-carousel-banners .banner-wrapper {
    flex: 1 0 calc(50% - 10px);
    height: 220px;
  }
  .content-wrapper.homepage-box.before-carousel .extended-banner-title {
    font-size: 20px !important;
  }
}
@media (max-width: 480px) {
  .content-wrapper.homepage-box.before-carousel .next-to-carousel-banners {
    flex-direction: column;
  }
  .content-wrapper.homepage-box.before-carousel .next-to-carousel-banners .banner-wrapper {
    flex: none;
    width: 100%;
    height: 220px;
  }
}

#carousel,
.content-wrapper.homepage-box.before-carousel .banner-wrapper,
.next-to-carousel-banners .banner-wrapper:not(:has(.cat-filter)) {
  border-radius: 12px;
  border: 1px solid #bfb197;
  overflow: hidden;
  position: relative;
  height: 100%;
}
#carousel a,
.content-wrapper.homepage-box.before-carousel .banner-wrapper a,
.next-to-carousel-banners .banner-wrapper:not(:has(.cat-filter)) a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  text-decoration: none;
}
#carousel a::after,
.content-wrapper.homepage-box.before-carousel .banner-wrapper a::after,
.next-to-carousel-banners .banner-wrapper:not(:has(.cat-filter)) a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 12px;
}
#carousel img,
.content-wrapper.homepage-box.before-carousel .banner-wrapper img,
.next-to-carousel-banners .banner-wrapper:not(:has(.cat-filter)) img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#carousel .carousel-inner {
  height: 100% !important;
  min-height: unset !important;
}
#carousel .item {
  height: 100%;
}
#carousel .item a::after {
  background: linear-gradient(to bottom, rgba(220, 207, 175, 0) 55%, #dccfaf 88%);
}
#carousel .extended-banner-texts {
  position: relative;
  z-index: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
#carousel .extended-banner-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #1d1e12;
}
#carousel .extended-banner-title span {
  background: #101010;
  color: #fff;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#carousel .extended-banner-title span::before {
  content: "★";
  color: #d89433;
}
#carousel .extended-banner-text {
  font-size: 18px;
  color: #101010;
  margin: 0;
  opacity: 1;
}
#carousel .extended-banner-link {
  background: #eca439;
  border-radius: 9999px;
  padding: 12px 32px;
  color: #161616;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin-top: 8px;
}
#carousel .extended-banner-link:hover {
  background-color: #161616;
  color: #fff;
}
@media (max-width: 767px) {
  #carousel {
    height: 391px;
    margin: 0 20px;
  }
  #carousel .extended-banner-title {
    font-size: 28px;
  }
  #carousel .extended-banner-link {
    height: 40px;
    font-size: 14px;
    padding: 8px 32px;
    margin-top: 0;
  }
}

.next-to-carousel-banners {
  display: flex;
  gap: 20px;
  height: 100%;
}
.next-to-carousel-banners .banner-wrapper {
  flex: 0 0 345px;
}
@media (max-width: 767px) {
  .next-to-carousel-banners {
    flex-direction: column;
    gap: 16px;
    height: auto;
    margin: 0 20px;
  }
  .next-to-carousel-banners .banner-wrapper {
    flex: none;
    width: 100%;
  }
}

.banner--light .extended-banner-title {
  color: #1d1e12 !important;
}

.next-to-carousel-banners .banner-wrapper .extended-banner-texts {
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.33;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-link {
  background: #eca439;
  border-radius: 9999px;
  padding: 12px 32px;
  color: #161616;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-link:hover {
  background-color: #161616;
  color: #fff;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-title {
    font-size: 22px;
    max-width: 200px;
  }
  .next-to-carousel-banners .banner-wrapper .extended-banner-link {
    height: 40px;
    font-size: 14px;
    padding: 8px 32px;
  }
}

@media (max-width: 767px) {
  .banners-row > .col-sm-8 {
    margin-bottom: 16px;
  }
}
.content-wrapper-in .category-top {
  display: none;
}

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